/*
Theme Name: Star North Construction
Theme URI: https://starnorthconstruction.com
Description: Star North Construction
Author: MNG PR
Author URI: http://www.mngpr.com
Description: Star North Construction
Version: 1.0
Tags: BLC
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');




html, body {
	font-size: 15px;
    font-family: 'Poppins', sans-serif;
	color: #4d4d4e;
	height: 100%;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #2b2b2b; text-decoration: none; }
a:visited {color: #2b2b2b; text-decoration: none; }
a:hover {color: #00aa9e; text-decoration: none; }
a:active {color: #2b2b2b; text-decoration: none; }








.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 1100px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
	
}



.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 800px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
	
}




.headeroverlay {
	background-image: url(images/header_overlay.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
	
}




.greenbutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    float: right;
  
}



.greenbutton a:link {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:visited {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:hover {width: 180px;color: #00af9f; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:active {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }


#next {
  cursor: pointer;
  transition: 0.2s ease-in;
}

#next:before {
  position:absolute;
  color:#383736;
  right: 50%;
  opacity: 0;
  transition: 0.4s ease-in;
  padding-right: 5px;
}

#next:hover:before {
  opacity: 1;
}
#next span {
  display: inline-block;
  transition: 0.4s ease-in;
}
#next:hover span {
  transform: translateX(150%);
}


.blackbutton {

  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: right;
  
}



.blackbutton a:link {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:visited {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:hover {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #000000;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:active {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }






.greenbodybutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  
}



.greenbodybutton a:link {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:visited {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:hover {width: 180px;color: #00af9f; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:active {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }










.socfloat {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}



.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}





.logoleft {
	width: 190px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}




.logomiddle {
	width: 730px;
	height: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #4d4d4e;
	text-align: left;
	float: left;
	
}




.logoright {
	width: 230px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}






.navline {
	padding-top:25px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
  font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}




.navline a:link {color: #2b2b2b; text-decoration: none; padding-top:30px; padding-bottom:20px; padding-right:10px; padding-left:10px; }
.navline a:visited {color: #282828; text-decoration: none; padding-top:30px; padding-bottom:20px; padding-right:10px; padding-left:10px; }
.navline a:hover {color: #ffffff; text-decoration: none; padding-top:30px; padding-bottom:20px; padding-right:10px; padding-left:10px; background-image: url(images/logo-mouseover.png);
	background-repeat: no-repeat;
    background-position: top center; }
.navline a:active {color: #2b2b2b; text-decoration: none; padding-top:30px; padding-bottom:20px; padding-right:10px; padding-left:10px; } 


.navline ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
} 

.navline ul li {
    display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}





.navline ul ul a {
	width: 250px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	margin-left: -26px;
	z-index: 999;
	
}

.navline ul li{
	position: relative;
	padding-right:10px;
	padding-top:10px;
	float: right;
}




.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom:20px;
	background-color: #00aa9e;
	margin-top:10px;
	z-index: 999;
}

.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}

.navline ul ul a:link {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; }
.navline ul ul a:visited {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; }
.navline ul ul a:hover {color: #dddddd; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; background-image: url(images/logo-blank.png);}
.navline ul ul a:active {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400; } 












.headertitle1 {
	padding-top:90px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;text-shadow:
    1px 1px 1px black,
    0 0 1em white,
    0 0 0.2em white;
}




.headertitle2 {
	padding-top:20px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 44px;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #2b2b2b;
	text-align: center;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;text-shadow:
    1px 1px 1px black,
    0 0 1em white,
    0 0 0.2em white;
}









.pagetitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: left;
	text-transform: uppercase;
}




.pagetitleunderlineleft {
	background-color: #00af9f;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	
}




.pagecentertitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;
}




.pagetitleunderlinecenter {
	background-color: #00af9f;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	margin-left: auto;
    margin-right: auto;
	
}




.pagewhitetitles {
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}




.pagewhiteunderlinecenter {
	background-color: #ffffff;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	margin-left: auto;
    margin-right: auto;
	
}



.homeimageleft {
	width: 45%;
	height: 600px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position: absolute;
  float: left;
	
}



.homeimageleft img {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
}







.hometextright {
	width: 50%;
	height: 600px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:50%;
	padding-right:0px;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #2b2b2b;
	text-align: left;
	position: relative;
	
}




.horizspacer {
	width: 100%;
	height: 50px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.homelogobg {
	background-image: url(images/logo-center-trans.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 1150px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}


.homeservcol1 {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	float: left;
	
}



.homeservcol2 {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	float: left;
	
}








.homeservicescolumn1 {
	width: 125px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-left: auto;
    margin-right: auto;
	
}

.homeservicescolumn1 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn1 a:active {color: #1c245c; text-decoration: none; } 



.homeservicescolumn1 img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.homeservicescolumn1 img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}







.homeservicescolumn2 {
	width: 125px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-left: auto;
    margin-right: auto;
	
}

.homeservicescolumn2 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn2 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn2 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn2 a:active {color: #1c245c; text-decoration: none; } 



.homeservicescolumn2 img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.homeservicescolumn2 img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}









.contactbg {
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 30px;
	
}







.contactstripbg {
	background-image: url(images/contactstripbg.png);
	width: 420px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:20px;
	margin-left: auto;
    margin-right: auto;
	
}






.footertitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: left;
	text-transform: uppercase;
}




.footertitleunderlineleft {
	background-color: #00af9f;
	width: 60px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:10px;
	
}





.footernav {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
  font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}




.footernav a:link {color: #2b2b2b; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px; }
.footernav a:visited {color: #282828; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px; }
.footernav a:hover {color: #00aa9e; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px; }
.footernav a:active {color: #2b2b2b; text-decoration: none; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:0px; } 


.footernav ul {
    list-style-type: none;
    margin: 0;
	margin-left: -42px;
} 

.footernav ul li {
    display: block;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}




.footernav ul li{
	position: relative;
	padding-right:10px;
	padding-top:10px;
}




.footernav ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}








.footericon {
	width: 42px;
	height: 42px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:18px;
	padding-left:0px;
	float: left;
	
}


.footericons img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.footericons img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.footersmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
  font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	
}


.footericontext {
	width: 240px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
  font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1c245c;
	float: left;
	
}








.footercolumn1 {
	width: 300px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
  float: left;
	
}





.footercolumn2 {
	width: 395px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:40px;
	padding-left:0px;
  float: left;
	
}





.footercolumn3 {
	width: 395px;
	height: auto;
	padding-top:48px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  float: left;
	
}

.homeservicescolumn1 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn1 a:active {color: #1c245c; text-decoration: none; } 











.footerbg {
  background-color: #ffffff;
	width: 1150px;
	height: auto;
	padding-top:100px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}







.truefooter {
  background-color: #b7b7b7;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #2b2b2b;
	text-align: center;
}















.contactcolun1 {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
  float: left;
	
}






.contactcolun2 {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  float: left;
	
}






.bodytext {
	width: 1150px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}














.alignright {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:15px;
	float: right;
	
}


.alignleft {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}




.contactcolun2 input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 100%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}


.contactcolun2 input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 100%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

.contactcolun2 textarea    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 100%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
}








input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 100%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}


input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 100%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

textarea    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 100%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
}






input[type=submit] {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #000000;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray;font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 18px; }
input[type=submit]:hover {color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray;font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 18px; }






.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#myVideo{
			z-index: 4;
			right: 0;
			bottom: 0;
			top:0;
			right:0;
			width: 100%;
	 		background-color: black; /* in case the video doesn't fit the whole page*/
	  		background-image: /* our video */;
	  		background-position: center center;
	  		background-size: contain;
	   		object-fit: cover; /*cover video background */
