html,
body {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
/*	color: #000;*/
color:#343a3d;
	background-color: #fff;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:visited {
	color: #9da81b;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
	color: #3d785d;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Montserrat', sans-serif;
}

.container {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

p {
	font-size: 18px;
	line-height: 1.6;
}

ul {	line-height: 1.6;}

.text-ac {
	text-align: center;
}

.cas-mobcall {
	display: none;
	border-bottom: 2px solid #fff;
}

.mob-icon {
	float: left;
	display: block;
	width: 33.3333333333%;
	text-align: center;
}

.mob-icon a {
	display: block;
	font-size: 20px;
	width: 100%;
	color: #fff;
	background-color: #2a2a2a;
	padding: 15px;
}

.mob-icon.faceb-icon a:hover {
	background-color: #4565a2;
}

.mob-icon.insta-icon a:hover {
	background-color: #d93175;
}

.mob-icon.phone-icon a:hover {
	background-color: #00324f;
}

.mob-icon:first-of-type a {
	background-color: #1a1a1a;
}

.mob-icon:last-of-type a {
	background-color: #3a3a3a;
}

.call-bar {
	position: relative;
	background-color: #c1d100;
	padding: 12px 0;
/*	border-bottom: 4px solid #000;*/
	border-bottom: 4px solid #343a3d;
}

.call-con {
	display: inline-block;
	float: right;
}

.callsec {
	display: inline-block;
}

.callus {
	font-family: 'Montserrat', sans-serif;
/*	color: #000;*/
color:#343a3d;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}

.callus a {
/*	color: #000;*/
color:#343a3d;
}

.callus a:hover {
	color: #474e00;
}

.csm-icon a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
/*	background-color: #000;*/
background-color:#343a3d;
	border-radius: 50%;
	height: 49px;
	width: 49px;
	text-align: center;
	line-height: 49px;
	margin-left: 5px;
}

.csm-icon a:hover,
.csm-icon a:focus {
	color: #fff;
	background-color: #2a2a2a;
}

.logo-con {
	position: relative;
	display: inline-block;
	text-align: center;
	top: -68px;
	left: 0;
	margin-bottom: -23px;
}

.logo-cas {
	display: block;
}

.menu-bar {
/*	background-color: #000;*/
background-color:#343a3d;
	border-top: 2px solid #6a6a6a;
	border-bottom: 2px solid #fff;
}

.menu-con {
	float: right;
	display: inline-block;
}

.menu-btn a {
	display: none;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: solid 1px #fff;
}

.menu-btn a:hover,
.menu-btn a:focus {
	color: #6a6a6a;
	border: solid 1px #6a6a6a;
}

.cas-nav {
	padding: 73px 0 0 0;
	margin: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.cas-nav li {
	display: inline-block;
}

.cas-nav li a {
	display: block;
	position: relative;
	color: #fff;
/*	padding: 20px 14px;*/
	padding: 20px 10px;
	letter-spacing: 1px;
}

.cas-nav li a:hover,
.cas-nav li a:focus {
	color: #c1d100;
}

.cas-nav li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 999;
	min-width: 200px
}

.cas-nav li ul li {
	display: block;
}

.cas-nav li ul li a {
	font-size: 16px;
	color: #fff;
	background-color: #6a6a6a;
	padding: 10px 20px
}

.cas-nav li ul li a:hover,
.cas-nav li ul li a:focus {
	color: #fff;
	background-color: #2a2a2a;
}

@media only screen and (min-width: 1120px) {
	.cas-nav {
		display: block !important;
	}
}

@media only screen and (max-width: 1120px) {
	.cas-mobcall {
		display: block;
	}
	.call-bar {
		padding: 37px 0;
	}
	.call-con {
		display: none;
	}
	.logo-con {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 10px;
	}
	.menu-bar .container {
		width: 100%;
	}
	.menu-con {
		float: none;
		display: block;
		text-align: center;
		margin-top: -20px
	}
	.menu-btn a {
		display: inline-block;
		margin-bottom: 20px;
	}
	.cas-nav {
		display: none;
		padding: 0;
	}
	.cas-nav li {
		display: block;
	}
	.cas-nav li ul {
		position: relative;
	}
}

.cas-slide {
	display: block;
}

.slide-image {
	width: 100%;
	height: auto;
}


/*Content Area*/

#cas-content {
	padding: 50px 0;
}

.page-title {
	font-size: 33px;
	font-weight: 500;
/*	color: #000;*/
color:#343a3d;
	text-transform: uppercase;
}

.page-title:first-of-type {
	margin-top: 0;
	margin-bottom: 50px
}

.page-subtitle {
	font-size: 27px;
	font-weight: 500;
	color: #c1d100;
	text-transform: uppercase;
}

.content-image {
	display: inline-block;
}

.page-image-r {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1120px) {
	.page-image-r {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
		text-align: center;
	}
}

#cas-work {
/*	background-color: #000;*/
background-color:#343a3d;
	border-top: 12px solid #c1d100;
	padding: 60px 0;
}

