/*
Theme Name: purepower
Theme URI: http://mercury-web.co.uk/
Description: Custom theme for purepower based on Twenty Eleven
Author: Mercury Web
Author URI: http://mercury-web.co.uk/
Template: twentyeleven
Version: 2.0
*/

/* @import url("../twentyeleven/style.css"); */

.postid-81.single .last_column img {
	width: 50%;
	float: left;
	height: 100%;
	object-fit: cover;
}
.posts {
	margin: 40px 0;
}
.posts img {
	display: block !important;
}
.posts .red_bg {
	padding: 20px;
	overflow: hidden;
}
.posts h2 {
	margin: 0 0 20px;
	font-size: 24px;
}
.posts .but {
	float: right;
	margin: 0;
}
#contactdets i {
	font-size: 50px;
}
#contactdets .tfs {
	position: relative;
	display: block;
	margin: auto;
	width: 44px;
}
#contactdets .tfs .num {
	position: absolute;
color: #dbddde;
font-size: 12px;
top: 8px;
left: 5px;
font-weight: bold;
}
#contactdets .tfs .num.b {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 5px;
}

#cont .jeherve-post-embeds {
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
	overflow: hidden;
	text-align: center;
}
#cont .jeherve-post-embeds .post-embed-article {
   background-color: #ededed;
border: 1px solid #bababa;
margin: 1.5%;
padding: 20px;
width: 30.3%;
text-align: left;
height: auto;
display: inline-table;
vertical-align: top;
float: none;
}
#cont .jeherve-post-embeds .post-embed-article h2 {
	margin-top: 0;
}
#cont .jeherve-post-embeds .post-embed-article .post-embed-post-thumbnail {
        width: 100%;
    height: 25vh;
    overflow: hidden;
    position: relative;
	background-color: white;
	border: 1px solid #bababa;
}
#cont .jeherve-post-embeds .post-embed-article .post-embed-post-thumbnail img {
        width: 100%;
    height: 100%;
   object-fit: cover;
}

.wow {
	visibility: hidden;
	overflow: hidden;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#slider video {
    width: 100%;
    height: auto;
    display: block;
}
.fancybox-stage video {
	max-width: 700px;
	width: 90%;
}

body {
	margin: 0;
	padding: 0;
	position:relative;
	overflow-x: hidden;
	font-size: 18px;
	background-color: #FFFFFF;
}

body,td,th, input, textarea {
	color: black;
}

input,
textarea {
	font-size:16px;
	width:100%;
	padding: 8px 10px 5px;
	background-color: #FFFFFF;
	border: 0;
	border: 1px solid black;
}
input[type="checkbox"] {
	width: auto;
}
#field_1_4 {
    width: 50%;
    float: left;
    clear: none;
}
#field_1_5 {
    width: 50%;
    float: right;
    clear: none;
}
#field_1_4 input,
#field_1_5 input {
	width: 100%;
}
#field_1_6 {
	padding-top: 20px;
}

body,
td,
th,
input,
textarea,
button[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
strong,
.button-group .button {
font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 700;
}

strong {
	text-transform: none;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 60px 0 0;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	display:block;
}

a {
	text-decoration:none;
	background:transparent;
	color:inherit;
	overflow: hidden;
}

a:hover,
.wpcf7-submit:hover,
input:hover,
button[type="submit"]:hover {
	opacity:0.7;
	cursor:pointer;
}

a:active {
	opacity: 1 !important;
}

input:hover {
	cursor: auto;
}

a,
img,
li,
input,
textarea,
button[type="submit"],
section,
.cols .col,
#work .box p {
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.slider img,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.center_h {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:relative;
}
.center_i {
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform: translateY(-50%);
	margin:0;
}

.left,
.right {
	float:left;
	width: 49%;
	
}
.right {
	float:right;
}

.but,
#cont .jeherve-post-embeds .post-embed-article .link {
	padding: 10px 20px;
margin: 20px 0;
display: block;
	font-size: 18px;
	width: 100%;
	max-width: 200px;
	text-align: center;
	font-weight: 700;
}


