@charset "UTF-8";
/* CSS Document */

/*

Blue #02c3fe
Green #75c502
Black #333333

2023
New blue #02c3fe
New Green #75c502

Light Blue #7CCAF0

Lightest Blue #B4DDF5

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);


font-family: 'Signika Negative', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

body {
	background-image: linear-gradient(#02c3fe, #7CCAF0, #B4DDF5);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px solid white;	
	margin: 20px 0 20px 0;
}


#topBarBackground {
	float: left;
	width: 100%;	
	background-color: #333333;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar p {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-size: 90%;
}

#topBar p a {
	color: white;
	text-decoration: none;
}

#topBar p a:hover {
	color: #02c3fe; 
	text-decoration: underline;
}

#topBar p.email {
	float: left;
}

#topBar p.phone {
	float: right;
}	


#headerBackground {
	float: left;
	width: 100%;	
	/*background-color: #02c3fe;
	background-image: linear-gradient(#02c3fe, #7CCAF0);*/
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	margin: 0 auto;
	width: 1200px;
	padding:15px 0 15px 0;
}

#logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

#navOuter {
	float: left;
	width: 100%;	
	background-color: #75c502;
	padding-bottom: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

nav {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 5px;
	font-family: 'Signika Negative', sans-serif;
}

nav ul {
	margin: 10px 0 0 0;
	list-style-type: none;
	padding: 5px 0 5px 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 120%;
	margin: 0 10px 0 0;
	position: relative;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
}

nav li a:hover {
	color: #333333;
	text-decoration: none;
}

nav li a.active {
	color: #333333;
	text-decoration: none;
}

nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 5px; 
	left: 0; 
	text-align: left;
	background-color: #75c502;
	padding-left: 0;
	width: 250px;
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0;
	z-index: 1000;
	border: 2px solid white;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin: 10px 0 17px 0;
	float: none;
	font-size: 90%;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}


.accordionButton h4 span {
	margin: 10px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #333333;
	cursor: pointer;
}





.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 32px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 0;
	border-bottom: none;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #333333;
	border-radius: 0;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #333333;
	border-radius: 0;
}

#accordionSection .accordionContent li.subNav {
	margin-left: 15px;
	line-height: 32px;
}


/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #333333;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

footer {
	width: 1200px;
	margin: 0 auto;
}

footer p {
	color: white;
	font-size: 75%;
}

footer p a {
	color: white;
	text-decoration: none;
}

footer p a:hover {
	color: white;
	text-decoration: underline;
}


p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}



/*										Banner								*/


#bannerOuter {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;/*
	background-color: #02c3fe;*/
	border-bottom: 1px solid white;
}

#bannerInner {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

img.mobileView {
	display: none;
}

#bannerImage {
	float: right;
}

#bannerImage img {
	border: 5px solid white;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}

#bannerText {
	text-align: center;
	width: 400px;
	padding: 15px;
	border-radius: 5px;
	float: left;
	position: absolute;
	left: 0;
	/*background-color: rgba(27,147,56,0.8);*/
	/*background-color: rgba(255,255,255,0.2);*/
}

#bannerText h2 {
	color: white;
	font-size: 180%;
	margin-top: 10px;
	padding-top: 0;
	text-shadow: 1px 1px 8px #333333;
}

#bannerText h2 span {
	padding-bottom: 10px;
}

#bannerText h3 {
	color: white;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: normal;
	text-shadow: 1px 1px 8px #333333;
}

#bannerText p {
	color: white;
	font-size: 90%;
	line-height: 28px;
	text-shadow: 1px 1px 8px #333333;
}

#bannerText p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	padding: 7px;
	background-color: #75c502;
	border: 1px solid white;
}

#bannerText p a:hover {
	color: white;
	text-decoration: none;
	background-color:#333333;
}

#bannerText img {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 160%;
	color: white;
	font-family: 'Signika Negative', sans-serif;
	margin-bottom: 10px;
}

#mainBody h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: white;
}

#mainBody h3 {
	font-size: 90%;
	color: white;
}

#mainBody p {
	font-size: 100%;
	line-height: 28px;
	color: white;
}

#mainBody p span {
	color: white;
	font-style: italic;
	font-weight: bold;
}	

#mainBody p a {
	color: white;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: white;
	text-decoration: none;
}

#mainBody li {
	font-size: 100%;
	line-height: 30px;
	color: white;
}

#mainBody li a {
	color: white;
	text-decoration: none;
}

#mainBody li a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody p.Facebook a {
	color: white;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#mainBody p.Facebook a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 20px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}	


#uniqueBox {
	float: left;
	width: 48%;
	background-color: #75c502;	
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid white;
	box-sizing: border-box;
}

#uniqueBox h1 {
	color: white;
	text-align: center;
	width: 100%;
	font-size: 130%;
	margin: 0;
	padding: 10px 0 10px 0;
	border-radius: 5px 5px 0 0;
}	

#uniqueBox ul {
	padding: 0;
	margin: 10px 20px 10px 20px;
	color: white;
}	

#uniqueBox li {
	font-size: 100%;
	color: white;
	list-style-type: none;
	padding-left: 40px;
	margin-bottom: 20px;
	background-image: url(images/paw.png);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-top: 10px;
}	

