@charset "utf-8";
/* CSS Document */


/* General Rules */

.font-small-1 {

}

.font-small-2 {
	font-size: .75em;
}

.font-small-3 {
	font-size: 0.875em;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*h1 {
	color: #196600 !important;
}*/

h1, h2, h3, h4, h5, h6 {
	color: #2F495B !important;
}

@media (max-width: 576.98px) {
	h1 {
	font-size: 2em;
	}
}

.bg-light-gray {
	background-color: #F2F4F7;
}

.img-border {
	padding: 0;
	border: 2px solid #000;	
}

.img-shadow {    
    -webkit-box-shadow: 4px 4px 5px grey;
	-moz-box-shadow: 4px 4px 5px grey;
	box-shadow: 4px 4px 5px grey;
	
}

/* End General Rules */



/* Social */

#social-top {
	background: linear-gradient(#104000, #186200, #104000);
	padding-top: 0.75em;
	padding-bottom: 0.625em;
	font-size: 1.25em;
	font-weight: 600;
}

#social-top img {
	margin: 0.25em 0.4375em 0.25em 0.4375em;
}

#social-hours {
	text-align: center;
}

#social-icons {
	text-align: center;
}

#social-phone {
	text-align: center;
}

.no-disp {
	display: none;
}

@media (min-width: 768px) {
	#social-top {
		padding-top: 0.5em;
		padding-bottom: 0.375em;
	}

	#social-hours {
		text-align: left;
		padding-top: 0.5em;
	}

	#social-phone {
		text-align: right;
		padding-top: 0.5em;
	}
}

@media (min-width: 992px) {
	#social-hours {
		padding-top: 0px;
	}

	#social-phone {
		padding-top: 0px;
	}

	.no-disp {
		display: inline;
	}
}

.social-links {
  color: inherit;
}

#social-phone a:hover {
  color: #fff;
  text-decoration: none;
}

/*.img-horz {
	display: inline-block;
}*/

/* End Social */




/* Company Logo */

.img-logo-palette {
	width: 50px;
}

/* End Company Logo */



/* Slider */

.carousel-fade .carousel-item {
  transition-duration: .9s !important;
}

/* End Slider */


/* Header */
/* Swaps image at breakpoint */

@media (max-width: 767.98px) {
	#header-sm {
		display: block;
	}
	#header-lg {
		display: none;
	}
}

@media (min-width: 768px) {
	#header-sm {
		display: none;
	}
	#header-lg {
		display: block;
	}
}

/* End Header */



/* Main Nav */

/* Dropdown Transitions/Ease */

@media (min-width: 992px) {
	/*.dropdown .dropdown-menu{
    display: block;
	opacity:0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}
	
	.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
	}
	*/
	
	.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
	}
	
	.dropdown:hover .dropdown-menu {
    max-height: 300px;
    opacity: 1;
	}
}

/* End Dropdown Transitions/Ease */

.navbar .navbar-nav .nav-link {
	color: #111111;
	font-weight: 600;
}

.navbar .navbar-nav .nav-link:hover {
	color: #111111;
	opacity: 0.60;
}

.navbar-light .navbar-nav .active > .nav-link {
	color: darkred;
}


.navbar .dropdown-item {
	color: #111111;
	font-weight: 600;
}

.navbar .dropdown-item:hover {
	color: #111111;
	opacity: 0.50;
}



/* Places Navbar to top when screen less than 768px */
@media (max-width: 767.98px) {
	body {
		padding-top: 75px;
	}

	.nav-top {
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	}

	/* For white bar */
	.bg-white {
		background-color: #f8f9fa !important;
	}
		
	/* For green bar */
	/*.bg-white {
		background-color: #104000 !important;
	}*/

	a.bg-white:hover, a.bg-white:focus,
		button.bg-white:hover,
		button.bg-white:focus {
		  background-color: #dae0e5 !important;
	}
}

