/*
    Template Name: Marketi - app landing template
    Author: Dreambuzz
    Author URI: 
    Description: 
    Version: 1.0
*/


/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION FEATURES
8. SECTION TESTIMONIAL
9. SECTION CONTACT
10. SECTION FOOTER


/*========================================
	Google font
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Raleway:400,600,700,300');
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.btn:active,
.btn.active,
.progress,
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * # default
 * ---------------------------------------------------------
 */

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #6a6a6a;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
}

p {
	margin-top: 0;
	padding-left: 0px;
}

ol,
ul,
dl,
pre,
blockquote {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 0px;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

li {
	list-style-type: none;
	padding-left: 0px;
}


/* ---Typhography--- */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 48px;
	line-height: 56px;
}

h2 {
	font-size: 36px;
	line-height: 42px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}

.lg-title {
	font-size: 62px;
	line-height: 74px;
}

a,
a:focus,
a:hover,
a:active {
	text-decoration: none;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	opacity: .85;
}


/* ---Typhography Responsive--- */

@media(max-width:840px) {
	.title-lg {
		font-size: 48px;
		line-height: 62px;
	}
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: 100%;
}

.section-cta {
	margin-top: 30px;
}


/* ======================================
 * 07. Preloader
/* ====================================== */

#loader {
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

#loader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background-image: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/**
 * # component
 * ---------------------------------------------------------
 */

.btn {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 50px;
	padding: 12px 32px;
	font-weight: 700;
	border: 0px;
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
}

.btn-grey {
	color: #212121;
	background-color: transparent;
	border: 2px solid #212121;
}

.btn-grey:hover {
	color: white;
	background-color: #3EB6FF;
	border-color: #3EB6FF;
}

.btn-white {
	border-color: #fff;
	background: #fff;
	color: #333;
}

.btn-black {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-black:hover,
.btn-white:hover {
	color: #fff;
	background-color: #26A9E0;
	border-color: #26A9E0;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-control:focus {
	border-color: #3EB6FF;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e;
}

.form-control::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.04);
	background-color: rgba(0, 0, 0, 0.04);
}

.input-group-shadow {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}


/*=================================
	NAVIGATION
=========================================*/

.navbar-nav > li > a,
.navbar-text {
	font-weight: 600;
	color: #fff;
}

