/*
Template: Carspot | Car Dealership - Vehicle Marketplace And Car Services
Author: ScriptsBundle
Version: 1.0
Designed and Development by: ScriptsBundle
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
	2.0 -  Helper Classes
    3.0 -  Typography
	4.0 -  Pre Loader
	5.0 -  Parallax
    6.0 -  Page Heading Area
	7.0 -  Hero Section
    8.0 -  Demo Preview
	9.0 -  Call to Action 
	10.0 - Theme Defualt Color 
	11.0 - Core Features
	12.0 - Payment
	12.0 - Footer
	12.0 - Scroll To Top Button
	12.0 - Responsive Media Quries
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* =-=-=-=-=-=-= Google Fonts  =-=-=-=-=-=-= */
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,900italic,900,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600);*/


/* =-=-=-=-=-=-= General Styling =-=-=-=-=-=-= */

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Poppins",sans-serif;
	color: #777;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #e52d27;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #e52d27;
}
img {
	max-width: 100%;
}
a, b, div, ul, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video, object {
	min-height: 100%;
	min-width: 100%;
}

.extra-custom-padding {
    padding: 450px 0 60px;
}

/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */

.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.container.full-width {
	width: 100%!important;
}
.section-padding {
	padding: 90px 0;
}
.section-padding-140 {
	padding: 140px 0;
}
.section-padding-100 {
	padding: 100px 0;
}
.section-padding-80 {
	padding: 80px 0;
}
.section-padding-70 {
	padding: 70px 0;
}
.section-padding-60 {
	padding: 60px 0;
}
.section-padding-40 {
	padding: 40px 0;
}
.custom-padding-20 {
	padding: 20px 0;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-45 {
	padding-top: 45px
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-120 {
	padding-top: 120px;
}
.padding-top-140 {
	padding-top: 140px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-70 {
	padding-bottom: 70px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-20 {
	padding-bottom: 40px;
}
.custom-padding {
	padding: 90px 0 60px 0;
}
.custom-padding-2 {
	padding: 70px 0 110px 0;
}
.gray {
	background-color: #f7f8fb;
}
.white-bg {
	background-color: #fff;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: "Poppins",sans-serif;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	line-height: 1.6;
}
h6 {
	font-size: 12px;
}
p {
	line-height: 1.6em;
	font-size: 16px;
}
.header-top:after {
	content: '';
	display: block;
	clear: both;
}
.colored-header:after {
	content: '';
	display: block;
	clear: both;
}
.btn {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 40px;
	border-radius: 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-weight: 500;
	font-family: "Poppins",sans-serif;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: none;
	color: #555;
	font-size: 14px;
	height: auto;
	padding: 15px 12px;
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
ul {
	margin-left: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0;
	color: #232323;
}
.btn-lg {
	padding: 12px 22px;
	letter-spacing: 1.3px;
}
.btn-md {
	padding: 10px 20px;
}
.btn-sm {
	padding: 8px 16px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-xs {
	padding: 6px 18px;
	font-size: 12px;
}
.btn-rounded {
	border-radius: 4px;
}
/* =-=-=-=-=-=-= Preloader  =-=-=-=-=-=-= */
.preloader {
	background-color: #ffffff;
	background-image: url("../images/sb-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999999;
	overflow: hidden !important;
}
/* =-=-=-=-=-=-= Parallex  =-=-=-=-=-=-= */
.parallex {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex h2 {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex::before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.parallex-blue {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex-blue::before {
	background: rgba(0, 138, 210, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.parallex-blue h2 {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex-small {
	background: #363c48 none repeat scroll 0 0;
	color: #fff;
	padding: 40px 0;
}
.parallex-text h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.parallex-text p {
	color: #fff !important;
	position: relative;
	z-index: 44;
}
.parallex-small .btn {
	margin-top: 10px;
}
.parallex-button {
	text-align: right;
	margin: 20px 0;
}
.parallex-button .btn {
	padding: 15px 35px;
}
.btn-clean {
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.parallex-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* =-=-=-=-=-=-= Heading Panel  =-=-=-=-=-=-= */
.heading-panel {
	overflow: hidden;
	width: 70%;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.heading-panel h1::before {
	background-color: #242424;
	bottom: 6px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 99px;
}
.heading-panel h1::after {
	background-color: #242424;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 59px;
}
.heading-panel h2 {
	color: #242424;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
}
.heading-color {
	color: #e52d27;
}

/* =-=-=-=-=-=-= Hero Section  =-=-=-=-=-=-= */
#hero {
	padding-top: 50px;
	padding-bottom: 130px;
	background-image: url(../images/call-to-action-woocommerce1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	
}
#hero a img {
	text-align:center;
	display:block;
	margin:0 auto;	
}
#hero h1 {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size:26px;
	text-align:center;
	width:75%;
	margin:0 auto;
	margin-bottom:30px;
}
#hero p {
    color: #ffffff;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
}

#hero .btn-group {
	margin: 50px;
}
#hero .btn-group .btn-default {
	color: #FFF;
	background-color:transparent;
	border:1px solid #FFF;
	padding: 10px 30px;
	font-size:16px;
	display: inline-block;
	line-height: normal;
	margin: 0 auto;
	text-transform: uppercase;
	transition: all 400ms linear 0s;
	box-shadow:3px 3px 1px 0 rgba(0, 0, 0, 0.2);
}
#hero .btn-group .btn-default:hover {
	background-color:#e52d27;	
}
#hero .btn-group .btn.btn-theme {
    box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
}

#hero .btn-group .btn:nth-child(1) {
	margin-right: 20px;
}
#hero .bottom-img {
	position:absolute;
	bottom:-310px;
	left: 30%;
	z-index:999;
}

/* =-=-=-=-=-=-= Demo Preview   =-=-=-=-=-=-= */

#demos {
	position:relative;	
}
.demo-preview {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
	box-sizing: border-box;
	display: inline;
	float: left;
	padding: 10px 10px 0;
	position: relative;
	text-align: center;
	transform: translateY(0px);
	transition: all 300ms linear 0s;
	margin-bottom: 30px;
}
.demo-preview:hover {
	transform: translateY(-10px);
}
.demo-preview img {
	clear: both;
	height: auto;
	max-width: 100%;
	transition: all 300ms linear 0s;
}
.demo-preview a.link {
	color: #232323;
	float: left;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms linear 0s;
	width: 100%;
}
.demo-preview .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.demo-preview .thumb img, .demo-preview .thumb, .demo-preview .thumb-link {
	transition: all 300ms ease-in-out 0s;
}
.demo-preview .thumb-link {
	background-color: #e52d27;
	bottom: 0;
	cursor: pointer;
	float: left;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.demo-preview .thumb-link a {
	float: left;
	padding: 15px 0 11px;
	width: 100%;
}
.demo-preview:hover .thumb-link {
	opacity: 1;
}
.demo-preview .thumb-link:hover {
	background-color: #dc7b30;
}
.demo-preview .thumb-link span {
	color: #fff;
	font-size: 25px;
}

.left-section .single-preview img, .right-section .single-preview img {
	box-shadow:0 0 10px 0 rgba(83, 82, 82, 0.1);
	margin-top:30px;	
} 
.left-section {
	background-color:#f5f5f5;
	position:relative;
	overflow:hidden;
	padding:10px;
	text-align:center;
	margin-bottom:30px;
	transform: translateY(0px);
	transition: all 300ms linear 0s;
}
.right-section {
	background-color:#f5f5f5;
	position:relative;	
	overflow:hidden;
	padding:10px;
	text-align:center;
	margin-bottom:30px;
	transform: translateY(0px);
	transition: all 300ms linear 0s;
}
.right-section a {
	color:#FFF;	
}
#demo-section2 h2 {
	margin-bottom:50px;	
	text-transform:uppercase;
}

/* =-=-=-=-=-=-= Call to Action  =-=-=-=-=-=-= */
.call-to-action.parallex::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.call-to-action p {
	color: #242424;
	font-size: 18px;
	padding: 0 130px;
	margin-bottom: 30px;
}
.call-to-action h3 {
	font-size: 32px;
	color: #242424;
	margin-bottom: 15px;
}
.call-to-action span {
	color: #e52d27;
}
.call-to-action .list-btn {
	margin-bottom:30px;	
}
/* =-=-=-=-=-=-= Theme Defualt Color  =-=-=-=-=-=-= */

.btn-theme { 
  color: #ffffff; 
  background-color: #E52D27; 
  border-color: #E52D27; 
  border-radius:4px;
  
} 
 
.btn-theme:hover, 
.btn-theme:focus, 
.btn-theme:active, 
.btn-theme.active, 
.open .dropdown-toggle.btn-theme { 
  color: #ffffff; 
  background-color: #B31217; 
  border-color: #B31217; 
} 
 
.btn-theme:active, 
.btn-theme.active, 
.open .dropdown-toggle.btn-theme { 
  background-image: none; 
} 
 
.btn-theme.disabled, 
.btn-theme[disabled], 
fieldset[disabled] .btn-theme, 
.btn-theme.disabled:hover, 
.btn-theme[disabled]:hover, 
fieldset[disabled] .btn-theme:hover, 
.btn-theme.disabled:focus, 
.btn-theme[disabled]:focus, 
fieldset[disabled] .btn-theme:focus, 
.btn-theme.disabled:active, 
.btn-theme[disabled]:active, 
fieldset[disabled] .btn-theme:active, 
.btn-theme.disabled.active, 
.btn-theme[disabled].active, 
fieldset[disabled] .btn-theme.active { 
  background-color: #E52D27; 
  border-color: #E52D27; 
} 
 
.btn-theme .badge { 
  color: #E52D27; 
  background-color: #ffffff; 
}
.list-btn li {
	display: inline-block;
	margin-right: 10px;
}
.list-btn li:last-child {
	margin-right: 0;
}
.btn-white {
	background-color: #fff;
	color: #232323;
}
/* =-=-=-=-=-=-= Core Features  =-=-=-=-=-=-= */
.core-features {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
    margin-bottom: 30px;
    padding: 15px;
	position:relative;
	overflow:hidden;
	min-height: 132px;
}
.core-features h3 {
    color: #e52d27;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.core-features p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}
.core-features .readmore {
	color: #232323;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 30px 0 0;
	text-transform: uppercase;
}
.circle {
    box-shadow: 0 0 0 2px #e7e8ec inset;
    color: #27ae60;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 75px;
}
.circle img {
    display: table;
    height: 60px;
    margin: 10px auto;
    width: 60px;
}
/* =-=-=-=-=-=-= Payment  =-=-=-=-=-=-= */
.payment h3 {
	color: #222;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
}
.plan-features-txt {
	color: #232323;
	font-weight: 600;
	margin-bottom: 10px;
}
.payment p {
	margin-bottom: 20px;
}
.payment .btn {
	padding: 15px 60px;
}
.plan-features-list {
	margin-bottom: 10px;
	overflow: hidden;
}
.price-plan .price {
	text-align: right;
}
.plan-info {
	display: table-cell;
	padding-left: 2rem;
	vertical-align: top;
	overflow: hidden;
}
.price-symbol {
	color: #232323;
	font-size: 40px;
	position: absolute;
	left: -10px;
}
.price-wrapper .price-value {
	font-size: 110px;
	font-weight: 300;
	line-height: 110px;
	color: #e52d27;
}
.price-description {
	color: #232323;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}
.plan-title {
	font-family: "Poppins",sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-top: 2rem;
	padding-left: 0.5rem;
	text-transform: uppercase;
}
/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */

footer {
	background-color: #222;
	padding-bottom: 20px;
	padding-top: 20px;
}
footer p {
	color: #fff;
	font-size: 14px;
}
footer a:hover {
	color: #ffd740;
	text-decoration: none;
}
/* =-=-=-=-=-=-= Scroll To Top Button =-=-=-=-=-=-= */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
    
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #e52d27 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

.feature-list ul li {
    display: block;
    float: left;
    font-family: "Poppins",sans-serif;
    line-height: 36px;
    text-transform: capitalize;
    width: 50%;
}
.feature-list ul li::before {
    color: #e52d27;
    content: "\f058";
	font-family:FontAwesome;
    margin-right: 10px;
}
.highlight-feature {
    color: #242424;
    font-weight: 500;
}
.p-features ul {
    margin-top: 50px;
}
.p-features .btn {
    margin-right: 20px;
}
.p-features-1 {
	background: #fff url("../images/macbookpro.png") right -190px bottom 70px no-repeat;
}
.p-features-2 {
	background: #fff url("../images/ipad.png") left -190px bottom 0 no-repeat;	
}
.p-features .layer {
	position:absolute;
	right:0;	
}
/* SUPPORT SECTION */

.support-features {
	position:relative;
	overflow:hidden;
}
.support-features .support-features-box {
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:60px 0;	
}
.support-features .col-md-4:nth-child(1) .support-features-box {
	background-color:#e86256;	
}
.support-features .col-md-4:nth-child(2) .support-features-box {
	background-color:#2ecc71;	
}

.support-features .col-md-4:nth-child(3) .support-features-box {
	background-color:#9c27b0;	
}

.support-features .support-features-box img {
	width:90px;
	display:block;
	margin:0 auto;
}
.support-features a:hover {
	opacity:0.8;	
}

.support-features .support-features-box h4 {
	margin-top:20px;
	color:#FFF;
	font-size:20px;
}
/* SITE FOOTER */

.site-footer-main {
	position: relative;
	padding: 120px 0;
	background-image: url(../images/site_header-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	background-attachment:fixed;
}
.site-footer-main::before {
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.8);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.site-footer-main .btn.btn-success {
	background-color:transparent;
	border-color:#F9F9F0;
	color:#FFF;
	float:right;
	padding:12px 30px;
	margin-top:7px;
}
.site-footer-main h3 {
	color:#242424;
	margin-bottom:50px;	
	font-size:30px;
	margin-top:10px;
}
.site-footer-main h2 span.color {
    color: #f44a56;
    font-size: 70px;
}
.cars-section img {
    margin-bottom: -50px;
    padding: 0 40px;
    position: relative;
    z-index: 77;
}
.cars-section {
	margin-top: -100px;
    position: absolute;
    width: 100%;	
}

.call-to-action {
	position:relative;
	overflow:hidden;	
}
.call-to-action img {
	display:block;
	margin:0 auto;	
}
      
      /*------------------------------------
 Header
------------------------------------*/
.navbar-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 980;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  min-height: 80px;
}
.navbar-default .navbar-brand {
  margin-top: 50px;
  margin-bottom: 5px;
  height: 70px;
  padding: 10px 0;
}
.navbar-default .navbar-nav {
  margin-top: 50px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Poppins",sans-serif;
  color: #E52D27;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #E52D27;
}
.navbar-default .navbar-nav > li.solid-item a {
  color: #ffffff;
  border-radius: 5px;
  padding: 15px 30px;
  margin: 0 10px;
}
.navbar-default .navbar-nav > li.solid-item:last-child {
  margin-right: 0;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 15px 10px;
  left: 0;
  right: auto;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
  top: 0;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
  color: #E52D27;
  font-family: "Poppins",sans-serif;
  padding: 5px 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu > li:hover > a {
  color: #E52D27;
  background-color: transparent;
}
.navbar-default .navbar-nav .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-default .navbar-nav > .dropdown:last-child .dropdown-menu, .navbar-default .navbar-nav > .dropdown:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-default .navbar-nav.navbar-buttons .solid-item a {
  color: #E52D27;
}
.navbar-default .navbar-nav.navbar-buttons .solid-item + .solid-item {
  background-color: #E52D27;
  border-radius: 25px;
}
.navbar-default .navbar-nav.navbar-buttons .solid-item + .solid-item a {
  color: #fff;
  padding: 10px 30px;
}
.navbar-default .navbar-nav.navbar-buttons .solid-item:nth-child(1) a {
  margin-left: 100px;
}
.navbar-default .navbar-nav.navbar-buttons .solid-item:last-child:hover {
  background: #E52D27;
}
.navbar-default.affix {
  min-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.navbar-default.affix .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default.affix .navbar-nav {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-default.affix .navbar-nav > li > a {
  color: #E52D27;
}
.navbar-default.affix .navbar-nav > li > a:hover {
  color: #E52D27;
}
.navbar-default.software-landing-nav .navbar-nav .solid-item a {
  background-color: #fff;
  color: #E52D27;
}
.navbar-default.software-landing-nav .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.software-landing-nav.affix .navbar-nav .solid-item a {
  background-color: #E52D27;
  color: #fff !important;
}
.navbar-default.slack-nav .navbar-nav .solid-item a {
  background-color: #E52D27;
  color: #fff;
}
.navbar-default.default-bg-nav .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.default-bg-nav .navbar-nav .solid-item a {
  background-color: #fff;
  color: #222;
}
.navbar-default.default-bg-nav.affix .navbar-nav > li > a {
  color: #E52D27;
}
.navbar-default.default-bg-nav.affix .navbar-nav > li > a:hover {
  color: #E52D27;
}
.navbar-default.default-bg-nav.affix .solid-item a {
  background-color: #E52D27;
  color: #fff !important;
}
.navbar-default.default-bg-nav.affix .solid-item a:hover {
  color: #222 !important;
}
.navbar-default.theme-bg-nav .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.theme-bg-nav .navbar-nav .solid-item a {
  background-color: #fff;
  color: #222;
}
.navbar-default.theme-bg-nav.affix {
  background-color: #E52D27;
}
.navbar-default.theme-bg-nav.affix .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default.theme-bg-nav.affix .navbar-nav > li > a:hover {
  color: #E52D27;
}
.navbar-default.theme-bg-nav.affix .navbar-nav > li.solid-item > a {
  color: #222;
}
.navbar-default.theme-bg-nav.affix .navbar-nav > li.solid-item > a:hover {
  color: #222 !important;
}

/*------------------------------------
 Banner
------------------------------------*/
.banner {
  position: relative;
  background:url(../images/hero-image.jpg);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.banner::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner .banner-item {
  height: 768px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.banner .banner-item.banner-item-style-2 {
	height:400px;	
}
.banner .banner-item.banner-item-style-2 .banner-content {
	position:relative;
	margin-top:0;
	transform:none;
	top:auto;	
}

.banner .banner-item .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50px;
  z-index: 2;
}
.banner .banner-item .banner-content .banner-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  margin: 0 0px 10px 0px;
  background-color:rgba(255,255,255,0.9);
  padding:15px 30px;
  border-radius:10px;
  color:#242424;
  margin-bottom:20px
}
.banner .banner-item .banner-content .banner-title span {
	color: #E52D27;
	text-shadow: 1px 5px rgba(0,0,0,0.04);
	font-weight: 900;
	font-size:50px;
	display:block;
	line-height: 65px;

}
.banner .banner-item .banner-content .banner-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.banner .banner-item .banner-content .banner-button {
  margin-top: 45px;
}
.banner .banner-item .play-button {
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 10px;
}
.banner .banner-item .play-button a i {
  color: #E52D27;
  font-size: 37px;
  padding-left: 10px;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}

.banner .banner-item .play-button-2 p {
  color: #E52D27;
  font-size: 15px;
}
.banner .banner-item .play-button-2 .play-bg-1 {
  border: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #f0f4f6;
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 52px;
  border-radius: 50%;
}
.banner .banner-item .play-button-2 .play-bg-1 .play-bg-2 {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #f0f4f6;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 42px;
  border-radius: 50%;
}
.banner .banner-item .play-button-2 .play-bg-1 .play-bg-2 i {
  border-style: solid;
  border-width: 2px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #f0f4f6;
  width: 35px;
  height: 35px;
  line-height: 30px;
  color: #E52D27;
  font-size: 17px;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 {
  background-color: #E52D27;
  height: 610px;
  margin-top: 155px;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 .banner-content {
  color: #fff;
  padding: 0 50px;
  margin-top: 70px;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 .banner-content .banner-title {
  color: #fff;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 .download-links {
  position: absolute;
  bottom: 30px;
  left: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 .download-links h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.banner .banner-item.banner-item-style-1 .banner-bg-1 .download-links .icons a {
  margin-left: 15px;
  font-size: 30px;
  color: #fff;
}
.banner .banner-item.banner-item-style-1 .banner-image {
  margin-top: 150px;
}
.banner .banner-item.banner-item-style-1 .banner-image img {
  margin: 0 auto;
}
.banner .banner-item.banner-item-style-1 .banner-image .mocks-background {
  background: url(../images/mocks/elements-bg.png) no-repeat center center;
  background-size: covor;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-title .black-color {
  color: #E52D27;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-text {
  color: #E52D27;
  font-size: 18px;
  line-height: 30px;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-text.white-color {
  color: #ffffff;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-form {
  margin-top: 40px;
  max-width: 420px;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-form [type=email] {
  background-color: #fff;
  border-radius: 3px;
  line-height: 43px;
  float: left;
  width: calc(100% - 150px);
  padding: 0 20px;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-form a {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E52D27;
  line-height: 45px;
  width: 130px;
  text-align: center;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
  font-weight:600;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-form .sign-in-text {
  position: absolute;
  margin-top: 20px;
}
.banner .banner-item.banner-item-style-2 .banner-content .banner-form .sign-in-text a {
  color: #E52D27;
}
.banner .banner-item.banner-item-style-3 .banner-content .banner-title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}
.banner .banner-item.banner-item-style-3 .banner-content .banner-text {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}
.banner .banner-item.banner-item-style-3 .banner-content .banner-button .btn + .btn {
  margin-left: 30px;
  color: #fff;
}
.banner .banner-item.banner-item-style-4 .banner-content .banner-text {
  font-size: 20px;
  line-height: 35px;
  color:#FFF;
}
.banner .banner-item.banner-item-style-4 .banner-content .banner-button .btn {
  color: #fff;
}
.banner .banner-item.banner-item-style-5 {
  height: 720px;
}
.banner .banner-item.banner-item-style-5 .banner-content {
  top: 8%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  margin-top: 50px;
}
.banner .banner-item.banner-item-style-5 .banner-content .banner-form {
  max-width: 470px;
  margin: 0 auto;
}
.banner .banner-item.banner-item-style-5 .banner-content .banner-form [type=email] {
  background-color: #fff;
  border-radius: 3px;
  line-height: 43px;
  float: left;
  width: calc(100% - 70px);
  padding: 0 20px;
}
.banner .banner-item.banner-item-style-5 .banner-content .banner-form [type=submit] {
  width: 60px;
  margin-left: 10px;
  background-color: transparent;
  line-height: 40px;
}
.banner .banner-item.banner-item-style-5 .banner-content .play-button-2 {
  float: left;
  width: 100%;
}
.banner .banner-item.banner-item-style-5 .mock-slider {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .banner-item.banner-item-style-5 .mock-slider .screen-mock {
  background-image: url(../images/mocks/macbook-moc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 470px;
  width: 800px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.banner .banner-item.banner-item-style-5 .mock-slider .slide-main {
  margin: 0 auto;
}
.banner .banner-item.banner-item-style-5 .mock-slider .slider-mocks {
  text-align: center;
  top: 25px;
}
.banner .banner-item.banner-item-style-5 .mock-slider .slider-mocks .owl-controls .owl-next,
.banner .banner-item.banner-item-style-5 .mock-slider .slider-mocks .owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner .banner-item.banner-item-style-5 .mock-slider .slider-mocks .owl-controls .owl-prev {
  left: 120px;
}
.banner .banner-item.banner-item-style-5 .mock-slider .slider-mocks .owl-controls .owl-next {
  right: 120px;
}

.banner .banner-item.banner-item-style-6 .banner-content {
  margin-top: -70px;
}
.banner .banner-item.banner-item-style-6 .banner-content .banner-title {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}
.banner .banner-item.banner-item-style-6 .banner-content .banner-text {
  color: #fff;
  max-width: 550px;
  margin: 0 auto;
}
.banner .banner-item.banner-item-style-6 .banner-content .banner-button {
  margin-top: 20px;
}
.banner .banner-image-style-2 {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
}
.banner .banner-image-style-2 img {
  max-width: 900px;
}
.banner .banner-image-style-3 {
  position: relative;
  text-align: center;
  margin-top: -150px;
  width: 100%;
}
.banner .banner-image-style-3 img {
  max-width: 900px;
  margin: 0 auto;
}
.sub-section + .sub-section {
  margin-top: 80px;
}
.sub-section.style-2 + .sub-section {
  margin-top: 150px;
}
.sub-section.style-2 .top-title {
  margin-top: 50px;
  font-size: 17px;
  text-transform: uppercase;
  color: #ffc420;
}
.sub-section.style-2 .subsection-title {
  margin-top: 0;
}
.sub-section .subsection-title {
  font-size: 30px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 25px;
}
.sub-section .subsection-text {
  font-size: 17px;
  line-height: 30px;
}
.sub-section .list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.sub-section .list-items li {
  line-height: 3rem;
}
.sub-section .list-items li .fa {
  margin-right: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8dd56), to( #ffc420));
  background-image: linear-gradient(to right, #f8dd56,  #ffc420);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
/*================================================
Boxes CSS
=================================================*/
.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}

.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
          box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}

.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0 -5px;
}

.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}

.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}

.single-box.bg-c679e3 {
  border-color: #edc3fc;
}

.single-box.bg-c679e3 .icon {
  color: #c679e3;
  background: #edc3fc;
}

.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}

.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-box:hover {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  border-color: transparent;
}

.single-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-box:hover .icon {
  background: #ffffff;
  color: #44ce6f;
}

.single-box:hover h3, .single-box:hover p {
  color: #ffffff;
}

.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}

.single-box:hover.bg-c679e3 .icon {
  color: #c679e3;
}

.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}
#demo-section 
{
	padding:60px 0;	
}
#demo-section .left-section:hover, #demo-section .right-section:hover {
    transform: translateY(-10px);
}


/* =-=-=-=-=-=-= Media Quries =-=-=-=-=-=-= */

@media (min-width: 1367px) and (max-width: 3000px) { 
	#hero {
		padding-top:180px;
		padding-bottom:280px;	
	}
	.p-features-1 {
		background: #fff url("../images/macbookpro.png") right -95px bottom 70px no-repeat;
	}
	.p-features-2 {
		background: #fff url("../images/ipad.png") left -95px bottom 20px no-repeat;	
	}
}
@media (min-width: 768px) and (max-width: 1279px) {
#hero h1 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.call-to-action h3, .payment h1 {
	font-size: 28px;
}
.call-to-action p {
	padding: 0 70px;
}
.core-features p {
	padding: 0 45px;
}
.payment h1 {
	margin-bottom: 0;
}
.price-description {
	margin-bottom: 15px;
}
.plan-info {
	padding-left: 0;
	display: block;
}
#demos {
    padding-bottom: 100px;
}
.cars-section {
    margin-top: -70px;
}
.cars-section img {
	margin:0;
	padding:0;	
}
.section-padding-140 {
    padding: 100px 0;
}
.p-features-1, .p-features-2 {
	background:none;	
}


}

@media (min-width: 320px) and (max-width: 767px) {
#hero h3 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.btn {
	padding: 10px 20px;
}
.heading-panel h1, .call-to-action h3, .payment h1 {
	font-size: 22px;
}
.call-to-action p {
	font-size: 16px;
	padding: 0
}
.payment h1 {
	margin-top: 40px;
	margin-bottom: 0;
}
.price {
	margin-bottom: 10px;
}
.plan-info {
	padding-left: 0;
}
#hero {
	padding:50px 0;	
}
.heading-panel h3 {
	font-size:20px;	
}
#demos {
    padding-bottom: 50px;
}
.feature-list ul li{
	width:100%;	
	font-size: 14px;
}
.p-features .btn-group .btn {
    margin-right: 10px;
}
.layer {
	margin-top:20px;	
}
.heading-panel h1, .call-to-action h3, .payment h1 {
    font-size: 20px;
}
.section-padding-140 {
    padding: 50px 0;
}
.site-footer-main h2 span.color {
    color: #f44a56;
    font-size: 50px;
}
.p-features-1, .p-features-2 {
	background:none;	
}
.navbar-default .navbar-brand {
	margin-top:0;	
}
.banner .banner-item .banner-content .banner-title span {
    color: #E52D27;
    text-shadow: 1px 5px rgba(0,0,0,0.04);
    font-weight: 900;
    font-size: 28px;
    display: block;
    line-height: normal;
}
.banner .banner-item .banner-content .banner-title {
    font-size: 18px;
}
.banner .banner-item.banner-item-style-4 .banner-content .banner-text {
    font-size: 14px;
    line-height: normal;
}
.heading-panel {
	width:100%;	
}
.heading-panel h2 {
    font-size: 28px;
}
}
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.social-links li {
    text-transform: capitalize;
    color: #a7a7a7;
    display: inline-block;
}
.social-links a {
    color: #a7a7a7;
    font-size: 17px;
    padding: 0 5px;
}