.black_op_bg {
	background:rgba(0,0,0,0.35);
	color: #FFFFFF;
}
.black_opl_bg {

	background:rgba(0,0,0,0.45);
	color: #FFFFFF;
}

.red_bg,
input[type="submit"],
#cont .jeherve-post-embeds .post-embed-article .link {
	background-color: #ac0f09;
	color: white !important;
}
.black_bg {
	background-color: #000000;
	color: #FFFFFF;
}
.grey_bg {
	background-color: #dbddde;
}
.white_bg {
	background-color: #FFFFFF;
}
.blue_bg,
.text_overlaying_image .right:after {
	background-color: #082339;
	color: #FFFFFF;
}
.dblue_bg {
	background-color: #3473b9;
	color: #FFFFFF;
}
.lgrey_bg {
	background-color: #f0f0ef;
}

.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.blue {
	color: #082339;
}
.dblue {
	color: #3473b9;
}

.dblue_bg h1,
.dblue_bg h2,
.blue_bg h1,
.blue_bg h2,
.black_bg h1,
.black_bg h2 {
	color: inherit;
}

.black_grad {
	color: #FFFFFF;
	position: relative;
}
.black_grad:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
pointer-events: none;
}

.wrap {
	width:100%;
	margin:auto;
	overflow:hidden;
	position: relative;
	padding: 0 40px;
}


.bgimg {
	background-size: cover;
	background-position: center;
}

.cols {
	overflow: hidden;
}
.cols .col {
	float: left;
	margin: 0 0 0 5%;
}
.cols .col:first-child {
	margin-left: 0;
}

.cols .col img {
	display: inline-block;
}
.col-3 .col {
	width: 30%;
}
.col-3 .col:nth-child(3n+1),
.col-4 .col:nth-child(4n+1) {
	margin-left: 0;
}
.col-4 .col {
	width: 23.8%;
margin-left: 1.5%;
}
.col-5 .col {
	width: 16%;
}
.col-6 .col {
	width: 15.2%;
}
.col-5 .col img {
	margin: auto;
	display: block;
}
.col-5 .col p {
	margin-bottom: 0;
}

.boxesfour.col-4 .col {
	width: 23%;
	margin: 1%;
}

.content-column {
	padding: 0 20px;
}

.txt {
	position: relative;
	overflow: hidden;
}

header {
	padding: 10px 20px;
	overflow: hidden;
}

header .left,
header .right {
	width: auto;
}
header .right {
	text-align: right;
}
header #logo {
max-width: 300px;
}
header .wrap {
	padding: 0;
}

header .fab {
margin: 5px 0 0 10px;
}


