@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
	background-color:#000;
	width:100%;
	height:70px;
}
.header-container {
	width:80%;
	max-width:1200px;
	height:100%;
	margin:0px auto;
}
.header-logo {
	float:left;
	width:400px;
}
.header-logo img {
	height:50px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.header-logo p {
	margin:0px;
	font-size:25px;
	line-height:70px;
	color:#D8D8D8;
}
nav {
	float:right;
}
nav ul {
	list-style:none;
	display:inline-block;
	margin:0px;
	padding:0px;
}
nav ul li {
	float:left;
	padding-right:40px;
	padding-top:28px;
}
nav ul li a {
	font-size:15px;
	text-decoration:none;
	color:#D8D8D8;
	display:block;
	height:22px;
	border-bottom:solid 1px #000;
}
nav ul li a:hover {
	color:#fff;
}
.nav2 {
	width:100%;
	height:50px;
	background-color:#f3f3f3;
}
.nav2 ul {
	width:80%;
	max-width:1200px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
.nav2 ul li {
	display:inline-block;
	padding-right:40px;
	line-height:50px;
}
.nav2 ul li a {
	color:#333;
}
.nav2 ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.phoneNumber {
	font-weight:bold;
	color:#26CDF1;
	padding-right:0px;
}
.banner {
	width:100%;
	height:400px;
	background-image:url(../images/banner.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.banner-container {
	margin:0px auto;
	width:90%;
	max-width:1200px;
	height:100%;
}
.banner-left {
	height:100%;
}
.banner-right {
	height:100%;
}
.banner-form {
	width:300px;
	height:350px;
	background-color:#F3F3F3;
	margin-top:25px;
	margin-left:50px;
	float:left;
	box-shadow: 0px 0px 40px #000;
}
.banner-text {
	height:150px;
	padding-right:30px;
	padding-top:125px;
}
.banner-text p {
	color:#fff;
	font-size:40px;
	margin:0px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-shadow: 0px 0px 80px #000, 0px 0px 40px #000, 0px 0px 20px #000;
}
.banner-form-mobile {
	display:block;
	font-size:25px;
	color:#fff;
	text-shadow:0px 0px 10px #000, 0px 0px 20px #000;
	font-weight:bold;
	background-color:#26CEF2;
	width:300px;
	line-height:60px;
	text-align:center;
	box-shadow:0px 0px 40px #000;
	border-radius:30px;
	margin:15px auto;
}
.ribbon {
	width:100%;
	height:80px;
	background-color:#26BEFF;
}
.ribbon-container {
	margin:0px auto;
	width:80%;
	max-width:1200px;
	height:100%;
	padding-top:25px;
}
.ribbon p {
	color:#fff;
	text-align:center;
	font-size:25px;
}
.ribbon button {
	margin-left:20px;
	background-color:#26BEFF;
	border:solid 2px #fff;
	border-radius:20px;
	font-size:20px;
	padding:2px 15px 2px 15px;
}
.ribbon a button {
	color:#fff;
}
.ribbon a button:hover {
	color:#26BEFF;
	background-color:#fff;
	cursor:pointer;
}
.content {
	width:100%;
	background-color:#fff;
}
.content-container {
	margin:0px auto;
	padding:50px 0% 50px 0%;
	max-width:1200px;
	width:90%;
	height:100%;
	background-color:#fff;
	box-sizing:border-box;
}
.content p,
.content-ribbon p {
	text-align:justify;
	color:#333;
	font-size:16px;
	line-height:23px;
}
.content-container p {
	font-size:17px;
	color:#464646;
	line-height:28px;
}
.content-container a {
	color:#00A4EB;
}
.content-container a:hover {
	text-decoration: underline;
}
.content hr {
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.content-banner {
	width:100%;
	height:220px;
	background-image:url(../images/content-banner.jpg);
	background-color:#222222;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.content-banner-container {
	margin:0px auto;
	width:90%;
	max-width:1200px;
	padding-top:45px;
}
.content-banner h1 {
	text-align:left;
	font-size:40px;
	color:#fff;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0px 0px 80px #000, 0px 0px 40px #000, 0px 0px 20px #000;
}
.content-banner p {
	color:#fff;
	font-weight:bold;
	margin-top:15px;
	font-size:20px;
}
.content-ribbon {
	background-color:#CDCDCD;
	padding-top:5%;
	padding-bottom:5%;
	clear:both;
	float:left;
	width:130%;
	margin-top:50px;
	margin-bottom:50px;
	margin-right:auto;
	margin-left:-15%;
}
.content-ribbon-container {
	width:90%;
	max-width:1200px;
	margin:0px auto;
}
.content-ribbon-box {
	padding:80px;
	width:28%;
	height:300px;
	background-color:#fff;
	float:right;
	clear:both;
	margin-right:3%;
}
.content-ribbon h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
.footer1 {
	background-color:#222;
	width:100%;
	height:300px;
	clear:both;
	margin-top:50px;
}
.footer1-container {
	width:80%;
	max-width:1200px;
	margin:0px auto;
	padding-top:45px;
}
.footer1-container div {
	float:left;
	box-sizing:border-box;
	width: 33.3%;
}
.footer1-left {
	text-align:center;
	border:solid 1px #D8D8D8;
	border-radius:10px;
	padding:30px;
}
.footer1 h2 {
	color:#D8D8D8;
	font-size:28px;
}
.footer1 p {
	color:#D8D8D8;
	font-size:14px;
}
.footer1-button {
	margin-top:20px;
	margin-bottom:20px;
	background-color:#222222;
	border:solid 1px #D8D8D8;
	border-radius:20px;
	font-size:18px;
	padding:4px 15px 4px 15px;
	color:#D8D8D8;
	cursor:pointer;
}
.footer1-button:hover {
	background-color:#D8D8D8;
	color:#222222;
}
.footer1-social {
	padding-left: 100px;
}
.footer1-social i {
	float: left;
	font-size: 25px;
	margin-right:15px;
	margin-bottom: 15px;
	color: #26BEFF;
}
.footer1-social div, .footer1-right li {
	width: 100%;
}
.footer1-social a, .footer1-right a {
	color:#D8D8D8;
	line-height:28px;
	height:25px;
	vertical-align:middle;
	margin-bottom:10px;
}
.footer1-social a:hover, .footer1-right a:hover {
	color:#26CEF2;
}
.footer1-social h2 {
	margin-bottom:25px;
	margin-top:31px;
}
.footer1-right {
	padding-left: 0px;
}
.footer1-right ul {
	list-style: none;
	margin-top: 31px;
	padding-top: 0px;
}
.footer1-right li {
	height: 35px;
}
.footer2 {
	background-color:#000;
	width:100%;
}
.footer2-container {
	width:80%;
	max-width:1200px;
	height:70px;
	margin:0px auto;
}
.footer2 p {
	color:#888;
	padding-top:30px;
	font-size:12px;
	text-align:right;
	float: right;

}
.footer2 img {
	margin-left: 20px;
	margin-top: 25px;
	float: right;
}
a {
	text-decoration:none;
}
p {
	margin:0px;
}
h1 {
	font-size:40px;
	font-weight:normal;
	color:#282828;
	margin:0px 0px 20px 0px;
}
h2 {
	font-size:32px;
	font-weight:normal;
	color:#282828;
	margin:0px 0px 0px 0px;
}
h3 {
	margin:0px;
	font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
	color:#333;
}
h4 {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px;
}
.mobile-display,
.mobile-display1 {
	display:none;
}
.responsiveThree {
	width:100%;
}
.responsiveThree div {
	float:left;
	width:33.3%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.responsiveThree img {
	width:100%;
}
.responsiveThree h2 {
	color:#26BEFF;
	font-weight:normal;
	font-size:23px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:justify;
	text-transform:none;
	padding-left:10px;
	padding-right:10px;
}
.responsiveThree p {
	padding-left:10px;
	padding-right:10px;
}
.responsiveTwo {
	width:100%;
	clear:both;
}
.responsiveTwo div {
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.responsiveTwo img {
	float:left;
	width:50px;
	margin-top:-10px;
	margin-right:10px;
}
.responsiveTwo h1 {
	font-size:29px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
}
.responsiveTwo p {
	padding-left:10px;
	padding-right:10px;
}
.ourProjects {
	width:100%;
	margin-bottom:50px;
}
.ourProjects div {
	float:left;
	width:25%;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.ourProjects img {
	width:100%;
	border:solid #999 0px;
}
.ourProjects h2 {
	color:#0070A1;
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.ourProjects p {
	padding-left:10px;
	padding-right:10px;
}
.responsiveThreePlans {
	clear:both;
	margin:0px auto;
}
.responsiveThreePlans div {
	box-sizing:border-box;
	margin-bottom:50px;
}
.responsiveThreePlans div div {
	text-align:center;
	border:solid 1px;
	border-radius:10px;
	min-height:350px;
	float:left;
	width:31%;
	box-sizing:border-box;
	margin-right:14px;
	margin-left:14px;
	padding:30px;
}
.responsiveThreePLans img {
	width:100%;
}
.responsiveThreePlans h2 {
	color:#0070A1;
	font-weight:bold;
	font-size:30px;
	margin-top:10px;
	margin-bottom:35px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	text-justify:center;
}
.responsiveThreePlans p {
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.responsiveTwoPlans {
	clear:both;
	margin:0px auto;
}
.responsiveTwoPlans div {
	box-sizing:border-box;
	margin-bottom:50px;
}
.responsiveTwoPlans div div {
	text-align:center;
	border:solid 1px;
	border-radius:10px;
	min-height:350px;
	float:left;
	width:48%;
	box-sizing:border-box;
	margin-right:1%;
	margin-left:1%;
	padding:30px;
}
.plansTitle {
	color:#0070A1;
	font-weight:bold;
	font-size:45px;
	margin-top:10px;
	margin-bottom:0px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	text-justify:center;
}
.plansDescription {
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 35px;
	text-align:justify;
	font-weight: bold;
}
.plansPricing {
	font-weight: bold;
	text-transform: none;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 20px;
}
.responsiveTwoPlans ul {
	text-align: left;
	margin-left:5%;
}
.responsiveTwoPlans ul li {
	list-style-image:url(../images/checkGreen.png);
	font-size: 18px;
	padding-bottom: 20px;
}
.plansButtonStandard {
	background-color:#fff;
	border:1px solid #26CDF1;
	border-radius:8px;
	font-size:16px;
	padding:15px 20px 15px 20px;
	font-weight:bold;
	margin-top:20px;
	color: #26CDF1;
	width: 180px;
}
.plansButtonStandard:hover {
	cursor:pointer;
	background-color:#26CDF1;
	color: #fff;
}
.plansButtonPremium {
	background-color:#fff;
	border:1px solid #6100FF;
	border-radius:8px;
	font-size:16px;
	padding:15px 20px 15px 20px;
	font-weight:bold;
	margin-top:20px;
	color: #6100FF;
	width: 180px;
}
.plansButtonPremium:hover {
	cursor:pointer;
	background-color:#6100FF;
	color: #fff;
}
.checkmark-list {
	width:100%;
	clear:both;
}
.checkmark-list div {
	width:25%;
	float:left;
}
.checkmark-list li {
	padding-bottom:20px;
	text-align:justify;
	line-height:25px;
	font-size:15px;
}
.learnMore {
	background-color:#26BEFF;
	border:none;
	font-size:16px;
	padding:15px 20px 15px 20px;
	font-weight:bold;
	margin-top:20px;
	color: #fff;
}
.learnMore:hover {
	cursor:pointer;
	background-color:#00A4EB;
}
.contactHeading {
	background-color: #DFDFDF;
	float: left;
	clear: both;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	line-height: 30px;
	margin-bottom: 20px;

	color:#777777;
}
.contactFormBox {
	background-color:#DFDFDF;
	padding:50px 00px 30px 00px;
	clear:both;
	margin:50px auto;
	box-sizing:borborder-box;
	float:left;
	width:130%;
	margin-top:75px;
	margin-bottom:50px;
	margin-right:auto;
	margin-left:-15%;
}
.contactFormBox-Container {
	width:90%;
	max-width:1200px;
	margin:0px auto;
}
.contactForm {
	width:100%;
}
.textboxlabel {
	width:100%;
	float:left;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#444;
}
.contactForm textarea {
	width:100%;
	height:190px;
	border:none;
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:15px;
	box-sizing:border-box;
	text-align:justify;
}
.textbox input {
	width:100%;
	height:25px;
	margin-bottom:10px;
	border:none;
	font-size:16px;
	padding-left:15px;
	box-sizing:border-box;
}
.services i {
	float: left;
	font-size: 40px;
	margin-right:15px;
	color: #26BEFF;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 7%;
	box-sizing:border-box;
}
.col:first-child { margin-left: 0; }

.col img {
	float:left;
	width:50px;
	margin-top:-10px;
	margin-right:10px;
}

.col h1 {
	font-size:29px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
	text-align:justify;
	line-height: 40px;
	color: #333;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 46.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}

	.span_2_of_2, .span_1_of_2 { width: 100%; }

	.content-ribbon-box {
		height:350px;
		width:90%;
		padding-left:50px;
		padding-right:50px;
	}
	.content-ribbon-box h1 {
		font-size: 25px;
	}
	.content-ribbon-container {
		width: 100%;
		padding:5%;
		box-sizing: border-box;
	}
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

@media all and (max-width : 1577px ){
	.content-ribbon {
		width:100%;
		margin-left:0px;
	}
	.ourProjectsLast {
		display: none;
	}
}

@media all and (max-width : 1300px ){
	.header-logo,
	nav {
		float:none;
	}
	nav ul li {
		padding-top:3px;
	}
	header {
		height:105px;
	}
	.content-container {
		width:90%;
	}
	.content-ribbon-box {
		width:35%;
	}

}

@media all and (max-width : 1100px){
	.ourProjects div {
		width: 33.3%;
	}
	.ourProjectsLast {
		display: block;
	}
}

@media all and (max-width : 1020px ){
	.responsiveThree div {
		width:100%;
		padding:0px;
		margin-bottom:20px;
	}
	.responsiveThree img {
		width:35%;
		float:left;
		margin-right:20px;
	}
	.responsiveThree h2 {
		margin-top:0px;
		margin-bottom:5px;
	}
	.content-ribbon-box {
		width:40%;
	}

}

@media all and (max-width : 890px ){
	.banner-left {
		width:100%;
	}
	.banner-right {
		display:none;
	}
	.banner-text {
		width:100%;
		height:100%;
	}
	.banner-container {
		width:100%;
	}
	.banner-text p {
		text-align:center;
		margin:0px auto;
	}
	.banner-form-mobile {
		display:block;
		font-size:25px;
		color:#fff;
		text-shadow:0px 0px 10px #000, 0px 0px 20px #000;
		font-weight:bold;
		background-color:#26CEF2;
		width:300px;
		line-height:60px;
		text-align:center;
		box-shadow:0px 0px 40px #000;
		border-radius:30px;
		margin:15px auto;
	}
	.banner {
		height:350px;
	}
	.content-ribbon-box {
		width:60%;
		margin:0px auto;
		float: none;
	}
}

@media all and (max-width : 779px ){
	.ribbon {
		height:120px;
		line-height:40px;
	}
	.ribbon-container {
		padding-top:15px;
	}
	.mobile-display {
		display:block;
	}
	.ourProjectsLast {
		display: none;
	}
	.ourProjects div {
		width: 50%;
	}
}

@media all and (max-width : 670px ){
	.header-container {
		width:100%;
	}
	.header-logo {
		margin:0px auto;
	}
	nav {
		text-align:center;
	}
	.content-container,
	.ribbon-container {
		width:90%;
	}
}

@media all and (max-width : 540px) {
	.phoneNumber {
		display: none;
	}
	nav ul li {
		padding-right: 20px;
		padding-left: 20px;
	}
	.responsiveThree img {
		float: none;
		width: 60%;
		margin-bottom: 20px;
	}
	.responsiveThree div, .responsiveThree h2, .content-container h2, .content-container h4 {
		text-align: center;
	}
}

@media all and (max-width : 500px) {
	.banner-text p {
		font-size:30px;
	}
	.banner-text span {
		font-size:20px;
		width:230px;
	}
	.banner {
		height:250px;
	}
	.banner-text {
		padding-top:90px;
	}
	.ribbon {
		height:80px;
	}
	.ribbon-container {
		padding-top:10px;
	}
	.ribbon-container p,
	.ribbon-container button {
		font-size:18px;
		line-height:25px;
	}
	.content-ribbon-box h1 {
		margin-top:-25px;
	}

}

@media all and (max-width : 440px ){
	.header-logo img {
		float:none;
		padding-top:10px;
		margin-right:40px;
		margin-left:40px;
	}
	.header-logo p {
		display: none;
	}
	nav {
		display: none;
		padding-top:5px;
	}
	nav ul li {
		padding-top:12px;
	}
	nav ul {
		display:block;
	}
	header {
		height:90px;
	}
	.ourProjects div {
		width: 100%;
		text-align: center;
	}
	.ourProjects img {
		width: 85%;
	}
	.responsiveThree img {
		width: 85%;
	}
}

@media all and (max-width : 375px ){
	.banner-text p {
		font-size:25px;
	}
	.banner-text span {
		font-size:15px;
		width:180px;
		line-height:40px;
		margin:5px auto;
	}
	.banner {
		height:200px;
	}
	.banner-text {
		margin-top:40px;
	}
	.content-ribbon-box {
		height: 200px;
		padding: 30px;
	}
	.content-ribbon-box p {
		display:none;
	}
	.content-ribbon-container {
		padding:0px 0px 0px 0px;
	}
	.content-ribbon-box h1 {
		margin: 0px;
		padding:0px;
	}
}

@media all and (max-width : 325px ){
	.header-logo img {
		margin-left:15px;
		margin-right:20px;
	}
	nav ul li {
		padding-right:28px;
	}
	.banner-text p {
		font-size:20px;
	}
	.banner-text span {
		font-size:15px;
		width:180px;
		line-height:40px;
		margin:5px auto;
	}
	.banner {
		height:175px;
	}
	.banner-text {
		margin-top:30px;
	}
	.ribbon-container button {
		display:none;
	}
	.ribbon-container p {
		line-height:20px;
	}
	.ribbon {
		height:65px;
	}
	.mobile-display {
		display:none;
	}
	.mobile-display1 {
		display:block;
	}
}
