/**
01. RESET CSS
02. Fonts CSS
03. Common CSS 
04. Navigation 
05. Header Section
06. Features Section
07. Faq Section
08. Contact Section
09. Footer Section
10. Fix Media Query
11. Flat Page
**/
/*! 
 * IMPORTANT NOTE: DO NOT Edit this file. 
 * Best to write own code in css/theme.css file. 
 **/
/* 01. RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	color: #00b0e6;
}
a:hover {
	text-decoration:none;
	color: #00b0e6;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder {
   opacity:1;
}

::-moz-placeholder {
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}


/* 02. Fonts CSS */
body {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:0.01em;
	font-weight:300;
	color: #333;
}
.font-primary, p.lead {
	font-family: 'Open Sans', sans-serif;
}
.font-secondary {
	font-family: sans-serif;
}
p, ul, ol, blockquote, table {
	margin-bottom: 18px;
}
h1,.h1,h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {
	font-family: sans-serif;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 28px;
}
p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, h1:last-child,.h1:last-child, h2:last-child,.h2:last-child, h3:last-child,.h3:last-child, h4:last-child,.h4:last-child, h5:last-child,.h5:last-child, h6:last-child,.h6:last-child {
	margin-bottom:0;
}
h1,.h1{
	font-size:3.125em;
	line-height:1.35;
}
h2,.h2{
	font-size:2.5em;
}
h3,.h3{
	font-size:1.375em;
}
h4,.h4{
	font-size:1.125em;
}
h5,.h5{
	font-size:1.875em;
}
h6,.h6{
	font-size:1.265em;
}

p.lead{
	font-size:1.375em;
	line-height:1.7;
}
blockquote{
	font-size:.9375em;
	line-height:1.5;
}

.bull-list {
	list-style: circle;
	padding-left: 26px;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1, .h1 {
		font-size: 2em;
	}
	h2, .h2 {
		font-size: 1.7em;
	}
	p{
		font-weight:400;
	}
}

/* 03. Common CSS */
@media only screen and (min-width: 1600px) {
	.container {
		width: 1480px;
	}
}
.linklike {
	color: #00b0e6;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.gutter-10{
	padding-left:10px;
	padding-right:10px;
}
.fix-gutter-10{
	margin-left:-10px;
	margin-right:-10px;
}

