@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,800&display=swap');
/* CSS Document */
/* Footer */
body{background: #FAFAFA;font-family: 'Nunito', sans-serif;color: #393939;}
.p{
	line-height: 1.42857143;
	color: #4F4F4F;
	
}
.nopadding{
	padding:0px !important;
}
.navbarimg{
	width: 140px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.w220{
	width:220px;
}
section {
    padding: 60px 0;
}
.main{
	width:100%;overflow: hidden;
}
.slide, .slide2{
	height: 600px;
	width: 100%;
	background: linear-gradient( rgba(155, 155, 155, 0.2), rgba(155, 155, 155, 0.2) ), url(/img/img2.jpg);
	background-position: center;
	background-size: cover;
}
.slide2{
	height: 150px !important;
	background-position: center;
	
}
section .section-title {
    text-align: left;
    color: #007b5e; 
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
 
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #4D5C70;
    padding-bottom: 6px;
    margin-bottom: 20px;
	padding-top: 4px;
	font-size: 14px;
    height: 22px;
}
#footer a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
.quick-links{
	padding: 0px 13px;
}
#footer ul.quick-links li a{
	color:white;
	font-size: 12px;
}
#footer ul.social li a:hover{
	color:#4D5C70;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
}
.homeIcon{
	font-size:68px;padding:10px;
}

.homeTop{
	margin:0;top: 343px;
}
.home1{color:#1F2630;}
.home2{color:#F7C244;}
.home3{color:#71b9c0;}
.home4{color:#193C5A;}
.home5{color:#51A451;}

.homeLinks a {
	text-decoration: none;
	text-align: center;
}
.homeLinks a:hover {
	text-decoration: none;
	color: #F7C244;
}

@media (max-width:767px){
	.homeTop{
	top: 243px;
}
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
	.mobileAlign{
		text-align: center;
	}
}
.footer{
	color:black;background-color:white;
	min-height:150px;
}
.footer-map{margin-top: 13px;}
.footer-map a {
    color: #000000;
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 1px;
	
}
.footer-map a:hover {
	text-decoration:none; 
	background:rgba(54,54,54,0.1);
	color:#000000;
}
.qmc {
    -webkit-background-clip: content-box !important;
    background-clip: content-box !important;
    border: none !important;
    border-radius: 0px !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (min-width: 768px){
.qmc {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
}
#nav{
	width:100%;
	height: 56px;
	min-height: 56px;
	position: absolute;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	z-index: 999;
}
.navPad {
	min-height: 56px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#nav{
	background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 9px -1px;
}
.h80{
	height: auto !important;
	min-height: 80px !important;
}



#pageLoader{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	display: none;
	height:100%;
	z-index: 9999999999;
	background:rgba(10,10,10,0.8);
	text-align: center;
}
.loadingIcon{
		    content: '';
    background: url(/img/loader.png);
    width: 200px;
    height: 200px;
    position: fixed;
    margin-left: -100px !important;
    margin-top: -100px !important;
    z-index: 8001;
    animation-name: spin;
    -webkit-animation-name: spin;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
		content: 'Loading';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
	background-size: 100%;
	}	
#headerBox{
	height:100%;z-index:100;position: relative;
}
.headerFont{
	font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.02em;
    background: linear-gradient(to right,#304D82 0,#39A9DB 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
	font-weight:600;
	padding-bottom:0px;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
@media (min-width: 991px){
.nav-right{
    margin-right: 0px !important;
    margin-left: auto;
}
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.headerFont{
		color: #304D82;
        background: transparent;
	}
}
.homeFont{
	max-width: 100%;
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0,0,0,0.35);
	float:left;
	line-height: 50px;
}
.headerimg{
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position: center left !important;
}
.homeheader{
	position:relative;width:400px;max-width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top:60px;
	
	
}
#homeHeader{ 
	width:100%;
	height:660px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% top;
	background-image: url(/img/header-image.jpg);
	top:-85px;
	overflow: hidden;
	
	
}
#headerBox, #fadebg{
	height:100%;z-index:100;position: relative;
}
#fadebg{ background-color: white;
    position:absolute;
    width: 100%;
    height: 100%;
    opacity: 0.70;
    -moz-opacity: 70%;
    -webkit-opacity: 70%;
    z-index: 2;}

.homeImage{
	padding: 120px;
}
.wireback{
	    background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) ), url(/img/outline.png);
    background-color: white;
	background-size: auto 140%;
	background-position: right;
	background-repeat: no-repeat;
}
@media (max-width: 768px){
	.homeImage{padding: 20px !important;}

	.headerFont{font-size: 44px;}
	#nav{
	background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 9px -1px !important;
}
}
.links a{
	color:white;
}

