/*------------------------------------------------------------------
Main Style Stylesheet

-------------------------------------------------------------------*/

/*----- Main Layout ---------*/
/*----- PrettyPhoto ---------*/
@import "prettyPhoto.css";
/*----- animate.css ---------*/
@import "animate.css";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #dbe7f5;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
#wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
h1 {
	font-size: 36px;
	color: #0074e7;
	font-weight: bold;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #dbe7f5;
	text-align: center;
}
h3 {
	font-size: 24px;
	color: #dbe7f5;
	font-weight: bold;
}
h4 {
	font-size: 20px;
	color: #dbe7f5;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	color: #dbe7f5;
	font-weight: 600;
}
h6 {
	font-size: 14px;
}
p {
	color: #dbe7f5;
	line-height: 25px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
hr {
	border-color: #dbe7f5;
	width: 180px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*=======================================================
			HEADER
========================================================*/
#home .overlay {
	padding: 0px;
	padding-bottom: 0px;
	position: relative;
	height: 100%;
	width: 100%;
}
.upper-menu {
	width: 100%;
	float: left;
	background: #483A3A;
}
.upper-menu .container .left {
	float: left;
	padding: 4px 0px;
}
.upper-menu .container .right {
	float: right;
	padding: 4px 0px;
}
.upper-menu .container .left p {
	padding: 5px 0px;
	margin: 0;
	font-size: 14px;
	color: #dbe7f5;
}
/*=======================================================
			HEADER
========================================================*/
header {
	/*position: absolute;*/
	width: 100%;
	/*top: 20px;*/
	z-index: 999;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-bottom: 5px solid #0074e7;
}
#undefined-sticky-wrapper {
	height: auto !important;
}
header .sticky-wrapper {
	height: auto !important;
}
header .logo {
	float: left;
	line-height: 62px;
	margin: 8px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	text-transform: uppercase;
	padding: 0px;
	line-height: 82px;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 0px;
	padding-right: 0px;
	color: #595959;
	padding: 30px 15px;
	text-align: center;
}
.navbar-default .navbar-nav > li.active > a {
	color: #dbe7f5;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #0074e7;
	color: #dbe7f5;
}
header .social_icons {
}
.is-sticky header {
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-bottom: #0074e7 5px solid;
	z-index:9999;
}
header .active {
	background: #0074e7;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .active a {
	color: #f2333a;
	background-color: transparent;
}
.is-sticky .menu .logo {
	display: none;
}
.is-sticky header nav {
	text-align: center;
}
.is-sticky header nav div ul.nav li a {
	padding: 10px 20px;
}
.is-sticky header nav {
	position: relative;
	float: none;
}
.is-sticky header nav .collapse {/* float: left; left: 50%;*/
	float: none;
	width: 100%;
	position: relative;
}
.is-sticky header nav .collapse .navbar-nav { /*float: left; left: -50%;*/
	/*width: 100%;
	position: relative;*/
	
	position: relative;
    display: inline-block;
    float: none!important;
    text-align: center
}
.sticky-wrapper {
	background: none repeat scroll 0 0 #dbe7f5;
}

