@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

/* 
dark: #292929;
light: #cfc443;
 */
 

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden; 
}
.wrapper{
	width: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
p{
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
}

.headersidebar{
	animation: htreveal 0.8s forwards, 0.8s htrevealwidth 0.8s forwards;
	animation-delay:0;
	height: 100%;
	top: 0;
}
@-webkit-keyframes htreveal {
    1% {height: 00%; top: 0;width: 30px;}
    100% { height: 100%; top: 00%;width: 30px;}
} 

@-webkit-keyframes htrevealwidth {
    1% {width: 30px; }
    100% { width: 400px;}
} 
.otherside{
	animation: htrevealtwo 0.8s forwards, 0.8s htrevealwidthtwo 0.8s forwards;
	animation-delay:0;
	height: 100%;
	top: 0;
}
@-webkit-keyframes htrevealtwo {
    1% {height: 60vh; top: 0;width: 30px;}
    100% { height: 60vh; top: 00%;width: 30px;}
} 

@-webkit-keyframes htrevealwidthtwo {
    1% {width: 400px; }
    100% { width: 400px;}
} 
header{
	width: 100%;
	height: 100vh;
}
.otherheader{
	height: auto;
	margin-bottom: 90px;
}

.headersidebar{
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	z-index: 10;
}
.otherside{
	height: 60vh!important;
}
.headersidebar::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #292929;
}
.headersidebar span{
	position: absolute;
	bottom: -100px;
	left: 300px;
	transform:rotate(-90deg); 
	transform-origin: 0% 50%;
	font-size: 200px;
	line-height: 200px;
	color: #fff;
	pointer-events:none;
	opacity: 0.02;
	letter-spacing: -10px;
	z-index: 100;

	animation: titlereveal 4s forwards;
}
@-webkit-keyframes titlereveal {
    1% {opacity: 0;}
    50% {opacity: 0;}
    100% { opacity: 0.02;}
} 
.logo{
	position: absolute;
	top: 0;
	padding: 50px 50px;
	background-color: #fff;
	width: 100%;
	text-align: center;
	left: 00%;
	z-index: 20;
	opacity: 1;

	animation: logoreveal 3.2s forwards;
}

@-webkit-keyframes logoreveal {
    1% {left: -100%;opacity: 0;}
    50% {left: -100%;opacity: 0;}
    100% { left: 0;opacity: 1;}
} 

.logo2{

	animation: logoreveal2 0.2s forwards;
}

