/* This css file is to over write bootstarp css
***************************************************** /

* Theme Name: Turbo
* Theme URI: http://themeforest.net/user/codepassenger 
* Author: CodePassenger
* Author URI: http://CodePassenger.com
* Description:  Turbo - HTML5 App Landing Template
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html5, template, blog, app, landing page, app store, marketing


/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - General Styles
 * 2.0 - Header Styles
 * 3.0 - Banner Section
 * 4.0 - Background Image Slider
 * 5.0 - INTRO BOX
 * 6.0 - FEATURES
 * 7.0 - ABOUT
 * 8.0 - GALLERY
 * 9.0 - APP DOWNLOAD
 * 10.0 - TEAM
 * 11.0 - PRICING TABLE
 * 12.0 - REVIEW
 * 13.0 - BLOG
 * 14.0 - CONTACT
 * 15.0 - PRELOADER
 * 16.0 - FOOTER
 * 17.0 - RESPONSIVE
================================================================== */
/*==========================================================
		1 - General Styles
==========================================================*/
@import "font/stylesheet.css";

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background: #fff;
}

a {
  color: #2196f3;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #262626;
  outline: none;
  text-decoration: none;
}

a:foucs {
  outline: 0;
  text-decoration: none;
}

a.active:focus,
a.active:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-family: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail {
  margin: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-header h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  color: #262626;
}

.section-header p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 40px;
}

.full-width img {
  width: 100%;
  height: auto;
}

.map {
  width: 100%;
  height: 500px;
}

.section-header-sm {
  margin-bottom: 30px;
}

.section-header-sm h2 {
  font-size: 30px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #262626;
}

.section-header-left {
  text-align: left;
  margin-bottom: 80px;
}

.section-header-left h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  color: #262626;
}

.section-header-left p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 35px;
}

.mrg-lft-30 {
  padding-left: 30px;
}

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

/***  FONT ***/
.roboto {
  font-family: "Roboto", sans-serif;
}

.bg-gray-light {
  background: #f8f8f8;
}

/******* FIXED PADDING *******/
.padd-tb-120 {
  padding: 120px 0;
}

.padd-b-120 {
  padding-bottom: 120px;
}

.padd-t-120 {
  padding-top: 120px;
}

.padd-t-70 {
  padding-top: 70px;
}

/******* FIXED MARGIN *******/
.mrg-b-20 {
  margin-bottom: 20px;
}

.mrg-t-40 {
  margin-top: 40px;
}

/******* FIXED COLOR *******/
/******* FIXED BACKGROUND *******/
.bg-blue {
  background: #2196f3;
}

/******* FIXED BACKGROUND images *******/
.background-img,
.bg-img-1,
.page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-img-1 {
  background-image: url(../../images/background/01.jpg);
}

.bg-img-1.fixed-bg {
  background-attachment: fixed;
}

.bg-img-1.solid-bg {
  background: #2196f3;
}

.page-title {
  background-image: url(../../images/title.jpg);
}

.page-title .overlay {
  padding-top: 350px;
  padding-bottom: 150px;
  background: rgba(0, 0, 0, 0.7);
}

.page-title .overlay h2 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
}

.intro-box,
.faq,
.review,
#contact,
footer {
  position: relative;
}

.feathers,
.about,
.gallery,
#team,
#price,
#blog {
  position: relative;
  background-color: #fff;
}

.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-default,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
  background-color: #2196f3;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.4px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.btn-default:hover {
  background: #1c78c1;
  color: #fff;
  border-color: #1c78c1;
}

