@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
html {
	height: 100%;
	scroll-behavior: smoothvo;
	}	
body {
	height: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #444;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #FFF;
	margin: 0px;
}
body,td,th {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
img {
	border: none;
	margin: 0;
	vertical-align: top;
}
/* Poppins Font Weights */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* GLOBAL STYLES */
a {
    color: #3B65AF;
    text-decoration: none;
}
a:hover	{
	color: #22274D;
	text-decoration: underline;
}
h1 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 46px;
	margin-top: 0px;
	font-weight: 700;
	color: #114232;
	text-transform: none;
	margin-bottom: 30px;
}
h2 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: 500;
}
h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0px;
    color: #114232;
	padding-top: 20px;
    margin-bottom: 10px;
}
h4 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-top: 0px;
	color: #727272;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-weight: 400;
}
h5 {
	font-size: 56px;
	line-height: 62px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
}
h6 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}
.hide{
    display:none;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* GLOBAL STYLES END  */

.gridContainerHead {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
}
#head {
    width: 92%;
    max-width: 1096px;
    display: block;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
}
.logoMainText {
	float: none;
	clear: both;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 46px;
	margin-top: 0px;
	font-weight: 700;
	color: #116761;
	text-transform: none;
	margin-bottom: 50px;
}
.gridContainerText1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 80px;
}
.gridContainerText1img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 0px;
    height: 400px;
    text-align: center;
    overflow: hidden;
}
.gridContainerText2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 140px;
	text-align: center;
	overflow: hidden;
}
.gridContainerText3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
}
.gridContainerTestimonials {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
}
.gridContainerServices {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 80px;
    font-size: 21px;
    line-height: 26px;
    background-color: #FFF;
    color: #222;
}
.gridContainerServices2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
	min-height: 500px;
}
.gridContainerGallery {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
}
.gridContainerFooter {
    width: 100%;
    background-color: #103e59;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    float: none;
}
.gridContainerContact {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #DBEEEE;
	float: none;
	font-size: 14px;
}
.banner {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 50px;
	color: #FFF;
	background-image: url(../images/banners/banner1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 0px;
	height: 550px;
}
.banner-bg-movie {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
    /*background-color: rgba(0,0,0,0.20);*/
    text-align: center;
    color: #FFF;
    background-image: url(../images/white-fade.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin-right: 0px;
}
.banner-bg-doff {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
    /*background-color: rgba(0,0,0,0.20);*/
    text-align: center;
    color: #FFF;
   /* background-image: url(../images/fade.png);*/
    background-repeat: repeat-y;
    background-position: center top;
    margin-right: 0px;
}
.banner-fade {
	overflow: hidden;
	padding-top: 0px;
	text-align: center;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 700px;
}
.banner-fade-site {
	overflow: hidden;
	padding-top: 0px;
	text-align: center;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.bannerSite {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: rgba(0,0,0,0.20);*/
    text-align: center;
    font-size: 50px;
    color: #FFF;
    margin-right: 0px;
}
.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.emailWrap {
    float: right;
    clear: none;
    text-align: left;
    height: 20px;
    font-size: 16px;
	margin-right: 0px;
}
.email {
    background-image: url(../images/email2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 38px;
    color: #116761;
    font-size: 16px;
    opacity: 1.0;
}
.email:hover {
	background-image: url(../images/email2.png);
    color: #8BA7A5;
	text-decoration: none;
    opacity: 0.6;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}
.telWrap {
    float: right;
    clear: none;
    display: block;
    text-align: right;
    margin-right: 30px;
    background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 25px;
    color: #116761;
    font-size: 16px;
}
.mainHead {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
.menuHead {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1096px;
	display: block;
	clear: none;
	float: none;
	background-color: rgba(234,42,70,0.8);
}
.clientLogo {
	float: left;
	clear: both;
	display: block;
	width: 300px;
	text-align: center;
	margin-top: 0px;
	font-size: 22px;
	color: #0E76BC;
	margin-bottom: 0px;
}
.clientLogo2 {
	float: none;
	clear: both;
	display: block;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 46px;
	margin-top: 0px;
	font-weight: 700;
	color: #116761;
	text-transform: none;
	margin-bottom: 30px;
}
.clientLogo3 {
	float: none;
	clear: both;
	display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 46px;
	margin-top: 0px;
	font-weight: 700;
	color: #116761;
	text-transform: none;
}
.clientLogoSite {
    float: left;
    clear: none;
    display: block;
    width: 360px;
    text-align: center;
    margin-top: 0px;
    font-size: 22px;
    color: #0E76BC;
    margin-bottom: 0px;
}
.clientLogoSiteMob {
    display: none;
}
.logo {
    float: left;
    clear: none;
    display: block;
    width: 300px;
	height: 83px;
}
.logoFooter {
	float: none;
	clear: both;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.titlesWrapperHome {
	float: left;
	clear: none;
	display: block;
	text-align: center;
	width: 72%;
	padding-left: 14%;
	padding-right: 14%;
	margin-top: 0px;
	padding-top: 200px;
	padding-top: 200px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 46px;
	font-weight: 500;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 10px #000;
}
.titlesWrapperSite {
	float: left;
	clear: none;
	display: block;
	text-align: center;
	width: 72%;
	padding-left: 14%;
	padding-right: 14%;
	margin-top: 0px;
	padding-top: 120px;
	padding-bottom: 250px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 10px #000;
}
.titlesWrapperDoff {
	float: left;
	clear: none;
	display: block;
	text-align: center;
	width: 72%;
	padding-left: 14%;
	padding-right: 14%;
	margin-top: 0px;
	padding-top: 320px;
	padding-bottom: 320px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 10px #000;
}
.centreWrapper {
	clear: both;
	display: block;
	float: none;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	text-align: center;
}
.centreWrapperWide {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	text-align: center;
}
.centreWrapper li {
    list-style-image: url(../images/bullet.png);
    margin-left: -12px;
    margin-bottom: 10px;
    text-align: left;
}
.centreWrapper li ul li {
	list-style-image: url(/images/dash.png);
	margin-left: -2px;
	margin-bottom: 10px;
	text-align: left;
}
.centreWrapper li.bw {
	list-style-image: url(/images/bullet2.png);
}
.cwTextL {
    clear: none;
    display: block;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0px;
    text-align: left;
}
.cwTextR {
	clear: none;
	display: block;
	float: right;
	width: 45%;
	margin-left: 5%;
	margin-bottom: 120px;
	color: #444;
	margin-top: 120px;
}
.cwTextR2 {
	clear: none;
	display: block;
	float: right;
	width: 45%;
	margin-left: 5%;
	margin-bottom: 20px;
	color: #444;
	margin-top: 20px;
}
.cwTextR3 {
	clear: none;
	display: block;
	float: right;
	width: 45%;
	margin-left: 5%;
	color: #444;
}
.contactTextL {
    clear: none;
    display: block;
    float: left;
    width: 45%;
    margin-bottom: 0px;
    text-align: left;
}
.contactTextR {
	clear: none;
	display: block;
	float: right;
	width: 50%;
	margin-left: 5%;
	color: #444;
}
.wcBulletText {
    clear: none;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.doffLogo {
    clear: both;
    display: block;
    float: left;
	text-align: left;
    width: 90%;
}
.doffLogo2 {
	clear: both;
	display: block;
	float: none;
	text-align: left;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.doffImg {
    display: none;
}
.iconsWrap {
	clear: none;
	display: block;
	float: left;
	width: 100%;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.45);
	background-color: #346353;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.45);
	margin-left: 0px;
}
.iconsImg {
	clear: none;
	display: block;
	float: left;
	width: 50%;
}
.iconsTxt {
	clear: none;
	display: block;
	float: right;
	width: calc(50% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	color: #FFF;
}
.iconsBut {
	float: left;
	display: block;
	text-align: center;
	color: #116761;
	margin-top: 10px;
	background-color: #BDD7D4;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
}
.iconsBut:hover {
	background-color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.iconsBut2 {
	float: left;
	display: block;
	text-align: center;
	color: #FFF;
	width: 50%;
	margin-top: 25px;
	background-color: #346353;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
}
.iconsBut2:hover {
	color: #FFF;
	background-color: #116761;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	width: calc(100% - 30px);
}
.iconsBut3 {
    float: left;
    display: block;
    text-align: center;
    color: #FFF;
    width: 50%;
    margin-top: 25px;
    background-color: #E4305A;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
}
.iconsBut3:hover {
    color: #FFF;
    background-color: #0091D0;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: calc(100% - 30px);
}
.iconsBut4 {
    float: none;
    display: block;
    text-align: center;
    color: #FFF;
    width: 50%;
    margin-top: 25px;
    background-color: #0091D0;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
}
.iconsBut4:hover {
    color: #FFF;
    background-color: #3B65AF;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 70%;
}
.iconsBut5 {
    float: none;
    display: block;
    text-align: center;
    color: #FFF;
    width: 50%;
    margin-top: 25px;
    background-color: #3B65AF;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
}
.iconsBut5:hover {
    color: #FFF;
    background-color: #0091D0;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 70%;
}
.gallery {
	clear: none;
	display: block;
	float: left;
	width: calc(33% - 24px);
    margin-right: 20px;
	margin-bottom: 20px;
    text-align: center;
    border: solid 2px #FFF;
    background-color: #475DC5;
}
.galleryL {
    clear: none;
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 0px;
    text-align: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.30);
}
.galleryL2 {
    clear: none;
    display: block;
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 100px;
}
.galleryR {
    clear: none;
    display: block;
    float: right;
    width: 47%;
    margin-left: 3%;
    margin-top: 100px;
    color: #444;
}
.galleryR2 {
    clear: none;
    display: block;
    float: right;
    width: 47%;
    margin-left: 3%;
    color: #444;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.30);
}
.galleryClose {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.g-thumb {
	box-shadow: 0 2px 16px 0 #FFF;
	-webkit-box-shadow: 0 2px 16px 0 #FFF;
}
.g-thumb:hover {
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.45);
}
.testimonialsWrap {
    clear: none;
    display: block;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(255,255,255,0.73);
    margin-bottom: 30px;
}
.contactL {
    clear: none;
    display: block;
    float: left;
    width: 64%;
    margin-right: 3%;
    margin-bottom: 0px;
    text-align: center;
}
.contactR {
    clear: none;
    display: block;
    float: right;
    width: 30%;
    margin-left: 3%;
    margin-top: 0px;
    color: #444;
    text-align: left;
}
/*--------------CONTACT-FORM ATYLES--------------*/
.formWrapper {
	width: 70%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	margin-top: 30px;
	text-align: left;
}
.googlemap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.formfield {
    width: calc(100% - 8px);
    margin-bottom: 20px;
    border: 1px solid #3B65AF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: rgba(244,248,249,1.00);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #222;
    text-indent: 8px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.formfield2 {
	width: calc(100% - 8px);
	margin-bottom: 20px;
	border: 1px solid #3B65AF;
    background-color: rgba(244,248,249,1.00);
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 8px;
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: rgb(154,180,199);
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgb(154,180,199);
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgb(154,180,199);
}
:-moz-placeholder { /* Firefox 18- */
	color: rgb(154,180,199);
}
select {
	color: #9ab4c7;
}
select option { 
    color: #222; 
}

/*----------------- CHECKBOX -----------------*/
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}
.checkbox > span {
    color: #34495E;
    padding: 8px 4px;
}
.checkbox >  {
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 17px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #45B0DF;
	cursor: pointer;
  }
.checkbox > :checked {
	background-color: #FFFFFF;
}
.checkbox > :checked + span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #45B0DF;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: -2px;
}
.checkbox > :active {
    border: 2px solid #34495E;
}
/*----------------- BUTTON -----------------*/
.subBut {
    float: none;
    display: block;
    text-align: center;
    color: #FFF;
    width: 100%;
    margin-top: 10px;
    background-color: #0091D0;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
}
.subBut:hover {
    color: #FFF;
    background-color: #3B65AF;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
/*--------------------FOOTER STYLES-----------------------*/
.footerAccred {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
}
.accredLink {
	color: #116761;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.accredLink:hover {
	color: #5d918c;
	text-decoration: none;
}
/*----------------ALTERED---------*/

.footerWrap {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.footerTxtB {
    display: block;
    text-align: center;
    clear: none;
    float: left;
    color: #FFF;
    font-size: 16px;
    margin-top: 0px;
    width: 100%;
}
.footerLink {
	font-size: 19px;
	line-height: 21px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}
.footerLink:hover {
	color: #FFF;
	opacity: 0.7;	
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
/*-------------GENERIC STYLES--------------*/
.mainBut {
	float: none;
	display: block;
	text-align: center;
	color: #FFF;
	margin-top: 25px;
	background-color: #22274D;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
	width: 25%;
}
.mainBut:hover {
	color: #FFFFFF;
	background-color: #4558A4;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 50%;
}
.mainBut2 {
	float: left;
	display: block;
	text-align: center;
	color: #FFF;
	margin-top: 25px;
	background-color: #007078;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainBut2:hover {
	color: #007078;
	background-color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.box-shadow {
	box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.1)	
}
.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(109,111,113,0.5);
	z-index: 10;
}
.back-to-top:hover {
	background-color: rgba(109,111,113,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	border: 2px solid #FFF;
}
.hrDark {
	border-top: 1px solid #666;
}
.blue {
    color: rgba(0,145,208,1.00);
}
.blueBG {
	background-color: rgba(0,145,208,1.00);
}
.darkBlue {
    color: #22274D;
}
.darkBlueBG {
	background-color: #22274D;
}
.midBlueBG {
	background-color: #bdd3e0;
}
.lightBlueBG {
	background-color: #E0E9EF;
}
.lightestBlueBG {
	background-color: #e2e6f3;
}
.red {
	color: rgba(228,48,90,1.00);
}
.redBG {
	background-color: rgba(228,48,90,1.00);
}
.green {
	color: #97d239;
}
.greenBG {
	background-color: #116761;
}
.green2BG {
	background-color: #114232;
}
.lightgreen {
	color: #A9D5D6;
}
.lightgreenBG {
	background-color: #A9D5D6;
}
.white {
	color: #FFF;
}
.whiteBG {
	background-color: #FFF;
}
.whiteBGfade {
	background-image: url(../images/white-fade-bgnd.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.darkgrey {
	color: #2D2D2D;
}
.darkgreyBG {
	background-color: #2D2D2D;
}
/*-----------TEXT ADJUST--------*/
.txtCenter {
	text-align: center;	
}
.txtLeft {
	text-align: left;	
}
.txtLeftStay {
	text-align: left;	
}
.txtRight {
	text-align: right;	
}
.txtLeft900 {
	text-align: left;	
}
.txtRight900 {
	text-align: right;	
}
.txt12 {
	font-size: 12px;
	line-height: 16px;	
}
.txt16 {
	font-size: 16px;
	line-height: 19px;	
}
.txt20 {
	font-size: 20px;
	line-height: 24px;	
}
.txt24 {
	font-size: 24px;
	line-height: 30px;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw800 {
	font-weight: 800;
}
.floatLeft {
	float: left;	
}
.bottomBorder {
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.bMargin50 {
	margin-bottom: 100px;	
}
.bPad50 {
	padding-bottom: 50px;	
}
.bPad400 {
	
	padding-bottom: 360px;
}
.topPad30 {
	padding-top: 50px;
}
.bottomMargin100 {
	margin-bottom: 100px;	
}
.bPad100 {
	padding-bottom: 100px;	
}
.bMargin10 {
	margin-bottom: 10px;	
}
input {
	border: solid 1px #007078;
	background-color: #E2F1F1;
}
input active {
	border: solid 1px #007078;	
	background-color: #FFF;
}
/*---------------BACKGROUNDS-----------------*/
.rotatorBG {
	background-image: url(../images/banners/banner1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bgSkyline {
	background-image: url(../images/skyline2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgWhyChooseUs {
    background-image: url(../images/why-choose-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.siteBannerTestimonials {
	background-image: url(../images/testimonials-home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.constructionBG {
	background-image: url(../images/doff-banner-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.carpentryBG {
	background-image: url(../images/doff-banner-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.brickworkBG {
	background-image: url(../images/doff-banner-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.decoratingBG {
	background-image: url(../images/doff-banner-bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bannerServices {
	background-image: url(../images/doff-bgnd2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerTestimonials {
	background-image: url(../images/testimonials.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerGallery {
	background-image: url(../images/gallery.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerContact {
	background-image: url(../images/contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*---------MEDIA 1600------------*/

@media only screen and (max-width: 1600px) {
.gridContainerText1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 80px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 80px;
}
.bgSkyline {
	background-image: url(../images/skyline2.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
}

/*-----------MEDIA 1250----------*/


@media only screen and (max-width: 1256px) {
.emailWrap {
    margin-right: 0px;
}
}

@media only screen and (max-width: 750px) {
.contactTextL {
	clear: both;
	float: none;
	width: 100%;
	margin-right: 0;
    text-align: center;
}

.contactTextR {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
    text-align: center;
}
}

/*-----------MEDIA 660----------*/

@media only screen and (max-width: 660px) {


h1 {
	font-size: 32px;
	line-height: 36px;
}
.gridContainerHead {
	padding-top: 0px;
	padding-bottom: 40px;
}
.gridContainerTestimonials {
	padding-top: 500px;
	text-align: center;
}
.gridContainerServices2 {
	padding-top: 500px;
	text-align: center;
	min-height: auto;
}
.banner {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 120px;
	background-color: rgba(0,0,0,1.0);
	text-align: center;
	font-size: 50px;
	color: #FFF;
	height: 550px;
}
.bannerSite {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(0,0,0,1.0);
	text-align: center;
	font-size: 50px;
	color: #FFF;
}
.banner__video {
	display: none;
}
.mainHead {
    padding-top: 20px;
}
.emailWrap {
    float: left;
    clear: both;
    text-align: left;
    height: 20px;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 22px;
    margin-top: 10px;
}
.telWrap {
	float: left;
	clear: both;
	text-align: left;
	width: 120px;
}
.clientLogo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    float: left;
	max-width: 200px;
}
.clientLogoSite {
    display: none; 
}
.clientLogoSiteMob {
    float: left;
    clear: both;
    display: block;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.logo {
    float: none;
    clear: none;
    display: block;
    width: 100%;
    height: auto;
}   
.logoMainText2 {
    float: none;
    clear: both;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 600px;
}
.titlesWrapperHome {
	float: none;
	clear: both;
	padding-top: 200px;
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
}
.titlesWrapperSite {
	float: none;
	clear: both;
	padding-top: 140px;
	padding-bottom: 140px;
	font-size: 38px;
	line-height: 42px;
	margin-top: 0px;
}
.cwTextL {
	clear: both;
	float: none;
	width: 100%;
	margin-right: 0;
    text-align: center;
}
.cwTextR {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
}
.cwTextR2 {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
}
.cwTextR3 {
	clear: both;
	float: none;
	width: 80%;
	margin-left: 0;
    margin-left: auto;
    margin-right: auto;
}
.wcBulletText {
    clear: both;
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
.doffLogo {
	clear: both;
	display: block;
	float: none;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.doffLogo2 {
	text-align: center;
	width: 70%;
}
.doffImg {
	clear: both;
	display: block;
	float: none;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.bgWhyChooseUs {
	background-image: none;
}
.centreWrapper {
	float: none;
	padding-left: 8%;
	width: 84%;
	padding-right: 8%;
}
.iconsWrap {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);	
}
.iconsImg {
	clear: none;
	display: block;
	float: none;
	width: 100%;
}
.iconsTxt {
	clear: none;
	display: block;
	float: none;
	padding-bottom: 25px;
	min-height: auto;
	text-align: center;
	width: calc(100% - 60px);
}
.iconsBut {
    float: none; 
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.iconsBut2 {
    float: none; 
    margin-top: 50px;
}
.iconsBut3 {
    float: none;     
    margin-top: 50px;
}
.iconsBut4 {
    float: none; 
    margin-top: 50px;
}
.iconsBut5 {
    float: none;     
    margin-top: 50px;
}
.gallery {
	clear: both;
	float: none;
	width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
    text-align: center;
    border: solid 1px #FFF;
}
.galleryL {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
}
.galleryR {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
}
.galleryL2 {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
}
.galleryR2 {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
}
.contactL {
    clear: both;
    float: none;
    width: 100%;
    margin-right: none;
    margin-bottom: 0px;
    text-align: center;
}
.contactR {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 60px;
}
/*---------------FOOTER STYLES--------------*/
.logoFooter {
	float: none;
	clear: both;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.footerTxtB {
	text-align: center;
	clear: both;
	float: left;
	padding-left: 0px;
	font-size: 16px;
}

.footerLogo {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.footerLink {
	font-size: 18px;
}
.mainBut {
    width: 50%; 
}
.mainBut:hover {
    width: 80%; 
}
/*-----------GENERIC STYLES---------*/
.txtCenter {
	text-align: center;	
}
.txtLeft {
	text-align: center;	
}
.txtLeftStay {
	text-align: left;	
}
.txtRight {
	text-align: center;	
}
.bPad400 {
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.rotatorBG {
	background-image: url(../images/banners/banner1-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mob-7578540 {
	background-image: url(../images/7578540-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mob-7578544 {
	background-image: url(../images/7578544-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mob-7578546 {
	background-image: url(../images/7578546-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.doff-bgnd-mob {
	background-image: url(../images/7578546.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.siteBannerTestimonials {
	background-image: url(../images/testimonials-home-mob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}	
.bannerServices {
	background-image: url(../images/doff-bgnd2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerTestimonials {
	background-image: url(../images/testimonials-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerContact {
	background-image: url(../images/contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerGallery {
	background-image: url(../images/gallery.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.constructionBG {
	background-image: url(../images/doff-banner-bg1-mob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.carpentryBG {
	background-image: url(../images/doff-banner-bg2-mob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.brickworkBG {
	background-image: url(../images/doff-banner-bg3-mob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.decoratingBG {
	background-image: url(../images/doff-banner-bg4-mob.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.bgSkyline {
	background-image: url(../images/skyline2-mob.jpg);
}
}

@media only screen and (max-width: 400px) {
.clientLogoSiteMob {
    width: 80%;
}
}