.upper-menu .container .left p a{ padding-right:20px; color:#fff; font-weight:bolder;}
/*=======================================================
			HEADING TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-bottom: 50px;
}
.tittle hr {
	margin: 20px auto;
	margin-bottom: 30px;
}
.tittle p {
	font-size: 17px;
	color: #dbe7f5;
}
.tittle h3 {
	text-transform: uppercase;
}
.tittle hr {
	border: none;
	border-bottom: 1px solid #dbe7f5;
	text-align: left;
	margin: 20px auto;
	width: 120px;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	z-index: 2;
}
/*=======================================================
			HOME
========================================================*/
.tp-banner-container {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#home {
	background: none repeat scroll 0 0 #595959;
	background-size: cover;
	background-size: cover;
	position: relative;
	top: 0px;
	width: 100%;
}
.text {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.text h2 {
	font-weight: 100;
	margin-bottom: 20px;
}
.text h2 span {
	font-weight: 600;
}
.text .btn {
	margin-left: 20px;
	margin-right: 20px;
}
.iphone {
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.iphone .iphone-left {
	text-align: right;
}
.iphone .iphone-right {
	text-align: left;
}
.iphone div img {
	display: inline-block;
}
.white-bar {
	background: #dbe7f5;
	height: 120px;
	position: relative;
	margin-top: -120px;
	padding-top: 120px;
	text-align: center;
}
.white-bar-1 {
	z-index: 1;
}
.app_store {
	background: #dbe7f5;
	padding: 20px;
	position: relative;
	margin-top: 0px;
	z-index: 2;
	text-align: center;
}
.app_store li {
	display: inline-block;
	padding: 0 50px;
}
.app_store i {
	color: #483A3A;
	line-height: 80px;
	font-size: 50px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 99;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 940px;
	overflow: hidden;
}
.item {
}
.item:nth-child(1) {
	background: url(../images/home_bg_1.png) no-repeat;
	background-size: cover;
}
.item:nth-child(2) {
	background: url(../images/home_bg_2.png) no-repeat;
	background-size: cover;
}
.item:nth-child(3) {
	background: url(../images/home_bg_3.png) no-repeat;
	background-size: cover;
}
.slider-1 {
	position: relative;
	z-index: 3;
}
.slider-1 .iphone-center {
	position: relative;
	z-index: 9;
}
.slider-2 {
	margin-top: 325px;
	position: relative;
	z-index: 3;
}
.slider-2 img {
	margin-top: 0px;
}
.slider-3 {
	margin-top: 110px;
	z-index: 3;
}
.item h4 {
	background: #0074e7;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
}
.slider-2 h2 {
	text-align: left;
	margin-top: 30px;
}
.slider-2 .text {
	text-align: left;
	margin-top: 8%;
}
.slider-2 .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.slider-2 .text .btn {
	margin: 20px 40px 0 0;
}
.slider-3 h2 {
	text-align: left;
	margin-top: 30px;
}
.slider-3 .text {
	text-align: left;
	width: 500px;
	position: relative;
	z-index: 3;
	display: inline-block;
}
.slider-3 .iphone-land {
	float: right;
	margin-top: -280px;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}
.slider-3 .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.slider-3 .text .btn {
	margin: 20px 50px 0 0;
}
.slider-3 .botn {
	float: right;
	display: inline-block;
	margin-top: -245px;
	position: relative;
	z-index: 4;
	margin-bottom: 200px;
}
.bg-colr {
	background: #0074e7;
	height: 50px;
	width: 100%;
	display: inline-block;
}
/*=======================================================
			ABOUT US
========================================================*/
#about-us {
	padding: 90px 0;
	background: #dbe7f5;
}
#about-us h3, #about-us p {
	color: #0074e7;
}
#about-us p {
	color: #483A3A;
}
#about-us hr {
	border-color: #0074e7;
}
#about-us .about-us {
	padding: 0 12%;
	text-align: center;
}
/*=======================================================
			BUTTON STYLE
========================================================*/
.btn {
	background: #dbe7f5;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #483A3A;
	text-decoration: none !important;
	font-weight: bold;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 30px;
	border: 2px solid #dbe7f5;
}
.btn-1 {
	background: none;
	color: #dbe7f5;
}
.btn:hover {
	background: #483A3A;
	color: #dbe7f5;
	border-color: #483A3A;
}
/* Default tab style */


