﻿/*===================== 
	Color information
	
	green #3a8d3a
dk green #2b672b
blue #1a68bd
grey #e1e1e1
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Oswald', sans-serif;
    margin: 188px 0 0 0!important;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 30px;
		font-weight: 700;
}
	h2 {
		font-size: 24px;
		font-weight: 700;
}
	h3 {
		font-size: 20px;
		font-weight: 600;
}
	h4 {
		font-size: 18px;
		font-weight: 500;
}
	h5 {}
	h6 {}

p {
	font-size: 18px;
	margin: 0;
	line-height: 1.7;
	}

.bold {
    font-weight: bold;
	}

.font-green {
	color:#3a8d3a;
}
.font-blue {
    color:#1a68bd;
}

.grey-btn-1 {
	display: block;
	padding:5px;
	margin:10px auto;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color:#000!important;
	background:#e1e1e1;
	max-width:260px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border:none;
	outline: none;
}
.grey-btn-1:hover {
	background:#000;
	color:#e1e1e1!important;
}
.dkgrey-btn-1 {
	display: block;
	padding:5px;
	margin:10px auto;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color:#e1e1e1!important;
	background:#58585a;
	max-width:260px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border:none;
	outline: none;
}
.dkgrey-btn-1:hover {
	background:#e1e1e1;
	color:#58585a!important;
}
.blue-btn-1 {
	display: block;
	padding:5px;
	margin:10px auto;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color:#fff!important;
	background:#1a68bd;
	max-width:260px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border:none;
	outline: none;
}
.blue-btn-1:hover {
	background:#e1e1e1;
	color:#1a68bd!important;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	Sticky styles 
=======================*/