position: absolute;
		}
		


.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.tocenter {
	width: 1150px;
	margin-left: auto;
    margin-right: auto;
}






.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.galleryicons {
	width: 80px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-left: auto;
    margin-right: auto;
	
}



.gallerycols {
	width: 14%;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:1%;
	padding-left:1%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	float: left;
	
}

.gallerycols a:link {color: #1c245c; text-decoration: none; }
.gallerycols a:visited {color: #1c245c; text-decoration: none; }
.gallerycols a:hover {color: #00af9f; text-decoration: none;  }
.gallerycols a:active {color: #1c245c; text-decoration: none; } 



.gallerycols img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerycols img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}






.gallerythumbs {
	width: 29%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:2%;
	margin-bottom: 90px;
	float: left;
	
}

.gallerythumbs a:link {color: #1c245c; text-decoration: none; }
.gallerythumbs a:visited {color: #1c245c; text-decoration: none; }
.gallerythumbs a:hover {color: #00af9f; text-decoration: none;  }
.gallerythumbs a:active {color: #1c245c; text-decoration: none; } 



.gallerythumbs img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerythumbs img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



.gallerytextthumbs {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #00af9f;
	position: relative;
	z-index:2;
	text-shadow: 1px 1px 2px black;
	position: relative;
	z-index:5;
	
}

.gallerytextthumbs a:link {color: #00af9f; text-decoration: none; }
.gallerytextthumbs a:visited {color: #00af9f; text-decoration: none; }
.gallerytextthumbs a:hover {color: #dddddd; text-decoration: none;  }
.gallerytextthumbs a:active {color: #00af9f; text-decoration: none; } 





.gallerypagecols {
	width: 80px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index:4;
	margin-top: -150px;
	
}

.gallerypagecols a:link {color: #1c245c; text-decoration: none; }
.gallerypagecols a:visited {color: #1c245c; text-decoration: none; }
.gallerypagecols a:hover {color: #012d6b; text-decoration: none;  }
.gallerypagecols a:active {color: #1c245c; text-decoration: none; } 



.gallerypagecols img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerypagecols img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}






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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }







.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:8px;
	padding-left:8px;
	
}








.gallerytextthumbs {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #00af9f;
	position: relative;
	z-index:2;
	text-shadow: 1px 1px 2px black;
	position: relative;
	z-index:5;
	
}

.gallerytextthumbs a:link {color: #00af9f; text-decoration: none; }
.gallerytextthumbs a:visited {color: #00af9f; text-decoration: none; }
.gallerytextthumbs a:hover {color: #012d6b; text-decoration: none;  }
.gallerytextthumbs a:active {color: #00af9f; text-decoration: none; } 





.gallerypagecols {
	width: 40px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index:4;
	margin-top: -200px;
	
}

.gallerypagecols a:link {color: #1c245c; text-decoration: none; }
.gallerypagecols a:visited {color: #1c245c; text-decoration: none; }
.gallerypagecols a:hover {color: #00af9f; text-decoration: none;  }
.gallerypagecols a:active {color: #1c245c; text-decoration: none; } 



.gallerypagecols img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerypagecols img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}








.gallerycols {
	width: 29%;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:2%;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	float: left;
	
}

.gallerycols a:link {color: #1c245c; text-decoration: none; }
.gallerycols a:visited {color: #1c245c; text-decoration: none; }
.gallerycols a:hover {color: #00af9f; text-decoration: none;  }
.gallerycols a:active {color: #1c245c; text-decoration: none; } 



.gallerycols img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerycols img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}







.gallerythumbs {
	width: 96%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:2%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-bottom: 180px;
	float: left;
	
}

.gallerythumbs a:link {color: #1c245c; text-decoration: none; }
.gallerythumbs a:visited {color: #1c245c; text-decoration: none; }
.gallerythumbs a:hover {color: #00af9f; text-decoration: none;  }
.gallerythumbs a:active {color: #1c245c; text-decoration: none; } 



.gallerythumbs img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.gallerythumbs img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}






























.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 800px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
	
}



.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 500px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
	
}




.headeroverlay {
	background-image: url(images/header_overlay.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
	
}




.greenbutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: right;
  
}



.greenbutton a:link {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:visited {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:hover {width: 180px;color: #00af9f; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbutton a:active {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:25px; padding-left:25px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }


#next {
  cursor: pointer;
  transition: 0.2s ease-in;
}

#next:before {
  position:absolute;
  color:#383736;
  right: 50%;
  opacity: 0;
  transition: 0.4s ease-in;
  padding-right: 5px;
}

#next:hover:before {
  opacity: 1;
}
#next span {
  display: inline-block;
  transition: 0.4s ease-in;
}
#next:hover span {
  transform: translateX(150%);
}


.blackbutton {

  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: right;
  
}



.blackbutton a:link {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:visited {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:hover {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #000000;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.blackbutton a:active {width: 180px;color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }






.greenbodybutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
	font-weight: 500;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  
}



.greenbodybutton a:link {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:visited {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:hover {width: 180px;color: #00af9f; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }
.greenbodybutton a:active {width: 180px;color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:30px; padding-left:30px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #00af9f; background-color: #00af9f;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray; }










.socfloat {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}



.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}





.logoleft {
	width: 60%;
	max-width: 600px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20%;
	padding-left:20%;
	
}




.logomiddle {
	display: none;
	
}




.logoright {
	width: 80%;
	max-width: 600px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10%;
	padding-left:10%;
	
}






.navline {
	display: none;
}










.headertitle1 {
	padding-top:90px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 34px;
	line-height: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;text-shadow:
    1px 1px 1px black,
    0 0 1em white,
    0 0 0.2em white;
}




.headertitle2 {
	padding-top:20px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #2b2b2b;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;text-shadow:
    1px 1px 1px black,
    0 0 1em white,
    0 0 0.2em white;
}









.pagetitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: left;
	text-transform: uppercase;
}




.pagetitleunderlineleft {
	background-color: #00af9f;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	
}




.pagecentertitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: center;
	text-transform: uppercase;
}




.pagetitleunderlinecenter {
	background-color: #00af9f;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	margin-left: auto;
    margin-right: auto;
	
}




.pagewhitetitles {
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}




.pagewhiteunderlinecenter {
	background-color: #ffffff;
	width: 120px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
	margin-left: auto;
    margin-right: auto;
	
}



.homeimageleft {
	width: 100%;
	height: 400px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position: relative;
	
}



.homeimageleft img {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
}







.hometextright {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0%;
	padding-right:0px;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #2b2b2b;
	text-align: left;
	position: relative;
	
}




.horizspacer {
	width: 100%;
	height: 50px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.homelogobg {
	background-image: url(images/logo-center-trans.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	max-width: 1150px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}


.homeservcol1 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	
}



.homeservcol2 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	
}








.homeservicescolumn1 {
	width: 125px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-left: auto;
    margin-right: auto;
	
}

.homeservicescolumn1 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn1 a:active {color: #1c245c; text-decoration: none; } 



.homeservicescolumn1 img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.homeservicescolumn1 img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}







.homeservicescolumn2 {
	width: 125px;
	height: auto;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #1c245c;
	margin-left: auto;
    margin-right: auto;
	
}

.homeservicescolumn2 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn2 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn2 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn2 a:active {color: #1c245c; text-decoration: none; } 



.homeservicescolumn2 img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.homeservicescolumn2 img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}









.contactbg {
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	max-width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	border-radius: 30px;
	
}







.contactstripbg {
	background-image: url(images/contactstripbg.png);
	width: 90%;
	max-width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}






.footertitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #2b2b2b;
	text-align: left;
	text-transform: uppercase;
}




.footertitleunderlineleft {
	background-color: #00af9f;
	width: 60px;
	height: 3px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:10px;
	
}





.footernav {
	display: none;
}









.footericon {
	width: 42px;
	height: 42px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:18px;
	padding-left:0px;
	float: left;
	
}


.footericons img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.footericons img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.footersmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
  font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	
}


.footericontext {
	width: 240px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
  font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1c245c;
	float: left;
	
}








.footercolumn1 {
	width: 70%;
	max-width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15%;
	padding-left:15%;
	
}





.footercolumn2 {
	width: 100%;
	max-width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.footercolumn3 {
	width: 100%;
	max-width: 600px;
	height: auto;
	padding-top:48px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.homeservicescolumn1 a:link {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:visited {color: #1c245c; text-decoration: none; }
.homeservicescolumn1 a:hover {color: #00af9f; text-decoration: none;  }
.homeservicescolumn1 a:active {color: #1c245c; text-decoration: none; } 











.footerbg {
  background-color: #ffffff;
	width: 94%;
	max-width: 1150px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}







.truefooter {
  background-color: #b7b7b7;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #2b2b2b;
	text-align: center;
}















.contactcolun1 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}






.contactcolun2 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}






.bodytext {
	width: 94%;
	max-width: 1150px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}














.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}




.contactcolun2 input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 90%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
	margin-right:3%;
	margin-left:3%;
}


.contactcolun2 input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 90%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

.contactcolun2 textarea    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #eeeeee;
border-width: 1;
border-color: #cccccc;
border-style: solid;
width: 90%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
	margin-right:3%;
	margin-left:3%;
}








input[type=text]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 90%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
	margin-right:3%;
	margin-left:3%;
}


input[type=email]    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 90%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
	margin-right:3%;
	margin-left:3%;
}

textarea    {
color: #000000;
font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
background-color: #ffffff;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 90%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
	margin-right:3%;
	margin-left:3%;
}






input[type=submit] {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000; background-color: #000000;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray;font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 18px; }
input[type=submit]:hover {color: #000000; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:20px; padding-left:20px;border-radius: 5px;border-style: solid; border-width: 2px; border-color: #000000;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff;
	-webkit-box-shadow:0 0 5px gray; 
-moz-box-shadow: 0 0 5px gray; 
box-shadow:0 0 5px gray;font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 18px; }







.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}