.btn-default .fa {
  font-size: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.btn,
.btn:active,
.btn:visited,
.btn:focus {
  outline: 0 !important;
}

.btn-border {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-border,
.btn-border:active,
.btn-border:visited,
.btn-border:focus {
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.4px;
  outline: none;
  background: #ffffff;
  color: #2196f3;
  border: 1px solid #2196f3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  border-color: #2196f3;
  color: #ffffff;
  background-color: #2196f3;
}

.btn-border .fa {
  font-size: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.btn-default:active:focus {
  border-color: #2196f3;
  color: #ffffff;
  background-color: #2196f3;
}

.price-table .btn-price:hover {
  background: #1c78c1 !important;
  color: #fff !important;
  border-color: #1c78c1 !important;
}

/* ==================================================================
  2.0 Header Styles
================================================================== */
.navbar {
  background: transparent;
  border: 0;
  margin-bottom: 0;
  padding: 30px 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.navbar-brand {
  color: #7f7f7f;
  font-size: 35px;
  height: 65px;
  line-height: 35px;
  padding: 15px 20px;
}

.navbar-brand img {
  max-height: 35px;
}

.navbar-nav>li>a {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin: 0 10px;
  padding: 5px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 25px;
  letter-spacing: 0.375px;
  margin-top: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.navbar-nav>li>a:hover {
  background: transparent;
}

.navbar-nav>li.border {
  color: #2196f3;
}

.navbar-nav>li.border>a {
  border: 1px solid #2196f3;
}

.nav li.current a,
.nav>li>a:hover,
.nav>li>a:focus {
  color: #2196f3;
  text-decoration: none;
  background: transparent;
}

/* ==================================================================
  Headroom JS Styles
================================================================== */
.headroom,
.navbar-home.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.headroom--unpinned {
  top: -100px;
}

.headroom--pinned {
  top: 0;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }

  100% {
    -o-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

.headroom--not-top {
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 0;
}

.navbar-home.fixed-nav {
  padding: 0 0;
  z-index: 99999;
  display: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8) !important;
}

/*==========================================================
		3 - Banner Section
==========================================================*/
.hero-banner {
  background-image: url("../../images/slider/bg-hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-banner.fixed-bg {
  background-attachment: fixed;
}

.hero-banner.solid-bg {
  background: #2196f3;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .color-overlay {
  padding: 260px 0 260px 0;
  /*background: rgba(0, 0, 0, 0.6);*/
}

.banner2 .color-overlay {
  padding: 100px 0;
}

.banner-mockup {
  position: absolute;
  top: 21px;
  right: 15px;
}

.banner-content {
  color: #fff;
}

.banner-content .list-inline>li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
}

.banner-content h1 {
  line-height: 72px;
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 60px;
}

.banner-content h1 span,
.banner-content h1 .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .banner-content h1 a,
.banner-content h1 .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .banner-content h1 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2196f3;
}

.banner-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}

.banner2 .banner-content p {
  margin-bottom: 40px;
}

.banner-content .download-block .btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  min-width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #00c0ff;
  padding: 0;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-content .download-block .btn:hover {
  color: #fff;
  opacity: 0.8;
}

.banner-content .download-block .btn .fa {
  margin-left: 10px;
}

/*==========================================================
		4 - Background Image Slider
==========================================================*/
.banner-content-wrapper {
  position: relative;
  z-index: 2;
}

#background-carousel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#background-carousel .carousel,
#background-carousel .carousel-inner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#background-carousel .item {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}


#background-carousel .carousel .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}

#background-carousel .carousel-inner>.item.next,
#background-carousel .carousel-inner>.item.active.right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

#background-carousel .carousel-inner>.item.prev,
#background-carousel .carousel-inner>.item.active.left {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

#content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

/*==========================================================
		5 - INTRO BOX
==========================================================*/
.intro-box .single-item {
  text-align: center;
}

.intro-box .single-item i {
  font-size: 40px;
  color: #2196f3;
  opacity: .5;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.intro-box .single-item h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #262626;
  text-transform: capitalize;
  line-height: 72px;
  letter-spacing: 0.6px;
}

.intro-box .single-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #444444;
  line-height: 26px;
  font-size: 16px;
}

.intro-box .single-item:hover i {
  opacity: 1;
}

/*==========================================================
		6 - FEATURES
==========================================================*/
.feathers p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
}

.feathers .btn-default {
  display: inline-block;
  margin-top: 40px;
}

.feathers .btn-default:hover {
  -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.feathers-list li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 22px;
  padding-left: 45px;
}

.feathers-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 24px;
  color: #2196f3;
}

/*==========================================================
		7 - ABOUT
==========================================================*/
.fun-factor {
  margin-top: 30px;
}

.fun-factor .fun-factor-single {
  font-size: 18px;
  line-height: 36px;
}

.fun-factor .fun-factor-single .integer {
  display: block;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #2196f3;
}

.fun-factor .fun-factor-single>span:last-child,
.fun-factor .post-single .post-desk .post-meta span .fun-factor-single>a:last-child,
.post-single .post-desk .post-meta span .fun-factor .fun-factor-single>a:last-child,
.fun-factor .post-details .post-desk .post-meta span .fun-factor-single>a:last-child,
.post-details .post-desk .post-meta span .fun-factor .fun-factor-single>a:last-child {
  color: #262626;
}

.video {
  position: relative;
}

.video img {
  width: 100%;
  height: auto;
}

.video .hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.video .hover-content i {
  color: #ffffff;
  font-size: 48px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.video .hover-content i:hover {
  color: #2196f3;
}

.turbo-accordion {
  width: 542px;
}

.turbo-accordion .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.turbo-accordion .panel-group {
  margin-bottom: 20px;
}

.turbo-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left: 10px;
}

.turbo-accordion .panel-title a:focus {
  outline: 0;
  text-decoration: none;
}

