
/*
    Template Name: AppX- App landing template
    Author: Dreambuzz71
    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-size: 15px;
	font-weight: normal;
	font-family: "Raleway ",Helvetica Neue, Arial, sans-serif;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d3345;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-family: "Open Sans",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 24px;
}

h1 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 25px;
	line-height: 35px;
}

h2 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 19px;
	line-height: 29px;
}

h5 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 15px;
	line-height: 25px;
}

h6 {
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 13px;
	line-height: 2;
	line-height: 26px;
}

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: 14px;
	font-weight: 600;
	-webkit-border-radius: 10rem;
	border-radius: 10rem;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 160px;
	padding: 12px 0px;
	text-transform: capitalize;
	border: 2px solid transparent;
}

.btn-grey {
	color: #212121;
	background-color: transparent;
	border: 2px solid #212121;
}

.btn-grey:hover {
	color: white;
	background-color: #3EB6FF;
	border-color: #3EB6FF;
}

.btn-theme-1 {
	color: #fff;
	background-color: #F96332;
	border-color: #3EB6FF;
}

.btn-theme-1:hover {
	color: #3EB6FF;
	background-color: #232323;
	border-color: #232323;
}

.btn-black {
	color: #fff;
	background-color: #333;
	border-color:#333;
}
.btn-black: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 {
	height: 64px;
	line-height: 0.9;
	padding-bottom: 23px;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}

.navbar-brand img {
	margin-top: 0px;
}

.navbar-nav > li > a {
	line-height: 1.86667;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #8E8B8B;
	color: #fff;
transition: all 0.2s ease-in;
}

.navbar-default {
    background-color: rgba(255,255,255,.96);
}
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3EB6FF;

    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/slider.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;

}
.banner-content{
	padding:250px 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;
}
.banner-main h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 25px;
	color: #fff;
	text-transform: none;
	text-transform: capitalize;
}

.banner-main p {
    font-weight: 400;
    line-height: 26px;
	color: #eee;
}

.slider-img{
	padding-top: 150px;
}

.logo-title {
	text-transform: uppercase;
	width: 90px;
	height: 90px;
	border-radius:100%;
	border: 2px solid#eee;
	color: #26A9E0;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	margin-bottom: 20px;
}


/*
==========================================
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;
	padding-bottom: 0px;
}
.about-box{
	border: 2px solid#e9e9e9;
	padding: 25px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
}
.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;
	color: #ddd;
}
.about-box  h4{
	font-weight: 600;
	color: #222;
}
.about-box:hover{
	border-color:  #26A9E0;
}
.about-box:hover i{
	color: #26A9E0;
}

.about-img {
	margin-top:10px;
}




/*==================================================
	CLIENT TESTIMONIAL
=====================================================*/

.client-caption {
	width: 70%;
	margin: 0 auto;
}
.client-caption i{
	font-size: 50px;
	line-height: 50px;
	color: #26A9E0;
}
.client-caption p{
	margin: 20px 0px;
}
.client-caption{}


/*===============================================================================
	SECTION PRICING
=================================================================================*/

#section-pricing{
	background: #e9e9e9;
	position: relative;
	 background: url("../img/bg/img2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing-wrap h4{
	font-weight: 400;
}
.pricing-wrap hr{
	width: 60px;
	border-width: 3px;
	border-color: #26A9E0;
	margin: 0px 0px 30px;
}
.pricing-tab .nav-tabs li{
	margin-bottom: 10px;
}
.pricing-tab ul{
	margin-top: 50px;
}
.pricing-tab .nav-tabs{
	border: none;
	text-align: center;
}

.pricing-tab .nav-tabs a {
	border: 1px solid#ddd;
	display: block;
	padding: 25px;
	width: 120px;
	outline: none;
	border-bottom: 3px solid #ddd;
}
.pricing-tab .nav-tabs a i{
	font-size: 30px;
	color: #777;
	margin-bottom: 10px;
}
.pricing-tab .nav-tabs a h5{
	margin-bottom: 0px;
}
.pricing-tab .nav-tabs a:hover{
	border-color:#26A9E0 ;
}
.pricing-tab .nav-tabs > li.active > a{
	border-bottom: 3px solid#26A9E0;
}


.pricing-box{
	text-align: center;
	border: 2px solid#333;
	padding: 45px 0px;
}
.price-title h3{
	text-transform: uppercase;
}

.price-list {
	border-top: 1px solid#ddd;
	border-bottom: 1px solid#ddd;
	padding: 10px 0px;
}
.price-list li{
	font-size: 16px;
	padding: 10px 0px;
}
.price{
	padding: 15px 0px;
}
.price span{
	font-size: 50px;
	font-weight: 700;
	color: #232323;
}

/*=============================================
	FEATURE SECTION
==============================================*/

.section-heading{
	width: 70%;
	margin: 0 auto 50px;
}
.section-heading h3{
	text-transform: capitalize;
}
#section-features{
	padding-bottom: 50px;
}
.feature-content{
	margin-bottom: 50px;
}
.feature-content i{
	font-size: 50px;
	margin-bottom: 15px;
}

.c1{
	color: #26A9E0;
}
.c2{
	color: #EB2E4A;
}
.c3{
	color: #F15723;
}
.c4{
	color: #ED1C24;
}
.c5{
	color: #9B6A30;
}
.c6{
	color: #19B963;
}

/*=====================================================
    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 a.btn{
	margin-top: 10px;
}

.download-content{
	margin-top: 40px;
}
.btn-download {
    font-family: Arial,Helvetica,sans-serif;
    color: #232323;
    background-color: #e9e9e9;
    border-radius: 4px;
    padding: 40px 20px;
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-download i{
	color: #333;
	font-size: 50px;
	line-height: 50px;
	display: block;
}

.btn-download{
	font-size: 20px;
}
.btn-download small{
	font-size: 12px;
}

.btn-download:hover{
	background: #26A9E0;
}

.btn-download:hover {
	color: #fff;
}


/*=====================================================
    SECTION CONTACT
==========================================================*/


#section-location{
	background:#e9e9e9;
}

.info-box{
	padding-top: 20px;
}
.info-wrap i{
	float: left;
	margin-right: 25px;
	font-size: 35px;
	color: #444;
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	padding-top: 20px;
}

.info-wrap h4 {
	color: #000;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: 400;
}
.info-wrap p{
	color: #000;
}

/*=====================================================
    SECTION FOOTER
==========================================================*/
#section-footer {
	background: url("../img/bg/bg5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	}

.footer-content h2{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-menu li a{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
}

.footer-social li a i{
	color: #555;
	font-size: 25px;
	line-height: 25px;
}
.footer-content h2,.footer-menu li a,.footer-content p,.footer-social li a:hover i{
	color: #fff;
}