.tabs {
	position: relative;
	width: 100%;
}
/* Nav */
.tabs nav {
	text-align: center;
	margin-top: 60px;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabs nav a span {
	vertical-align: middle;
}
.tabs nav li.tab-current a {
	color: #dbe7f5;
}
.tabs nav a:focus {
	outline: none;
}
.tabs nav i {
	font-size: 50px;
	height: 102px;
	width: 102px;
	color: #dbe7f5;
	border: 1px solid #dbe7f5;
	border-radius: 50%;
	line-height: 102px;
}
.tab-current i {
	background: #dbe7f5;
	color: #0074e7 !important;
}
/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.content-wrap {
	position: relative;
	min-height: 250px;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.tabs-style nav a {
	overflow: visible;
	border-top: 1px solid #dbe7f5;
	-webkit-transition: color 0.2s;
	padding-top: 60px;
}
.tabs-style nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabs-style nav li.tab-current a:after, .tabs-style nav li.tab-current a:before {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}
.tabs-style nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #dbe7f5;
}
.tabs-style nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #dbe7f5;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
#perfect {
	background: #dbe7f5;
	text-align: center;
	padding: 0px;
}
#perfect h1 {
	color: #dbe7f5;
	font-weight: bolder;
	font-size: 48px;
}
#perfect .container {
/*padding: 80px 0px;*/
}
#perfect .download.btn {
	margin-bottom: 30px;
}
#perfect h2 span {
	font-weight: 200;
	color: #483A3A;
}
#perfect .avaib li {
	display: inline-block;
	padding: 0 50px;
}
#perfect .avaib i {
	color: #d0d0d0;
	line-height: 80px;
	font-size: 35px;
}
#perfect p {
	color: #909090;
}
#perfect .stores {
	background: #595959;
	padding: 60px 0;
	margin-top: 40px;
}
#perfect .stores li {
	text-align: center;
	display: inline-block;
}
.option {
	background: url(../images/option-bg.jpg) fixed top center;
	background-size: cover;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.option h5 {
	margin-bottom: 10px;
}
.option i {
	font-size: 120px;
	color: #dbe7f5;
	margin-bottom: 30px;
}
.option .overlay {
	padding: 150px 0;
	position: relative;
}
.option p {
	color: #dbe7f5 !important;
}
/*=======================================================
			SCREEN
========================================================*/
#faq {
	padding: 80px 0;
	padding-bottom: 120px;
	background: #dbe7f5;
}
#faq .tittle {
}
#faq .tittle h3 {
	color: #483A3A;
}
#faq .tittle p {
	color: #483A3A;
}
#faq .tittle hr {
	border-color: #483A3A;
}
#faq .owl-item {
	padding: 0 5px;
}
#faq .owl-prev {
	right: 50px;
	margin-top: 25px;
	padding-right: 2px;
}
#faq .owl-next {
	left: 50px;
	margin-top: 25px;
	padding-left: 2px;
}
#faq #owl-screen span {
	background: #000;
}
/*=======================================================
			SCREEN
========================================================*/
#screen {
	padding: 80px 0;
	padding-bottom: 120px;
	background: #dbe7f5;
}
#screen .tittle {
}
#screen .tittle h3 {
	color: #483A3A;
}
#screen .tittle p {
	color: #483A3A;
}
#screen .tittle hr {
	border-color: #483A3A;
}
#screen .owl-item {
	padding: 0 5px;
}
.img {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.over {
	display: block;
	position: absolute;
	z-index: 20;
	text-align: center;
	background: rgba(56, 71, 86, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #dbe7f5;
	font-size: 60px;
}
.over {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.img img {
	width: 100%;
}
.over a.expand {
	left: 0;
	right: 0;
	top: 25%;
	margin: 0 auto -30px auto;
}
.over a.expand:hover {
	color: #dbe7f5;
}
.des {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 60%;
}
.img.hover .over {
	height: 100%;
}
#screen .owl-prev {
	right: 50px;
	margin-top: 25px;
	padding-right: 2px;
}
#screen .owl-next {
	left: 50px;
	margin-top: 25px;
	padding-left: 2px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #0074e7;
	background: #dbe7f5;
	text-align: center;
	line-height: 27px;
	color: #0074e7;
	border-radius: 50px;
	font-size: 18px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	position: absolute;k
}
#screen #owl-screen span {
	background: #000;
}
/*=======================================================
			APPLICATION
========================================================*/
#app {
	background-size: cover;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#app .overlay {
	padding: 80px 0;
}
#app .tittle {
	margin-bottom: 70px;
}
#app .tittle h3 {
	color: #dbe7f5;
}
#app .tittle p {
	color: #dbe7f5;
}
#app .tittle hr {
	border-color: #dbe7f5;
}
#app ul {
	margin-bottom: 50px;
}
#app li i {
	color: #dbe7f5;
	font-size: 50px;
	line-height: 100px;
	width: 100%;
	text-align: center;
}
#app li h5 {
	margin-bottom: 30px;
}
.canter-img {
	text-align: center;
}
#app .canter-img img {
	display: inline-block !important;
	margin-top: 0px;
	text-align: center;
}
/*=======================================================
			Pricing Table
========================================================*/
#pricing {
	background: url(../images/table-bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#pricing .overlay {
	padding: 80px 0;
	padding-bottom: 60px;
}
#pricing .tittle {
	margin-bottom: 70px;
}
#pricing .tittle h3 {
	color: #2c2c2c;
}
#pricing .tittle p {
	color: #2c2c2c;
}
#pricing .tittle hr {
	border-color: #2c2c2c;
}
#pricing ul li {
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 653px;
}
#pricing ul li .price-info {
	background: #2c2c2c;
	padding: 0px;
	padding-top: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}