.turbo-accordion .panel-default>.panel-heading {
  position: relative;
  color: #1c1c1c;
  background-color: transparent;
  border: 0;
  border-color: transparent;
  padding: 0;
}

.turbo-accordion .panel>.panel-heading .panel-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  color: #black-light;
  text-align: center;
  line-height: 35px;
  background: #2196f3;
  color: #ffffff;
  margin-right: 30px;
}

.turbo-accordion .panel>.panel-heading .collapsed>.panel-icon:after {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #ffffff;
  color: #1c1c1c;
  content: '\f067';
  font-family: FontAwesome;
  font-weight: 300;
}

.turbo-accordion .panel>.panel-heading .collapsed>.panel-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  margin-left: 15px;
}

.turbo-accordion .panel>.panel-heading .collapsed i {
  display: none;
}

.turbo-accordion .panel-group .panel-heading+.panel-collapse>.list-group,
.turbo-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 65px;
  margin-left: 15px;
}

.turbo-accordion .panel-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 15px 15px 15px;
}

.faq .section-header-sm {
  margin-bottom: 40px;
}

/*==========================================================
		8 - GALLERY
==========================================================*/
.gallery {
  text-align: center;
}

.gallery-carousel>.item {
  position: relative;
}

.gallery-carousel>.item:hover {
  background: rgba(33, 150, 243, 0.8);
  cursor: url("images/plus.png"), auto;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
}