.work-title {
	font-size: 33px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.work-title::after {
	content: "";
	display: block;
	width: 157px;
	height: 2px;
	margin: 15px auto;
	background-color: #6a6a6a;
}

.work-title:first-of-type {
	margin-top: 0;
	margin-bottom: 65px
}

.work-block {
	text-align: center
}

.work-con {
	display: inline-block;
	border: solid 2px #fff;
}

.work-stroke {
/*	border: solid 5px #000;*/
border:s olid 5px #343a3d;
}

.work-image {
	display: block;
}

#cas-smalllogos {
	padding: 20px;
}

.logo-block {
	display: block;
	padding: 0 10px;
}

.supplier-block {
/*border:1px solid red;*/
    float:left;
	padding: 10px 18px;
margin:10px 15px
}
.supplier-block p {
text-align:center;
color:#767676;
font-size:0.8em;
}


.logo-image {
	display: block;
	max-width: 156px;
	margin: 0 auto;
}

#cas-footer {
/*	background-color: #000;*/
background-color:#343a3d;
}

.footer-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #6a6a6a;
}

.footer-nav li {
	display: inline-block;
}

.footer-nav li a {
	display: block;
	color: #fff;
	padding: 18px;
	letter-spacing: 1px;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	color: #fff;
	background-color: #6a6a6a;
}

@media only screen and (max-width: 945px) {
	.footer-nav {
		font-size: 16px;
	}
	.footer-nav li {
		display: block;
	}
}

.copyright {
	display: block;
	padding: 40px 0
}

.copy-l {
	display: inline-block;
	float: left;
}

.copy-l p,
.copy-r p {
	color: #fff;
	font-size: 15px;
	margin: 5px;
}

.copy-l p:first-of-type,
.copy-r p:first-of-type {
	margin-top: 0;
}

.copy-l p:last-of-type,
.copy-r p:last-of-type {
	margin-bottom: 0;
}

.copy-l p a {
	color: #fff;
}

.copy-l p a:hover,
.copy-l p a:focus {
	color: #6a6a6a;
}

.brand-colour {
	color: #c1d100;
}

.copy-r {
	display: inline-block;
	float: right;
	text-align: right;
}

.footer-icons a {
	display: inline-block;
	color: #c1d100;
	font-size: 30px;
	padding: 13px 10px
}

.footer-icons a:hover,
.footer-icons a:focus {
	color: #6a6a6a;
}

.small-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
	text-align: right;
}

.small-nav li {
	display: inline-block;
	position: relative;
}

.small-nav li a {
	display: block;
	color: #fff;
	padding: 5px;
	letter-spacing: 1px;
}

.small-nav li::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #6a6a6a;
	top: 9px;
	right: -2px;
}

.small-nav li:last-child::after {
	display: none;
}

.small-nav li a:hover,
.small-nav li a:focus {
	color: #6a6a6a;
}

.copy-r p a {
	color: #c1d100;
}

.copy-r p a:hover,
.copy-r p a:focus {
	color: #6a6a6a;
}

.wbsqicon {
	display: inline-block;
	vertical-align: -3px;
	margin-left: 3px
}

@media only screen and (max-width: 945px) {
	.copy-l,
	.copy-r {
		float: none;
		display: block;
		text-align: center;
	}
	.small-nav {
		text-align: center;
	}
}


/*Contact Form*/

.responbox {
	text-align: center;
	font-weight: 700;
	display: block;
	margin: 20px auto;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
}

.responbox.respyes {
	border: solid 2px #c1d100;
	color: #c1d100;
}

.responbox.respno {
	border: solid 2px red;
	color: red;
}

form {
	max-width: 90%;
	text-align: center;
	margin: 20px auto;
}

form input,
form textarea {
	border: 0;
	outline: 0;
	padding: 18px;
	border-radius: 8px;
	display: block;
	width: 100%;
	margin-top: 18px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	resize: none;
}

form input:focus,
form textarea:focus {
	-webkit-box-shadow: 0 0px 2px #c1d100 !important;
	box-shadow: 0 0px 2px #c1d100 !important;
}

form #input-submit {
	color: #fff;
/*	background: #000;*/
background-color:#343a3d;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

form #input-submit:hover {
	background: #c1d100;
}

form textarea {
	height: 126px;
}

.g-recaptcha {
	margin: 30px auto 10px;
	display: inline-block;
}

.insta-con {
	text-align: center;
}

#instafeed {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#instafeed li {
	height: 200px;
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

#instafeed li img {
	max-width: 100%;
	max-height: 100%;
	border: 2px solid #fff;
	padding: 6px;
}

.site-gallery {
	text-align: center;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li {
	display: inline-block;
	padding: 7px;
	vertical-align: middle;
}


h3.page-subtitle {color:#343a3d; text-transform:none;}
h4 {color:#343a3d; text-transform:none; font-size:20px;}

/*.page-subtitle {
	font-size: 27px;
	font-weight: 500;
	color: #c1d100;
	text-transform: uppercase;
}*/