#pricing ul li p {
	color: #7b7b7b;
	border-bottom: 1px solid #353535;
	line-height: 52px;
	margin: 0px;
	font-size: 15px;
	margin: 0 10px;
}
#pricing ul li .price {
	padding: 50px 0;
	background: #0074e7;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 8;
}
#pricing ul li .price span {
	font-size: 36px;
	font-weight: bold;
	color: #dbe7f5;
	width: 100%;
	display: inline-block;
}
#pricing ul li .price span.amount {
	font-size: 60px;
}
#pricing ul li .price small {
	font-size: 30px;
	display: inline-block;
}
#pricing ul li .price p {
	color: #dbe7f5;
	border: none;
}
#pricing ul li a {
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 18px;
	position: relative;
	margin-top: -65px;
	color: #6c6c6c;
	text-decoration: none;
}
#pricing ul li a:hover {
	color: #dbe7f5;
}
#pricing ul li:nth-child(2) .price {
	background: #2ecc71;
}
#pricing ul li:nth-child(3) .price {
	background: #e67e22;
}
#pricing ul li:nth-child(4) .price {
	background: #c0392b;
}
#pricing ul li .price-info:hover {
	padding-top: 35px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding-bottom: 0px;
}
#pricing ul li:hover a {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin-top: 0px;
}
/*=======================================================
			Testiminials
========================================================*/
#testi {
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.overlay-1 {
	padding: 60px 0;
	/*background: #0074e7;*/
	opacity: 0.9;
	background: url(../images/BG.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto;
}
.overlay-2 {
	padding: 60px 0;
	/*background: #0074e7;*/
	opacity: 0.9;
	background: url(../images/BG2.png);
	/*background-position: top left ;*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto;
}
#testi .testi {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
#testi .overlay-2 {
	padding-bottom: 0px;
}
#testi p {
	font-size: 24px;
	font-weight: 300;
}
#testi h3 {
	margin-top: 30px;
	margin-bottom: 60px;
}
#testi .owl-pagination {
	position: absolute;
	top: 30px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	width: 100%;
}
#owl-testi {
	z-index: 3;
}
#testi .owl-page {
	height: 22px;
	position: relative;
	width: 22px;
	margin: 0 5px;
	background: #0074e7;
	border: 3px solid #dbe7f5;
	display: inline-block;
}
#testi .owl-page.active {
	background: #dbe7f5;
}
.botm-color {
	height: 117px;
	background: #dbe7f5;
	width: 100%;
	display: inline-block;
	margin-top: -117px;
	position: relative;
	float: left;
	z-index: 1;
}
/*=======================================================
			TEAM
========================================================*/
#team .container {
	padding: 50px 0;
}
#team h4, #team h3 {
}
#team .over {
	background: rgba(255,255,255,0.8);
	padding: 0 20px;
}
#team .team .des {
	padding: 0 20px;
	top: 10%;
}
#team .des i {
	height: 120px;
	width: 120px;
	line-height: 120px;
	font-size: 60px;
	background: #0074e7;
	border-radius: 50%;
	color: #dbe7f5;
	margin-bottom: 50px;
}
#team .des p {
	color: #483A3A;
}
#team .info p, #team .info h4, #team .info hr, #team .social_icons a i {
	color: #0074e7;
	border-color: #0074e7;
}
#team .info {
	padding: 20px 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #dbe7f5;
}
#team hr {
}
#team .owl-item {
	padding: 0 10px;
}
#team .owl-controls {
	position: absolute;
	top: -80px;
	width: 100%;
}
#team .owl-buttons div {
	height: 37px;
	width: 37px;
	line-height: 32px;
	left: inherit;
	right: inherit;
	background: none;
	border: 3px solid #dbe7f5;
	color: #dbe7f5;
	top: 30px;
}
#team .owl-prev {
	left: 10px;
}
#team .owl-next {
	right: 10px !important;
	left: inherit;
}
/*=======================================================
			NEWS LETTER
========================================================*/
#news {
	background: #dbe7f5 fixed center center no-repeat;
	background-size: cover;
}
#news .container {
	padding-top: 60px;
}
#news .form-group {
	margin-top: 40px;
	margin-bottom: 60px;
}
#news h3, #news hr, #news p {
	color: #483A3A;
	border-color: #483A3A;
}
#news input {
	width: 100%;
	background: #dbe7f5;
	height: 63px;
	line-height: 63px;
	border: none;
	border: 1px solid #EAE1C0;
	color: #483A3A !important;
	position: relative;
}
#news .input-news {
	width: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
