@charset "utf-8";
/* CSS Document */

/*===================== 
	CSS reset/normalize 
=======================*/

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
		padding-left: 0; padding-right: 0;
}
h1, h2, h3, h4, h5, h6 {margin: 0;}

/*===================== 
	default styles 
=======================*/

html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

a:focus, a:hover {text-decoration: none; outline:none!important; color: #4d4d4d; cursor: pointer;}
button:focus {outline: none;}

/*---------------------NAVIGATION------------------*/

/*----TOP HEADER-----*/
.top-header {padding: 10px 10%; background-color: #324544; text-align: right;}
.nav-contact {display: inline-block;}
.nav-contact a {color: #fff!important; font-family: 'Roboto Condensed',sans-serif; font-size: 18px; font-weight: 700;}
.nav-contact a:hover {color: #0e8a51!important;}
.nav-icons {display: inline-block; padding-left: 10px;}
.nav-icons i {
	background: #ccc; 
	font-size: 16px; 
	padding: 10px;
	color: #324544;
}
.nav-icons i:hover {background: #fff;}
.fb-bg {padding: 10px 13px!important;}
.top-nav-left {text-align: left; padding: 5px 0 0 0;}

/*----BOTTOM HEADER-----*/
.btm-header {background-color: #fff;}
.logo-wrap {padding: 0 0 0 10%;}
.head-logo {
    width: 100%;
    max-width: 225px;
    margin-top: -65px;
}

/*----BOOTSTRAP NAV STYLES-----*/
.navbar{
	background: #fff;
	padding: 30px 14.5% 0 2%;
	float: right;
}
.dropdown{border-radius:0;border:0;}
.dropdown-menu{
    background: #fff;
    border-top: solid 3px #006b39;
	border-left: none;
	border-right: none;
	border-bottom: none;
    top:92%;
	border-radius: 0px;
	padding: 0;
	width: auto;
	min-width: 100px;
	left: 0;
}
.dropdown-item {
	padding: 10px; 
	font-family: 'Roboto Condensed',sans-serif; 
	font-weight: 500; 
	color: #191919;	
}
.dropdown-item:hover{
    background:#ebebeb;
	color: #191919;
}
.dropdown-menu a{color:#191919;} 
.navbar .nav-item .nav-link {
	color:#191919;
	font-family: 'Roboto Condensed',sans-serif; 
	font-size: 16px; 
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{color:#191919;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #006b39;}

.nav-btn{
  display:inline-block;
  cursor:pointer;
  background:#006b39;  
  color:#fff; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  font-size: 14px;
  font-weight: 600; 
  z-index: 0;
  border: none!important;
  padding: 15px 20px;
  transition: .3s ease-out;
}
.nav-btn:hover {
	background-color: #324544;
}

ul li:hover > a {color: #006b39!important;}

/*===================== 
	Footer Edits
=======================*/

.footer-bg {background-color: #324544; padding: 30px 10%;}

.top-btn {
	padding: 15px 20px;
	border: none; 
	border-radius: 50px;	
	background-color: #fff;
	transition: .3s ease-out;
}
.top-btn i {
	color: #324544; 
	font-size: 16px; 
}
.top-btn:hover {
	cursor: pointer;
	background-color: #ccc;
}

.foot-contact {display: inline-block;}
.foot-contact a {color: #fff; font-family: 'Roboto Condensed',sans-serif; font-size: 18px; font-weight: 700;}
.foot-contact a:hover {color: #0e8a51;}
.foot-icons {display: inline-block; padding-left: 10px;}
.foot-icons i {
	background: #ccc; 
	font-size: 16px; 
	padding: 10px;
	color: #324544;
}
.foot-icons i:hover {background: #fff;}
.foot-contact-phone a {color: #fff!important; font-family: 'Roboto Condensed',sans-serif!important; font-size: 18px!important; font-weight: 700!important;}
.foot-contact-phone a:hover {color: #0e8a51!important;}
.copyright-txt {
	font-family: 'Mulish',sans-serif;
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 	
	line-height: 14px;
}
.copyright-txt a {color: #fff;}
.foot-fb-bg {padding: 10px 13px!important;} 

/*===================== 
	carousel styles 
=======================*/

.home-hero {
	min-height: 250px;	
}

.carousel-item {
	background-size: cover;
	background-position: center;	
	padding: 13vw 10%;
}
.carousel-indicators li:hover {cursor: pointer;}

#fade-in {
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*===================== 
	Home offer section	
=======================*/

.right-bg-img {
	background-image: url('/siteart/newOfferImg.jpg');
	background-position: center;
	background-size: cover;
	min-height: 600px;
	width: 100%	
}
.left-pad-area {padding: 5vw 2% 5vw 10%;}
.offer-wrap {padding-top: 3vw; padding-right: 5%;}
.offer-icon {width: 100%; max-width: 100px; height: auto; padding: 0 15px 30px 0;}
.offer-icon-lg {width: 100%; max-width: 125px; height: auto; padding: 0 15px 30px 0;}

/*===================== 
	Gallery Modal	
=======================*/

.modal-dialog {top: 10%;}
.modal-content {border: none; border-radius: 0px;}

.modal-body {
  position:relative;
  padding:0px;
  max-height: 500px;
}

.carousel-control-next, .carousel-control-prev {width: 8%;}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.g-img {padding: 5px;}
.g-img:hover {opacity: .80; cursor: pointer;}

.galleryItem {padding: 0!important;}
.close {right: 10px; padding: 15px; color: #000; text-shadow: none;}
.close:focus, .close:hover {color: #191919;}
.close-btn {
	border: none;
	border-radius: 0px; 
	width: 100%; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 16px; 
	font-weight: 500;
	background: #191919;
	color: #fff;
	text-align: center;
	padding: 10px;	
	text-transform: uppercase;
}
.close-btn:hover {
	cursor: pointer;
	background: #324544;	
}


/*===================== 
	Parts Accessories Page
=======================*/
.part-img {width: 100%; max-width: 350px; height: auto; display: block; margin: auto; border-radius: 350px; padding-left: 5%;}

/*===================== 
	Service Page
=======================*/

.float-box {
	background-color: #324544;
	padding: 30px; 
	position: absolute; 
	top: 50px; 
	right: 0;
}

.service-img {
    max-width: 90%;
    height: auto;
}

/*===================== 
	form styles 
=======================*/
.form-bg {background: #ebebeb; padding: 30px; margin-top: 30px;}
.form-inner {border: solid 1px #2e2e2e; padding: 30px;}
.input-wrap {padding: 5px;}
.date-wrap {padding: 5px;}
.field {width: 100%; padding: 5px; font-family: 'Mulish',sans-serif; font-size: 15px;}
.datefield {width: 100%; padding: 5px; font-family: 'Mulish',sans-serif; font-size: 15px;}
.textfield {width: 100%; padding: 5px; height: 125px; font-size: 15px; font-family: 'Mulish',sans-serif;}

.formcontent {
	display: inline;
	font-family: 'Mulish',sans-serif;
	font-weight: 500;
}

.form-head {
	padding: 30px 0 10px 0; 	
	text-align: center;
	border-bottom: #00682c dotted 4px;
	margin-bottom: 10px;
}
.form-head-txt {
	margin: 0; 
	text-align: center; 
	font-family: 'Roboto Condensed',sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00682c;	
	font-size: 25px;
}
textarea:focus, input:focus {outline: none;}
.CaptchaWhatsThisPanel a {color: #4c4c4c;}
.CaptchaWhatsThisPanel a:hover {color: #006b39;}

.form-left {padding-right: 2%;}
.form-right {padding-left: 2%;}


/*===================== 
	Reviews Page
=======================*/

.review-form-bg {background: #ebebeb; padding: 30px;} 

.review-box {
	border: solid 2px #ccc;
	padding: 30px; 	
	margin-bottom: 30px;
}
.quote-icon {
	text-align: center; 
	background: #fff;
	padding-bottom: 20px;
}
.quote-icon i {
	font-size: 35px;	
	color: #0e8a51;
}
.quote-txt {
	font-
}

/*===================== 
	Contact Page
=======================*/

.contact-icon, .contact-icon-fb {display: inline-block;}

.contact-icon i {
	display: inline-block; 
	padding: 15px; 
	border-radius: 50px;
	background-color: #0e8a51;
	color: #ebebeb;
	font-size: 16px;	
}

.contact-icon-fb i {
	background-color: #0e8a51;
	display: inline-block; 
	padding: 15px 18px; 
	border-radius: 50px;
	color: #ebebeb;
	font-size: 16px;	
}

.contact-icon i:hover, .contact-icon-fb i:hover {background-color: #324544;}

/*===================== 
	typography styles 
=======================*/

h1 {
	font-family: 'Mulish',sans-serif; 
	font-size: 50px; 
	margin: 0; 
	font-weight: 800; 	
	line-height: 55px;
}

h2 {
	font-family: 'Mulish',sans-serif; 
	font-size: 35px; 
	margin: 0; 
	font-weight: 900; 	
	letter-spacing: 1px;
}

h3 {
	font-family: 'Mulish',sans-serif;
	font-size: 18px; 
	font-weight: 400;
	text-transform: uppercase; 
	letter-spacing: 3px; 
	margin: 0; 	
}

h4 {
	font-family: 'Mulish',sans-serif;
	font-size: 18px; 
	font-weight: 600;
	text-transform: uppercase; 
	margin: 0; 	
	letter-spacing: 1px;
}

h5 {
	font-family: 'Roboto Condensed',sans-serif; 
	font-size: 20px; 
	margin: 0; 
	font-weight: 600; 	
}

h6 {
	font-family: 'Mulish',sans-serif; 
	font-size: 15px; 
	margin: 0; 
	font-weight: 400; 	
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	font-family: 'Mulish',sans-serif;
	font-size: 16px; 
	font-weight: 500;
	margin: 0; 
	line-height: 20px;
	letter-spacing: .5px;
}

.black {color: #191919;}
.white {color: #fff;}
.grey {color: #4c4c4c;}
.lgrey {color: #ccc;}
.dgreen {color: #324544;}
.green {color: #0e8a51;}
.hovergreen {color: #283635;}

.bold {font-weight: 800;}
.italic {font-style:italic;}
.center {display: block; margin: auto; text-align: center;}

p a {font-weight: 800; color: #2e2e2e;}
p a:hover {color: #008f3b;}
h4 a {font-weight: 800; color: #2e2e2e;}
h4 a:hover {color: #008f3b;}

/*===================== 
	button styles 
=======================*/

.btn-wrap {padding-top: 30px;}

.gen-btn{
  display:inline-block;
  cursor:pointer;
  background:#006b39;  
  color:#fff; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  font-size: 15px;
  font-weight: 600; 
  z-index: 0;
  border: none!important;
  padding: 10px 35px;
  transition: .3s ease-out;
}
.gen-btn:hover {
	background-color: #324544;
}

.dk-btn{
  display:inline-block;
  cursor:pointer;
  background:#283635;  
  color:#fff; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  font-size: 15px;
  font-weight: 600; 
  z-index: 0;
  border: none!important;
  padding: 10px 35px;
  transition: .3s ease-out;
}
.dk-btn:hover {
	background-color: #324544;
}

.form-btn{
  display:inline-block;
  cursor:pointer;
  background:#006b39;  
  color:#fff; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  font-size: 15px;
  font-weight: 600; 
  z-index: 0;
  border: none!important;
  padding: 10px 35px;
  transition: .3s ease-out;
}
.form-btn:hover {
	background-color: #324544;
}

/*===================== 
	Default Styles
=======================*/

.page-hero {	
	background-size: cover;
	background-position: left center; 
}
.banner-overlay {
	padding: 5vw 5%;
	background: rgba(43, 59, 58, 0.80);
}

.bg-section {
	padding: 8vw 10%;	
	background-size: cover; 
	background-position: center; 	
}

.parallax-section {
	background-size: cover; 
	background-position: center left; 
	background-attachment: fixed;
	padding: 8vw 10%;
}


/*-----------Common Styles---------------*/

.pad-row {padding: 4vw 10%;}
.pad-top {padding-top: 20px;}
.pad-btm {padding-bottom: 20px;}
.pad-right {padding-right: 15px;}
.pad-left {padding-right: 15px;}

.notop {padding-top: 0;}
.nobtm {padding-bottom: 0;}
.left-half {padding-right: 2%;}
.right-half {padding-left: 2%;}

.add-btm {padding-bottom: 50px;}
.add-top {padding-top: 50px;}

.grey-bg {background-color: #ebebeb; padding: 30px;}
.map {width: 100%; height: 350px;}
.img-max {max-width: 425px;}
.max-900 {max-width: 900px;}
.max-600 {max-width: 600px;}

/*==========================================================================
	MEDIA QUERIES
==========================================================================*/
@media only screen and (max-width: 1470px){
	.navbar{padding: 30px 3.5% 0 2%;}
	.navbar .nav-item .nav-link{padding: 15px 16px 15px 16px;
	}
}
@media only screen and (max-width: 1300px) {
	.nav-btn {padding: 15px;}
	.pad-right {padding-right: 0;}
}

@media only screen and (max-width: 1200px) {
	/*------LAYOUT CHANGES-----*/
	.navbar .nav-item .nav-link {padding: 15px;}
	.logo-wrap {padding: 0 0 0 5%;}
	.top-header {padding: 10px 5%;}
	.navbar {padding: 30px 7% 0 0;}
	.carousel-item {padding: 10vw 5%;}
	.pad-row {padding: 5vw 5%;}
	.parallax-section {padding: 8vw 5%;}
	.left-pad-area {padding: 5vw 2% 5vw 5%;}
	.bg-section {padding: 8vw 5%;}
	.footer-bg {padding: 30px 5%;}
	
	.offer-icon-lg {max-width: 100px;}
	.offer-icon {max-width: 75px;}
	.map {height: 250px;}
	
	
	
	/*------FONT CHANGES-----*/
	h1 {font-size: 35px; line-height: 40px;}
	h2 {font-size: 30px; line-height: 35px;}
	p {font-size: 15px;}
	h3 {font-size: 16px; line-height: 20px;}
	h5 {font-size: 20px; line-height: 25px;}
	h4 {font-size: 16px; line-height: 20px;}
}

@media only screen and (max-width: 1199px) {
	.form-left {padding-right: 0; padding-bottom: 30px;}
	.form-right {padding: 0;}
	.service-img {display: block; margin: auto; width: 100%; max-width: 500px; height: auto;}
	.float-box {position: unset; display: block; margin: auto; width: 100%; max-width: 500px; height: auto; padding: 20px;}
}

@media only screen and (max-width:1165px){
	.navbar .nav-item .nav-link{padding: 14px 9px;}
	.navbar{padding: 30px 3% 0 0;}
}

@media only screen and (max-width: 991px) {
	/*------NAV CHANGES-----*/
	.logo-wrap {padding: 0 5%; text-align: center;}
	.navbar {padding: 0; float: none; text-align: center;}
	.navbar .nav-item .nav-link {padding: 13px 15px;}
	.head-logo {max-width: 175px;}
	
	.mt-2, .my-2 {margin-top: 0!important;}
	.navbar-nav {display: block; margin:auto;}
	.nav-item {display: inline-block;}
	div#navbarToggler {background: #ebebeb;}
	
	.gen-btn, .dk-btn {padding: 8px 20px;}
	.right-bg-img {min-height: 400px;}
	.top-btn {padding: 10px 15px;}
	.right-half, .left-half {padding: 0;}
	.img-max {max-width: 250px;}
	.add-991 {padding-bottom: 30px;}
	.copyright-txt {font-size: 10px;}
	.foot-contact-phone {padding: 10px 0;}
	
	.home-hero {min-height: 185px;text-align: center;padding: 0 5%;}
	
}

@media only screen and (max-width: 767px) {
	.offer-icon {max-width: 100px;}
	.offer-icon-lg {max-width: 125px;}
	.offer-wrap {padding: 30px 2% 0 2%;}
	.right-foot {text-align: center!important; padding-top: 20px;}
	.left-foot {text-align: center; padding-bottom: 20px;}
	.parallax-section .left-half h2 {text-align: center; padding-bottom: 20px;}
	.parallax-section .right-half {text-align: center!important;}
	.parallax-section {background-attachment: unset;}
	.left-pad-area {padding: 5vw 5%;}
	.part-img  {padding-left: 0; padding-top: 30px;}
	
}


@media only screen and (max-width: 650px) {
	.navbar .nav-item .nav-link {font-size: 15px; padding: 10px;}
	.home-hero {min-height: 185px;}
	
	
	/*------LAYOUT CHANGES-----*/
	.carousel-item {padding: 12vw 5%;}
	.pad-row {padding: 10vw 10%;}
	.parallax-section {padding: 10vw 10%;}
	.left-pad-area {padding: 10vw 10%;}
	.bg-section {padding: 10vw 10%;}
	.footer-bg {padding: 30px 10%;}
	
	
	/*------FONT CHANGES-----*/
	h1 {font-size: 25px; line-height: 30px;}
	h2 {font-size: 22px; line-height: 28px;}
	p {font-size: 15px;}
	h5 {font-size: 16px; line-height: 20px;}
	
}


@media only screen and (max-width: 575px) {
	.head-logo {max-width: 150px;}
	.nav-item {display: block;}
	.nav-btn {width: 100%;}
	.navbar .nav-item .nav-link {font-size: 14px; border-top: solid 1px #ccc;}
	.dropdown-menu {border: none;}
	div#navbarToggler {background: #fff;}
	.dropdown-item {font-size: 14px; text-align: center; border-top: solid 1px #ccc; background: #f2f2f2;}
	.navbar-toggler {position: absolute; right: 5%; top: -45px; border-radius: 0px;}
	.navbar-toggler:focus, .navbar-toggler:hover {outline: none; background: #ebebeb;}
	.nav-contact a {font-size: 16px;}
	.nav-icons i {font-size: 14px;}
	.foot-icons i {font-size: 14px;}
	.carousel-item {padding: 15vw 5%;}
	
}

@media only screen and (max-width: 400px) {
	.home-hero {min-height: 235px;}
}

@media only screen and (max-width: 375px) {
	.nav-icons i {font-size: 12px; padding: 7px;}
	.fb-bg {padding: 7px 10px!important;}
	.head-logo {margin-top: -50px; padding-bottom: 10px;}
	.navbar-toggler {top: -15.5vw;}
}