@media (min-width: 768px) {
	#div-cntr {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 992px) {
    .navbar li {
        margin-left : 0.25em;
        margin-right : 0.25em;
    }
}

/* End Main Nav */



/* Services Section */

/* Fade Test */

@media (min-width: 768px) {
	.img-fade {	
	opacity:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	.img-fade:hover {
	color: 000;
	opacity:0.82;
	}
}

/* End Fade Test */


/* Overlay Test */

.container-overlay {
  padding: 1em 0;
}

@media screen and (max-width: 640px) {
  .container-overlay{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .container-overlay{
    width: 33.33333%;
  }
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {   
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: .2;
}

.content-image {
  width: 100%;
}

/* End Overlay Test */


/* End Services Section */




/* Gallery Section */

.bg-gallery {    
}
.figure-caption {
	font-size: 1rem;
	color: #000000;
	font-weight: 600;
}
.img-thumbnail {
	padding: 0;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #000;
}


/* End Gallery Section */


/* Our Services Section */


#services-styling h4 a {
  color: inherit;
}

#services-styling h4 a:hover {
  color: #2F495B;
  text-decoration: underline;
}

/* Note Used
.figure-caption a {
	font-size: 1.5rem;
	color: #2F495B !important;
}
*/

/* End Our Services Section */



/* Cities Section */

@media (max-width: 767.98px) {
	.txt-right-custom {
		text-align: center;
		font-size: 0.8125em;
	}

	.txt-left-custom {
		text-align: center;
		font-size: 0.8125em;
	}
}

@media (min-width: 768px) {
	.txt-right-custom {
		text-align: right;
	}

	.txt-left-custom {
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	#cities_first {
		order: 1;
	}
	#cities_second {
		order: 3;
	}
	#cities_third {
		order: 2;
	}
	#cities_fourth {
		order: 4;
	}
}

/* End Cities Section */



/* Footer */

#footer-styles {
	background-color: #0B2800;
	padding-top: 0.75em;
	padding-bottom: 0.625em;
}

@media (min-width: 768px) {
	.footer-fonts {
		font-size: 1.125em;
		font-weight: 600;
	}

}

@media (max-width: 767.98px) {
	#footer-styles {
		font-size: 1em;
	}
}


/* Lower Nav Test */

footer nav a {
	color: inherit !important;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0F7A22;
}

/* End Lower Nav Test */


.footer-links {
  color: inherit;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}


#footer_third {
		text-align: right;
	}

@media (max-width: 576.98px) {
	#footer_first {
		order: 2;
	}
	#footer_third {
		order: 1;
		text-align: left;
	}
}

#subfooter_second {
		text-align: right;
	}

@media (max-width: 576.98px) {
	#subfooter_first {
		order: 2;
	}
	#subfooter_second {
		order: 1;
		text-align: left;
	}
}

/* End Footer */

/* Contact Page */

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #B8B8B8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
legend {
	font-size: 1.3rem;
	width: auto;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
	color: #2F495B !important;
}

@media (min-width: 576px) {
	legend {
		font-size: 1.5rem;
	}
}


.textRed {
	color: #C40000
}

.contact-details {
	text-align: center;
}

@media (min-width: 768px) {
	.contact-details {
	text-align: left;
	}
}

/* Form math captcha test */


/* End form math captcha test */

/* End Contact Page */

/* Google Maps */

.google-maps {
	text-align: center;
}

.google-maps iframe {
	width: 250px;
	height: 300px;
}
@media (min-width: 768px) {
	.google-maps {		
		text-align: right;
	}
}


/*
.google-maps {	
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.google-maps iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media (min-width: 768px) {
	.google-maps iframe {
		max-width: 420px;
		max-height: 315px;
	}
}
*/


/*
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 768px) {
	.google-maps iframe {
		max-width: 420px;
		max-height: 315px;
	}
}
*/

/* End Google Maps */


/* Testing Area */



