@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,700);

/* 
dark: #102951;
light: #83cfea;
 */

body{
	margin: 0;
	padding: 0;
	background-color: #111;
	padding: 0px 0;
	font-family: 'Rubik', sans-serif;
	overflow-x:hidden; 
	width: 100%;
}
a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.biglogo{
	position: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 100000;
	pointer-events:none;
}
.biglogo img{
	height: 300px;
	margin-top: calc(50vh - 100px);
	animation: logoreveal 1s forwards;
	background-color: #fff;
}
@-webkit-keyframes logoreveal {
    0% {opacity: 1;}
    100% { opacity: 0;}
} 
.revealpageone{
	width: 100%;
	position: fixed;
	background-color: #fff;
	animation: 2s pagereveal 0s cubic-bezier(1,.11,.52,.99);
	z-index: 1000;
}
@-webkit-keyframes pagereveal {
    0% {height: 100vh;}
    100% { height: 0vh;}
} 

header{
	width: 100%;
	height: 100vh;
}
.otherheader{
	width: 100%;
	height: 60vh;
}
.innerheader{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	position: relative;
	background-color: #111;
	-webkit-background-size: cover;
	background-size: cover;
	animation: 1.5s headerzoom 2s ease-out forwards;
	/* animation: speed headerzoom delay ease-out forwards; */
	z-index: 10;
	top: 0;
}
@-webkit-keyframes headerzoom {
    0% {
    	width: calc(100% - 0px);
    	height: calc(100% - 0px);
    	top: 0px;
    	left: 0px;
    }
    100% {
    	width: calc(100% - 60px);
    	height: calc(100% - 60px);
    	top: 30px;
    	left: 30px;
    }
} 
.innerheader::before{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background-color: #111;
	opacity: 0.35;
	z-index: 5;
}
.innerheader::after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background: -webkit-linear-gradient(left, #3877ce, #121212);
	background: -o-linear-gradient(left, #3877ce, #121212);
	background: linear-gradient(to right, #3877ce, #121212);
	opacity: 0.65;
}

.topdiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 15px 00px;
	z-index: 100;
}
.logo{
	width: 500px;
	position: relative;
	padding: 50px;
	float: left;
}
.topdiv::before{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 500px;
	height: 1000px;
	transform:rotate(45deg);
	transform-origin:500px 0;
	box-shadow: 0 0 120px rgba(0,0,0,0.4);
	border: 4px solid #e7bd4f;
}
.topdiv img{
	height: 120px;
}
.toggler{
	position: fixed;
	top: 50px;
	right: 70px;
	z-index: 100;
	cursor: pointer;
}
.toggler img{
	height: 30px;
	display: inline-block;
}
.toggler p{
	line-height: 30px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
	display: inline-block;
	color: #e7bd4f;
	font-weight: 700;
}

.menudiv{
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100vh;
	z-index: 99;
	opacity: 0;
-webkit-transition: all 1600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 1600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 1600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 1600ms cubic-bezier(1,.11,.52,.99);
        pointer-events:none;
}
.menubg{
	width: 200%;
	height: 400vh;
	top: -400vh;
	left: -200%;
	background-color: #e7bd4f;
	position: fixed;
	content: " ";
	z-index: 98;
	opacity: 0.85;
	transform:rotate(45deg);
-webkit-transition: all 1200ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 1200ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 1200ms cubic-bezier(1,.11,.52,.99); 
        transition: all 1200ms cubic-bezier(1,.11,.52,.99);
}
.shownav{
	top: -100vh;
	left: -50%;
}
.menubg2{
	width: 200%;
	height: 400vh;
	top: -400vh;
	left: -200%;
	background-color: #212121;
	position: fixed;
	content: " ";
	z-index: 97;
    opacity: 0.7;
	transform:rotate(45deg);
-webkit-transition: all 1000ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 1000ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 1000ms cubic-bezier(1,.11,.52,.99); 
        transition: all 1000ms cubic-bezier(1,.11,.52,.99);
}
.shownav{
	top: -100vh;
	left: -50%;
}
.innermenu{
	display: table-cell;
	vertical-align: middle;
}
nav{
	width: 65%;
	float: left;
}
nav ul{
	border-left: 2px solid #111;
	overflow: hidden;
}
nav ul li{
	position: relative;
	display: block;
	overflow: hidden!important;
	left: -100%;
	-webkit-transition: ease-in-out 1.3s;
	-o-transition: ease-in-out 1.3s;
	transition: ease-in-out 1.3s;
}
nav ul li a{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	overflow: hidden!important;
	color: #111!important;
}
.revealnava{
	left: 0;
}


nav ul li:nth-of-type(1){transition-delay:0.6s;}
nav ul li:nth-of-type(2){transition-delay:0.8s;}
nav ul li:nth-of-type(3){transition-delay:1s;}
nav ul li:nth-of-type(4){transition-delay:1.2s;}
nav ul li:nth-of-type(5){transition-delay:1.4s;}
nav ul li:nth-of-type(6){transition-delay:1.6s;}
nav ul li:nth-of-type(7){transition-delay:1.8s;}
nav ul li:nth-of-type(8){transition-delay:2s;}
nav ul li:nth-of-type(9){transition-delay:2.2s;}
nav ul li:nth-of-type(10){transition-delay:2.4s;}
nav ul li:nth-of-type(11){transition-delay:2.6s;}



nav ul li a::after{
	content: " ";
	background-color: #e7bd4f;
	width: 00%;
	height: 100%;
	position: absolute;
	bottom: 00px;
	left: 0;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	z-index: -1;
	opacity: 0.9;
}
nav ul li a:hover::after{
	width: 100%;
	background-color: #555;
}

.sub-menu{
	padding-left: 0px;
	position: relative;
	display: block;
}
.sub-menu li a {
	line-height: 25px;
	font-size: 17px;
}



.navopac{
	opacity: 1;
	pointer-events:initial;
}
.deets{
	width: 35%;
	float: right;
}
.deets a, .deets p{
	color: #111!important;
	font-size: 19px;
	display: block;
	margin: 0;
	line-height: 40px;
	font-weight: 700;
}
.bannertext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	color: white;
}
.bannertext h1{
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	padding-left: 30px;
}
.bantext{
	padding-bottom: 80px;
	border-left: 2px solid #e7bd4f;
	padding-left: 0;
}
.bantext p{	
	padding-left: 30px;
}
.bantext span{
	font-size: 18px;
	color: #e7bd4f;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 300;
	font-style: italic;
}
.welcome{
	padding-top: 200px;
	padding-bottom: 200px;
}
.welcome h2{
	text-align: center;
	font-size: 26px;
	line-height: 35px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	margin: 0;
}
main{
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ddd;
	position: relative;
	background-color: #222;
	overflow: hidden;
}
main h3{
	display: block;
	font-size: 60px;
	margin: 0;
	line-height: 60px;
	position: relative;
	color: #3877ce;
	z-index: 10;
	font-weight: 700;
	margin-bottom: 40px;

	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
}
.content{
	width: 100%;
	padding: 100px;
	margin-top: -30px;
	overflow: visible;
	position: relative;
}
.content-text{	
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
	width: 70%;
}
.content h4{
	font-weight: 500;
	color: #777;
	font-size: 19px;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.content p:first-of-type{
	margin-top: 0;
}
.content-image{
	background-image: url(../images/sidebar.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 30%;
	position: absolute;
	right: 00px;
	top: -50px;
}
.contentbox{
	padding-right: 120px;
}
.sidebar{
	position: relative;
	z-index: 12;
	padding-left: 50px;
	padding-bottom: 50px;
}
.sidebarbackground{
	width: 400%;
	height: 100%;
	background-color: #3877ce;
	content: " ";
	left: 0;
	top: -110px;
	z-index: -1;
	position: absolute;
	opacity: 0.75;
}
.sidebar ul li{
	display: block;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 12px;
}
.readmore{
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 11;
	background-image: url(../images/icons/arrowdown.svg);
	-webkit-background-size: 50px 100px;
	background-size: 50px 100px;
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: ease 0.6s;
}
.readmore:hover{
	background-position: top center;
}
.readmore img{
	width: 50px;
	height: 50px;
}
.arrowbg{
	position: absolute;
	bottom: -150px;
	right: -150px;
	width: 300px;
	height: 300px;
	transform: rotate(45deg);
	background-color: white;
	z-index: 1;
	box-shadow: 0 0 120px rgba(0,0,0,0.4);
}
.contentbg{
	background-color: red;
}

.imagediv{
	height: 500px;
	width: 100%;
	background-image: url(../images/shapeimage.jpg);
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.imagetext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	color: white;
	z-index: 2;
	padding-left: 30px;
}
.imagediv::after{
	width: 800px;
	height: 800px;
	background-color: #111;
	content: " ";
	bottom: -400px;
	left: -400px;
	position: absolute;
	transform:rotate(45deg);
	z-index: 1;
}
.imagediv::before{
	width: 300px;
	height: 250px;
	background-color: #333;
	content: " ";
	top: 30px;
	right: -20px;
	position: absolute;
	z-index: -1;
}
.imagetext h3{
	font-size: 50px;
	font-weight: 500;
	line-height: 55px;

}
.imagetext p{
	margin-left: 30px;
}
.shapesection{
	padding-top: 200px;
	padding-bottom: 200px;
}
.shapediv{
	overflow: hidden;
	padding: 0 100px;
}

.whybtn{
	position: absolute;
	right: -50px;
	bottom: 70px;
	background-color: #3877ce;
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	box-shadow: 10px 10px 0 #333;
	transition: ease 0.2s;
}
.whybtn:hover{
	box-shadow: 5px 5px 0px #333;
}

.revealz{
	background-color: #3877ce;
	position: absolute;	
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: " ";
	z-index: -1;
}
.learnmore .visible{
	animation: buttonreveal 1.5s forwards;
	animation-delay:0.5s;
-webkit-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
   -moz-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
     -o-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
        transition: all 600ms cubic-bezier(.21,.67,1,.21);

}
@-webkit-keyframes buttonreveal {
    0% {width: 0%;}
    100% { width: 100%;}
}
.why{
	padding-top: 60px;
	padding-bottom: 120px;
}
.why-image{
	width: 60%;
	height: 500px;
	background-image: url(../images/why.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	margin-right: -40px;
	position: relative;
}
.why-image::before{
	width: 70%;
	height: 250px;
	background: -webkit-linear-gradient(left, #3877ce, #222);
	background: -o-linear-gradient(left, #3877ce, #222);
	background: linear-gradient(to right, #3877ce, #222);
	content: " ";
	bottom: -30px;
	left: -20px;
	position: absolute;
	z-index: -1;
}
.why-text{
	background-color: #e7bd4f;
	padding: 50px;
	padding-top: 70px;
	padding-bottom: 100px;
	color: white;
	width: 40%;
	float: left;
	margin-left: -40px;
	margin-top: 130px;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.why-slider div{
	outline: none;
}
.why-text h4{
	font-size: 40px;
	font-weight: 500;
	line-height: 42px;
}
.why-text p{
	font-size: 16px;
	line-height: 25px;
}
.why-text span{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 30px;
	text-transform: uppercase;
}
.arrows{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	color: #111;
}
.why-text::before{
	width: 250px;
	height: 250px;
	content: " ";
	position: absolute;
	bottom: -175px;
	right: 0;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: bottom right;
}
.slick-prev{display: none!important;}
.lowersite{
	background-color: #eee;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;

	background-image: url(../images/background.jpg);
	background-position: center center;
	background-attachment: fixed;
}
.innerlower{
	position: relative;
	z-index: 11;
}
.lowersite::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, #3877ce, #121212);
	background: -o-linear-gradient(left, #3877ce, #121212);
	background: linear-gradient(to right, #3877ce, #121212);
	opacity: 0.9;
}
.members{
	text-align: center;	
}
.memberdiv{
	background-color: #fff;
	padding: 50px 40px;
	margin-bottom: 120px;
	position: relative;
}
.memberdiv::after{
	position: absolute;
	top: -20px;
	left: 5%;
	width: 90%;
	height:100%;
	content: " ";
	background-color: #111;
	opacity: 0.5;
	z-index: -1;
}
.memberdiv img{
	height: 120px;
	margin: 10px 20px;
	display: inline-block;
}
.members h5{
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: #3877ce;
	letter-spacing: 8px;
	margin-bottom: 0;
}
.callback{
	color: white;
}
.callback span{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 25px;
}
.callback h5{
	font-size: 35px;
	font-weight: 300;
	line-height: 50px;
}
.callback a{
	float: right;
	background-color: #3877ce;
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	box-shadow: 10px 10px 0 #111;
	transition: ease 0.2s;
	margin-top: 10px;
}
.callback a:hover{
	box-shadow: 5px 5px 0px #111;
}


footer{
	background-color: #222;
	color: #bbb;
	padding-top: 80px;
	padding-bottom: 110px;
	position: relative;
	overflow: hidden;
}
footer .row{
	position: relative;
	z-index: 2;
}
footer::after{
	position: absolute;
	right: 0;
	width: 1000px;
	height: 1000px;
	content: " ";
	transform:rotate(45deg);
	background-color: #000;
	opacity: 0.3;
	transform-origin:bottom right;
	bottom: -800px;
}
footer h6{
	font-size: 22px;
	font-weight: 500;
	color: #3877ce;
}
footer p{
	line-height: 25px;
}
.fcol{
	padding-left: 0;
	padding-right: 50px;
}
.fdeets a{
	color: white;
	background-color: #444;
	display: inline-block;
	margin-right: 5px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 10px;
	border-radius: 4px;
}
.fdeets img{
	height: 25px;
	margin-right: 10px;
}
footer a, address p{
	line-height: 40px;
	font-weight: 300;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: block;
	margin: 0;
}
.by{
	background-color: #3877ce;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}
.by p{
	margin: 0;
	font-style: italic;
}
.seobar{
	background-color: #111;
	color: #888;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.seobar h5{
	display: inline-block;
	padding-right: 20px;
	font-weight: 300;
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	font-style: italic;
}
footer hr{
	display: inline-block;
	border:0px;
	height: 2px;
	background-color: #333;
	width: 120px;
}

.contentbox ul{
	list-style: square;
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 20px;
}
.contentbox ul li{
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 5px;
	padding: 0px 20px;
	font-size: 13px;
	line-height: 30px;
}

.thumbs{
	float: left;
	width: 25%;
	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;
}
blockquote{
	background-color: rgba(255,255,255,0.05);
	padding: 40px 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	position: relative;	
	overflow: hidden;
}
blockquote::before{
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 70px;
	height: 40px;
	color: black;	
	content: " “ ";
	z-index: 10;
	text-align: right;
	font-size: 70px;
	line-height: 70px;
}
blockquote::after{
	position: absolute;
	bottom: -70px;
	right: -70px;
	width: 140px;
	height: 140px;
	background-color: #fff;
	content: " ";
	transform:rotate(45deg);
}
blockquote span{
	font-style: italic;
	font-size: 13px!important;
	color: #e7bd4f;
}
blockquote span::before{
	content: "- ";
}
blockquote p{
	line-height: 25px;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.otherheader h1{
	font-size: 50px;
	line-height: 50px;
}

.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!important;
	padding: 0px 20px;
	border:0px;
	border-left: 2px solid #111;
	height: 51px;
	margin-bottom: 12px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #fff!important;
	border:0px;
	border-left: 2px solid #111;
	width: 100%;
	height: 225px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.enquiryform textarea{
	background-color: rgba(255,255,255,0.05);
	color: #111;
	border-left: 2px solid #3877ce;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(255,255,255,0.05);
	border-left: 2px solid #3877ce;
	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: #8cc63f; 
	border:1px solid #8cc63f;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;	
    display: inline-block;
    padding: 0 60px;
    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: #8cc63f; 
	border:1px solid #8cc63f;	
}
.content input[type=submit]{
	background: #3877ce; 
	border:1px solid #3877ce;
}
.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.5);
	box-shadow: 0 0 0 black;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(50,50,50,0.07);
	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;
}
input::placeholder {
  color: #777;
}
textarea::placeholder {
  color: #777;
}
.sidebar a{
	display: block;
	line-height: 40px;
	font-weight: 300;
	font-size: 12px;
}





.social{
	margin-top: 30px;
	display: block;
}

.social a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 5px;
	background-color: rgba(0,0,0,0.1);
	font-size: 20px;
}




































@media screen and (max-width: 1440px) {

.logo{
	width: 300px;
	position: relative;
	padding: 20px;
	float: left;
	z-index: 40;
}
.topdiv::before{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 500px;
	height: 1000px;
	transform:rotate(45deg);
	transform-origin:700px 0;
	box-shadow: 0 0 120px rgba(0,0,0,0.4);
}
.topdiv img{
	height: 120px;
}


.topdiv{
	z-index: 50;
}

.bannertext h1{
	font-size: 40px;
	line-height: 40px;
}
}




































@media screen and (max-width: 1024px) {



@-webkit-keyframes headerzoom {
    0% {
    	width: calc(100% - 0px);
    	height: calc(100vh - 0px);
    	top: 0px;
    	left: 0px;
    }
    100% {
    	width: calc(100% - 0px);
    	height: calc(100vh - 100px);
    	top: 0px;
    	left: 0px;
    }
} 
.otherinner{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	position: relative;
	background-color: #111;
	-webkit-background-size: cover;
	background-size: cover;
	animation: 1.5s headerzoomtwo 2s ease-out forwards;
	/* animation: speed headerzoom delay ease-out forwards; */
	z-index: 10;
	top: 0;
}
@-webkit-keyframes headerzoomtwo {
    0% {
    	width: calc(100% - 0px);
    	height: calc(50vh - 0px);
    	top: 0px;
    	left: 0px;
    }
    100% {
    	width: calc(100% - 0px);
    	height: calc(50vh - 100px);
    	top: 0px;
    	left: 0px;
    }
} 
header{
	width: 100%;
}

.topdiv{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 15px 00px;
	z-index: 10;
	text-align: center;
	margin-top: 60px;
}
.logo{
	width: 100%;
	background-color: white;
	position: relative;
	padding: 0px 0;
	float: left;
}
.biglogo{
	position: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 100000;
	pointer-events:none;
}
.biglogo img{
	height: auto;
	width: 100%;
	margin-top: calc(50vh - 100px);
	animation: logoreveal 1s forwards;
	background-color: #fff;
}
.topdiv::before{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: auto;
	transform:rotate(0deg);
	transform-origin:00px 0;
	box-shadow: 0 0 120px rgba(0,0,0,0.4);
	display: none;
}
.topdiv img{
	height: auto;
	width: 100%;
	margin: 0 0%;
}
.toggler{
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	width: 100%;
	background-color: #111;
}
.innermenu{padding-top: 80px;}
.bannertext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	color: white;
}
.bannertext h1{
	font-size: 30px;
	line-height: 30px;
	padding-left: 30px;
}
.bantext{
	padding-bottom: 80px;
}
.bantext p{	
	padding-left: 30px;
}
.bantext span{
	font-size: 14px;4
}


.readmore{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 11;
	background-image: url(../images/icons/arrowdown.svg);
	-webkit-background-size: 30px 60px;
	background-size: 30px 60px;
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: ease 0.6s;
}
.arrowbg{
	position: absolute;
	bottom: -200px;
	right: -200px;
	width: 300px;
	height: 300px;
	transform: rotate(45deg);
	background-color: white;
	z-index: 1;
	box-shadow: 0 0 120px rgba(0,0,0,0.4);
}



.content{
	width: 100%;
	padding: 100px 1.15rem;
	margin-top: -30px;
	overflow: visible;
	position: relative;
}
.content-text{	
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
	width: 100%;
}
.content-image{display: none;}


.imagediv::after{
	display: none;
}
.shapesection{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.shapesection::after{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height:100%;
	content: " ";
	background-color: #111;
	opacity: 0.5;
	z-index: 1;
}
.imagetext{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
}
.shapediv{
	overflow: hidden;
	padding: 0 1.15rem;
}
.imagediv{
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.imagetext p{
	margin-left: 0px;
}
.whybtn{
	position: absolute;
	right: -20px;
	bottom: 20px;
	background-color: #3877ce;
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	box-shadow: 10px 10px 0 #333;
	transition: ease 0.2s;
}
.why-image{
	width: 100%;
	height: 350px;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	margin-right: -40px;
	position: relative;
}
.why-text{
	background-color: #e7bd4f;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	color: white;
	width: 100%;
	float: left;
	margin-left: -10px;
	margin-top: -20px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.why-text::before{
	width: 250px;
	height: 250px;
	content: " ";
	position: absolute;
	bottom: -225px;
	right: 0;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: bottom right;
}

.why-text h4{
	font-size: 28px;
	font-weight: 500;
	line-height: 35px;
}
.why{
	padding-top: 60px;
	padding-bottom: 0px;
}
.fcol{
	padding-bottom: 30px;
}
.callback a{
	float: left;
}

.welcome{
	padding-top: 60px;
	padding-bottom: 60px;
}
.welcome h2{
	font-size: 18px;
	line-height: 25px;
}
.imagetext h3{
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

nav{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
nav ul{
	border-left: 0px solid #e7bd4f;
	overflow: hidden;
}
nav ul li a{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	line-height: 25px;
}
.sub-menu li a {
	line-height: 25px;
	font-size: 14px;
}

.deets{
	width: 100%;
	float: right;
	padding-top: 10px;
	border-top: 1px solid #e7bd4f;
}
.deets a, .deets p{
	font-size: 14px;
	display: block;
	margin: 0;
	line-height: 20px;
	font-weight: 300;
}
.deets p{display: none;}
.shownav{
	top: -100vh;
	left: -120%;
}
.sidebar{display: none;}

.otherheader{
	height: 50vh;
}
.contentbox{
	padding: 0;
}
.thumbs{
	width: 50%;
	padding: 5px;
}
.social a{
	display: inline-block!important;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
	background-color: rgba(0,0,0,0.7);
	color: white!important;
	font-size: 23px;
}
.social{margin-top: 10px;}