#news input[name="subscribe"] {
	background: #0074e7;
	border-radius: 4px;
	width: 124px;
	height: 45px;
	float: right;
	margin-top: -54px;
	margin-right: 10px;
	color: #dbe7f5 !important;
	line-height: 36px;
	font-weight: bold;
}
#news input[name="subscribe"]:hover {
	background: #483A3A;
}
.clients {
	background: #dbe7f5;
	position: relative;
	padding-top: 45px;
	margin-top: -45px;
	position: relative;
	z-index: 2;
}
.clients ul {
	margin: 50px 0;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/

.social_icons {
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style-type: none;
}
.menu .social_icons li {
	display: inline-block;
	list-style-type: none;
	float: right;
}
.social_icons a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 18px;
	line-height: 35px !important;
	text-decoration: none;
	text-align: center;
	color: #dbe7f5!important;
	border-radius: 50%;
}
#contact .social_icons a {
	background-color: #0074e7;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #dbe7f5;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .facebook a:hover {
	color: #dbe7f5;
	background-color: #3b5a9b !important;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #dbe7f5;
	background-color: #ff0084 !important;
	border-color: #ff0084;
}
.social_icons .googleplus a:hover {
	color: #dbe7f5;
	background-color: #f63d26 !important;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #dbe7f5;
	background-color: #507ea4 !important;
	border-color: #507ea4;
}
.social_icons .linkedin a:hover {
	color: #dbe7f5;
	background-color: #0072b2!important;
	border-color: #0072b2;
}
.social_icons .picasa a:hover {
	color: #dbe7f5;
	background-color: #cb2027!important;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #dbe7f5;
	background-color: #cb2027!important;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #dbe7f5;
	background-color: #00aaf1!important;
	border-color: #00aaf1;
}
.social_icons .twitter a:hover {
	color: #dbe7f5;
	background-color: #2baae1!important;
	border-color: #2baae1;
}
.social_icons .youtube a:hover {
	color: #dbe7f5;
	background-color: #ff3330!important;
	border-color: #ff3330;
}
/*=======================================================
			CONTACT
========================================================*/

