/***************************************** 
DESIGNED & DEVELOPED BY DESIGN380 LIMITED
------------------------------------------
WWW.DESIGN380.COM
INFO@DESIGN380.COM
*****************************************/

/*****************************************
BODY STYLES
*****************************************/
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #616162;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x:hidden;
}
html, body {
	height: 100%;
	min-height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -667px;
}
.push {
	height: 667px;
	clear: both;
}
.CaseStudiesList ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #7ab542;
	color:#fff;
}
::selection {
	background: #7ab542;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #0d0d0d;
	text-decoration: none;
}
a:hover {
	color: #7ab542;
	text-decoration: none;
}
a.DefaultButton{
	color: #fff;
	font-size: 14px;
	background: #7ab542;
	padding: 15px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
}
.hvr-shutter-out-vertical:before{
	border-radius: 3px;
	background: #0B283E!important;
}
.CallbackRequest .hvr-shutter-out-vertical,
.GreyBackground .hvr-shutter-out-vertical,
.view-first .mask .hvr-shutter-out-vertical{
	border-radius: 4px;
}
.CallbackRequest .hvr-shutter-out-vertical:before,
.GreyBackground .hvr-shutter-out-vertical:before,
.view-first .mask .hvr-shutter-out-vertical:before,
.ProductBanner .hvr-shutter-out-vertical:before
.Header .hvr-shutter-out-vertical:before{
	border-radius: 3px;
	background: #0B283E!important;
}
a.DefaultButton2{
	color: #fff;
	border: solid 1px #fff;
	padding: 15px 45px;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
}
.SliderText .hvr-shutter-out-vertical,
.BlueBackground .hvr-shutter-out-vertical{
	background: none;
}
.SliderText .hvr-shutter-out-vertical:before,
.BlueBackground .hvr-shutter-out-vertical:before{
	border-radius: 3px;
	background: #7ab542!important;
}
.Header .DefaultButton{
	float:right;
	margin-top: 22px;
	margin-left: 15px;
}
/*****************************************
TYPOGRAPHY
*****************************************/
h1, h2, h3, h4, h5 ,h6 {
	font-weight: 700;
}
h1 {
	color: #193764;
	font-size: 20px;
	margin-top:0;
	margin-bottom: 20px;
}
h2 {
	color: #193764;
	font-size: 18px;
	margin-top:0;
	margin-bottom: 20px;
}
h3 {
	color: #193764;
	font-size:16px;
	margin-top:0;
	margin-bottom: 20px;
}
h4 {
	color: #193764;
	font-size: 18px;
	margin-top:0;
	margin-bottom: 20px;
}
h5 {
	color: #fff;
	font-size: 16px;
}
h6 {
}
/*****************************************
HEADER STYLES
*****************************************/
.Header {
	padding:15px 0;
	z-index: 99;
}
.Header p{
	float: right;
	text-align:right;
	color: #0f3652;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.Header p span{
	font-size: 16px;
}
.Header p span strong{
	color: #7ab542;
	background: url(../images/header-phone.png) no-repeat left center;
    padding-left: 24px;
}
a.MasterLogo {
	width: 240px;
	height: auto;
	display: block;
	float: left;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.MainMenu {
	width: auto!important;
	float: right!important;
	margin-bottom:0;
}
ul.tier1 {
	width: 100%;
	float: left;
}
ul.tier1 > li {
	float: left;
	position: relative;
}
ul.tier1 > li > a {
	display: block;
	color:#4b4a4b;
	font-weight: 700;
	padding:15px 10px;
}
ul.tier1 > li > a.Last {
	padding:15px 0 15px 10px;
}
ul.tier1 > li span {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 5px;
}
ul.tier1 > li.open span {		
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
ul.tier1 > li > a:hover,
ul.tier1 > li > a:focus,
ul.tier1 > li > a:active {
	color:#7ab542;
	box-shadow: none;
}
span.menu-btn {
	display: block;
	color:#7ab542;
	padding:6px 12px;
	border:solid 1px #7ab542;
	float: right;
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
}
/*****************************************
HOVER
*****************************************/
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	margin-bottom: 0px;
}
.view .mask,.view .content {
	width: 95%;
    height: 95%;
    position: absolute;
    overflow: hidden;
    top: 2.5%;
    left: 2.5%;
}
.view img {
	display: block;
	position: relative;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(54,94,133, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 15px;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first .mask p{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-top: 80px;
    margin-bottom: 20px;
}
/*****************************************
MAIN SLIDER
*****************************************/
.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #547697;
}
.HomepageSercives .bx-wrapper{
	z-index:0;
}
.bx-wrapper .bx-pager {
    padding-top: 0;
    position: absolute;
    bottom: 70px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 15px;
	height: 15px;
	border-radius: 7px;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #7bb342;
}
.Slider{
	margin-top: -30px;
}
.SliderBackground{
	background:url(../images/slider-bottom-background.png) no-repeat bottom center;
	background-size: cover;
	height: 79px;
	margin-top: -79px;
	z-index: 99;
}
.SliderText{
	position:absolute!important;
	top: 30%;
}
.SliderText span{
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	line-height: 34px;
}
.SliderText p{
	color: #dfdede;
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.SliderText p strong{
	font-weight: 400;
	color: #fff;
}
#slider-prev a.bx-prev {
    background: url(../images/slider-arrow-left.png) no-repeat;
    width: 78px;
    height: 78px;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 52%;
    margin-top: -70px;
}
#slider-next a.bx-next {
    background: url(../images/slider-arrow-right.png) no-repeat;
    width: 78px;
    height: 78px;
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 52%;
    margin-top: -70px;
}
.CallbackRequest{
	float: right!important;
    width: auto!important;
}
/*****************************************
SERVICE SLIDER
*****************************************/
#slider-prev-second a.bx-prev {
    background: url(../images/slider-arrow-left-second.png) no-repeat;
    width: 31px;
    height: 31px;
    z-index: 99999;
    position: absolute;
    left: 38%;
    bottom: 9.3%;
}
#slider-next-second a.bx-next {
    background: url(../images/slider-arrow-right-second.png) no-repeat;
    width: 31px;
    height: 31px;
    z-index: 99999;
    position: absolute;
    right: 38%;
    bottom: 9.3%;
}
.HomepageSercives .bx-wrapper .bx-pager {
    padding-top: 0;
    position: absolute;
    bottom: -60px;
}
.HomepageSercives .bx-wrapper{
	background:none;
}
.HomepageSercives .bx-wrapper .bx-pager.bx-default-pager a{
	background: #d3d3d3;
}
.HomepageSercives .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #7bb342;
}
/*****************************************
TESTIMONIAL SLIDER
*****************************************/
.HomepageTestimonials .bx-wrapper{
	background:none;
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
img.QuoteMark{
	position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}
ul.Testimonials li{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 5px;
}
.TestimonialBackground{
	background: #fff;
	padding: 50px 20px 20px 20px;
	-webkit-box-shadow: 3px 4px 3px rgba(6,7,7,.06);
	-moz-box-shadow: 3px 4px 3px rgba(6,7,7,.06);
	box-shadow: 3px 4px 3px rgba(6,7,7,.06);
	font-family: 'Architects Daughter', sans-serif;
	font-size: 16px;
}
img.Triangle{
	position:absolute;
	bottom: 9px;
	left: 20px;
}
span.CustomerName{
	position:absolute;
	left: 54px;
    bottom: 0px;
	font-style:italic;
	font-size: 13px;
}
/*****************************************
MAIN
*****************************************/
.GreyBackground{
	background: #f2f2f2;
	padding: 60px 0;
}
.GreyBackground img{
	border: solid 5px #ffffff;
}
.GreyBackground h1{
	font-size: 20px;
}
.MainContent p{
	margin-bottom: 20px;
}
.HomepageSercives{
	padding: 60px 0 120px 0;
}
.HomepageSercives p{
	font-size: 16px;
	margin-bottom: 40px;
}
.HomepageTestimonials{
	background-size:cover;
	padding: 60px 0;
}
span.Blue{
	color: #375d82;
	font-weight: 700;
}
span.Green{
	color: #7db109;
	font-weight: 700;
}
.Accreditations img{
	margin-top: 30px;
	-webkit-box-shadow: 3px 4px 3px rgba(6,7,7,.06);
	-moz-box-shadow: 3px 4px 3px rgba(6,7,7,.06);
	box-shadow: 3px 4px 3px rgba(6,7,7,.06);
}
.BlueBackground{
	padding: 50px 0;
	background: #1a3866;
}
.BlueBackground a{
	background:none;
	width: 100%;
	padding: 20px 0;
	text-align:center;
}
.BlueBackground span{
	color: #96d20f;
	font-size: 18px;
	font-weight: 700;
}
.BlueBackground p{
	font-size: 16px;
	color: #ffffff;
	margin-bottom:0;
}
.BlueBackground strong{
	font-weight: 700;
}
.InnerHeader{
	background:url(../images/header-inner.jpg) no-repeat right center;
	background-size: cover;
	height: 186px;
	margin-top: -30px;
	padding: 67px 0;
}
.InnerHeader p{
	margin-bottom:5px;
	font-size: 30px;
	color: #193764;
	font-weight: 700;
	line-height: 28px;
}
.InnerHeader span{
	font-size: 18px;
	color: #78b600;
}
.breadcrumb{
	padding: 18px 20px;
	background: none;
	margin-bottom:0;
	border-left: solid 1px #a2a2a2;
	border-radius: 0;
	margin-left: 20px;
}
.breadcrumb>li{
	margin: 0 5px;
	color: #4a4a4a;
	font-size: 12px;
	text-transform:uppercase;
}
.breadcrumb>li+li:before{
	content: none;
}
.InnerHeaderText{
	float:left;
	width:auto!important;
}
span.fa-home{
	color: #a2a2a2;
}
.Service{
	-webkit-box-shadow: 3px 4px 5px rgba(6,7,7,.1);
	-moz-box-shadow: 3px 4px 5px rgba(6,7,7,.1);
	box-shadow: 3px 4px 5px rgba(6,7,7,.1);
	min-height: 322px;
	background: #fff;
	margin-bottom: 20px;
}
.Service img{
	border: none;
}
.ServicesBottomBackground{
	background:url(../images/services-list-bottom-background.png) no-repeat center bottom;
	background-size: cover;
	height: 16px;
	margin-top: -16px;
}
.ServiceText{
	padding: 15px;
	background: #fff;
}
.Service h3{
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 18px;
	max-height: 38px;
	overflow:hidden;
}
.ServiceContact{
	background:url(../images/services-contact-background.jpg) no-repeat center center;
	background-size: cover;
	padding: 78px 70px;
	color: #fff;
	font-size: 16px;
	min-height: 365px;
	-webkit-box-shadow: 3px 4px 5px rgba(6,7,7,.1);
	-moz-box-shadow: 3px 4px 5px rgba(6,7,7,.1);
	box-shadow: 3px 4px 5px rgba(6,7,7,.1);
}
.ServiceContact p{
	margin-bottom: 30px;
}
.ServiceContact a{
	width: 224px;
}
.ServiceContact a:first-of-type{
	margin-right: 20px;
}
.ServicesList ul li{
	border: solid 1px #060707;
	padding: 15px 15px 15px 45px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
	background: url(../images/service-list-arrow.png) no-repeat 10px center;
}
.ServicesList ul li:nth-child(odd){
	margin-right:15px;
}
.ProductBanner{
	padding: 70px 0;
	margin-bottom: 60px;
	height: 210px;
}
.ProductBanner p{
	background: url(../images/product-quote-marks.png) no-repeat left 5px;
	padding-left: 60px;
	color: #fff;
	font-size: 18px;
}
.ProductBanner a{
	float: right;
	width: 100%;
	text-align:center;
	margin-top: 13px;
}
.PhotoGallery{
	padding: 40px 0;
}
.PhotoGallery .view{
	margin-bottom: 20px;
	cursor:pointer;
}
.PhotoGallery .view-first .mask p{
	font-size: 11px;
	margin-top:5px;
}
.PhotoGallery .view-first .mask .fa-search{
	color: #fff;
	margin-top: 50px;
}
.GalleryPage h1{
	margin-top: 30px;
	font-size: 20px;
}
p.HealthIntro{
	font-size: 18px;
	color: #082945;
	margin: 60px 0;
}
.HealthSafety img{
	margin-bottom: 25px;
}
.HealthAccred ul li{
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.HealthAccred ul li:nth-last-child(-n+1){
	border-bottom: none;
}
.HealthAccred ul li img{
	border: solid 1px #e2e2e2;
	margin-bottom:0;
}
.WhoContent h3{
	font-size: 18px;
}
.WhoContent p:first-of-type{
	font-weight: 700;
}
.WhoContent img{
	border: none;
}
.WhoContent .ImageTitle{
	background:url(../images/title-background.png);
	padding: 10px 0;
	margin-top: -40px;
}
.ImageTitle{
	padding: 10px!important;
}
.WhoContent .ImageTitle p{
	font-size: 16px;
	color: #fff;
	text-align:center;
	margin-bottom:0;
}
.nav-tabs>li{
	width: 19.2%;
    margin-right: 10px;
	display: table;
}
.nav-tabs>li:nth-last-child(-n+1){
	margin-right:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background:#7ab604 url(../images/tab-down-arrow.png) no-repeat 202px center;
}
.nav-tabs>li>a{
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	border: none;
	height: 64px;
	display: table-cell; 
    vertical-align: middle; 
	width: 100%;
	display: table-cell;
    vertical-align: middle;
	background:#b1b1b1 url(../images/tab-right-arrow.png) no-repeat 202px center;
}
.nav-tabs{
	border-bottom: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: #7ab604;
	border: none;
}
.CaseStudies h1{
	margin-bottom: 5px;
}
.CaseStudies span{
	color: #193764;
}
.CaseStudies .fa-clock-o{
	color: #7ab604;
	margin-right: 10px;
}
.CaseStudies p{
	margin: 25px 0;
	max-height: 60px;
	overflow:hidden;
}
.CaseStudies hr{
	margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #C1C1C1;
}
.CaseStudiesGallery h3{
	margin-top: 40px;
}
.Bulletpoints ul li{
	background:url(../images/bullet-blue.png) no-repeat left center;
	padding-left: 15px;
}
.HomepageButtons a:first-of-type{
	margin-right: 20px;
}
.ImageTitleCase{
	position:absolute!important;
	bottom:0;
	left:0;
	background: url(../images/title-background.png);
	color: #fff;
	z-index:1;
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.contact-form {
	margin-top: 20px;
}
.LeftForm{
	border-right: solid 1px #d9d9d9;
}
.contact-send {
    padding: 15px 50px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	background: #79b400;
	border: none;
	float: right;
	margin-top: 30px;
}
button.hvr-shutter-out-vertical:before{
	background: #1a3866;
}
.captcha {
	margin-top: 10px;
}
#map_canvas {
	width: 100%;
	height: 250px;
	margin-top: 20px;
	float: left;
}
.sidebar-box {
	background: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 20px;
}
address {
	margin-bottom: 0;
}
.GetInTouch{
	margin: 40px 0;
}
.GetInTouch h1{
	font-size: 20px;
}
.form-control{
	border-radius: 0px;
	background: #ececec;
	border:none;
	border-left: solid 4px #79b400;
}
textarea{
	resize:none;
}
label{
	font-weight: 400;
	font-size: 13px;
}
.btn-primary:hover {
    color: #fff;
    background-color: none;
    border-color: none;
}
.ContactPage{
	margin-bottom: 40px;
}
.ContactPage h3{
	margin-bottom: 5px;
	margin-top: 20px;
}
.ContactPage .fa-phone, .ContactPage .fa-envelope{
	color: #082945;
	margin-left: 0;
	margin-right: 15px;
}
.ContactPage p{
	margin-left: 29px;
}
.ContactPage a{
	margin-left: 32px;
}
/*****************************************
FOOTER STYLES
*****************************************/
.MainFooterBackground{
	background: #1d1d1d;
}
.GreyFooter{
	background: #2b2b2b;
	padding: 50px 15px;
	margin-bottom: 20px;
}
.GreenLine{
	background: #2b2b2b url(../images/green-line.png) no-repeat center right;
}
.fa-envelope, .fa-phone{
	color: #fff;
	margin-left: 140px;
	margin-right: 40px;
	float: left;
}
.GreyFooter p{
	float: left;
	margin-bottom:0;
	color: #96d20f;
	font-weight: 700;
	font-size: 18px;
}
.GreyFooter p span{
	font-weight: 400;
	font-size: 13px;
	color: #bfbfbf;
}
.GreyFooter a{
	font-weight: 400;
	font-size: 13px;
	color: #bfbfbf;
}
.GreyFooter a:hover{
	color: #96d20f;
}
.MainFooterBackground h5{
	margin: 30px 0;
}
.FooterLinks p{
	color: #8c8c8c;
}
.ServicesFooter ul li{
	width: 48%;
	float:left;
	background: url(../images/list-arrow.png) no-repeat left 6px;
	padding-left: 15px;
	border-bottom: solid 1px #2b2b2b;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ServicesFooter ul li:nth-child(odd){
	margin-right:15px;
}
.ServicesFooter ul li:nth-last-child(-n+2) {
    border-bottom: none;
}
.ServicesFooter ul li a{
	color: #8c8c8c;
	font-size: 13px;
}
.ServicesFooter ul li a:hover{
	color: #96d20f;
}
.NavFooter ul li{
	width: 100%;
	float:left;
	background: url(../images/list-arrow.png) no-repeat left 6px;
	padding-left: 15px;
	border-bottom: solid 1px #2b2b2b;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.NavFooter ul li:nth-last-child(-n+1) {
    border-bottom: none;
}
.NavFooter ul li a{
	color: #8c8c8c;
	font-size: 13px;
}
.NavFooter ul li a:hover{
	color: #96d20f;
}
.Copyright p{
	color: #8c8c8c;
	font-size: 12px;
}
.Copyright p strong{
	color: #96d20f;
}
hr {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #2b2b2b;
}
.Developed p{
	float: right;
	text-align: right;
	color: #8c8c8c;
	font-size: 12px;
}
.Developed a{
	color: #8c8c8c;
}
.Developed a:hover{
	color: #96d20f;
}
/*****************************************
MISC STYLES
*****************************************/
* {
	margin: 0;
	outline: none;
}
ul, ol, li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.Bullet ul li{
	background:url(../images/bullet.png) no-repeat left center;
	padding-left: 15px;
}
.col-100 {
	width: 100%;
	float: left;
	position: relative;
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left!important;
}
.float-R {
	float: right!important;
}
a:focus { 
	outline: none; 
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
	.wrapper.active {
		overflow:hidden;
		height:100%!important;
	}
	.wrapper.active {
		overflow:hidden;
	}
	.sidebar-wrapper {
		width: 100%;
		position: fixed;
		/*height: 100%;*/
		overflow-y: auto;
		z-index: 10;
		display: block;
		top: 0px;
		bottom: 0px;
		transition: all 0.4s ease 0s;
		right: -100%;	
		background: #7ab542;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		right: 0px;
	}
	ul.tier1 {
		margin-top: 40px;
	}
	ul.tier1 > li {
		width: 100%;
	}
	ul.tier1 > li:first-child {
		border:none;
	}
	ul.tier1 > li > a {
		padding: 10px;
		text-align: left;
		color:#fff;
	}
	ul.tier1 > li > a:hover,
	ul.tier1 > li > a:focus,
	ul.tier1 > li > a:active {
		color: #23527c;
	}
	ul.tier1 > li span {
		top: 19px;
	}
	ul.tier1 > li > ul.dropdown-menu {
		float: left;
		position: relative;
		left:auto;
		width: 100%;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background:#004D79;
		overflow:hidden;
		padding-left: 10px;
	}
	ul.tier1 > li > ul.dropdown-menu > li {
		border-left:1px dotted #0072b3;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a {
		color: #8DB6CE;
		padding: 0;
		padding:10px 10px 10px 10px;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a:hover {
		background: #0072b3;
		color: #fff;
	}
	span.menu-btn-close {
		top: 10px;
		left: 10px;
		display: block;	
		position: absolute;	
		color:#fff;
	}
	span.menu-btn,
	span.menu-btn-close {
		cursor: pointer;
	}
	
.Header p{
	text-align:center;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
}
a.MasterLogo{
	width: 100%;
}
a.MasterLogo img{
	width: 240px;
	margin:auto;
}
.MainMenu {
	width: 100%!important;
	margin-bottom: 20px;
	padding-left: 0;
}
h1, h2{
	margin-top: 20px;
}
a.DefaultButton{
	width: 100%;
	text-align: center;
}
ul.GallerySlider li[style]{
	width: 320px!important;
}
.BlueBackground span{
	width: 100%;
	text-align:center;
	float: left;
}
.BlueBackground p{
	width: 100%;
	text-align:center;
	float: left;
}
.BlueBackground a{
	margin-top: 20px;
}
.GreenLine{
	background: none;
}
.GreyFooter{
	background: none;
	margin-bottom:0;
}
.GreyFooter p{
	width: 100%;
	text-align: center;
}
.ServicesFooter ul li{
	width: 100%;
}
.ServicesFooter ul li:nth-last-child(-n+2){
	border-bottom: solid 1px #2b2b2b;
}
.ServicesFooter ul li:nth-last-child(-n+1){
	border-bottom: none;
}
.Copyright p {
    width: 100%;
    text-align: center;
}
.Developed p {
    width: 100%;
    text-align: center;
}
.Service{
	min-height: auto;
}
.ServiceContact{
	margin-top: 30px;
}
.ServiceContact{
	padding: 30px 10px;
}
.ServiceContact a:first-of-type{
	margin-right: 0;
	margin-bottom: 20px;
}
.InnerHeaderText {
    width: 100%!important;
	text-align:center;
}
.InnerHeader{
	padding: 28px 0;
}
.breadcrumb {
    border-left: none;
    margin-left: 0;
}
.ServicesList ul li{
	width: 100%;
}
.ProductBanner{
	height: auto;
	padding: 70px 0;
}
.PhotoGallery .view-first .mask .fa-search{
	margin-top: 60px;
}
.HealthAccred ul li img{
	margin-bottom: 20px;
}
.WhoContent .ImageTitle{
	margin-top: 0;
	margin-bottom: 20px;
}
.nav-tabs>li{
	width: 100%;
	margin-bottom: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background:#7ab604 url(../images/tab-down-arrow.png) no-repeat right 10px center;
}
.nav-tabs>li>a{
	background:#b1b1b1 url(../images/tab-right-arrow.png) no-repeat right 10px center;
}
.LeftForm{
	border-right: none;
}
.contact-send {
	width: 100%;
}
.ContactPage p {
    margin-left: 0px;
}
.SliderBackground{
	z-index:0;
}
.BlueBackground a[href^="tel"],
.BlueBackground a[href^="tel"]:hover {
	color: #96d20f;
	text-decoration: none;
}
.Header a[href^="tel"],
.Header a[href^="tel"]:hover {
	color: #0f3652;
	text-decoration: none;
}
.CaseStudies p {
    max-height: auto;
}
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	span.menu-btn,
	span.menu-btn-close {
		display: none;
	}
	
.MainMenu {
	width: 100%!important;
	margin-bottom: 20px;
	padding-left: 20px;
}
#slider-prev a.bx-prev {
    top: 50%;
}
#slider-next a.bx-next {
    top: 50%;
}
.SliderText span{
	font-size: 20px;
	line-height: 24px;
}
.SliderText p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}
.SliderText{
	top: 10%;
}
.bx-wrapper .bx-pager {
    bottom: 30px;
}
.Header p{
	text-align:right;
	font-size: 18px;
	margin-bottom: 20px;
}
a.MasterLogo{
	width: 240px;
}
.HomepageSercives .bx-wrapper .bx-pager {
    bottom: -60px;
}
#slider-prev-second a.bx-prev {
    left: 28%;
}
#slider-next-second a.bx-next {
    right: 28%;
}
ul.GallerySlider li[style]{
	width: 378.9px!important;
}
ul.Testimonials li[style]{
	width: 350px!important;
}
.fa-envelope, .fa-phone{
	margin-left: 40px;
	margin-right: 40px;
}
.Service{
	min-height: 322px;
}
.ServiceContact{
	margin-top: 30px;
	padding: 40px 70px;
	min-height: 321px;
}
.ServicesList ul li{
	width: 100%;
}
.ProductBanner{
	padding: 30px 0;
}
.PhotoGallery .view-first .mask .fa-search{
	margin-top: 40px;
}
.WhoContent .ImageTitle{
	margin-top: 0;
}
.nav-tabs>li{
	width: 49.2%;
	margin-bottom: 10px;
}
.nav-tabs>li:nth-child(even){
	margin-right: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background:#7ab604 url(../images/tab-down-arrow.png) no-repeat 331px center;
}
.nav-tabs>li>a{
	background:#b1b1b1 url(../images/tab-right-arrow.png) no-repeat 331px center;
}
.ContactPage p {
    margin-left: 0px;
}
.SliderBackground{
	z-index:99;
}
.BlueBackground a[href^="tel"],
.BlueBackground a[href^="tel"]:hover {
	color: #96d20f;
	text-decoration: none;
}
.Header a[href^="tel"],
.Header a[href^="tel"]:hover {
	color: #0f3652;
	text-decoration: none;
}
.Header .DefaultButton{
	margin-top: 10px;
	margin-left: 15px;
}
.CaseStudies p {
    max-height: 60px;
    overflow: hidden;
}
ul.tier1 > li > a {
	padding:15px 5px;
	font-size: 13px;
}
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
.SliderText{
	top: 10%;
}
.bx-wrapper .bx-pager {
    bottom: 30px;
}
#slider-prev a.bx-prev {
    top: 50%;
}
#slider-next a.bx-next {
    top: 50%;
}
.MainMenu {
	width: auto!important;
	margin-bottom:20px;
	padding-left:0;
}
.SliderText span{
	font-size: 30px;
	line-height: 34px;
}
.SliderText p{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 40px;
}
.Header p{
	text-align:right;
	font-size: 18px;
	margin-bottom: 20px;
}
a.MasterLogo{
	width: 240px;
}
.HomepageSercives .bx-wrapper .bx-pager {
    bottom: -71px;
}
#slider-prev-second a.bx-prev {
    left: 33%;
}
#slider-next-second a.bx-next {
    right: 33%;
}
.view-first .mask p{
	font-size: 16px;
	margin-top: 0px;
    margin-bottom: 10px;
}
ul.GallerySlider li[style]{
	width: 196.5px!important;
}
ul.Testimonials li[style]{
	width: 300px!important;
}
.fa-envelope, .fa-phone{
	margin-left: 107px;
	margin-right: 40px;
}
.Service{
	min-height: 332px;
}
.ServiceContact{
	margin-top: 0px;
	padding: 52px 70px;
	min-height: 321px;
}
.ServicesList ul li{
	width: 48%;
}
.ProductBanner{
	padding: 70px 0;
}
.PhotoGallery .view-first .mask .fa-search{
	margin-top: 30px;
}
.nav-tabs>li{
	width: 19.1%;
}
.nav-tabs>li:nth-child(even){
	margin-right: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background:#7ab604 url(../images/tab-down-arrow.png) no-repeat 163px center;
}
.nav-tabs>li>a{
	background:#b1b1b1 url(../images/tab-right-arrow.png) no-repeat 163px center;
}
.ContactPage p {
    margin-left: 0px;
}
.SliderBackground{
	z-index:99;
}
.BlueBackground a[href^="tel"],
.BlueBackground a[href^="tel"]:hover {
	color: #96d20f;
	text-decoration: none;
}
.Header a[href^="tel"],
.Header a[href^="tel"]:hover {
	color: #0f3652;
	text-decoration: none;
}
.Header .DefaultButton{
	margin-top: 22px;
	margin-left: 15px;
}
.CaseStudies p {
    max-height: 60px;
    overflow: hidden;
}
ul.tier1 > li > a {
	padding:15px 5px;
	font-size: 13px;
}
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
.SliderText{
	top: 30%;
}
.bx-wrapper .bx-pager {
    bottom: 70px;
}
#slider-prev a.bx-prev {
    top: 50%;
}
#slider-next a.bx-next {
    top: 50%;
}
.MainMenu {
	width: auto!important;
	margin-bottom:0;
	padding-left:0;
	float: right!important;
}
.SliderText span{
	font-size: 30px;
	line-height: 34px;
}
.SliderText p{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 40px;
}
.Header p{
	text-align:right;
	font-size: 18px;
	margin-bottom: 20px;
}
a.MasterLogo{
	width: 240px;
}
.HomepageSercives .bx-wrapper .bx-pager {
    bottom: -60px;
}
#slider-prev-second a.bx-prev {
    left: 38%;
}
#slider-next-second a.bx-next {
    right: 38%;
}
.view-first .mask p{
	font-size: 18px;
	margin-top: 80px;
    margin-bottom: 20px;
}
ul.GallerySlider li[style]{
	width: 373px!important;
}
ul.Testimonials li[style]{
	width: 366.656px!important;
}
.fa-envelope, .fa-phone{
	margin-left: 140px;
	margin-right: 40px;
}
.Service{
	min-height: 322px;
}
.ServiceContact{
	margin-top: 0px;
	padding: 78px 70px;
	min-height: 365px;
}
.ServicesList ul li{
	width: 48%;
}
.ProductBanner{
	padding: 70px 0;
}
.PhotoGallery .view-first .mask .fa-search{
	margin-top: 50px;
}
.nav-tabs>li{
	width: 19.2%;
}
.nav-tabs>li:nth-child(even){
	margin-right: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background:#7ab604 url(../images/tab-down-arrow.png) no-repeat 202px center;
}
.nav-tabs>li>a{
	background:#b1b1b1 url(../images/tab-right-arrow.png) no-repeat 202px center;
}
.ContactPage p {
    margin-left: 29px;
}
.SliderBackground{
	z-index:99;
}
.Header .DefaultButton{
	margin-top: 22px;
	margin-left: 15px;
}
.CaseStudies p {
    max-height: 60px;
    overflow: hidden;
}
ul.tier1 > li > a {
	padding:15px 10px;
	font-size: 14px;
}
}