.gallery-carousel.owl-carousel .owl-dots {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-carousel.owl-carousel .owl-dots .owl-dot {
  float: left;
  margin: 0 10px;
  text-align: center;
}

.gallery-carousel.owl-carousel .owl-dots .owl-dot span,
.gallery-carousel.owl-carousel .owl-dots .owl-dot .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .gallery-carousel.owl-carousel .owl-dots .owl-dot a,
.gallery-carousel.owl-carousel .owl-dots .owl-dot .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .gallery-carousel.owl-carousel .owl-dots .owl-dot a {
  display: block;
  background: #c7e5fc;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.gallery-carousel.owl-carousel .owl-dots .owl-dot.active span,
.gallery-carousel.owl-carousel .owl-dots .owl-dot.active .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .gallery-carousel.owl-carousel .owl-dots .owl-dot.active a,
.gallery-carousel.owl-carousel .owl-dots .owl-dot.active .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .gallery-carousel.owl-carousel .owl-dots .owl-dot.active a {
  display: block;
  background: #2196f3;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

#app-gallery .item:hover a {
  background: rgba(33, 150, 243, 0.6);
  cursor: url(../../images/plus.png), auto;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
}

/*==========================================================
		9 - APP DOWNLOAD
==========================================================*/
.downlaod {
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.downlaod .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.downlaod p {
  margin-bottom: 40px;
}

.downlaod .thumb {
  position: absolute;
  top: 12px;
  left: -40px;
}

.downlaod .btn {
  margin-right: 20px;
  padding: 12px 20px;
}

.downlaod .btn:last-child {
  margin-right: 0;
}

/*==========================================================
		10 - TEAM
==========================================================*/
.team .thumb {
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team .thumb img {
  width: 100%;
  height: auto;
}

.team .thumb h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0 17px 0;
  text-align: center;
}

.single-team {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team:hover {
  -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.team-info {
  background: #2196f3;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.center-team-info {
  margin-top: 40px;
}

.team-info p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-team:hover .team-info {
  opacity: 1;
  visibility: visible;
}

.team-name {
  background: #f2f2f2;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
}

.team-name-hover {
  font-size: 30px !important;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 !important;
}

.team-position {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}

.team .social-link .fa,
.team .social-link .icons {
  color: #FFF;
  color: #FFF;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px 0;
  text-align: center;
  width: 30px;
}

.team .social-link .fa:hover,
.team .social-link .fa:active {
  color: #FFF;
}

/*==========================================================
		11 - PRICING TABLE
==========================================================*/
.price-table .headline {
  text-align: center;
}

.price-table .price-header {
  background: rgba(33, 150, 243, 0.1);
  padding: 20px 0 10px 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.price-table .price-header .price-plan {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  color: #262626;
}

.price-table .price-header .price-amount {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #2196f3;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.price-table .price-header .price-amount span,
.price-table .price-header .price-amount .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .price-table .price-header .price-amount a,
.price-table .price-header .price-amount .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .price-table .price-header .price-amount a {
  font-size: 14px;
  color: #444444;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-table .ind-price-list {
  background-color: #f8f8f8;
  border-radius: 0;
  border: 0;
  color: #818485;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-table .ind-price-list:hover {
  -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
}

.price-table .ind-price-list:hover .price-header {
  background: #2196f3;
}

.price-table .ind-price-list:hover .price-amount,
.price-table .ind-price-list:hover .price-amount span,
.price-table .ind-price-list:hover .price-amount .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .price-table .ind-price-list:hover .price-amount a,
.price-table .ind-price-list:hover .price-amount .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .price-table .ind-price-list:hover .price-amount a {
  color: #ffffff;
}

.price-table .ind-price-list:hover .btn-price {
  background: #2196f3;
  color: #ffffff;
}

.price-table .price-body {
  padding: 30px 0;
}

.price-table .price-body ul {
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-table .price-body ul li {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 45px;
  color: #444444;
}

.price-table .price-footer {
  padding-bottom: 40px;
}

.price-table .price-footer .btn-price {
  display: inline-block;
  color: #2196f3;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #2196f3;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

/*==========================================================
		12 - REVIEW
==========================================================*/
.review {
  background: #2196f3;
  padding: 80px 0;
}

.review-carousel .review-meta {
  margin-bottom: 20px;
}

.review-carousel .review-meta .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.review-carousel .review-meta .thumb img {
  width: 100%;
  height: auto;
}

.review-carousel .review-meta .info {
  text-align: center;
  padding-top: 7px;
}

.review-carousel .review-meta .info h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.432px;
  color: #ffffff;
}

.review-carousel .review-meta .info span,
.review-carousel .review-meta .info .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .review-carousel .review-meta .info a,
.review-carousel .review-meta .info .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .review-carousel .review-meta .info a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #c6e6ff;
}

.review-carousel .review-comment {
  background: rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.review-carousel .review-comment p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.432px;
}

.review-carousel .review-comment .review-star {
  margin-top: 25px;
}

.review-carousel .review-comment .review-star i {
  color: #f3dd21;
}

.review-carousel.owl-carousel .owl-dots {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-carousel.owl-carousel .owl-dots .owl-dot {
  float: left;
  margin: 0 10px;
  text-align: center;
}

.review-carousel.owl-carousel .owl-dots .owl-dot span,
.review-carousel.owl-carousel .owl-dots .owl-dot .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot a,
.review-carousel.owl-carousel .owl-dots .owl-dot .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot a {
  display: block;
  background: #59b0f6;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.review-carousel.owl-carousel .owl-dots .owl-dot.active span,
.review-carousel.owl-carousel .owl-dots .owl-dot.active .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot.active a,
.review-carousel.owl-carousel .owl-dots .owl-dot.active .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot.active a {
  display: block;
  background: #ffffff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.media-left,
.media>.pull-left {
  padding-right: 15px;
}

/*==========================================================
		13 - BLOG
==========================================================*/
.post-single {
  background: #f8f8f8;
}

.post-single .thumb img {
  width: 100%;
  height: auto;
}

.post-single .post-desk {
  padding: 25px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.post-single .post-desk .post-meta {
  margin-bottom: 5px;
}

.post-single .post-desk .post-meta span,
.post-single .post-desk .post-meta span a {
  color: #444444;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.post-single .post-desk .post-meta i {
  font-size: 14px;
  color: #2196f3;
}

.post-single .post-desk .post-meta span,
.post-single .post-desk .post-meta span a {
  margin-right: 15px;
}

.post-single .post-desk h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

.post-single .post-desk h4>a {
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.post-single .post-desk h4>a:hover {
  color: #2196f3;
}

.post-single .post-desk h4>a:focus {
  text-decoration: none;
}

.post-single .post-desk p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}

.post-single:hover .post-desk {
  box-shadow: 0 10px 20px -4px #cac8c8;
}

.blog-list .post-single {
  margin-bottom: 80px;
}

.post-details .full-width {
  margin-bottom: 50px;
}

.post-details .post-desk {
  padding: 25px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.post-details .post-desk .post-meta {
  margin-bottom: 5px;
}

.post-details .post-desk .post-meta span,
.post-details .post-desk .post-meta span a {
  color: #444444;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.post-details .post-desk .post-meta i {
  font-size: 14px;
  color: #2196f3;
}

.post-details .post-desk .post-meta span,
.post-details .post-desk .post-meta span a {
  margin-right: 15px;
}

.post-details .post-desk h3 {
  margin-bottom: 30px;
}

.post-details .post-desk h3>a {
  font-size: 24px;
  line-height: 26px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.post-details .post-desk h3>a:hover {
  color: #2196f3;
}

.post-details .post-desk p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 20px;
}

.post-details blockquote {
  position: relative;
  border: 0;
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  margin-top: 40px;
}

.post-details blockquote::before {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  top: -20px;
  left: 0;
  color: #2196f3;
  font-size: 18px;
}

.post-details .info {
  background: #f8f8f8;
  padding: 25px;
  line-height: 36px;
}

.post-details .info .tags {
  display: inline-block;
}

.post-details .info .tags>a {
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin-right: 10px;
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-details .info .tags>a:hover {
  background: #2196f3;
  color: #ffffff;
}

.post-details .info .tags>span,
.post-single .post-desk .post-meta span .post-details .info .tags>a,
.post-details .info .post-desk .post-meta span .tags>a,
.post-details .post-desk .post-meta span .info .tags>a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-right: 20px;
}

.post-details .info .share a {
  width: 35px;
  height: 36px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #444444;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.post-details .info .share a:hover {
  color: #2196f3;
}

/*==========================================================
		14 - CONTACT
==========================================================*/
.contact-form {
  width: 520px;
  padding-bottom: 75px;
}

.contact-form .form-control {
  margin-bottom: 30px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-control {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #444444;
}

.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}

.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #444444;
}

.contact-form .btn-default:hover {
  -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
}

#contact .container-fluid {
  padding-left: 0;
}

/*==========================================================
		15 - PRELOADER
==========================================================*/
.preloader {
  background-color: #F8F8F7;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1999;
}

.spinner {
  font-size: 10px;
  height: 40px;
  left: 48%;
  position: absolute;
  text-align: center;
  top: 45%;
}

.spinner>div {
  background-color: #2196f3;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.widget {
  padding: 25px 30px;
  border-bottom: 1px solid #eeeeee;
}

.widget.no-border {
  border-bottom: 0;
}

.widget .widget-title {
  position: relative;
}

.widget .widget-title h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 80px;
  letter-spacing: .7px;
  margin-bottom: 10px;
  color: #262626;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_search {
  padding: 0 !important;
  border: 0;
  position: relative;
}

.widget.widget_search label {
  width: 100%;
  margin-bottom: 0;
}

.widget.widget_search .screen-reader-text {
  display: none;
}

.widget.widget_search .search-field {
  width: 100%;
  height: 50px;
  border: 1px solid #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 17px;
}

.widget.widget_search .search-field::-webkit-input-placeholder {
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.widget.widget_search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.widget.widget_search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.widget.widget_search .search-field:-ms-input-placeholder {
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.widget.widget_search .search-field:focus,
.widget.widget_search .search-submit:focus {
  outline: none;
}

.widget.widget_search .search-submit {
  position: absolute;
  right: 30px;
  top: 0;
  height: 50px;
  border-radius: 0;
  border: 0;
  margin-left: -5px;
  background: none;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget.widget_search .search-submit:hover {
  color: #2196f3;
}

.widget_recent_entries li a {
  font-size: 14px;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}

/*************** 17.2 TAG WIDGET ***************/
.tagcloud a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  border: 1px solid #eeeeee;
  padding: 7px 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
  background: #2196f3;
  color: #ffffff;
}

/*************** 17.3 CATAGORIES WIDGET ***************/
.widget_categories li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}

.widget_categories li:before {
  content: '___';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -7px;
  color: #262626;
}

.widget_categories li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  padding-left: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_categories li a:hover {
  color: #2196f3;
}

.widget_categories li span,
.widget_categories li .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .widget_categories li a,
.widget_categories li .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .widget_categories li a {
  margin-left: 5px;
}

/***************  RECENT POST WIDGET ***************/
.widget_recent_entries li {
  margin-bottom: 50px;
}

.widget_recent_entries li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_recent_entries li a:hover {
  color: #01539f;
}

.widget_recent_entries li span,
.widget_recent_entries li .post-single .post-desk .post-meta span a,
.post-single .post-desk .post-meta span .widget_recent_entries li a,
.widget_recent_entries li .post-details .post-desk .post-meta span a,
.post-details .post-desk .post-meta span .widget_recent_entries li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #2196f3;
}

.widget_recent_entries li .media-left {
  padding-right: 15px;
}

/*************** 16.1 COMMENT AREA ***************/
.comment-box {
  margin-top: 80px;
}

.comment-box .media {
  margin-bottom: 35px;
}

.comment-box .media .media-left {
  padding-top: 10px;
}

.comment-box .media-body {
  padding-top: 5px;
  padding-left: 20px;
}

.comment-box .media-body p {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #404040;
}

.comment-box .media-body .date {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #404040;
}

.comment-box .media-body .date::before {
  content: '||';
  position: absolute;
  top: 0;
  left: 10px;
  color: #e1e1e1;
}

.comment-box .media-body .replay {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #2196f3;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.comment-box .media-body .replay:hover {
  color: #262626;
}

.comment-box .media-body .replay .fa.fa-reply {
  padding-right: 10px;
  font-size: 13px;
}

.comment-box .media-body>.media-list {
  padding-top: 30px;
  display: inline-block;
}

.comment-box .heading-text {
  margin-bottom: 25px;
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.comment-box .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.comment-box .media-heading a {
  color: #262626;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.comment-box .media-heading a:hover {
  color: #2196f3;
}

.comment-box>.media-list {
  padding-top: 20px;
}

.send-comment {
  margin-top: 70px;
}

.send-comment h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #262626;
  margin-bottom: 60px;
}

.send-comment .btn-default-arrow {
  padding: 15px 62px 15px 35px !important;
}

.send-comment .form-group {
  margin-bottom: 30px;
}

.send-comment .form-control {
  display: block;
  width: 100% !important;
  height: 50px;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border-radius: 0;
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: none;
  transition: none;
}

.send-comment textarea {
  width: 100%;
  background: transparent;
  resize: none;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  padding-top: 10px;
}

.send-comment textarea:focus {
  outline: none;
}

.send-comment .btn {
  margin: 0;
}

.send-comment ::-webkit-input-placeholder {
  color: #444444;
}

.send-comment :-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}

.send-comment ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}

.send-comment :-ms-input-placeholder {
  color: #444444;
}

.send-comment .btn {
  padding: 15px 40px !important;
}

/*==========================================================
		16 - FOOTER
==========================================================*/
footer {
  background: #111111;
}

footer .primary-footer {
  padding: 70px 0;
}

footer .primary-footer .logo {
  text-align: center;
  margin-bottom: 45px;
}

footer .primary-footer p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #adadad;
  text-align: center;
}

footer .primary-footer .sub-title {
  margin-bottom: 45px;
}

footer .subscribe {
  position: relative;
  width: 400px;
  margin: auto;
}

footer .subscribe input.form-control {
  height: 57px;
  border-radius: 25px;
  background: #1d1d1d;
  border: 0;
  padding-left: 30px;
  padding-right: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #adadad;
}

footer .subscribe input.form-control::-webkit-input-placeholder {
  color: #adadad;
}

footer .subscribe input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #adadad;
}

footer .subscribe input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #adadad;
}

footer .subscribe input.form-control:-ms-input-placeholder {
  color: #adadad;
}

footer .subscribe input.form-control:focus {
  outline: 0;
  box-shadow: none;
}

footer .subscribe button {
  position: absolute;
  right: 15px;
  top: 20px;
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #2196f3;
}

footer .subscribe button:focus {
  outline: 0;
}

footer .social {
  text-align: center;
}

footer .social a {
  display: inline-block;
  width: 50px;
  color: #8b8b8b;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

footer .social a:hover {
  color: #2196f3;
}

footer .secondary-footer {
  padding: 30px 0;
  border-top: 1px solid #292929;
}

footer .copyright p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #5f5f5f;
  margin: 0;
}

footer .footer-menu {
  padding-top: 5px;
}

footer .footer-menu a {
  margin-right: 30px;
  color: #5f5f5f;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

footer .footer-menu a:last-child {
  margin: 0;
}

footer .footer-menu a:hover {
  color: #2196f3;
}

#go-to-top a {
  text-decoration: none;
  display: none;
}

#go-to-top .fa {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 2px solid #2196f3;
  border-radius: 50%;
  color: #2196f3;
  font-size: 30px;
  background: transparent;
  text-align: center;
  line-height: 42px;
  margin: 0 20px 20px;
}

#go-to-top .fa:hover {
  background: #2196f3;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.2);
}

/*==========================================================
		17 - RESPONSIVE
==========================================================*/
@media all and (min-width: 992px) and (max-width: 1024px) {
  .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-form {
    width: auto;
  }

  .banner-content h1 {
    font-size: 50px;
  }

  .banner .color-overlay {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .banner-mockup {
    top: 35px;
  }

  .feathers .thumb img {
    max-width: 100%;
  }

  .feathers-list li {
    margin-bottom: 18px;
  }

  .feathers .btn-default {
    margin-top: 25px;
  }

  .downlaod .thumb {
    top: 80px;
  }

  .center-team-info {
    margin-top: 0;
  }
}

@media all and (max-width: 1024px) {
  .turbo-accordion {
    width: auto;
    padding: 0 100px;
  }

  .faq .thumb img {
    display: block;
    margin: 0 auto 50px;
  }

  .faq .section-header-sm {
    padding: 0 100px;
  }

  .downlaod .thumb img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {

  /*-------- Collapse Navbar ----*/
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
    border-bottom: none;
  }

  header .navbar-toggle,
  header .navbar-toggle:hover,
  header .navbar-toggle:focus {
    border: none;
    background: none;
  }

  .navbar-default .navbar-nav li a {
    padding-left: 0;
  }

  header .navbar-brand {
    padding-left: 30px;
  }

  header .navbar-nav .has-sub-menu>.sub-menu {
    position: static;
    padding-left: 25px;
    border: none;
    background: transparent;
    width: 100%;
  }

  header .navbar-toggle .icon-bar {
    background-color: #2196f3;
  }

  header .navbar {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 25px 0;
  }

  .navbar-nav>li.border>a {
    border: none;
  }

  header .navbar-nav li {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .nav.navbar-nav {
    float: none !important;
  }

  header .navbar-nav li a:after {
    left: 0;
    margin-left: 0;
  }
}

@media all and (max-width: 991px) {
  .banner-mockup {
    display: none;
  }

  .banner-content {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-content h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .banner-content p {
    margin-bottom: 40px;
  }

  .banner .color-overlay {
    padding-bottom: 190px;
  }

  .section-header p {
    width: 80%;
  }

  .single-item {
    padding: 0 80px;
    margin-bottom: 40px;
  }

  .feathers .thumb img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .feature-content,
  .about-content {
    padding: 0 60px;
  }

  .about-content {
    margin-bottom: 40px;
  }

  .turbo-accordion {
    width: auto;
    padding: 0 60px;
  }

  .faq .section-header-sm {
    padding: 0 60px;
  }

  .downlaod .thumb {
    position: static;
  }

  .downlaod .thumb img {
    display: block;
    margin: 0 auto;
  }

  .download-content {
    text-align: center;
    margin-top: 20px;
    padding: 0 25px;
  }

  .single-team {
    margin-bottom: 30px;
  }

  #blog .section-header-left {
    text-align: center;
  }

  #blog .post-single {
    margin-bottom: 30px;
  }

  .contact-form {
    width: auto;
  }

  .footer-menu.pull-right {
    float: none !important;
    text-align: center;
    margin-bottom: 25px;
  }

  footer .subscribe {
    width: 80%;
  }

  .copyright {
    text-align: center;
  }

  footer .primary-footer .sub-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title .overlay h2 {
    text-align: center;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }

  .res-mrg-bottom-30 {
    margin-bottom: 30px;
  }

  .sidebar {
    margin-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-content .list-inline>li {
    margin-bottom: 25px;
  }

  .banner .color-overlay {
    padding: 200px 0 100px 0;
  }

  .single-item {
    padding: 0;
  }

  .feature-content,
  .about-content {
    padding: 0 25px;
  }

  .section-header-sm h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .post-details .post-desk h3 {
    line-height: 32px;
  }

  .post-details blockquote {
    line-height: 22px;
  }

  .post-details .info .tags>a {
    margin-bottom: 20px;
    display: inline-block;
  }

  .comment-box .media-heading {
    display: block;
  }

  .comment-box .media-body .date {
    padding-left: 0;
  }

  .share.pull-right {
    float: none !important;
  }

  #blog {
    padding-bottom: 80px;
  }

  .feature-content,
  .about-content {
    text-align: center;
  }

  .feathers-list {
    text-align: left;
  }

  .fun-factor-single {
    margin-bottom: 25px;
  }

  .turbo-accordion {
    padding: 0;
  }

  .turbo-accordion .panel-title {
    line-height: 30px;
  }

  .turbo-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding-left: 0;
  }

  .download-version .btn {
    margin: 12px 0;
    display: block;
  }

  .download-content {
    padding: 0;
  }

  .ind-price-list {
    margin-bottom: 30px;
  }

  #team {
    padding: 120px 0 90px 0;
  }

  #price {
    padding-bottom: 90px;
  }

  .map {
    height: 350px;
  }

  footer .footer-menu a {
    margin: 12px 15px;
    display: inline-block;
  }

  .page-title .overlay {
    padding: 205px 0 100px;
  }
}