#contact {
	background-size: cover;
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
	width:100%;
}
#contact .overlay {
	padding: 150px 0;
	padding-bottom: 80px;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #483A3A;
}
#contact .social_icons a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 56px !important;
	margin: 0 10px;
}
#contact .con-info {
	margin-top: 50px;
}
#contact .con-info i {
	color: #dbe7f5;
	font-size: 50px;
	margin-bottom: 25px;
}
#contact .con-info p {
	font-size: 16px;
	color: #dbe7f5;
	line-height: 24px;
}
#contact .con-info h4 {
	margin-bottom: 20px;
}
#contact label, input[name="submit"] {
	position: relative;
}
#contact label > span, input, textarea, button {
	box-sizing: border-box;
}
#contact label {
	font-weight: normal;
	width: 100%;
	color: #696969;
	display: inline-block;
	width: 100%;
}
#contact label > span {
	display: none;
}
#contact input, textarea, button {
	width: 100%;
	border: none;
}
#contact input[type="text"], input[type="email"], textarea {
	margin: 0;
	outline: none;
	height: 38px;
	line-height: 38px;
	width: 100%;
	padding: 0 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-radius: 5px;
}
#contact input.invalid, textarea.invalid {
	border-color: #d5144d;
}
#contact textarea {
	height: 4em;
	width: 100%;
	resize: none;
	padding: 0 10px;
}
#contact input[type="submit"] {
	background: #dbe7f5;
	color: #483A3A;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
	text-transform: uppercase;
	height: 47px;
	font-weight: bold;
	line-height: 47px;
	padding: 0 30px;
	border-radius: 5px;
}
#contact button {
	background: #2e2e2e;
	color: #dbe7f5;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	margin-top: -28px;
	text-transform: uppercase;
	height: 47px;
	font-weight: bold;
	line-height: 47px;
	display: inline-block;
}
#contact input[type="submit"]:hover, button:hover {
	background: #0074e7;
}
#contact .form-group {
	width: 100%;
}
.rights {
	background: #dbe7f5;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
}
.rights p {
	margin: 0px;
	color: #000;
	line-height: 34px;
}
/*=======================================================
			Style Switcher
========================================================*/
#theme_color {
	top: 365px;
}
.theme-style p {
	font-size: 12px;
	color: #666;
}
.theme_sw {
	width: 180px;
	position: fixed;
	left: -180px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher {
	width: 180px;
	position: fixed;
	left: -180px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #595959;
	margin-bottom: 0;
	background: #dbe7f5;
	height: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 45px;
	height: 45px;
	outline: none;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #dbe7f5;
}
.color-switcher ul li a.blue {
	background: #0090d2;
}
.color-switcher ul li a.green {
	background: #00aa6b;
}
.color-switcher ul li a.red {
	background: #f55354;
}
.color-switcher ul li a.yellow {
	background: #e7c33c;
}
.color-switcher ul li a.brown {
	background: #987654;
}
.color-switcher ul li a.cyan {
	background: #0097a6;
}
.color-switcher ul li a.orange {
	background: #ed8634;
}
.color-switcher ul li a.purple {
	background: #861dc1;
}
.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}
.color-switcher .gray {
	background: rgb(126, 139, 140);
}
.color-switcher .black {
	background: rgb(0, 0, 0);
}
.color-switcher .white {
	background: rgb(255, 255, 255);
}
.picker {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
	text-align: center;
	background: #dbe7f5;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.picker i {
	font-size: 22px;
	margin-top: 9px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
	text-align: center;
	background: #dbe7f5;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pos-two {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-style {
	background: #dbe7f5;
	width: 100%;
	min-height: 100px;
	padding: 20px;
	padding-right: 0px;
}
.theme-style {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.theme-style a {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}
.theme-style i {
	padding: 0 10px;
	color: #0074e7;
	font-size: 18px;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #dbe7f5;
	color: #595959;
	top: 150px;
	left: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #dbe7f5;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}
/*-------=========FAQ========-------*/

#faq-wrapper {
	width: 100%;
	float: left;
}
.faq-body {
	margin: 0 auto;
	width: 80%;
}
.faq-section {
	width: 100%;
	float: left;
}
.faq-section p.outer {
	padding: 10px 20px;
	background: #eaeaea;
	font-weight: bold;
	text-align: left;
	color: #0074e7 !important;
}
.togglelink {
	float: left;
	height: 45px;
	left: -18px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	top: -36px;
	width: 104%;
}
.togglelink i {
	float: right;
	top: 8px;
	position: relative;
	color: #0074e7 !important;
}
.toggle {
	display: none;
	padding: 10px 20px;
	float: left;
	background: #0074e7;
	width: 100%;
	top: -35px;
	position: relative;
}
.toggle p {
	color: #dbe7f5 !important;
	text-align: left;
	margin: 0px;
}
/*-------=========contact form========-------*/
.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion {
	width: 100%;
	margin: 30px auto 20px;
	background: #dbe7f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #dbe7f5;
	font-size: 16px;
	font-weight: 700;
	background: #0074e7;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: left;
}
.accordion li {
	margin: 10px 0px;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #dbe7f5;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #dbe7f5;
}
.accordion li.open i {
	color: #dbe7f5;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/


.submenu {
	display: none;
	background: #483A3A;
	font-size: 14px;
	color: #dbe7f5;
	padding: 10px 20px;
	text-align: left;
}
.submenu li {
	border-bottom: 1px solid #4b4a5e;
}
#layerslider .ls-slide .ls-l.sliderText {
	font-size: 6em;
	font-weight: 100
}
#layerslider .ls-slide .ls-l.sliderText > span {
	font-weight: 400;
}
#layerslider .ls-slide .buttonBig {
	font-size: 1.5em;
	padding: 20px 40px;
	text-decoration: none;
	color: #FFF;
	border: 4px #FFFFFF solid;
	border-radius: 300px;
}
/* Error Page */