nav {
	padding: 10px 0;
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 20px;
	text-align: right;
}
nav ul {margin: 0; padding: 0; list-style: none; width: 100%;}
nav ul li {display: inline-table;
padding: 0;
margin: 0 0 0 3%;
position: relative;
width: auto;
vertical-align: middle;}
nav ul li a {display:block; padding:0;}
nav ul li:hover,
.current_page_item a,
nav ul li:hover ul a:hover {
	opacity: 0.8;
}
nav ul li a:hover:after,
nav .current_page_item a:after {
	content: "";
	width: 120%;
height: 2px;
bottom: -7px;
background-color: white;
position: absolute;
left: -10%;
}
#menu-item-24 a:after {
	display: none;
}
nav ul li:hover ul a {
	color: white;
}
nav ul li:hover ul .current_page_item a {
	opacity: 0.8;
}
nav ul ul li {margin:0; padding:0; border-left:0; text-align:left; width:auto; display: block;}
nav li {position: relative;}
nav ul ul {display: none; position: absolute; top:20px;padding-top: 20px !important; margin-top: 40px; left: 0px; float: left; width: 140px; z-index: 99999; text-transform:none;
}
nav ul ul ul {display: none; position: absolute; top: 0; float: left; width: 100%; z-index: 99999; margin-top:0; text-transform:none; left:100%;}
nav a {display: block;}
nav ul li:hover > ul {display: block;}
nav li:hover > a, nav ul ul :hover > a {opacity:1; filter:alpha(opacity=100);}
/*nav ul li:hover, nav ul ul :hover > a {background:rgb(255, 255, 255); background:rgba(255, 255, 255, 1);}*/
nav ul li:hover a:before {color:grey;}
nav ul ul a { line-height: 1em; padding: 10px; height: auto;}
nav ul li.current-menu-item > a, nav ul li.current-menu-parent > a, nav ul ul li.current-menu-item > a, nav ul li.current_page_item ul a {opacity:1; filter:alpha(opacity=100); /*background:rgb(0, 62, 81); background:rgba(0, 62, 81, 1);*/}
nav ul li.current_page_item > a, nav ul li.current-menu-ancestor > a {  }
nav ul ul a:hover, nav ul li.current_page_item a:hover, nav ul li.current_page_item > a, nav ul li.current-menu-ancestor > a {opacity:1; filter:alpha(opacity=100);}
nav ul li.current_page_item:hover > a, nav ul li.current-menu-ancestor:hover > a {}
nav ul li.current-menu-item ul a {opacity:1; filter:alpha(opacity=100);}
nav ul ul .current-page-ancestor a {}

div#wpcs_content_main_223 {
	height: auto !important;
	overflow: hidden !important;
}
div#wpcs_content_main_223 input {
	margin-bottom: 10px;
}

#intro {
	padding-bottom: 0;
}

section {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 40px 0;
}

#slider {
	position: relative;
	padding: 0;
}
#slider .wrap {
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 5;
	overflow: visible;
}
#slider video {
	position: relative;
	z-index: 1;
}

#slider ul {
list-style: none;
	margin: 0;
	padding: 0;
}
#slider li {
	position: relative;
}

#slider .flex-direction-nav {
	    position: absolute;
    top: 50%;
    width: 100%;
	left: 0;
}
#slider .text {
left: 40px;
z-index: 5;
text-align: left;
text-shadow: 0px 0px 5px black;
}
#slider .but {
	margin: 20px 0;
	width: auto;
	padding: 10px 30px;
	font-size: 20px;
	float: right;
	clear: both;
}

#slider h1,
#slider h2 {
	font-size: 46px;
	line-height: 52px;
	margin: 0;
	max-width: 650px;
	color: white;
}

#cont {
	padding: 60px 0 20px;
	position: relative;
}
#cont .left {
	width: 100%;
	padding-right: 580px;
}
#cont .right {
	width: 500px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 40px;
}
#cont .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title {
	text-align: center;
	letter-spacing: 4px;
	padding: 20px 0 10px;
	margin: 150px 0 40px;
	color: #082339;
}
.title h2 {
	font-weight: 400;
	margin: 0;
}
.title img,
footer .icon {
	position: relative;
	display: inline-block;
	margin: -80px auto 0;
	width: 100px;
}
#glance {
	padding-bottom: 100px;
	margin-top: 80px;
}

#icons {
	position: relative;
	margin-top: -120px;
	margin-bottom: 140px;
}
#icons .col {
	text-align: center;
	font-size: 20px;
}
#icons img {
	width: 200px;
	display: block;
	margin: 0 auto 20px;
}

#work {
	overflow: hidden;
}
#work .box {
	width: 33.33%;
	float: left;
	height: 40vh;
	background-color: #ac0f09;
	padding: 1px 20px 20px;
	color: white;
	position: relative;
	overflow: hidden;
}
#work .box:nth-child(even) {
	background-color: #082339;
}
#work .box h3 {
	position: relative;
	z-index: 2;
	font-size: 26px;
}
#work .box p {
    position: relative;
    z-index: 2;
    font-size: 20px;
	opacity: 0;
}
#work .box .icon {
	width: 25%;
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20px;
}
#work .box .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.2;
	z-index: 1;
	pointer-events: none;
}
#work .box:hover {
	cursor: pointer;
}
#work .box:hover p {
	opacity: 1;
}
#work .box:hover .bg {
 width: 200%;
	height: 200%;
	top: -50%;
	opacity: 0.3;
}