.sticky .head-logo-1 {
	width:80px;	
}
.sticky .head-contact-1 li a {
	font-size: 16px;
}
.sticky .head-logo-1 {
	padding:5px 10px;	
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	font-family: 'Oswald', sans-serif;
	width: 100%;
	margin: 0;
	background:#fff;
	position: fixed;
	z-index: 1100;
	top:0;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.head-logo-1 {
	padding:20px 10px;	
}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.head-soc-1 {
	padding:0;
	margin:0;
	display: flex;
}
.head-soc-1 li {
	padding:0 5px;;
	margin:0;
	list-style: none;
}
.head-soc-1 li a {
	padding:5px;
	font-size: 28px;
	color:#3a8d3a;
}
.head-contact-1 {
	padding:0;
	margin:0;
	display: flex;
}
.head-contact-1 li {
	padding:0 5px;
	margin:0;
	list-style: none;
}
.head-contact-1 li a {
	padding:5px;
	font-size: 20px;
	color:#3a8d3a;
	display: flex;
}
.head-contact-1 li a i {
	display: inline-block;
	padding:3px 3px 0 0;
	font-size: 23px;
}

.head-soc-1 li a:hover, .head-contact-1 li a:hover {
	color:#e1e1e1;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	background: #3a8d3a;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		max-width: 1100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		}
		nav.primary ul li {
			margin:0;
			padding:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: 'Oswald', sans-serif;
				color: #fff;
				font-size: 18px;
				text-decoration: none;
				padding: 10px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 600;
				cursor: pointer;
				}	
			nav.primary ul li:hover {
				background: #2b672b;
				}
            nav.primary ul li.header-btn a {
                background:#1a68bd;
            }

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#fff;
				background: #2b672b;
				display: block;
				text-align:left;
				border-right:none;
				border-left:none;
				text-transform: capitalize;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #3a8d3a;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
	max-width: auto;
	z-index: 500;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 500;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
	z-index: 500;
}

/*===================== 
	content styles 
=======================*/

.sub-banner {
    background: #000;
}
.sub-banner .container-1 {
    padding:20px 10px;
}
.sub-banner p {
    color:#fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.sub-cat-btn-1 {
	width:24%;
	position: relative;
	margin:10px auto;
}
.sub-cat-btn-1 img {
	width:100%;
	height: auto;
	display: block;
}
.sub-cat-btn-1 h3 {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 100%;
	width:100%;
	top:0;
	position: absolute;
	padding:10px;
	box-sizing: border-box;
	font-size: 22px;
	text-transform: uppercase;
	color:#fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	text-align: center;
}
.sub-cat-btn-1:hover img {
	opacity: 0.7	
}
.sub-cat-btn-1:hover h3 {
	text-shadow: 0 0 40px #000, 0 0 40px #000;
}
.about-1 .blue-btn-1 {
	margin-left:0;
	margin-right:0;
	margin-top: 30px;
}
.about-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.wrap-brands {
	width:100%;
	border-top: 10px solid #3a8d3a;
}
.wrap-brands h3 {
	color: #1a68bd;
	text-align: center;
}
.wrap-brands a {
	padding:10px;
	margin:0 auto;
}
.wrap-brands a img {
	max-width: 100%;
	height: auto;
	display: block;
}
.brand-btn-1 {
	width: 24%;
	background: #fff;
	border: 2px solid #3a8d3a;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.brand-btn-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.img-cont-1 {
	width:100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tax-link {
	font-size: 16px;
	text-align: center;
	padding:5px 0;
	display: block;
	color:#1a68bd!important;
}
.tax-link:hover {
	text-decoration: underline;
}
.sr-btn-cont-1 {
	position: relative;
	padding:0;
}
.sr-btn-cont-1 .img-cont-1 {
	width:100%;
	height: auto;
	display: block;
}
.sr-btn-cont-1 .blue-btn-1 {
	position: absolute;
	bottom:5px;
	left:0;
	right:0;
	width:95%
}
.inv-bnr-1 {
	background:#e1e1e1;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.inv-bnr-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.inv-bnr-1 a {
	margin:0 auto;
}
.inv-bnr-1 a img {
	padding:0 0 20px 0;
}
.inv-bnr-1 a img:hover {
	opacity: 0.8;
}
.inv-bnr-1 h1 {
	text-transform: uppercase;
	padding:20px 0;
}
.video-cont {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand-highlight-wrap h2 {
    background: #3a8d3a;
    padding:10px;
    box-sizing: border-box;
    margin:0 0 30px 0;
    color:#fff;
}

.brand-info-row {
    display: flex;
    gap:20px 0;
    flex-wrap: wrap;  
    justify-content: space-between;
    width:100%;
}
.brand-info-cont-1 {
    padding:20px;
    box-sizing: border-box;
    background:#e1e1e1;
    margin:20px 0;
}
.brand-info-cont-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-info-cont-1 h3 {
    font-size: 20px;
    border-bottom:1px solid #000;
    padding-bottom:5px;
    margin-bottom:5px;
    width:100%;
}
.brand-info-cont-1 ul {
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand-info-cont-1 ul li {
    padding:10px 0;
    margin:0;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    width:49%;
    
}
.brand-info-cont-1 ul li span {
    font-size: 18px;
    font-weight: 500;
    color:#1a68bd;
}
.brand-info-img {
    min-height: 300px;
    width:100%;
    background-position: center;
    background-size: cover;
    margin:20px 0;
}
.brand-video-cont-1 {
    width:100%;
    margin:20px auto;
    height: 400px;
    overflow: hidden;
}

/*===================== 
	Popup styles 
=======================*/

.pop-up-form {
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 4000;
    top:0;
    left:0;
    overflow: scroll;
	 display: none;
	
}
.pop-up-form.clickclose {
       
    display: block;
	animation: fade-in 0.5s ease-in-out both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-form-bg {
    width:100%;
    height: 100%;
    content: "";
    background:rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
}
.pop-up-content-1 {
    position: absolute;
    z-index: 2;
    top:5%;
    left:0;
    right:0;
    margin:0 auto;
    width:calc(100% - 20px);
    max-width: 1100px;
    display: block;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.lg-text {
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
  font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.sml-text {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color:#3a8d3a;
	text-align: center;
}
.pop-img-cont-1 {
	display: flex;
	flex-wrap: wrap;
	padding:20px 0;
	gap:20px;
}
.pop-img-cont-1 img {
	width: calc(25% - 15px);
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
.close-button {
    display: flex;
    justify-content: flex-end;
}
.close-button a {
    padding:0px 5px;
    font-size: 18px;
    background:rgba(0,0,0,1);
    color:#fff;
    transition: .2s ease-in;
	cursor: pointer;
}
.close-button a:hover {
    background:rgba(0,0,0,0.8);
}

/*===================== 
	slideshow styles 
=======================*/


swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;

      display: flex;
      justify-content: center;
      align-items: center;
    }

.wrap-slideshow {
	width:100%;
	position: relative;
	background:url("../siteart/hero-bg-1.jpg")no-repeat;
	background-size: cover;
}
.cycle-slideshow {
	width:100%;
	height: auto;
}
.slide-cont-1 {
	width:100%;
	height: auto;
}
.slide-bg-1 {
    width: 100%;
    height: auto;
	color:
rgba(225,225,225,1.00)}
.greenbg {
	background-image: -webkit-linear-gradient(180deg,rgba(58,141,58,0.00) 18%,rgba(58,141,58,0.70) 18%,rgba(58,141,58,0.70) 82%,rgba(58,141,58,0.00) 88%);	
    background-image: -moz-linear-gradient(180deg,rgba(58,141,58,0.00) 18%,rgba(58,141,58,0.70) 18%,rgba(58,141,58,0.70) 82%,rgba(58,141,58,0.00) 88%);	
    background-image: -o-linear-gradient(180deg,rgba(58,141,58,0.00) 18%,rgba(58,141,58,0.70) 18%,rgba(58,141,58,0.70) 82%,rgba(58,141,58,0.00) 88%);	
    background-image: linear-gradient(180deg,rgba(58,141,58,0.00) 18%,rgba(58,141,58,0.70) 18%,rgba(58,141,58,0.70) 82%,rgba(58,141,58,0.00) 88%);	
}

.bluebg {
	background-image: -webkit-linear-gradient(180deg,rgba(64,84,178,0.00) 18%,rgba(64,84,178,0.65) 18%,rgba(64,84,178,0.65) 82%,rgba(64,84,178,0.00) 82%);	
    background-image: -moz-linear-gradient(180deg,rgba(64,84,178,0.00) 18%,rgba(64,84,178,0.65) 18%,rgba(64,84,178,0.65) 82%,rgba(64,84,178,0.00) 82%);	
    background-image: -o-linear-gradient(180deg,rgba(64,84,178,0.00) 18%,rgba(64,84,178,0.65) 18%,rgba(64,84,178,0.65) 82%,rgba(64,84,178,0.00) 82%);	
    background-image: linear-gradient(180deg,rgba(64,84,178,0.00) 18%,rgba(64,84,178,0.65) 18%,rgba(64,84,178,0.65) 82%,rgba(64,84,178,0.00) 82%);	
}
.greybg {
	background-image: -webkit-linear-gradient(180deg,rgba(254,254,254,0.00) 18%,rgba(6254,254,254,0.70) 18%,rgba(254,254,254,0.70) 82%,rgba(254,254,254,0.00) 82%);	
    background-image: -moz-linear-gradient(180deg,rgba(254,254,254,0.00) 18%,rgba(6254,254,254,0.70) 18%,rgba(254,254,254,0.70) 82%,rgba(254,254,254,0.00) 82%);	
    background-image: -o-linear-gradient(180deg,rgba(254,254,254,0.00) 18%,rgba(6254,254,254,0.70) 18%,rgba(254,254,254,0.70) 82%,rgba(254,254,254,0.00) 82%);	
    background-image: linear-gradient(180deg,rgba(254,254,254,0.00) 18%,rgba(6254,254,254,0.70) 18%,rgba(254,254,254,0.70) 82%,rgba(254,254,254,0.00) 82%);	
}

.slide-bg-1 .container-1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.slideinfo-1 {
	width:25%;
}
.slideinfo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	padding:0 0 10px 0;
	margin:0 auto;
	
}
.banner-img {
	width:75%;
}
.banner-img img {
	max-width: 100%;
	height: auto;
	display: block;	
}


.banner-img-2 {
    width:100%;
    height: 550px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../siteart/banner-img-1.jpg") no-repeat center;
    background-size:cover;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-img-4 {
    width:100%;
    height: 550px;
    box-sizing: border-box;
    background: url("../siteart/customer-inv-banner.jpg") no-repeat center;
    background-size:cover;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.banner-img-3 {
    width:100%;
    height: 550px;
    box-sizing: border-box;
    background: url("../siteart/customer-inv-banner.jpg") no-repeat center;
    background-size:cover;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-img-3 .banner-bg-2 {
    margin-top:100px;   
}
.banner-img-3 .banner-logos {
    background: #1a68bd;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
    margin: -20px 0;
    padding: 20px 10px;
}
.banner-img-3 .banner-bg-2 .container-1 {
    justify-content: flex-end;
}

.banner-img-3 .banner-logos p {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
}
.banner-img-3 .grey-btn-1 {
    max-width: 200px;
    width:100%;
}
.banner-img-4 {
    width:100%;
    height: 550px;
    box-sizing: border-box;
    background: url("../siteart/brands/farmada/farmada-banner-1.jpg") no-repeat center;
    background-size:cover;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-img-4 .banner-bg-2 {
    margin-top:0px; 
    background: rgba(255,255,255,0.0);
}
.banner-img-4 .banner-logos {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
    margin: -20px 0;
    padding: 20px 10px;
}
.banner-img-4 .banner-logos img {
    max-width: 100%;
    margin:0 auto 10px auto;
    display: block;
}
.banner-img-4 .banner-bg-2 .container-1 {
    justify-content: flex-end;
}

.banner-img-4 .banner-logos p {
    font-size: 30px;
    color:#000;
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
}
.banner-img-4 .dkgrey-btn-1 {
    max-width: 200px;
    width:100%;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.8);
}



.banner-bg-2 {
    width:100%;
    background:rgba(255,255,255,0.85);
}
.banner-bg-2 .container-1 {
    padding:0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-2-header {
    width:39%;
    margin:-20px 0;
}

.banner-2-header p {
    background:#1a68bd;
    color:#fff;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding:30px 10px;
    box-sizing:border-box;
}
.banner-logos {
    width:58%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:10px 0;
	gap:9px;
}
.banner-logos p {
    width:100%;
    text-align: center;
    font-size: 22px;
    padding-bottom:15px;
}
.banner-logos a {
    width:18%;
}
.banner-logos a img {
    width:100%;
    height: auto;
    display: block;
}


/* pager */
.slider-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
}
.slider-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.slider-pager span.cycle-pager-active { color: #fff;}
.slider-pager > * { cursor: pointer;}


/* caption */
.slider-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.slider-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}

/*===================== 
	scroll to top styles 
=======================*/
	.scrollToTop {
		display: none;
	}
	.scrollToTop a {
		display: none;
	}


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Oswald', sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline input {
	font-family: 'Oswald', sans-serif;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px 80px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-flex-cont img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
    margin:20px auto;
}

.col-1 { width: 100%; box-sizing:border-box;}	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 19%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 32%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	font-family: 'Oswald', sans-serif;
	margin: 0;
	width: 100%;
	background:#1a68bd;
	text-align: center;
	color:#fff;
	padding-top:20px;
	}
footer h4 {
	padding:0 0 20px 0;
	color:#e1e1e1;
}
.foot-img-1 {
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	max-width: 125px;
}
.foot-img-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.bottomfoot {
	border-top:5px solid #fff;
	font-size: 12px;
	padding:15px 0;
}
.bottomfoot a {
	color:#fff;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1100px)  {
	
	.head-contact-1 li a {
		font-size: 16px;
	}
	.head-contact-1 li a i {
		font-size: 20px;
	}
    nav.primary ul li a {
        font-size: 15px;
        padding:15px 8px;
    }
}
@media screen and (max-width: 1000px)  {
    .sub-cat-btn-1 {
        width:49%;
    }
}


@media screen and (max-width: 900px)  {
	.brand-btn-1 {
		width: 48%;
	}
    nav.primary ul li a {
        font-size: 13px;
        padding:15px 5px;
    }
}




@media screen and (max-width: 872px)  {
	.brand-btn-1 {
		width: 48%;
	}
	
	.banner-logos {width:100%}
	
    .banner-img-2 {
          width: 100%;
    height: 550px;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../siteart/banner-img-1.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
	
	.banner-2-header {    
		width: 100%;
    	margin: -20px 0 20px 0;}
}





@media screen and (max-width: 760px)  {
	.about-1 .col-1-2 {
		order:1;
	}
	.about-1 .col-1-2:first-child {
		order:2;
		padding:20px 0 0 0;
	}
	.sticky .head-logo-1 {
		width: auto;
		padding:20px 10px;
	}
	
	body {
    	margin: 0!important;
	}
	.header-wrap {
		position: static;	
	}
	.head-soc-1 {
		display: none;	
	}
	.hide-mob {
		display: none;
	}
	.head-logo-1 {
		order:2;
	}
	.head-contact-1 {
		order:1;
		width:100%;
		background:#3a8d3a;
		justify-content: center;
		padding:5px 0;
	}
	.head-contact-1 li a {
		color:#fff;
	}
	header {
		justify-content: center;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #3a8d3a;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
			cursor: pointer;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #2b672b;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
		box-shadow: 5px 0 5px -5px rgba(0,0,0,0.5);
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0;
			color: #fff !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#fff; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding:15px 15px 10px 15px;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		background:#3a8d3a;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #2b672b;
		color: #000;
		text-decoration: none;
		top:-4px;
		right:13px;
		cursor: pointer;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #000;
		position:relative;
		box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.1), inset 0 -5px 5px -5px rgba(0,0,0,0.1);
	}
	nav.mobile ul li:last-child {
		border-bottom: 1px solid #000;
	}
	

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-left:4px #3a8d3a solid;
		cursor: pointer;
	}
    nav.mobile ul li.header-btn a {
                background:#1a68bd;
            }
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #2b672b solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li a {
		background: #3a8d3a;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#000; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#fff;}
	
	/*--slide show mobile --*/
	
	.wrap-slideshow {
		background-size: auto 65%;
	}
	
	.slide-bg-1 .container-1 {
		flex-wrap: wrap;
		padding:0;
	}
	.slideinfo-1 {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		order: 2;
		height: 300px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.banner-img {
		width:100%;
		box-sizing: border-box;
		order:1;
	}
	.banner-img img {
		box-sizing: border-box;
		padding: 20px 10px;
	}
	
	.greenbg .slideinfo-1 {
		background-color:#3a8d3a;
	}

	.bluebg .slideinfo-1 {
		background-color:#1a68bd;
	}
	.greybg .slideinfo-1 {
		background-color:#e1e1e1;
	}
	.greenbg, .bluebg, .greybg {
		background-image: none;
	}
	.slider-pager {
		bottom: -35px;
	}
	.slider-pager span {
		color: #3a8d3a;
	}
	.slider-pager span.cycle-pager-active {
		color: #2b672b;
	}
	
	/*===================== 
		scroll to top styles 
	=======================*/
		.scrollToTop {
			bottom: 25px;
			right: 25px;
			z-index: 16777269;
			padding-top: 5px;
			padding-bottom: 5px;
			display: none;
			position: fixed;
			opacity: .8;
		}
		.scrollToTop a {
			text-decoration: none;
			line-height: 150%;
			padding: 5px 12px;
			opacity: .8;
			display: block;
			background: #000;
			font-size: 14px;
			text-align: center;
			color: #fff;
			z-index: 16777269;
		}
	
	/*-- content mobile --*/
	
	.sub-cat-btn-1 {
		width:100%;
	}
	.col-1-2, .col-1-3 {
		width: 100%;
	}
    .banner-2-header {
      width: 100%;
      margin: -20px 0 20px 0;
    }
    .banner-logos {
      width: 100%;
    }
    .banner-img-2, .banner-img-3 {
      height: calc(300px + 63vw);
    }
    .brand-video-cont-1 {
      height: auto;
    }
    .banner-img-3 .banner-bg-2 {
      margin-top: 220px;
    }
	.lg-text {
		font-size: 28px;
	}
	.sml-text {
		font-size: 18px;
	}
	.pop-img-cont-1 img {
		width: calc(50% - 10px);
	}
    
}


@media screen and (max-width:650px) {
	.banner-logos a {width:40%; margin:10px auto;}
	.banner-img-2 {height: calc(400px + 63vw);}
}

@media screen and (max-width: 500px)  {
	.sub-cat-btn-1 h3 {
		font-size: 7vw;	
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	p {
		font-size: 16px;
	}
	.brand-btn-1 {
		width: 90%;
	}
    .banner-2-header p {
          font-size: 6vw;
    }
    .banner-logos p {
          font-size: 4vw;
    }
    .banner-logos a {
      width: 40%;
      margin: 10px auto;
    }
    .brand-info-cont-1 ul li {
      width: 100%;
    }

    
}

	
