/*Header*/
.logo1,.logo3 {
	display: none !important;	
}
.logo2 {
	display: inline-block!important;	
}

.header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 18%);
    z-index: 999;
}




@media screen and (min-width: 1140px) {
	nav ul li a {
		color: #000000;
	}
}

@media screen and (max-width: 1139px) {
	.toggleMenu span.touch-btn:first-of-type {
		background: url(images/plus-minus-black.png) no-repeat 50% 2px #666;
	}
}


.p-banner {
    height: calc(100vh - 220px);
	/*background-image: -webkit-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: -o-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: linear-gradient(180deg,rgba(45,45,47,0.70) 38.00%,rgba(45,45,47,0.20) 100%);*/
}

.p-banner .column {
    position: absolute;
    z-index: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
    padding-left: 0em;
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/bg3b.png);
    background-size: cover;
}
.p-banner-40 {
background-image: -webkit-linear-gradient(270deg,rgba(146,79,0,0.85) 37.65%,rgba(227,178,0,0.65) 98.95%);
    background-image: -moz-linear-gradient(270deg,rgba(146,79,0,0.85) 37.65%,rgba(227,178,0,0.65) 98.95%);
    background-image: -o-linear-gradient(270deg,rgba(146,79,0,0.85) 37.65%,rgba(227,178,0,0.65) 98.95%);
    background-image: linear-gradient(180deg,rgba(146,79,0,0.85) 37.65%,rgba(227,178,0,0.65) 98.95%);
	
}
.p-banner .column {
  
    justify-content: center;
}
.p-banner-inner {
    text-align: center;

}
.p-banner H1,.p-banner-inner p {
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.7);
		color: #ffffff !important;
}
.p-banner .btn.btn-primary {
	display: inline-block;
}



.c2a3 figure {
	padding-top: 0px;
	margin-top: -50px;

}
.c2a3 figure img {
	background-color: #F0F0F0;
	border-radius: 50%;
	border: 14px #F0F0F0 solid;
	width: 90px;
}
.c2a3 h3 {
	margin-top: 0px;

}


.c2a3 .column.third {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(images/shadow.png);
    background-size: 100% auto;
	}

@media screen and (max-width: 719px) {
	.c2a3 .column.third {
		padding-bottom: 40px;
		margin-bottom: 55px;
	}
}




.c2a2.colour {
    background-color: rgba(240,240,240,0.90);
}

.c2a2 figure {
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28);
}
.c2a2 figcaption {
	padding: 10px 25px;
}


.h-serv {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/bg-serv4.jpg);
    background-size: 100% auto;
    background-color: #1f1f20;
    color: #FFFFFF !important;
}
.h-serv2 {
    background-repeat: no-repeat;
    background-position: center bottom -0px;
    background-image: url(images/bg-serv5b.jpg);
    background-size: 1300px auto;
    background-color: #f3f2ef;
    color: #000000 !important;
	padding: 55px 0px 200px 0px;
}
.h-serv figure {
    background-color: rgba(0,0,0,0.50);
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
	border: solid 1px rgba(162,198,23,0.50) !Important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.h-serv2 figure {
    background-color: rgba(255,255,255,0.70);
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
    border: solid 1px rgba(162,198,23,0.50) !Important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.h-serv figure img {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
	width: 80px;
}
.h-serv figure:hover {
	transform: scale(1.1)
}
.h-serv figure:hover img {
	transform: scale(1.15)
}
.h-serv figure h4 {
    font-family: "latobold", sans-serif;
    margin-bottom: 1px;
	margin-top: 1px;
	font-size: 1.2em;
}
.h-serv figure p {
    margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
	font-size: 0.9em;
}.h-serv P, .h-serv H1, .h-serv H2, .h-serv H3, .h-serv H4, .h-serv a, .h-serv UL {
    color: #000000 !important;
}


@media screen and (max-width: 719px) {
	.h-serv2 br {
		display: none;
	}
	.h-serv2 {
		padding: 35px 0px 400px 0px;
	}
}