#testimonials {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
#testimonials .text {
	padding: 80px;
	width: 50%;
	position: relative;
	z-index: 2;
}
#testimonials .image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%;
	z-index: 1;
}
#testimonials .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
article #testimonials:nth-of-type(even) {
	margin: 30px 0;
}
article #testimonials:nth-of-type(even) .text {
	float: right;
	background-color: #ac0f09;
}
article #testimonials:nth-of-type(even) .image {
	left: 0;
	right: auto;
}

#logos .wrap {
	text-align: center;
}
#logos {
	pointer-events: none;
}
#logos img {
	display: inline-block;
	width: 200px;
	height: 100px;
	object-fit: contain;
	margin: 0 30px;
	padding: 10px;
	border: solid 1px #dbddde;
}

#news {
	padding: 0 40px;
}
#news .col {
	letter-spacing: 3px;
	text-align: center;
	padding: 40px;
	margin-top: 130px;
}
#news .col img {
	width: 200px;
	height: 200px;
	position: relative;
	margin: -130px auto 30px;
	border: solid 3px white;
	border-radius: 360px;
}

footer .footimg {
	width: 100%;
	height: 25vh;
	object-fit: cover;
	object-position: top;
}
footer .icon {
	display: block;
}
footer .blue_bg {
	padding: 40px;
}
footer .cols .col {
	margin-top: 40px;
}
footer .cols .col:nth-child(1) {
	padding-top: 50px;
}

.wpcf7-submit {
	font-size: 20px;
}

.flexslider {
	margin: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

#strap {
	padding: 10px 0;
	font-size: 28px;
	text-align: center;
}

#intro .col {
	text-align: center;
	padding: 20px;
}
#intro .col img {
	height: 80px;
	width: auto;
	margin-bottom: 20px;
}
#intro .col .stat {
	display: table;
	width: 100%;
}
#intro .col strong {
	display: table-cell;
	width: 100%;
	height: 100%;
	font-size: 30px;
	vertical-align: middle;
}
#intro .col:nth-child(1) strong,
#intro .col:nth-child(4) strong {
	font-size: 80px;
	line-height: 84px;
}
#intro .col:nth-child(2) strong {
	font-size: 34px;
}
#intro .col:nth-child(3) strong {
	font-size: 33px;
	line-height: 32px;
}
#intro .col:nth-child(3) strong span {
	font-size: 30px;
}

#form {
	text-align: center;
	padding: 20px 0;
}
#form h2 {
	
	margin: 0 auto 20px;
}
#form input {
	width: 30%;
	margin-left: 5%;
}
#form .wpcf7-form-control-wrap:first-of-type input {
	margin-left: 0;
}
#form textarea {
	margin: 30px 0 0;
	height: 100px;
}
input[type="submit"] {
	text-transform: uppercase;
	margin: 30px auto 0 !important;
}
#form div.wpcf7 .ajax-loader {
	display: block;
	position: absolute;
}

#services h2,
#news h2,
#accreds h2 {
	text-align: center;
	color: #3473b9;
}

#tablist {
	position: relative;
	min-height: 387px;
}
#tablist:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #3473b9;
	opacity: 0.85;
	z-index: 2;
	pointer-events: none;
}
#tablist sup {
	font-size: 9px;
}
#tablist ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	overflow: hidden;
	z-index: 5;
}
#tablist ul li {
	margin: 45px 30px;
	
}
#tablist ul a {
	padding: 10px 60px;
	text-align: center;
	display: block;
	background-color: #57c2de;
	position: relative;
}

