/*................................reset...........................................*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

header{
	padding:20px 0;  
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;  
	padding:5px 0; 
	background: rgba(0,0,0,1);
}

#banner{
	position:relative;
	text-align: center;
	color: #e9e5db;	
}
.oneslide img {
	width: 100%;
	display: block;
	position: relative;
	height: 750px;	
}
.maincontent{
	position: absolute;	
	top: 42%;
	width: 100%;	
}
.maincontent h1,#app h1,#portfolio h1,#price h1,#blog h1,#contact h1{	
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;	
	padding-bottom: 5px;
}
.maincontent h2{	
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;	
}
#client{
	background-color: #f0f0f0;
	text-align: center;
	padding: 50px 0;
}
#client img{
	margin: 0 45px;
}
#app,#price,#contact{
	text-align: center;
	padding: 50px 0 120px;
	color: #333333;
}
#app h1,#portfolio h1,#price h1,#blog h1,#contact h1{
	font-size: 26px;
	padding-top: 50px;
}
p.headp,h3.headp{
	font-size: 16px;
	line-height: 18px;
	color: #999999;
	padding-bottom: 40px;
}
#app article{
	text-align: left;
	margin-top: 80px;
	cursor: pointer;
	padding: 15px;
}
#app article i{
	color: #cccccc;
}
#app article h3.headp{
	color: #2ea8fa;
	padding-bottom: 10px;
}
#app article p.innerp{
	font-size: 16px;
	line-height: 18px;
	color: #cccccc;
}
#app article:hover{
	background-color: #f0f0f0;
}

#app article:hover p.innerp{
	color: #666666;
	transition: all 0.5s;
}
#app article:hover i,#service article:hover i{
	color: #2ea8fa;
	transition: all 0.5s;
}
#service article:hover{
	background-color: #fff;
	transition: all 0.5s;
}
#service article:hover h3{
	color: #333333;
	transition: all 0.5s;
}
#service article{
	cursor: pointer;
	width: 25%;
	float: left;
	border:2px solid #e0e0e0;
	border-top: 0;
}
#service article:nth-child(1),#service article:nth-child(2),#service article:nth-child(3){
	border-right: 0;
}
#service article i{
	padding-top: 35px;
}
#service{
	background-color: #f0f0f0;
	color: #929292;
	text-align: center;
}
#service h3{
	font-size: 22px;
	padding-top: 60px
}
#service h4{
	font-size: 52px;
	padding: 25px 0 40px;
	color: #00ccff;
	font-weight: 300;
}
#portfolio{
	background-color: #f0f0f0;
	text-align: center;
	padding: 100px 0 120px;
	color: #333333;
}
#filters {
	margin:4%;
	padding:0;
	list-style:none;
}

#filters li {
	float:left;
	display: inline-block;
}

#filters li span {
	display: inline-block;
	padding:10px 20px;   
	text-decoration:none;
	color:#9e9e9e;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	border: 2px solid #9e9e9e;
	margin: 0 5px;
}

#filters li span.active {
	background-color:#33afe5;
	color: #fff;
	border: 2px solid #33afe5;
	border-radius: 3px;
	transition: all 0.5s;
} 
#filters li span:hover{
	background-color:#33afe5;
	color: #fff;
	border: 2px solid #33afe5;
	border-radius: 3px;
	transition: all 0.5s;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	width:33.33%;
	float:left; 
}
#portfolio .portfolio img{
	width: 100%;
	display: block;
}
.imagehover{    
	position: absolute;    
	font-size: 22px;  
	width: 100%;  
	margin: 0 auto;
	background: rgba(51,175,229,0.9); 
	color: #ffffff;
	bottom: 0;  
	top: 0;
	right: 0;
	left: 0;
	visibility: hidden; 
	opacity: 0;    
	transition: all 0.5s;
	cursor: pointer;
	padding: 90px 0;
}
.portfoliohover:hover .imagehover{
	visibility: visible;
	opacity: 1;
}
.portfoliohover{
	position: relative;
	margin: 15px;
}
p.innerp{
	font-size: 16px;
	line-height: 18px;
}
#price{
	padding: 90px 0 130px;
	color: #000000;
}
#price h3{
	font-size: 22px;
	color: #ff0000;
	font-weight: 700;
}
#price h4{
	font-size: 30px;
	font-weight: 700;
	padding: 40px 0 30px;
	border-bottom: 1px solid #cccccc;
}
#price span.dollar{
	font-size: 18px;	
	font-weight: 700;
	position: relative;
	top: -5px;
}
#price span.month{
	font-size: 12px;
}
#price p.smallp{
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
}
#price article{
	cursor: pointer;
	width: 33.33%;
	float: left;
	border:1px solid #cccccc;
	padding: 40px;	
	margin-top: 50px;
}
#price article:nth-child(1),#price article:nth-child(2){
	border-right: 0;
}
.popular{
	position: relative;
}
.popular img{
	position: absolute;
	right: 0;	
	top: 0;
}
button.btnsignup{
	border: 1px solid #000000;
	width: 90px;
	height: 30px;
	font-size:11px;	
	font-weight: 700;
	background-color: #fff;
	margin-top: 35px;
}
#price button.btnsignup:hover{
	background-color: #2ea8fa;
	transition: all 0.5s;
}
#blog{
	text-align: center;
	padding: 60px 0 150px;
	color: #fff;
	background-color: #33afe5;
}
#blog p.headp{
	color: #fff;
}
#blog article{
	background-color: #fff;
	border-radius: 5px;
	text-align: left;
	padding: 18px;
	margin-top: 50px;
}
#blog span.blue{
	color: #3399cc;
}
#blog a{
	text-decoration: none;
}
#blog p.innerp{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 18px; 
}
#blog article img{
	position: relative;
	top: 10px;
}
.innerblog{
	display: inline-block;
	padding-left: 20px;
}
.innerblog h5 a{
	text-decoration: none;
	font-size: 16px;
	color: #3399cc;
}
.innerblog h6{
	font-size: 13px;
	color: #c2c5c5;
	line-height: 15px;
}
aside{
	background-color: #000000;
	padding: 35px 0;
	text-align: center;
}
aside p.innerp{
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}
aside button.btnacc{
	border: 1px solid #00ccff;
	width: 220px;
	height: 50px;
	color: #000000;
	border-radius: 3px;
	font-size:16px;
	background-color: #00ccff;
	float: right;
}
aside button.btnacc:hover{
	border: 1px solid #000000;
	background-color: #fff;
	transition: all 0.5s;
}
#contact{
	padding: 120px 0;
}
::-webkit-input-placeholder {
	color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;  
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;  
}
:-ms-input-placeholder {  
	color: #999999;  
}
input,textarea{
	outline: 0;
	border: 1px solid #cccccc;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;	
	color: #000000;
	width: 620px;
	height: 50px;
	padding-left: 20px;	
	margin-top: 20px;
	border-radius: 3px;
}
input:focus,textarea:focus{
	border: 1px solid #33afe5;
}
textarea{
	padding-top: 10px;
	height: 185px;
	margin-bottom: 35px;
}
#contact button.btnsubmit{
	display: block;
	margin: 0 auto;
	border: 1px solid #33afe5;
	width: 220px;
	height: 55px;
	color: #fff;
	border-radius: 3px;
	font-size:18px;
	font-weight: 400;
	background-color: #33afe5;
}
#contact button.btnsubmit:hover{
	border: 1px solid #33afe5;
	background-color: #fff;
	color: #33afe5;
	transition: all 0.5s;
}
#fullmap { 
	width: 100%;
	height: 400px;	
	pointer-events:none;
}
.top-blue{
	background-color: rgba(51,175,229,0.9); 
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	position: relative;
	top: -100px;
}
footer p.innerp a:hover{
	color: #2ea8fa;
	transition: all 0.5s;
}
footer p.innerp{
	font-size: 18px;
	color: #666666;
	text-align: center;
	padding-bottom: 30px;
	line-height: 30px;
}
footer p.innerp a{
	text-decoration: none;
	color: #666666;
}
.footersocial{
	text-align: center;
	padding-bottom: 140px;
}
.footersocial i{
	color: #fff;
	border: 1px solid #2ea8fa;
	background-color: #2ea8fa;
	font-size: 24px;
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 2px;
}
.footersocial i:hover{
	cursor: pointer;
	border: 1px solid #33afe5;
	background-color: #fff;
	color: #33afe5;
	transition: all 0.5s;
}
/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: #2ea8fa;
}
.cssload-container *, .cssload-container *:before, .cssload-container *:after{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cssload-container {
	margin: 0 auto;
	width: 83px;
	height: 41px;
	top: 50%;
	position: relative;
}
.cssload-container > div {
	float: left;
	background: rgb(0,0,0);
	height: 100%;
	width: 7px;
	margin-right: 1px;
	display: inline-block;
}

.cssload-container .cssload-shaft1 {
	animation-delay: 0.06s;
	-o-animation-delay: 0.06s;
	-ms-animation-delay: 0.06s;
	-webkit-animation-delay: 0.06s;
	-moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
	animation-delay: 0.12s;
	-o-animation-delay: 0.12s;
	-ms-animation-delay: 0.12s;
	-webkit-animation-delay: 0.12s;
	-moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
	animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
	animation-delay: 0.23s;
	-o-animation-delay: 0.23s;
	-ms-animation-delay: 0.23s;
	-webkit-animation-delay: 0.23s;
	-moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
	animation-delay: 0.29s;
	-o-animation-delay: 0.29s;
	-ms-animation-delay: 0.29s;
	-webkit-animation-delay: 0.29s;
	-moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
	animation-delay: 0.46s;
	-o-animation-delay: 0.46s;
	-ms-animation-delay: 0.46s;
	-webkit-animation-delay: 0.46s;
	-moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
	animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
	animation-delay: 0.58s;
	-o-animation-delay: 0.58s;
	-ms-animation-delay: 0.58s;
	-webkit-animation-delay: 0.58s;
	-moz-animation-delay: 0.58s;
}

.cssload-container > div {
	animation: cssload-loading 1.73s infinite ease-in-out;
	-o-animation: cssload-loading 1.73s infinite ease-in-out;
	-ms-animation: cssload-loading 1.73s infinite ease-in-out;
	-webkit-animation: cssload-loading 1.73s infinite ease-in-out;
	-moz-animation: cssload-loading 1.73s infinite ease-in-out;
	transform: scaleY(0.05) translateX(-14px);
	-o-transform: scaleY(0.05) translateX(-14px);
	-ms-transform: scaleY(0.05) translateX(-14px);
	-webkit-transform: scaleY(0.05) translateX(-14px);
	-moz-transform: scaleY(0.05) translateX(-14px);
}



@keyframes cssload-loading {
	50% {
		transform: scaleY(1.2) translateX(14px);
		background: rgb(255,255,255);
	}
}

@-o-keyframes cssload-loading {
	50% {
		-o-transform: scaleY(1.2) translateX(14px);
		background: rgb(255,255,255);
	}
}

@-ms-keyframes cssload-loading {
	50% {
		-ms-transform: scaleY(1.2) translateX(14px);
		background: rgb(255,255,255);
	}
}

@-webkit-keyframes cssload-loading {
	50% {
		-webkit-transform: scaleY(1.2) translateX(14px);
		background: rgb(255,255,255);
	}
}

@-moz-keyframes cssload-loading {
	50% {
		-moz-transform: scaleY(1.2) translateX(14px);
		background: rgb(255,255,255);
	}
}