.pb-10{
	padding-bottom:10px;
}
.pt-10{
	padding-top:10px;
}
.pb-20{
	padding-bottom:20px;
}
.pt-20{
	padding-top:20px;
}
.pb-30{
	padding-bottom:30px;
}
.pt-30{
	padding-top:30px;
}
.pb-40{
	padding-bottom:40px;
}
.pt-40{
	padding-top:40px;
}
.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}
.pb-60{
	padding-bottom:60px;
}
.pt-60{
	padding-top:60px;
}
.pb-80{
	padding-bottom:80px;
}
.pt-70{
	padding-top:70px;
}
.pb-70{
	padding-bottom:70px;
}
.pt-80{
	padding-bottom:80px;
}
.pb-90{
	padding-bottom:90px;
}
.pt-90{
	padding-top:90px;
}
.pb-100{
	padding-bottom:100px;
}
.pt-100{
	padding-top:100px;
}
.pb-120{
	padding-bottom:120px;
}
.pt-120{
	padding-top:120px;
}
.ptb-120{
	padding:120px 0;
}
.section{
	position:relative;
	padding-bottom: 50px;
}
.relative{
	position:relative;
}
.white-bg{
	background:#fff;
}
.button{
	font-size:1em;
	font-weight:700;
	line-height:3.125;
	border:none;
	border-radius:0;
	padding:0 30px;
	display:inline-block;
	color:#fff;
	text-align:center;
	background:#0096d4;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.button-border{
	line-height:3;
	border:1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.button-uppercase{
	text-transform:uppercase;
}
.button:focus,
.button:hover{
	color:#fff;
	background:#3acfe1;
}

.button-light {
	color:#0096d4;
	background:#fff;
}
.button-light:hover {
	color:#fff;
	background:#0096d4;
}
.button-border:focus,
.button-border:hover{
	border-color:#000;;
}

.buttons{
	margin:0 -10px;
}
.buttons li{
	display:inline-block;
	margin:0 10px 20px;
}
.heading-light{
	color:#fff;
}
.section-head{
	padding:47px 0 47px;
}
.gradiant-background{
	background-color: #009ee1;
	background-image: linear-gradient(180deg, #00c4e1 0%, #009ee1 100%);
}
.gradiant-light{
	opacity: .25;
}
.grey-background{
	background:#fbfbfb;
}

.txt-entry{
	margin-bottom:30px;
}
.txt-entry h3 {
	margin-bottom:22px;
}
.txt-quote{
	border-top:1px solid #ececec;
	margin-top: 30px;
}
.txt-quote blockquote{
	padding: 30px 0 0;
	font-style: italic;
	font-weight: 500;
	opacity:.8;
}
.txt-quote .quote-title{
	font-weight: 700;
}

.imagebg {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0;
	transition: opacity .4s; 
}
.fixed-bg .imagebg {
    background-attachment: fixed; 
}
.imagebg img {
    display: none; 
}

.bg-image-loaded {
	opacity: 1; 
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99999999;
}
#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    background-size: 38px auto;
    margin:-50px 0 0 -50px;
}
.overflowvisible{
	overflow: visible!important;
}
@media only screen and (max-width: 991px) {
	.pb-90{
		padding-bottom:40px;
	}
	.pt-90{
		padding-top:40px;
	}
	.pb-80{
		padding-bottom:30px;
	}
	.pt-80{
		padding-bottom:30px;
	}
	.pb-70{
		padding-bottom:25px;
	}
	.pt-70{
		padding-bottom:25px;
	}
	.pt-60{
		padding-top:30px;
	}
	.pb-60{
		padding-bottom:30px;
	}
	.pb-100{
		padding-bottom:50px;
	}
	.pt-100{
		padding-top:50px;
	}
	.pb-120{
		padding-bottom:60px;
	}
	.pt-120{
		padding-top:60px;
	}
	.ptb-120{
		padding:60px 0;
	}
	.ptm-30{
		padding-top: 30px;
	}
	.pbm-30{
		padding-bottom: 30px;
	}
	.ptm-20{
		padding-top: 20px;
	}
	.pbm-20{
		padding-bottom: 20px;
	}
	.ptm-10{
		padding-top: 10px;
	}
	.pbm-10{
		padding-bottom: 10px;
	}
	.ptm-0{
		padding-top: 0;
	}
	.pbm-0{
		padding-bottom: 0;
	}
}

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

	.section-head {
		padding: 60px 0 37px;
	}
	
	.button{
		padding:0 25px;
	}
	.buttons{
		margin:0 -5px;
	}
	.buttons li{
		margin:0 5px 20px;
	}
	.pb-90{
		padding-bottom:40px;
	}
	.pt-90{
		padding-top:40px;
	}
	.pb-80{
		padding-bottom:30px;
	}
	.pt-80{
		padding-bottom:30px;
	}
	.pb-70{
		padding-bottom:25px;
	}
	.pt-70{
		padding-bottom:25px;
	}
	.pt-60{
		padding-top:30px;
	}
	.pb-60{
		padding-bottom:30px;
	}
	.pb-100{
		padding-bottom:50px;
	}
	.pt-100{
		padding-top:50px;
	}
	.pb-120{
		padding-bottom:60px;
	}
	.pt-120{
		padding-top:60px;
	}
	.ptb-120{
		padding:60px 0;
	}
	.ptm-30{
		padding-top: 30px;
	}
	.pbm-30{
		padding-bottom: 30px;
	}
	.ptm-20{
		padding-top: 20px;
	}
	.pbm-20{
		padding-bottom: 20px;
	}
	.ptm-10{
		padding-top: 10px;
	}
	.pbm-10{
		padding-bottom: 10px;
	}
	.ptm-0{
		padding-top: 0;
	}
	.pbm-0{
		padding-bottom: 0;
	}
	.box{
		max-width:320px;
		margin:0 auto 30px;
	}
	.tab-fix {
		max-width: 480px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 375px) {
	.button{
		min-width:130px;
	}
}

/* 04. Navigation */
.navbar-header {
	float: left;
}
.navigation{
	padding: 0;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1040;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	text-transform: uppercase;
}
.navbar-default {
	background-color: rgba(0,0,0,0.9);
}
.navbar {
	position: relative;
	min-height: 40px;
	padding: 10px 0;
	margin-bottom: 0;
	border: none;
	border-radius:0;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-nav>li {
	float: left;
}
.navbar-brand {
	display: flex;
	align-items: center;
	padding: 0 15px;
	height: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.navbar-brand img{
	max-height:50px;
	margin-right: 10px;
}
.navbar-default .navbar-brand {
	color: #fff;
}

.nav > li > a {
	padding: 15px 0;
	margin:0 15px;
}
.nav > li > a.button {
	padding: 13px 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.nav > li > a.button:after {
	display:none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-nav > li > a {
	font-weight:400;
	font-size:0.9375em;
	position:relative;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-nav > li > a:after {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	content:"";
	background:#fff;
	transform:scale(0);
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.navbar-default .navbar-nav > li > a:after {
	background:#fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after {
	transform:scale(1);
}

/*Nav Bar Button*/
.navbar-default .navbar-nav > li > a.button,
.navbar-default .navbar-nav > li > a.button:focus{
	border:2px solid #FA3821;
	background: #FA3821;
	color: #fff;
}
.navbar-default .navbar-nav > li > a.button:hover{
	background: #fff;
	color: #FA3821;
	border:2px solid #fff;
}

/* 05. Header Section */
.header-bg {
	position: absolute;
	background-color: #00c4e5;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header-bg img {
	position: relative;
	left:50%;
	min-width: 780px;
	transform: translateX(-50%);
}
.header-section{
	position:relative;
	padding-bottom: 0;
}
.header-section .button{
	font-size: 1.9vw;
}
.header-content{
	position: relative;
	padding-top: 90px;
	padding-bottom: 220px;
	z-index: 2;
	width: 100%;
	top: 0;
}
.header-texts{
	padding:15px 0 35px;
	position:relative;
	z-index:6;
}
.header-texts h1{
	font-family: 'Trebuchet MS', sans-serif;
	text-shadow: 2px 2px 20px #000;
	border-bottom: 1px solid #0096d4;
	line-height: 1.1;
	color:#fff;
	display:inline-block;
	font-size: 5.6vw;
	margin-bottom: 2vw;}
.header-texts h3{
	color:#fff;
	display: block;
	line-height: 1.4;
	font-size: 1.7vw;
	margin-bottom: 3vw;
}
.header-texts p{
	color:#fff;
	padding-bottom:13px;
	font-weight:300;
}

.below-header-content {
	position: relative;
	z-index: 3;
	width: 100%;
	color: #fff;
}
.below-header-content .txt-entry {
	padding: 220px 0 20px;
}
.below-header-content h2 {
	font-size: 2.6vw;
}
.below-header-content h3 {
	font-size: 1.6vw;
}
.below-header-content * {
	color: inherit;
}

.echo-dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.echo-dot img{
	transform: translateY(-50%);
	width: 580px;
	max-width: 80%;
}

.flex-box-middle{
	display:flex;
	align-items:center;
}
.flex-grow {
	flex-grow: 1;
}
.flex-grow-2 {
	flex-grow: 2;
}
.flex-wrap {
	flex-wrap: wrap;
}

.icon-box {
	margin-top: 40px;
}

.icon-box img {
	margin-bottom: 20px;
}

.icon-box-heading {
	font-size: 1.3em;
	font-weight: bold;
	padding: 30px 40px 10px;
}

.icon-box p {
	padding: 0 30px;
}

@media only screen and (max-width: 980px) {
	.header-texts h1{
		font-size: 8vw;
		margin-bottom: 2vw;
	}
	.header-texts h3{
		font-size: 3.7vw;
		margin-bottom: 3vw;
	}
	.header-section .button{
		font-size: 2.9vw;
	}

}

@media only screen and (max-width: 767px) {
	.below-header-content h2 {
		font-size: 24px;
	}
	.below-header-content h3 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 500px) {
	.navigation{
		position:absolute;
	}
	.header-content{
		padding-top: 140px;
		padding-bottom: 180px;
	}
	.below-header-content .txt-entry {
		padding: 180px 0 40px;
	}
}

/* 06. Command Section */
.commands-section .command-heading {
	margin-bottom: 20px;
	font-size: 1.8em;
	font-weight: bold;
}
.command-icon {
	max-width: 350px;
}
.command-icon.icon-settings {
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	.commands-section .command-heading {
		font-size: 1.3em;
	}
	.command-icon {
		max-width: 30%;
	}
}

/* 07. Features Section */
.features-section .section-head {
	padding-bottom: 0;
}
.features-section .buttons {
	text-align: center;
	padding: 40px 0;
}
.features-section .button {
	font-size: 2em;
}


/* 08. Footer Section*/
.footer-section{
	background:#000;
	padding:40px 0;
}
.footer-links{
	display: inline-flex;
}
.footer-links li{
	color:#fff;
	font-size:.813em;
	margin:0 20px;
}
.footer-links li a{
	color:#fff;
}
.footer-navigation li a:hover,
.social-list li a:hover,
.footer-links li a:hover{
	color:#3acfe1;
}

.overflow-hidden{
	overflow: hidden !important;
}