.er_blank {
	margin: 8em auto 0;
	padding: 0;
	float: left;
	width: 100%;
}
.er_space {
	margin: 1.5em auto 0;
	padding: 0;
	float: left;
	width: 100%;
}

.er_blank2 {
	margin: 4em auto 0;
	padding: 0;
	float: left;
	width: 100%;
}

.er_content {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: auto;
	position:relative;
	background:#dbe7f5;
	z-index:999;
}
.er_cntnt_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	height: auto;
}
.er_cntnt_left span {
	font-size: 15em;
	margin: 0 auto;
	padding: 0;
	float: none;
	color: #ce534d;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.er_cntnt_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
	height: auto;
}
.er_cntnt_right H1 {
	margin: 0;
	padding: 0;
	float: left;
	color: #292d2e;
	font-weight: bold;
	width: 100%;
}
.er_cntnt_right H3 {
	margin: 0;
	padding: 0;
	float: left;
	color: #292d2e;
	font-weight: bold;
	width: 100%;
}
.er_cntnt_right H5 {
	margin: 0;
	padding: 0;
	float: left;
	color: #292d2e;
	width: 100%;
	font-size: 12px;
}
.er_cntnt_right H6 {
	margin: 0;
	padding: 0;
	float: left;
	color: #808588;
	width: 100%;
	font-size: 10px;
}
.er_text {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: auto;
}
.er_serch input[type=text] {
	border: 2px solid #999;
	height: 40px;
	margin: 2em 0;
	padding: 10px 15px;
	float: left;
	color: #8e8878;
	background: #feffff;
	font-size: 14px;
	width: 50%;
}
.er_serch input[type=submit] {
	height: 38px;
	margin: 2em 10px;
	padding: 10px 15px;
	float: left;
	color: #fff;
	background: #ce534d;
	border: none;
	font-size: 14px;
	width: 20%;
}