.angled-box1{
	width:900px;position: absolute;bottom:-160px;left:-30px;height: 260px;background: #CD2C25;transform: rotate(12deg);z-index: 1;
}
.angled-box2{
	width:900px;position: absolute;bottom:-190px;right:-180px;height: 420px;background: #CD2C25;transform: rotate(-28deg);z-index: 2;
}
.angled-box3{
	width:700px;position: absolute;bottom:-500px;right:370px;height: 800px;background: white;border:30px solid #51A451;transform: rotate(45deg);z-index: 2;background-image: url(/img/rotated-img.jpg);background-size: contain;background-size: 140%;background-position-x: -100px;
}
@media (max-width: 1268px){
	.angled-box1{
		width:900px;position: absolute;bottom:-230px;left:-30px;height: 260px;background: #CD2C25;transform: rotate(12deg);z-index: 1;
	}
	.angled-box2{
	width:747px;position: absolute;bottom:-310px;right:-330px;height: 490px;transform: rotate(-18deg);
}
.angled-box3{
	width:700px;position: absolute;bottom:-600px;right:350px;height: 800px;background: white;border:30px solid #51A451;transform: rotate(45deg);z-index: 2;background-image: url(/img/rotated-img.jpg);background-size: contain;
}
}
@media (max-width: 768px){
	.angled-box1{
		display:none;
	}
	.angled-box2{
	width:747px;position: absolute;bottom:-310px;right:-330px;height: 490px;transform: rotate(-21deg);
}
.angled-box3{
	width:700px;position: absolute;bottom:-540px;left:-367px;height: 750px;transform: rotate(45deg);
}
}

.homeBox{
	box-sizing: border-box;
    position: relative;
    width: 210px;
    margin: 0 10px 40px 0;
    padding: 25px 10px 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	float: left;
}
.homeBoxInside{
	display: inline-block;
    width: auto;
    height: auto;
	margin-left:15px;
    text-align: center;
	color: #CD2C25;
	font-size: 56px;
	font-weight: 900;
}
.homeBoxIcon{
	float: left;
	font-size: 46px;
}
.homeBoxtext{
	float: left;
	margin-top:-8px;
}
.homeBoxSmall{
	font-size: 28px;
	margin-top:16px;
	float:left;
	line-height: 18px;
}
.homeText{
	color:black;
	text-align: center;
	font-size: 18px; margin-top: -18px;
	height: 30px;
}
.homeButton{
	position: absolute;
    left: 0px;
	width:100%;
	text-align: center;
	bottom: -16px;
}
.siteTitle{
	margin-bottom:20px;
}
.homeFontIcon{
	font-size: 104px;padding:5px 25px;color:cadetblue;
}
.headerContent{
	padding:25px;margin-top:130px;
}
.mobHome{
	box-sizing: border-box;
    position: relative;
    width: 200px;
    margin: 0 10px 40px 0;
    padding: 25px 10px 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	width: 100%;
    box-shadow: none;
    border: 0;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px;
	overflow: hidden;
}
.mobhomeText{
	color:black;
	text-align: left;
	font-size: 18px; 
	margin-top:15px;
	line-height: 18px;
	float:left;
	margin-right:20px;
}
.mobhomeButton{
	float:right;
	margin-top:13px;
	margin-right:15px;
}
.xshomeText{
	text-align: center;
	width:100%;
	 position: absolute;
    bottom: 8px;
}
.mobButtons, .xshomeText{
	display: none;
}
@media (max-width: 768px){
	#homeHeader{
		height:220px;
	}
	.homeBox{
		display:none;
	}
	.siteTitle{
		margin-top:10px;
		margin-left:10px;
	}
	.homeFont{
		font-size: 32px;
		line-height: 32px;
	}
	.homeFontIcon{
		font-size: 64px;
		padding:5px 15px;
	}
	.headerContent{
		padding:25px;
		margin-top:80px;
	}
	.mobButtons{
		display: block;
	}
}
@media (max-width: 430px){
	.xshomeText{
		display: block;
	}
	.mobHome{
		padding: 10px 10px 24px;
	}
	.homeBoxInside{
		margin-left: 17%;
	}
	
	.mobhomeText{
		display: none;
	}
	.mobhomeButton{
		float:left;
		margin-top:13px;
		margin-right:15px;
	}
	.mobHome{
		text-align: center;
	}
}
@media (max-width: 357px){
	.homeBoxInside{
		margin-left: 0px;
	}
}

