@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Barlow:400,700|Playfair+Display:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

/* 
dark: #9ec9cf;
light: #39b54a;
 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Barlow', 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: 25px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.rfhp {
	height: 150px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
}
span{font-family: 'Dancing Script', cursive;}

.revealpageone{
	width: 100%;
	position: fixed;
	background-color: #fff;
	animation: pagereveal 2s;
}
@-webkit-keyframes pagereveal {
    0% {height: 100%; top: 0;}
    100% { height: 0%; top: 100%;}
} 


header{
	width: 100%;
	background-color: steelblue;
	border:12px solid white;
	position: relative;
	background-image: url(../images/header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1000;	
}
.homeheader{
	height: 100vh;	
}
.otherheader{
	height: 50vh;
}
header::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, #9ec9cf, #9ec9cf, #39b54a);
	background: -o-linear-gradient(left, #9ec9cf, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #9ec9cf, #39b54a);
	opacity: 0.7;
	z-index: 1;
}
.logo{
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	text-align: center;
}
.logo img{
	height: 250px;
	display: block;
}
.otherheader .logo img{
	height: 200px;
}
.logo a{
	display: block;
	line-height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 700;
}
.headertop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: 'Playfair Display', serif;
}
.bottombit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 150px;
}
.headerbottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: 'Playfair Display', serif;
}
.deets{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);

	transition: ease 2s;
}
.deets a{
	font-size: 19px;
	padding: 0 40px;
	line-height: 60px;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
}
.deets a img{
	height: 22px;
	margin-right: 10px;
	opacity: 0.5;
}
.mida{
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
}
nav{
	width: 100%;
	text-align: center;
	float: right;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	line-height: 60px;
	font-size: 16px;
	margin: 0 15px;
	position: relative;
	display: inline-block;
}
.sticky {
  position: fixed;
  top: -20px;
  width: 100%;
  height: 180px;
  z-index: 10000;
}
.topzies{
	margin-top: 100vh;
}
.active::after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	content: " ";
	background: -webkit-linear-gradient(left, #9ec9cf, #39b54a);
	background: -o-linear-gradient(left, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #39b54a);
	z-index: 1;	
}
.welcome {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.welcome h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
.welcome span{
	color: #9ec9cf;
	font-size: 25px;
}
.welcome p{
	font-size: 19px;
	line-height: 35px;
	margin-top: 0;
}
.dn{display: none;}
.pagename{
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
	z-index: 12;
	padding-top: 30px;
	transition: ease 1s;
	opacity: 0;
}
.pagename p{
	line-height: 80px;
	font-size: 35px;
	color: white;
	margin: 0;
	font-family: 'Playfair Display', serif;
}
.rely{
	width: 80%;
	display: block;
	margin: auto;
	background: -webkit-linear-gradient(top left, #9ec9cf, #39b54a);
	background: -o-linear-gradient(top left, #9ec9cf, #39b54a);
	background: linear-gradient(to bottom right, #9ec9cf, #39b54a);
	padding: 100px;
	position: relative;
	z-index: 1;
}
.relybackground{	
	border: 12px solid white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.relyleft{
	padding: 120px 80px;
	color: #fff;
}
.relyright{
	height: calc(100% - 240px);
	padding: 0px 50px;
	position: relative;
}
.relyimg{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}
.relyimg img{
	width: 80%;
	margin: auto 10%;
	margin-top: 40px;
	background-color: white;
	padding: 15px;
	padding-bottom: 35px;
}
.relyleft h3{
	font-size: 22px;
	line-height: 30px;
}
.relyleft p{
	font-size: 14px;
}
.relyleft span{
	font-size: 22px;
}
.relyimg::after{
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 50%;
	content: " ";
	background-color: white;
	opacity: 0.69;
	z-index: -1;
}
main{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: 0;
}
.mainbackground{
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: 100%;
	background-color: #eee;
	z-index: -1;
}
/* .content{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
	color: #444;
} */
.content h4{
	font-size: 28px;
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	margin-bottom: 30px;
}
.content p:first-of-type{
	margin-top: 0;
}
.content h5{
	font-size: 18px;
}
.content span{
	color: #9ec9cf;
	font-size: 19px;
}
.content ul{
	margin-bottom: 20px;
	margin-top: 20px;
}
.content ul li{
	color: black;
	position: relative;
	opacity: 0.9;
	font-size: 17px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 25px;
}
.content ul li:before{
	content: "";
	width: 4px;
	height: 4px;
	top: 12px;
	position: absolute;
	left: -20px;
	background-color: #9ec9cf;
	font-size: 22px;
}
.twolist{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
}