#tablist ul a:hover,
#tablist ul a.active {
	opacity: 0.8;
	cursor: pointer;
	background-color: white;
}
#tablist ul a:hover h2,
#tablist ul a.active h2 {
	color: #3473b9;
}
#tablist ul a.active {
	pointer-events: none;
}
#tablist ul a h2 {
font-size: 16px;
	margin: 0;
	color: #FFFFFF;
}
.tabcont {
	width: 50%;
padding: 20px 20px 20px 300px;

}
.tab-content .bgi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.tab-content .text {
font-size: 18px;
	position: relative;
	z-index: 3;
	padding: 20px;
}
.tab-content .text .but {
	bottom: 0;
text-align: center;
margin: 20px auto 0;
width: 100%;
	max-width: none;
	display: block;
}
.tab-content.hr {
	position: relative;
	overflow: hidden;
}
.tab-content.hr .text {
	width: 40%;
	float: left;
}
.tab-content.hr:after {
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1b386d;
	z-index: 1;
}
.tab-content .right {
	padding: 12px 20px 20px;
	width: 60%;
	float: left;
	z-index: 2;
	position: relative;
}
.tab-content .right img {
	max-width: 100%;
	height: auto;
}
.tab-content .right p {
	margin: 0;
}
.tab-content h3 {
	color: #FFFFFF !important;
	margin: 0 0 10px;
	font-size: 20px !important;
	position: relative;
}
.tab-content h3.hasimg {
	padding-right: 70px;
}
.tab-content h3 img {
	height: 100%;
	width: 90px;
	object-fit: contain;
	object-position: top right;
	position: absolute;
	right: 0;
	top: 0;
}
.home #news {
	padding: 20px 0 60px;
}
#news img {
	display: block;
}
#news h3 {
	margin: 0;
	padding: 10px;
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
}
#news h3 strong {
	font-size: 18px;
}

#accreds {
	text-align: center;
	margin: 40px 0 0;
padding: 0 0 40px;
}

#accreds img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: contain;
	padding: 20px;
	background-color: white;
	border: solid 10px #f0f0ef;
}

#heritage,
.text_right_image_left {
	padding: 40px 0 50px;
}
#heritage .left,
.text_right_image_left .left {
	padding: 50px 0;
}
#heritage h2,
.text_right_image_left h2 {
	margin-top: 0;
}
#heritage .but,
.text_right_image_left .but {
	width: 100%;
	font-size: 20px;
	max-width: none;
	font-weight: 400;
}
#heritage .right,
.text_right_image_left .right {
	position: relative;
}
#heritage .right img,
.text_right_image_left .right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}

#btt {
	text-align: center;
	font-size: 26px;
	padding: 15px;
	position: relative;
}
#btt img {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
}

.text_overlaying_image {
	padding: 60px 0;
}
.text_overlaying_image .right {
	padding: 10px 30px;
	position: relative;
	color: white;
}
.text_overlaying_image .right .txt {
	position: relative;
	z-index: 2;
}
.text_overlaying_image .right:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 1;
}

.columns .col .icon {
	display: block;
	margin: auto;
	height: 80px;
	width: auto;
	margin-bottom: 20px;
}
.columns .col .title {
	text-align: center;
}

.full_image_left_text .right,
.full_image_left_text .left {
	width: 50%;
}
.full_image_left_text .right {
	padding: 7%;
}

.slider_page {
	margin-top: 40px !important;
}
.slider_page .flex-control-nav {
	bottom: 20px;
}

.boxwhov .cols {
	display: table;
	width: 100%;
}
.boxwhov .col {
	padding: 20px;
	position: relative;
	display: table-cell;
	width: 20%;
	float: none;
	border: solid 5px #f0f0ef;
}
.boxwhov .col h3 {
	margin: 0;
	text-align: center;
}
.boxwhov .col img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	margin: 20px 0 0;
}
.boxwhov .col .but {
	display: none;
	width: 100%;
	max-width: none;
}
.boxwhov .col:hover {
	background-color: #3473b9;
	color: white;
}
.boxwhov .col:hover h3 {
	color: white !important;
}
.boxwhov .col:hover .but {
	display: block;
	color: #3473b9;
}