#uniqueBox p {
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#uniqueBox p a {
	color: white;
	text-decoration: none;
}

#uniqueBox p a:hover {
	color: white;
	text-decoration: underline;
}




#whyBox {
	float: right;
	width: 48%;
	background-color: #75c502;	
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid white;
	box-sizing: border-box;
}

#whyBox h1 {
	color: white;
	text-align: center;
	width: 100%;
	font-size: 130%;
	margin: 0;
	padding: 10px 0 10px 0;
	border-radius: 5px 5px 0 0;
}	

#whyBox ul {
	padding: 0;
	margin: 10px 20px 10px 20px;
	color: white;
}	

#whyBox li {
	font-size: 100%;
	color: white;
	list-style-type: none;
	padding-left: 40px;
	margin-bottom: 20px;
	background-image: url(images/paw.png);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 19px;
	padding-top: 10px;
}	

#whyBox p {
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#whyBox p a {
	color: white;
	text-decoration: none;
}

#whyBox p a:hover {
	color: white;
	text-decoration: underline;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #75c502;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #010000;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #010000;
}

#contactFormArea textarea {
	color: black;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #010000;
}

.iframe {
	float: right;	
}


/*						Tables					*/


table.prices {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
}

table.prices th {
	color: white;
	font-weight: normal;	
	text-align: left;
	background-color: #850000;	
	padding: 10px;
	font-size: 90%;
}

td {
	padding: 10px;
	border: 1px solid #000538;
	font-size: 80%;
}

td.priceBox {
	border: none;
	background-color: #000538;
	color: white;
}

table.prices.leftPrice {
	float: left;
	margin-right: 100px;
}



iframe {
	max-width: 100%;
}






/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}

header {
	width: 100%;	
}

#navBackground {
	width: 100%;	
}

#logo {
	width: 100%;	
}

nav {
	width: 100%;	
}

#bannerInner {
	width: 100%;	
}

footer {
	width: 95%;	
	padding: 1%;	
}

#mainBody {
	width: 95%;	
	padding: 1%;
}


#slides {
  width: 100%;
}

					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#contactInner {
	float: left;
	width: 100%;	
}				 
	
#copyright {
	width: 95%;	
	padding: 1%;
}

#icons {
	width: 95%;	
	padding: 1%;
}
	
	
	
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 95%;	
	padding: 1%;
}
	
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
			 
			 
nav ul.mainNav {
	display: none;
}	

#navOuter {
	padding: 10px 0 10px 0;	
}

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
	margin-bottom: 0;
}	

#navBackground {
	padding: 15px 0 15px 0;	
}
#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}

	
#contactOuter {
	padding: 0;
}	
	
#contactInner {
	width: 95%;	
	padding: 1%;
}

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 15px;
	padding-bottom: 35px;
	border-right: 0;
	border-bottom: 1px solid white;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
	padding-bottom:0;
} 

#bannerImage img {
	border: none;
	border-radius: 0;
}

}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	


#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#contactLeft {
	float: left;	
	width: 100%;
}

#contactRight {
	float: right;	
	width: 100%;
}	



#benefits {
	float: none;
	clear: both;
	margin-left: 0;
}


.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

#areas {
	float: none;
	clear: both;
}
	
#copyRight {
	float: left;	
}

p.copyRight {
	float: left;	
}	

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
#uniqueBox {
	float: left;
	width: 100%;
}

#whyBox {
	float: left;
	width: 100%;
}	
	
 }
 


 
/* 580*/
@media only screen 
and (max-width : 580px) 
				 {

#bannerText {
	float: left; 
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
}



#bannerOuter {
	padding-bottom: 0;
}

}


/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

#topBar p.email {
	float: left;
	width: 80%;
	margin-bottom: 6px;
}

#topBar p.phone {
	float: left;
	width: 80%;
	margin-bottom: 6px;
}	

#logo img {
	max-width :90%;
}	
	
	
.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 
 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}


img.mobile {
	display: block;	
}

img.desktop {
	display: none;	
}

#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}

}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}





.iris {
	width: 100% !important;
	border: none !important;
	
	font-family: 'Open Sans', sans-serif;
	color: #040404  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #040404  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #75c502 !important;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid white !important;
}

.iris .iris-row button:hover {
    background-color: white !important;
	color: #02c3fe  !important;
	cursor: pointer;
	border: 1px solid white !important;
}

.iris .iris-row .label {
	font-size: 100%;
	color: white;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #040404 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid white !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #040404 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid white !important;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #040404 ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid white !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid white;
	padding: 7px;
	font-size: 95% !important;
	color: #040404 !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #040404  !important;
	border: #040404  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


i.fas.fa-star {
	color: yellow !important;
}




/* The Modal (background) */
.modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	box-sizing: border-box;

}



/* Modal Content */
.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
	  text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color:#639deb;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-body p {line-height: 28px; font-size: 100%; color: black;}

.modal-body p a {color: black; text-decoration: underline;}
.modal-body p a:hover {color: black; text-decoration: none;}

.modal-footer {
  padding: 2px 16px;
  background-color: #639deb;
  color: #000000;
}