@media all and (max-width: 767px) {
  .banner-content.text-center p>br {
    display: none;
  }
}



/* Tejas custom class start here */


header .navbar {
  background: rgba(0, 0, 0, 0.5);
}


/* slider class here */

#background-carousel .item-no1 {
  background: url(../../images/slide1.jpg) no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide1_caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  text-align: center;
  display: inline-block;

}

.slide1_caption h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: 'Lato';
}


/* navigation class start here*/
.navbar-nav>li>a {
  font-family: 'Lato';
  font-weight: 600 !important;
  font-size: 16px;
  margin: 0 0px;
}

.navbar-brand img {
  max-height: 70px;
}

a.navbar-brand {
  padding: 0px 20px;
}

/* ABout section class start */
.top_margin_20 {
  margin-top: 20px;
}

.top_margin_50 {
  margin-top: 50px;
}

.bluehead {
  color: #62a4b9 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important;
}

.greenHead {
  color: #a3c138 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important;
}

.welcome_text p {
  margin-bottom: 5px;
  font-family: 'Lato';
}

.welcome_text .section-header-sm {
  margin-bottom: 10px;
}

.btn.greenbtn {
  background: #a3c138 !important;
}

.section-header-sm h2 {
  font-family: 'Lato' !important;
}

.section-header-sm {
  margin-bottom: 5px !important;
}