.paralaxsection{
	height: 500px;
	width: 100%;
	position: relative;
	background-image: url(../images/para.jpg);
	-webkit-background-size: cover;
	background-size: cover;	
	position: relative;
	background-attachment: fixed;
	z-index: -2;
	border:12px solid white;
	border-top: 0;
}
.paralaxsection::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, #9ec9cf, #9ec9cf, #39b54a);
	background: -o-linear-gradient(left, #9ec9cf, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #9ec9cf, #39b54a);
	opacity: 0.65;
	z-index: 1;
}
.partext{
	position: absolute;
	width: 100%;
	bottom: 0;
	color: white;
	z-index: 10;
}
.paraborder{
	border-bottom: 6px solid #eee;	
	padding: 40px 0;
}
.partext h5{
	font-size: 30px;
	font-weight: 300;
}
.partext p{
	font-size: 17px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}

.photosection{
	padding-top: 250px;
	padding-bottom: 150px;
	background-image: url(../images/photosectionbg.jpg);
	-webkit-background-size: 50%;
	background-size: 50%;	
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	position: relative;
}
.picturebox{
	position: relative;
	min-height: 600px;
}
.picturebox img{
	width: 100%;
}
.leftpic{
	position: absolute;
	left: 0;
	width: 30%;
	transform: rotate(-3deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	z-index: 2;
}
.middlepic{
	position: absolute;
	left: 20%;
	width: 60%;
	transform: rotate(1deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 1;
}
.rightpic{
	position: absolute;
	right: 0%;
	width: 40%;
	transform: rotate(2deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 2;
}
.callbacksection{
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	display: block;
	position: relative;
	z-index: -1;
	background-image: url(../images/pattern.png);
	background-size: 2000px;
}
.callbacktitles{
	text-align: center;
	width: 100%;
}
.callbacktitles h3{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 300;
	color: #9ec9cf;
}
.callbacktitles h4{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 300;
	color: #555;
}
.callbackform{
	background-color: rgba(0,0,0,0.1);
	padding: 40px 50px;
	margin-top: 30px;
}

.cancel{
	padding: 40px;
	border: 2px solid firebrick;
	margin-top: 30px;
}


.myform{
	margin-top: 20px;
	overflow: auto;
}

.myform label{
	float: left;
	font-size: 13px;
	position: relative;
	font-weight: bold;     
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #555;
}
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: #777;
	padding: 0px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 50px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 600;
}
.myform textarea{
	width: 100%;
	color: #777;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 600;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.0);
	color: #111;
	border-left: 0px solid #39b54a;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(50,50,50,0.0);
	border-left: 0px solid #39b54a;
	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: #9ec9cf;
	background: -webkit-linear-gradient(left, #9ec9cf, #39b54a);
	background: -o-linear-gradient(left, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #39b54a);
	border:0px solid #39b54a;
    color: white;
    font-size: 15px;	
    display: inline-block;
    padding: 0 20px;
    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: 100%;
	margin-top: 10px;
}
.enquiryform input[type=submit]{
	background: #39b54a; 
	border:1px solid #39b54a;	
}
.content input[type=submit]{
	background: #39b54a; 
	border:0px solid #39b54a;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(50,50,50,0.0);
	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;
}
::-webkit-input-placeholder { color: #888!important;}
::-moz-placeholder { color: #888!important;}
:-ms-input-placeholder { color: #888!important;}
:-moz-placeholder { color: #888!important;}

.nopad{	padding: 10px 0;}
.leftsubmit{float: left!important;padding-left: 20px;}
.enquiryform{	
	padding: 40px 20px;
	margin-top: 30px;
}

.revealz{
	width: 00%;
	height: 100%;
	content: " ";
	background-color: #9ec9cf;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: rgba(255,255,255,0.0);
}
.slidingbanner .visible {
	animation: textreveal 3s forwards;
	animation-delay:0s;
-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 textreveal {
    0.1% {width: 100%; left: 0; background-color: #9ec9cf;}
    100% { width: 0%; left: 100%; background-color: #39b54a;}
}
footer{
	background-color: #eee;
	padding-top: 150px;
	padding-bottom: 50px;
	color: white;
	width: 100%;
	z-index: -10;
	position: relative;

	background-image: url(../images/flogo.png);
	background-size: 700px;
	background-position: top -50px right 100px;	
	background-repeat: no-repeat;
	border:12px solid white;
	border-top: 0;
}

footer::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top left, #9ec9cf, #9ec9cf, #39b54a);
	background: -o-linear-gradient(top left, #9ec9cf, #9ec9cf, #39b54a);
	background: linear-gradient(to bottom right, #9ec9cf, #9ec9cf, #39b54a);
	opacity: 0.7;
	z-index: -1;
}
footer a, footer p{
	margin: 0;
	line-height: 40px;
	font-size: 18px;
	color: white;
	display: block;
}
footer h6{
	display: block;	
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #555;
	margin: 0;
}
.footerlink{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 100px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	font-size: 80px;
	margin-left: -7px;
	opacity: 1;
	font-family: 'Playfair Display', serif;
}
.footerlink::after{
	width: 30%;
	height: 3px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left: 7px;
	transition: ease 0.3s;
	content: " ";
}
.footlinks{
	margin-top: 20px;
}
.footlinks a{
	display: inline-block;
	font-size: 19px;
	margin-right: 15px;
}
.footerlink:hover::after{
	width: 100%;
}
.footlinks a span{
	color: #555;
}
.by{
	padding-top: 100px;
}
.by p{
	font-size: 12px;
}
.toggler{display: none;
}


.thumbs{
	float: left;
	width: 25%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 24px);
	height: calc(0% - 12px);
	bottom: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.1;
	pointer-events:none;
	background-color: #fff;
-webkit-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
        transition: all 300ms 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);
}
iframe{
	height: 400px;
	width: 100%;
	min-height: 400px;
}
#map{
	height: 500px;
	width: 100%;
	min-height: 500px;
}
blockquote{
	background-color: #eee;
	padding: 20px 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
	position: relative;
	margin-left: 20px;
}
blockquote::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #9ec9cf;
}
blockquote span{
	font-style: italic;
	font-size: 15px!important;
	color: #29abe2;
}
blockquote p{
	line-height: 30px;
	font-weight: 600;
	font-size: 17px;
}
.contactdeets{
	padding: 30px 20px;
	background-color: rgba(0,0,0,0.05);
	overflow: auto;
	border-radius: 8px;
}
.contactdeets a{
	color: #777;
	margin-right: 20px;
	display: block;
	line-height: 30px;
	font-size: 16px;	
}
.contactdeets a:hover{
	color: #0071bc;
}
.contactdeets p{
	margin: 0;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #777;
}
.topbit{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.contactdeets h5{
	margin: 10px 0;
}
.onecol{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.enquiryform{
	padding: 0;
}


.content img{
	height: 200px;
}

.innerserv h3{
	font-family: 'Barlow', sans-serif;
}

.servz{
	padding: 10px;
}
.innerserv{
	background-color: rgba(0,0,0,0.05);
	padding: 30px;

}


@media screen and (max-width: 1440px) { 

.rely{
	width: 100%;
}

}












@media screen and (max-width: 1024px) { 

header::after{
	opacity: 0.4;
}

.leftpic{
	position: relative;
	left: 0;
	width: 100%;
	transform: rotate(-3deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	z-index: 2;
}
.middlepic{
	position: relative;
	left: 0%;
	width: 100%;
	transform: rotate(1deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 1;
}
.rightpic{
	position: relative;
	right: 0%;
	width: 100%;
	transform: rotate(-2deg);
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 2;
}

.photosection{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/photosectionbg.jpg);
	-webkit-background-size: 150%;
	background-size: 150%;	
}

.logo{
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	text-align: center;
}
.logo img{
	height: auto;
	width: 100%;
	display: block;
}
.deets a{
	font-size: 16px;
	padding: 0 40px;
	line-height: 60px;
	display: block;
}
.nomob{display: none!important;}

nav{
	width: 100%;
	text-align: center;
	float: right;
	position: fixed;
	width: 100%;
	height: calc(100vh - 60px);
	top: -100%;
	left: 0%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
	transition: ease 0.2s;
	padding-top: 10px;
	display: table;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li{
	display: block;
	width: 100%;
	position: relative;
}
nav ul li a{
	line-height: 50px;
	font-size: 16px;
	margin: 0 0px;
	position: relative;
	display: block;
	width: 100%;
}
.shownav{
	top: 60px;
}
.active::after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	content: " ";
	background: -webkit-linear-gradient(left, #9ec9cf, #39b54a);
	background: -o-linear-gradient(left, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #39b54a);
	z-index: 1;	
}
.toggler{
	position: fixed;
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	left: 00%;
	top: 0;
	display: block;
	z-index: 100000;
	background-color: #9ec9cf;
	color: white;
}
.toggler::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top, #9ec9cf, #39b54a);
	background: -o-linear-gradient(top, #9ec9cf, #39b54a);
	background: linear-gradient(to right, #9ec9cf, #39b54a);
	opacity: 0.7;
	z-index: -1;
}
.toggler p{
	font-size: 25px;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
	display: block;
	text-align: center;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.pagename{
	display: none;
}
.logo{
	z-index: 10;
}
.rely{
	width: 100%;
	padding: 30px 0;
	border: 12px solid white;
}
.relybackground{	
	border: 0px solid white;
}
.relyleft{
	padding: 20px 0px;
}
.relyright{
	height: calc(100% - 0px);
	padding: 0px 0px;
	position: relative;
}
.content{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.callbacksection{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	display: block;
	position: relative;
	z-index: -1;
	background-image: url(../images/pattern.png);
	background-size: 2000px;
}
.partext h5{
	font-size: 24px;
	font-weight: 300;
}
.footerlink{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 50px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	font-size: 40px;
	margin-left: 0px;
	opacity: 1;
	font-family: 'Playfair Display', serif;
}

.headertop{
	position: absolute;
	top: calc(100% - 60px);
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: 'Playfair Display', serif;
}
.welcome {
	padding-top: 80px;
	padding-bottom: 80px;
}
.welcome .row{
	padding: 0;
}
footer .row{
	padding: 0;
}
.welcome p{
	font-size: 17px;
	line-height: 30px;
	margin-top: 0;
}
.welcome h2{
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.otherheader{
	height: 70vh;
}
.callbackform{
	padding: 10px;
}
.content h4{
	font-size: 21px;
	margin-bottom: 30px;
}
.otherheader .logo img{
	height: auto;
}
.relyleft h3{
	font-size: 21px;
	line-height: 30px;
}
.enquiryform{
	padding: 0;
}

.myform input, .myform select{
	font-size: 16px;
}
.myform textarea{
	font-size: 16px;
}
.twolist{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}