footer {
	padding: 10px 0 0;
	font-size: 16px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer h4 {
	display: block;
	font-size: 20px;
}
footer .fa-stack {
    font-size: 14px;
    margin: 40px 0 0 -5px;
}
.boxes .box.services, .boxes .box.services a:hover, .sectors .wrap .elect, .boxes .box.services p {
    background-color: #eaa800;
}
.sectors {margin:20px 0 40px;}
.sectors .wrap {display:table; width:100%;}
.sectors .wrap div {display: table-cell; width:20%; padding:10px; height:100%; text-align:center; font-size:16px; color: #FFFFFF;}
.sectors .wrap div ul {margin:10px 0; padding: 0; list-style: none;}
.sectors .wrap div ul li {padding:2px 0;}
.sectors .wrap .access {border-radius:20px 0 0 20px;}
.sectors .wrap .training {background-color:#f23e2d;}
.sectors .wrap .water {background-color:#82b9bd; border-radius:0 20px 20px 0;}
.sectors .wrap strong {
	color: #FFFFFF;
}
footer {
	background-color: #e8e9e8;
}
.foot {padding:20px 0 0;}
.foot .wrap .social, .foot .wrap .companies {text-align:center;}
.foot .wrap .social img {display:inline-block; margin:0 5px;}
.foot .wrap .companies table {margin:20px auto;}
.foot .wrap .copyright {position:relative; color:#000000; margin-bottom:20px; font-size:13px}
.foot .wrap .copyright .terms {position:absolute; left:0; right:0; margin:auto; width:275px;}
.foot .wrap .left, .foot .wrap .right {width:auto;}

@media (max-width: 1400px) {
	.wrap,
	header .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 950px) {
	#cont .jeherve-post-embeds .post-embed-article {
		width: 97%;
	}
	
}

@media (max-width: 880px) {
	
	#cont {
		padding: 0;
	}
	
	#cont .wrap div p {
		display: block;
	}
	#cont .left {
		padding: 0;
	}
	#cont .right {
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    right: auto;
}
	.col-4 .col {
		margin-top: 20px;
	}
	.breadcrumbs {
		margin-bottom: 0 !important;
	}
	.posts img {
		width: 100%;
	}
	.left, .right, .col-4 .col {
		width: 100%;
		float: none;
	}
	.col-4 .col {
margin-left: 0;
}
	#work .box p {
		opacity: 1;
	}
	.foot .wrap .copyright .terms {
    position: relative;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
}
	.foot .wrap .copyright .terms,
	.foot .wrap .left, .foot .wrap .right {
		text-align: center;
	}
}
@media (max-width: 600px) {
	.center_h {
    -webkit-transform-style: none;
    -moz-transform-style: none;
    transform-style: none;
    position: none;
}
	.center_i {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
	#slider .text {
    left: auto;
    text-shadow: none;
		padding: 20px 20px 0;
	}
	#slider h1, #slider h2 {
		color: black;
}
	#slider:after {
		display: none;
	}
	.home #cont a img {
		margin: 20px 0 !important;
		display: block !important;
	}
	.cols .col {
		margin: 0;
	}
	.sectors .wrap div {
    display: block;
    width: 100%;
	}
	.sectors .wrap .access,
	.sectors .wrap .training {
    border-radius: 0;
}
	#testimonials .text {
    padding: 20px;
    width: 100%;
}
	#testimonials .image {
    position: relative;
    width: 100%;
}
.col-3 .col,
	#work .box {
		width: 100%;
		float: none;
	}
	#work .box {
		height: auto;
		padding-bottom: 100px;
	}
}