.navbar-brand {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-brand img {
	margin-top: 0px;
}

.navbar-brand {
	margin-top: 8px;
	padding: 15px 15px;
}

.navbar-nav > li > a {
	line-height: 1.86667;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.navbar-default {
	background-color: rgba(255, 255, 255, .96);
	background: #fff;
}

.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 28px;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #26A9E0;
	background-color: transparent;
}

@media (min-width: 992px) {
	.navbar-nav > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.navbar-lg .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.navbar-right a.btn {
	margin-top: 17px;
	padding: 10px 5px;
}


/**
 * commona
 * ---------------------------------------------------------
 */

.site-header-fixed-top,
.site-header-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.site-header-fixed-top {
	top: 0;
}

.site-header-fixed-bottom {
	bottom: 0;
}

.section-padding {
	padding: 90px 0px;
}


/*===========================================
Banner Content
===========================================*/

#main-banner {
	background: url("../img/bg/banner.jpeg") fixed 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 600px;
}

.banner-slider {}

.banner-main {
	padding: 200px 0px 170px;
}

.overlay::before {
	background-color: rgba(25, 25, 25, 0.95);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay1::before {
	background-color: rgba(0, 0, 0, 0.96);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay2::before {
	background-color: rgba(255, 255, 255, .94);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bg-overlay {
	background: url("../img/overaly.png");
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-main h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner-main h4 {
	color: #eaeaea;
	font-weight: 400;
	width: 70%;
	margin: 35px auto;
	line-height: 28px;
}

.carousel-indicators {
	bottom: 10%;
}


/*
==========================================
center
==========================================
*/

.center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/*=============================================
	ABOUT SECTION
==============================================*/

#section-about {
	background: #fff;
	border-bottom: 1px solid#eee;
}

.about-box {
	background: #fff;
	margin-bottom: 30px;
	padding: 15px 15px;
}

.about-box,
.about-box i {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.about-box i {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	width: 90px;
	height: 90px;
	text-align: center;
	background: #e9e9e9;
	padding-top: 20px;
	border-radius: 4px 30px 4px 4px;
	color: #333;
}

.about-box h4 {
	font-weight: 600;
	color: #222;
}

.about-img {
	margin-top: 10px;
}

.about-box:hover i {
	color: #fff!important;
}


/*==================================================
	CLIENT TESTIMONIAL
=====================================================*/

#section-testimonial {
	background: #EEEEEE;
}

.client-caption {
	margin: 0 auto;
	padding: 40px 30px;
	background: #fff;
	border-radius: 5px;
}

.client-caption i {
	font-size: 80px;
	line-height: 50px;
	color: #555!important;
}

.client-caption p {
	margin: 35px 0px;
}


/*===============================================================================
	SECTION PRICING
=================================================================================*/

.pricing-intro {
	margin: 15px 15px;
	padding: 30px 20px;
}

.pricing-intro i {
	font-size: 70px;
	line-height: 80px;
}

.pricing-box {
	text-align: center;
	border: 1px solid#eee;
	padding-bottom: 50px;
	border-radius: 15px;
}

.pricing-box.active {
	background: #eee;
}

.price-title h3 {
	margin-bottom: 0px;
}

.price-list {
	padding: 10px 40px;
}

.price-list li {
	font-size: 16px;
	padding: 20px 40px;
	border-bottom: 1px solid#e9e9e9;
}

.price {
	padding: 15px 0px;
	margin-bottom: 30px;
}

.price span {
	font-size: 50px;
	font-weight: 700;
	color: #232323;
	font-size: 80px;
}


/*=============================================
	WHY CHOOS US
==============================================*/

#section-parallax {
	background: url("../img/bg/bg1.jpeg")fixed 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.parallax-content {
	width: 70%;
	margin: 0 auto;
}

.parallax-content h2,
.parallax-content h5 {
	text-transform: none;
	margin-bottom: 0px;
	color: #fff;
}

.parallax-content h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.parallax-content p {
	margin-bottom: 40px;
}

.parallax-content .btn {
	margin-top: 30px;
}

.parallax-content h2 {
	color: #fff;
	font-weight: 100;
}


/*=============================================
	FEATURE SECTION
==============================================*/

.section-heading {
	width: 70%;
	margin: 0 auto 50px;
}

.section-heading h3 {
	text-transform: none;
}

#section-features {
	padding-bottom: 50px;
}

.feature-content {
	margin-bottom: 50px;
	text-align: center;
	padding: 0px 20px;
}

.feature-content i {
	font-size: 70px;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 18px;
	border-radius: 100%;
}

.feature-info h4 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.feature-info hr {
	width: 50px;
	height: 3px;
	background: #ddd;
	margin: 0 auto 20px;
}

.feature-info p {
	display: block;
}

.c1 {
	color: #26A9E0;
}

.c2 {
	color: #EB2E4A;
}

.c3 {
	color: #9B6A30;
}

.c4 {
	color: #19B963;
}

.c5 {
	color: #FFB235;
}

.c6 {
	color: #EB2E4A;
}


/*=====================================================
    SECTION GALLERY
==========================================================*/

#owl-demo .item {
	display: block;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}

.owl-theme .owl-buttons i {
	margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -45px;
	top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -45px;
	top: 55px;
}

#section-gallery {
	background: #F4F5F5;
}

.owl-dots span {
	border: 1px solid rgba(0, 0, 0, 0.4);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	margin: 0 5px;
}

.owl-dots .active span {
	background-color: rgba(0, 0, 0, 0.4);
}

.owl-controls {
	padding: 1px;
	height: auto;
}

.owl-dots > .owl-dot {
	display: inline-block;
}

.owl-dots {
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*/============================
	Download section
===================================*/

.download-wrap {
	margin-bottom: 60px;
	width: 75%;
	padding-left: 0px;
}

.download-wrap h2 {
	text-transform: none;
}

.download-wrap a.btn {
	margin-top: 10px;
}

.download-content {
	margin-top: 40px;
}

.how-it-works ul li h4 span {
	font-size: 40px;
	color: #ddd;
	margin-right: 10px;
}

.how-it-works ul li {
	margin-bottom: 25px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}

.download-btn {
	border: 1px solid#eee;
	padding: 20px;
	margin-top: 40px;
	background: #eee;
}

.download-btn i {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	padding-top: 10px;
	width: 60px;
	height: 60px;
	background: #eee;
	float: left;
	border-radius: 100%;
	margin-top: 10px;
}

.download-btn a h4 {
	font-weight: 400;
}

.download-btn a h4 span {
	display: block;
	font-weight: 700;
}

.download-btn i.bg1 {
	background: #26A9E0;
}

.download-btn i.bg2 {
	background: #EB2E4A;
}

.download-btn i.bg3 {
	background: #FF7E60;
}


/*=====================================================
    SECTION CONTACT
==========================================================*/

#section-location {}

.contact-box {
	padding: 40px 10px;
}

.contact-inner {
	text-align: center;
}

.contact-inner i {
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}

.contact-inner h4,
.contact-inner p,
.contact-inner i {
	color: #fff;
}

.contact-inner p {
	margin-bottom: 0px;
}

.color1 {
	background: #26A9E0;
}

.color2 {
	background: #ED1C24;
}

.color3 {
	background: #F15723;
}


/*=====================================================
    SECTION FOOTER
==========================================================*/

#section-footer {
	background: #111;
	padding-top: 60px;
	padding-bottom: 40px;
}

.footer-content h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer-social li a i {
	color: #555;
	font-size: 25px;
	line-height: 25px;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

.footer-content h4 {
	color: #eee;
}

.footer-social li a:hover i {
	color: #fff;
}