p {
  font-family: 'Lato' !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/* Testimonial class start here */
.testimonial_head {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial_head h2 {
  color: #fff;
  font-family: 'Lato' !important;
  font-weight: 600;
}

.testimonial_head h5 {
  color: #fff;
  font-family: 'Lato' !important;
  font-weight: 500;
  font-size: 20px;
}

.review {
  background: #62a4b9;
  padding: 40px 0;
}

.review-carousel .review-comment {
  background: #487f91;
}

.review-carousel .review-meta .info h4 {
  font-family: 'Lato' !important;
}

.review-carousel .review-meta .info span {
  font-family: 'Lato' !important;
  color: #FFF;
}

/* contact form class start here */

.contact_title {
  color: #a3c138 !important;
  text-align: center;
}

.btn.submit {
  background: #5da7b2;
}

.contact-form .form-control {
  border-bottom: 1px solid #000;
}

.contact-form {
  padding-bottom: 0px;
}

.contact_title {
  line-height: 34px;
}

.btn-default {
  font-family: 'Lato' !important;
}

/* footer class start here */
footer {
  background: #e1e1e1;
  border-top: 1px solid #000;
}

footer .primary-footer {
  padding: 20px 0;
}

footer .social a {
  color: #a5c139;
  font-size: 40px;
}

footer .footerAdd {
  width: 300px;
  margin: auto;
  text-align: center;
}

.footerAdd p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #000 !important;
  font-family: 'Lato' !important;
}

footer .primary-footer .logo {
  margin-bottom: 30px;
}

.social.mrg-t-40 {
  margin-top: 30px;
}

footer .secondary-footer {
  padding: 15px 0;
  border: 0px !important;
  background: #62a4b9;
}

a.websiteBy {
  color: #FFF !important;
  font-family: 'Lato' !important;
}

footer .copyright p {
  color: #FFF !important;
  font-family: 'Lato' !important;
}

.contact-form {
  margin: 0 auto;
  margin-bottom: 50px;
}

.innerBanner {
  background: url(../../images/slide1.jpg);
  height: 300px;
  background-position: center;
  background-size: cover;
}

.innerPageTitle {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.innerPageTitle .headinginner {
  text-align: center;
}

.innerPageTitle .headinginner::after {
  content: ' ';
  display: block;
  width: 50px;
  height: 5px;
  margin: 0.4em auto 0.55em;
  background-color: #62a4b9;
}

.innerPageMain .section-header-sm h2 {
  line-height: 34px;
  font-size: 24px;
}

.wecare_about p {
  font-size: 14px;
  letter-spacing: 1px;
}

.aligncenter {
  text-align: center;
}

.wecare_about h5 {
  line-height: 72px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #262626;
  font-size: 20px;
  font-family: 'Lato' !important;
}

.wecare_about .section-header {
  font-family: 'Lato' !important;
}

.section-header {
  margin-bottom: 32px;
}

.wecare_about {
  margin-top: 50px;
}

.custom_mylist li {
  font-family: 'Lato' !important;
  margin-left: 30px;
  line-height: 25px;
  list-style-type: disc;

}

.input-success {
  display: none;
}

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

  /* Styles */
  .section-header h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

.bs-calltoaction {
  position: relative;
  width: auto;
  padding: 15px 25px;
  border: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.bs-calltoaction>.row {
  display: table;
  width: calc(100% + 30px);
}

.bs-calltoaction>.row>[class^="col-"],
.bs-calltoaction>.row>[class*=" col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.cta-contents {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-title {
  margin: 0 auto 15px;
  padding: 0;
}

.cta-desc {
  padding: 0;
}

.cta-desc p:last-child {
  margin-bottom: 0;
}

.cta-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .bs-calltoaction>.row {
    display: block;
    width: auto;
  }

  .bs-calltoaction>.row>[class^="col-"],
  .bs-calltoaction>.row>[class*=" col-"] {
    float: none;
    display: block;
    vertical-align: middle;
    position: relative;
  }

  .cta-contents {
    text-align: center;
  }
}



.bs-calltoaction.bs-calltoaction-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
  border-color: #fff;
}