@-webkit-keyframes logoreveal2 {
    1% {left: 0%;opacity: 0;}
    50% {left: 00%;opacity: 0;}
    100% { left: 0;opacity: 1;}
} 
.logo img{
	max-width: 250px;
	max-height: 160px;
}
.banner{
	width: 100%;
	height: calc(100vh - 120px);
	position: relative;
	z-index: 1;
	background-image: url(../images/banner.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;

	animation: bannerreveal 3.2s forwards;
}

.otherbanner{
	height: calc(60vh - 0px);

	animation: bannerrevealtwo 3.2s forwards;
}

@-webkit-keyframes bannerreveal {
    1% {width: 0%;}
    50% {width: 00%;}
    100% { width: 100%;}
} 

@-webkit-keyframes bannerrevealtwo {
    1% {width: 100%;}
    50% {width: 100%;}
    100% { width: 100%;}
} 
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(bottom left, #292929, #292929, #cfc443);
	background: -o-linear-gradient(bottom left, #292929, #292929, #cfc443);
	background: linear-gradient(to top right, #292929, #292929, #cfc443);
	opacity: 0.6;
}

.toplinks{
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 25;
}
nav {
	display: inline-block;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: inline-block;
	padding: 10px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 300;
	position: relative;
	transition: ease 0.3s;
}
nav ul li a::after{
	position: absolute;
	height: 3px;
	background-color: #cfc443;
	content: " ";
	bottom: 10px;
	left: 50%;
	width: 00%;
	transition: ease 0.3s;
}
nav ul li a:hover::after{
	width: 80%;
	left: 10%;
}
.toggler{
	display: inline-block;
	cursor: pointer;
	background-color: #292929;
	padding: 15px;
	border-radius: 50%;
	margin-left: 10px;
	transition: ease 0.3s;
	position: relative;
}
.toggler::after{
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #cfc443;
	content: " ";
	top: 2.5px;
	left: 2.5px;
	border-radius: 50%;
	transition: ease 0.3s;
	opacity: 0.4;
	z-index: -1;
}
.toggler:hover::after{
	width: 100px;
	height: 100px;
	opacity: 0;
	top: -25px;
	left: -25px;
}
.toggler:hover{
	background-color: #cfc443;
}
.toggler img{
	height: 25px;
}
.bantext{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	color: white;
	height: 100%;
	pointer-events:none;
	opacity: 1;
	transition: ease 0.8s;
}
.otherbantext{
	height: 80%;
}
.hidebantext{
	opacity: 0.2;
}
header .row{
	height: 100%;
	display: table;
	width: 100%;
}
.bannertext{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
}
.bannertext h1{
	font-size: 70px;
	line-height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: 500;
}
.bannerinner{
	position: relative;
	width: 75%;
}
.readmore{
	transform:rotate(-90deg); 
	transform-origin: bottom left;
	position: absolute;	
	bottom: 0;
	left: -60px;
	pointer-events:initial;
}
.readmore p{
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	margin: 0;
	z-index: 10;
	text-shadow: 0px 0px 10px #292929;
}
.animatingline{
	height: 3px;
	background-color: #cfc443;	
	display: inline-block;
	margin-left: 20px;
	float: right;
	right: 0%;
	position: relative;
	width: calc(100% - 80px);
	top: 15px;

	animation: lineanimationone 3s infinite;
}

@-webkit-keyframes lineanimationone {
    0.1% {width: 0; right: 0;}
    70% {width: calc(100% - 80px); right: 0;}
    100% {width: 0; right:100%;}
}

.deets{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 400px);
	height: 100%;
	color: white;
	z-index: 150;
	opacity: 0;
	pointer-events:none;
	transition: 0.5s ease 0s;
}
.showdeets{
	opacity: 1;
	pointer-events:initial;
	transition: 0.8s ease 1s;
}
.deetsinner{
	position: absolute;
	top: 0;
	right: 0;
	padding: 150px 70px;
	width: 60%;
	text-align: right;
}
.deets h2{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
.deets a, .deets p{
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 10px;
	font-style: normal;
}
.deetsouter{
	z-index: 1;
	width: 40px;
	height: 40px;
	background: -webkit-linear-gradient(bottom left, #cfc443, #292929);
	background: -o-linear-gradient(bottom left, #cfc443, #292929);
	background: linear-gradient(to top right, #cfc443, #292929);
	opacity: 0.7;
	position: absolute;
	border-radius: 50%;
	right: 60px;
	top: 40px;
	transform: rotate(30deg);
	transition: ease 1s;
	box-shadow: 0 0 60px rgba(0,0,0,0.25);
	opacity: 0;
}
.clicknav{
	right: -500px;
	top: -400px;
	width: 2400px;
	height: 2400px;
	transform: rotate(0deg);
	opacity: 0.85;
}

.homepreview{
	position: relative;
	top: -180px;
	z-index: 1000;
	display: block;
}
.testprev{
	position: absolute;
	left: 400px;
	padding: 100px 40px;
	width: calc(100% - 1000px);
}
.testprev span{
	font-size: 17px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 700;
}
.stars{
	display: inline-block;
	margin-right: 15px;
	left: -130px;
	position: absolute;
}
.stars img{
	display: inline-block;
	height: 16px;
}
.servprev{
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
}
.sprevimg{
	background-image: url(../images/prev.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 250px;
	width: 500px;
	position: absolute;
	top: 0;
	right: 0;
	animation: picrevealimg 3s forwards;
	opacity: 1;
}
@-webkit-keyframes picrevealimg {
    1% { background-image: none; opacity: 0;}
    50% {background-image: url(../images/prev.jpg); opacity: 0;}
    60% {background-image: url(../images/prev.jpg); opacity: 1;}
    100% { background-image: url(../images/prev.jpg); opacity: 1;}
}
.sprevimg::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(bottom left, #292929, #292929, #cfc443);
	background: -o-linear-gradient(bottom left, #292929, #292929, #cfc443);
	background: linear-gradient(to top right, #292929, #292929, #cfc443);
	opacity: 0.6;
	transition: ease 0.4s;
}
.sprevimg:hover::after{opacity: 0.5;}
.sprevtext{
	position: absolute;
	top: 100px;
	padding-left: 40px;
}
.sprevtext a{
	font-size: 15px;
	position: relative;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	transition: ease 0.4s;
}
.sprevtext a::before{
	height: 3px;
	width: 100px;
	background-color: #cfc443;
	top: 10px;
	left: -110px;
	content: " ";
	position: absolute;
	transition: ease 0.4s;
}
.sprevtext a:hover{padding-left: 20px;}
.sprevtext a:hover::before{width: 120px;}
.revealz{
	width: 00%;
	height: 100%;
	content: " ";
	background-color: #cfc443;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
	animation: picreveal 3s forwards;
}
@-webkit-keyframes picreveal {
    1% { width: 0%; left: 100%; background-color: #292929;}
    50% {width: 100%; left: 0; background-color: #cfc443;}
    100% { width: 0%; left: 100%; background-color: #292929;}
}

/* PHILOSOPHY SECTION */

.philosophy{
	margin-top: 40px;
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
	margin-bottom: 90px;
}
.boxreveal{
	background-color: #eee;
	position: absolute;	
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	content: " ";
	z-index: -1;
}
.philosophy .visible{
	animation: boxreveal 1.5s forwards;

}
@-webkit-keyframes boxreveal {
    1% {width: 0%;}
    100% { width: 70%;}
}
.philosophy h2{
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	font-weight: 700;
}
.philosophy p{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	font-weight: 500;
}
.ourline{
	width: 180px;
	height: 3px;
	background-color: #cfc443;
	float: right;
	margin-top: 30px;
}


/* mAIN SECTION */

main{
	display: block;
	position: relative;
}
.aboutpic{
	background-image: url(../images/side.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
}
.abouttext{
	padding: 90px 80px;
}
.abouttext h3{
	font-size: 60px;
	line-height: 60px;
	position: relative;
}
.abouttext h3::after{
	position: absolute;
	left: -130px;
	width: 100px;
	height: 3px;
	content: " ";
	background-color: #cfc443;
	top: 29px;
}
.imgreveal{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
}

main .visible{
	animation: imgreveal 3s forwards;
}
@-webkit-keyframes imgreveal {
    0.1% {width: 100%;}
    50% {width: 100%;}
    100% { width: 00%;}
}


/* MEMBERS SECTION */


.members{
	margin-top: 140px;
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
}
.boxrevealtwo{
	background-color: #eee;
	position: absolute;	
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	content: " ";
	z-index: -1;
}
.members .visible{
	animation: boxrevealtwo 1.5s forwards;
}
@-webkit-keyframes boxrevealtwo {
    1% {width: 0%;}
    100% { width: 45%;}
}
.members h2{
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	font-weight: 700;
}
.members img{
	width: 100%;
}
.ourline{
	width: 180px;
	height: 3px;
	background-color: #cfc443;
	float: right;
	margin-top: 30px;
}

/* WHY SECTION */

.why{
	background-color: #292929;
	width: calc(100% - 100px);
	margin-top: 140px;
	overflow: auto;
}
.whyimages{
	width: 40%;
	background-image: url(../images/why1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	transition: ease 0.4s;
	position: relative;
}
.whytext{
	width: 60%;
	float: right;
	color: white;
	padding: 100px 80px;
	position: relative;
	background-image: url(../images/icons/question.png);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: auto 120%;
	background-size: auto 120%;
}
.innerwhy{
	max-width: 500px;
	float: left;
}
.why h3{
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	font-weight: 700;
	position: relative;
}
.why h4{
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	font-weight: 700;
	position: relative;
	margin: 0;
}
.why p{
	opacity: 0.5;
}
.why h4::after{
	position: absolute;
	left: -110px;
	width: 0px;
	height: 3px;
	content: " ";
	background-color: #cfc443;
	top: 14px;
	transition: ease 0.4s;
}
.whydiv{
	padding-top: 30px;
	margin: 0;
}
.whyone:hover h4::after{width: 80px;}
.whytwo:hover h4::after{width: 80px;}
.whythree:hover h4::after{width: 80px;}

.why1{
	background-image: url(../images/why1.jpg);
	transition: ease 0.4s;
}
.why2{
	background-image: url(../images/why2.jpg);
	transition: ease 0.4s;
}
.why3{
	background-image: url(../images/why3.jpg);
	transition: ease 0.4s;
}


.boxrevealthree{
	background-color: #fff;
	position: absolute;	
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	content: " ";
	z-index: 10;
}
.why .visible{
	animation: boxrevealthree 3s forwards;
}
@-webkit-keyframes boxrevealthree {
    0.1% {width: 100%;}
    41% {width: 100%;}
    100% { width: 0%;}
}


footer{
	background-color: #292929;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 40px;
	color: white;
	position: relative;
	padding-left: 140px;
}
.footerinner{padding: 0;}
.fcol{
	padding: 0;
}
.fcol a, .fcol p{
	margin: 0;
	line-height: 30px;
	font-size: 13px;
	display: block;
	font-style: normal;
	opacity: 0.5;
}
.fcol a:hover{
	opacity: 0.7;
}
.fcol h6{
	font-size: 15px;
}
.by{
	width: 100%;
	float: left;
	display: block;
	margin-top: 80px;
}
.by p{
	opacity: 0.5;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
}


.footerdisplay{
	transform:rotate(-90deg); 
	transform-origin: bottom left;
	position: absolute;	
	bottom: 0;
	left: 100px;
	pointer-events:initial;
	background-color: #fff;
	color: black;
	width: 100%;
}
.footerdisplay p{
	line-height: 100px;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	padding-left: 40px;
}



.mobbar{display: none;}


.content ul{
	list-style: none;
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 30px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content ul::after{
	position: absolute;
	top: 0;
	left: 20px;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: rgba(0,0,0,0.00);
}
.content ul li{
	margin-bottom: 5px;
	padding: 5px 30px;
	font-size: 13px;
	line-height: 20px;
	position: relative;
}
.content ul li::after{
	position: absolute;
	top: 14px;
	height: 2px;
	background-color: #cfc443;
	content: " ";
	width: 20px;
	left: -10px;
}
.content{
	padding-right: 100px;
	border-right: 0px solid #eee;
}
.sidebar{
	padding: 50px;
	background-color: #eee;
}
.sidebar ul{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.sidebar ul li{
	display: block;
	line-height: 25px;
	letter-spacing: 0.5px;
	font-size: 12px;
}
.content h2, .sidebar h2{
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 30px;
}
.sidebar p{
	margin: 0;
	margin-bottom: 10px;
}
main h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

main h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
main h5{
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
main h6{
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}


.serviceimage{
	margin-top: 100px;
	width: 100%;
	height: 450px;
	background-image: url(../images/prev.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.imgrevealz{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
}

.serviceimg .visible{
	animation: imgrevealz 3s forwards;
}
@-webkit-keyframes imgrevealz {
    0.1% {width: 100%;}
    50% {width: 100%;}
    100% { width: 00%;}
}

.thumbs{
	float: left;
	width: 33.33%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 24px);
	height: calc(00% - 24px);
	top: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.1;
	pointer-events:none;
	background-color: #fff;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
}


.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}

.thumbs:hover::before{
	height: calc(100% - 24px);
}
#map{
	height: 500px;
	width: 100%;
	min-height: 500px;
	position: relative;
}
blockquote{
	background-color: rgba(0,0,0,0.05);
	padding: 20px 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
blockquote span{
	font-style: italic;
	font-size: 13px!important;
	color: #292929;
}
blockquote span::before{
	content: "- ";
}
blockquote p{
	line-height: 30px;
	font-weight: 300;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
}


.myform{
	margin-top: 20px;
	overflow: auto;
}

.myform label{
	float: left;
	font-size: 12px;
	position: relative;
	font-weight: bold;     
	text-transform: uppercase;
	line-height: 24px;
	box-sizing: border-box;
	color: #ae2830;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFF;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #fff;
	padding: 0px 20px;
	border:0px;
	border-left: 2px solid #111;
	height: 51px;
	margin-bottom: 12px;
	border-radius: 0px;
	background-color: rgba(50,50,50,0.0);
	font-size: 13px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #fff;
	border:0px;
	border-left: 2px solid #111;
	width: 100%;
	height: 225px;
	border-radius: 0px;
	background-color: rgba(50,50,50,0.3);
	font-size: 13px;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.03);
	color: #111;
	border-left: 2px solid #292929;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(50,50,50,0.03);
	border-left: 2px solid #292929;
	color: #111;	
}
.select-option{
	background-color: #666;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	background: #cfc443; 
	border:1px solid #cfc443;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;	
    display: inline-block;
    padding: 0 120px;
    position: relative;
    line-height: 50px;
    font-weight: 300;
    overflow: hidden;
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	width: auto;
}
.enquiryform input[type=submit]{
	background: #cfc443; 
	border:1px solid #cfc443;	
}
.content input[type=submit]{
	background: #292929; 
	border:1px solid #292929;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 2px solid #374140;
	outline: none!important;
	background-color: rgba(50,50,50,0.05);
	box-shadow: 0 0 0 black;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(50,50,50,0.05);
	color: #111;	
}
@media screen and (max-width: 580px){
		.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}
.callbackinner{
	padding: 0;
	padding-right: 10px;
}
.successmessage{
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
}




.mapsection{
	margin-top: 150px;
	display: block;
	text-align: center;
}
.mapbit{
	margin-bottom: -90px;
}
.address{
	position: relative;
	z-index: 100;
	background-color: #fff;
	padding: 40px;
	border-right: 2px solid #ddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.contactdeets{
	position: relative;
	z-index: 100;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.address p, .contactdeets a{
	line-height: 30px;
	font-size: 13px;
	margin: 0;
	color: black!important;
}
.contactdeets a{
	margin: 0 5px;
}
.sidebarline{
	width: 280px;
	margin-left: -70px;
	height: 2px;
	background-color: #cfc443;
	margin-bottom: 20px;
	margin-top: -20px;
}
main a{
	color: black!important;
}




























@media screen and (max-width: 1024px) {

header{
	width: 100%;
	overflow: auto;
	position: relative;
	margin-top: 50px;
	min-height: 100vh;
}
.otherheader{
	min-height: 60vh;
}
.otherside{
	width: 100%!important;
}
@-webkit-keyframes htrevealtwo {
    1% {height: 60vh; top: 0;width: 30px;}
    100% { height: 60vh; top: 00%;width: 30px;}
} 

@-webkit-keyframes htrevealwidthtwo {
    1% {width: 100%; }
    100% { width: 100%;}
} 
.headersidebar{
	position: relative;
	height: 100vh!important;
	width: 100%;
	overflow: auto;
}
@-webkit-keyframes htrevealwidth {
    1% {width: 0%; }
    100% { width: 100%;}
} 
.logo{
	padding: 30px 50px;
	width: 100%;
	position: relative;
}
@-webkit-keyframes logoreveal {
    1% {left: 0%;opacity: 0;}
    50% {left:0%;opacity: 0;}
    100% { left: 0;opacity: 1;}
} 
.logo img{
	width: 100%;
}
.bannertext{
	padding-top: 80px;
	margin: 0;
}
.bannertext h1{
	font-size: 30px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner{
	width: 100%;
	height: 100%;
	background-attachment: initial;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

	animation: bannerreveal 3.2s forwards;
}
.homepreview{display: none;}

.philosophy{
	margin-top: 40px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.philosophy h2{
	font-size: 40px;
	line-height: 40px;
}
.philosophy p{
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
}
.ourline{
	width: 100px;
	margin-top: 19px;
}
.deets{display: none;}


.aboutpic{
	min-height: 300px;
}
.abouttext{
	padding: 90px 1.15rem;
}
.abouttext h3{
	font-size: 40px;
	line-height: 40px;
}
.abouttext h3::after{
	position: absolute;
	left: -110px;
	width: 100px;
	height: 3px;
	content: " ";
	background-color: #cfc443;
	top: 19px;
}

.members{
	margin-top: 40px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.boxrevealtwo{
	display: none;
}
.members h2{
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	font-weight: 700;
}
.members img{
	width: 100%;
}
.members .ourline{display: none;}


.why{
	width: calc(100% - 00px);
	margin-top: 70px;
}
.whyimages{
	width: 100%;
	min-height: 300px;
}
.whytext{
	width: 100%;
	float: right;
	color: white;
	padding: 100px 1.65rem;
}
.footerdisplay{display: none;}

.fcol{
	padding-bottom: 30px;
}

.toggler{
	display: none;
}
nav{
	position: fixed;
	top: 50px;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: calc(100vh - 50px);
	display: none;
}
nav ul{
	padding: 30px;
}
nav ul li{
	display: block;
}
nav ul li a{
	font-size: 14px;
	display: block;
}
.mobbar {	
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 50px;
	display: block;
	background-color: #292929;
	z-index: 100000;
}
.mobbar img{
	height: 30px;
	margin: 10px 0;
	padding: 5px;
}
.togglage{
	width: 33.33%;
	background-color: #111;
	float: left;
}
.togglage img{
	padding: 8px;
}
.socialtoggler{
	width: 33.33%;
	background-color: rgba(255,255,255,0.2);
	float: left;
}
.emailtoggler{
	width: 33.33%;
	float: left;
	background-color: rgba(255,255,255,0.1);
}

.headersidebar::after{
	opacity: 0.4;
}
.headersidebar span{
	display: none;
}
footer{
	padding-left: 0;
}
.otherbantext{
	height: 100%;
}

.content{
	padding-right: 00px;
	border-right: 0px solid #eee;
	padding-bottom: 90px;
	padding-left: 0;
}
.sidebar{
	padding-left: 0px;
}
.thumbs{
	padding: 5px;
}
.bannerinner{
	position: relative;
	width: 100%;
}