@charset "UTF-8";
/* CSS Document */

/* Designed & Developed by www.fernandfenech.com */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	background: #ffffff;
}

textarea, input[type=text], input[type=submit] { outline: none; -webkit-appearance: none; }

textarea, input[type=text], input[type=submit], input[type=submit] {
	border-radius: 0;
}

a, a:focus, a:active {
    outline: 0 none;
}

a {
    color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container {
	/* max-width: 1500px;*/
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.leftspacer {
	margin-left: 7.5%;
}

.rightspacer {
	margin-right: 7.5%;
}

.alignleft, .pull_left {
	float:left;
}

.alignright, .pull_right {
	float:right;
}

img.alignleft {
	margin-right: 15px;
	margin-bottom: 2px;
	border: 3px solid #ddd;
}

img.alignright {
	margin-left: 15px;
	margin-bottom: 2px;
	border: 3px solid #ddd;
}

img.aligncenter {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	margin-bottom: 30px;
	
}

hr {
	border: none;
	border-top: 1px dashed #666;
	margin: 30px 0px;
	padding: 0px;
	height: 1px;
}

.mobile_only {
	display: none;
}

/* --- sizes --- */

.quarter {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.threequarters {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

.third {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
}

.twothirds {
	width: 66.66666%;
	display: inline-block;
	vertical-align: top;
}

.half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.sixty {
        width: 60%;
	display: inline-block;
	vertical-align: top;
}

.forty {
        width: 40%;
	display: inline-block;
	vertical-align: top;
}

.twenty {
        width: 20%;
	display: inline-block;
	vertical-align: top;
}

.sixty {
        width: 60%;
	display: inline-block;
	vertical-align: top;
}

.eighty {
        width: 80%;
	display: inline-block;
	vertical-align: top;
}

.fullwidth {
	width: 100%;
	display: block;
}


/*  -------------- button ------------------  */ 

.bigbutton, a.bigbutton, input.bigbutton, .gform_button[type=submit]  {
	padding: 15px 20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-family: "Lato", Arial, sans-serif;
	margin: 0px 5px;
	font-weight: 400;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bigbutton:before, a.bigbutton:before, input.bigbutton:before, .gform_button[type=submit]:before  {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f0a9";
	margin-right: 10px;
	vertical-align: top;
	font-size: 15px;
	
}

.bigbutton.last, a.bigbutton.last, input.bigbutton.last {
	margin-right: 0px;
}

.bigbutton:hover, a.bigbutton:hover {
	text-decoration: none;
	
}

.bigbutton.hollow, a.bigbutton.hollow, .bigbutton.hollow.blue, a.bigbutton.hollow.blue {
	border: 2px solid #2a3a4b;
}

.bigbutton.hollow.blue:hover, a.bigbutton.hollow.blue:hover{
	border: 2px solid #5f6878;
	background: rgba(95,107,120,0.15);
}

.bigbutton.hollow.white, a.bigbutton.hollow.white {
	border: 2px solid #fff;
	color: #fff;
}


.bigbutton.hollow.white.unbordered, a.bigbutton.hollow.white.unbordered {
	border:none;
	padding-left: 0;
	color: #fff;
}

.bigbutton.hollow.white:hover, a.bigbutton.hollow.white:hover{
	border: 2px solid rgba(255,255,255,0.85);
	background: rgba(255,255,255,0.15);
}

.bigbutton.hollow.white.unbordered:hover, a.bigbutton.hollow.white.unbordered:hover{
	border:none;
	background: rgba(255,255,255,0.15);
	padding-left: 15px;
	
}

.bigbutton.hollow.orange, a.bigbutton.hollow.orange {
	border: 2px solid #fe6625;
	color: #fe6625;
}

.bigbutton.hollow.orange.unbordered, a.bigbutton.hollow.orange.unbordered {
	border: none;
	color: #fe6625;
	padding-left: 0;
}

.bigbutton.hollow.orange:hover, a.bigbutton.hollow.orange:hover {
	border: 2px solid #fe9467;
	background: rgba(254,148,103,0.15);
}

.bigbutton.hollow.orange.unbordered:hover, a.bigbutton.hollow.orange.unbordered:hover {
	border: none;
	background: rgba(254,148,103,0.15);
}

.bigbutton.solid, a.bigbutton.solid, .bigbutton.solid.blue, a.bigbutton.solid.blue, .gform_button[type=submit] {
	background: #2a3a4b;
	border: 2px solid #2a3a4b;	
	color: #fff;
}

 .bigbutton.solid.blue:hover, a.bigbutton.solid.blue:hover, .gform_button[type=submit]:hover {
	border: 2px solid #5f6878;
	background: #5f6878;
	cursor: pointer; cursor: hand;
}

.bigbutton.solid.orange, a.bigbutton.solid.orange {
	background: #fe6625;
	border: 2px solid #fe6625;	
}

.bigbutton.solid.orange:hover, a.bigbutton.solid.orange:hover {
	background: #fe9467;
	border: 2px solid #fe9467;
}

.bigbutton.solid.white, a.bigbutton.solid.white {
	background: #fff;
	border: 2px solid #fff;	
	color: #051922;
}

.bigbutton.solid.white:hover, a.bigbutton.solid.white:hover {
	background: rgba(255,255,255,0.85);
	border: 2px solid rgba(255,255,255,0.85);
}

.bigbutton.circle {
	padding: 18px 20px ;
	line-height: 14px;
	width: auto;
	height: auto;
	font-size: 23px;
}

.bigbutton.circle:before {
	content: "";
	margin: 0;
	padding: 0;
}

.bigbutton.circle.solid:hover, a.solid.bigbutton.circle:hover {
	background-color:#6896B0;
	border-color: #6896B0;
}


/*  --------------------------------  */ 

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.buttoncontainer {
	margin-top: 15px;
}

.buttoncontainer.notop {
	margin-top: 0;
}

.buttoncontainer a:first-child {
	margin-left: 0px;
}

.padded {
	padding: 10% 15%;
}

.section h1 {
	font-size: 30px;
	line-height: 40px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #2a3a4b;
}

.section h2 {
	font-size: 17px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
	color: #999;
	text-align: justify;
}

.section h3 {
	font-size: 16px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 25px;
	color: #fe6625;
	text-align: justify;
}

.section p {
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0px;
	text-align: justify;
	color: #666;
}

.divider {
	width: 15%;
	max-width: 150px;
	margin: 45px auto;
	height: 6px;
	background-color: #2a3a4b;
}

.divider.orange {
	background-color: #fe6625;
}

/* ---------- start css -------------- */

.topbar {
	background-color: #2a3a4b;
	color: #fff;
	line-height: 30px;
}

.topbar .topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	
}

.topbar .topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #2a3a4b;
	text-transform: uppercase;
	
	
}

.topbar .topmenu ul li a {
	margin-left: -3px;
	color: #2a3a4b;
	text-transform: uppercase;
	padding: 8px 10px 7px 10px;
	background: #fff;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}

.topbar .topmenu ul li a:hover {
	background: rgba(255,255,255,0.8);	
	text-decoration: none;
}

.mainheader {
	padding: 15px 0;
}

.logocontainer {
	width: 255px;
	padding: 10px 0px;
}

.logocontainer img {
	width: 100%;
	height: auto;
}

.menubar {
	background: #eee;
	line-height: 50px;
	
	  position: -webkit-sticky; /* Required for Safari */
  position: sticky;
  top: 0;
  z-index: 10000;
}

.searchform {
	display: inline-block;
	padding: 10px;
	border: 3px solid #fff;
}

.searchform input[type=text] {
	font-size: 14px;
	color:#2a3a4b;
	border: none;
	border-bottom: 2px solid #2a3a4b;
	padding:8px 0px;
	margin-right: 10px;
	width: 240px;
	background: none;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.searchform input[type=text]::placeholder {
	font-size: 14px;
	color:#2a3a4b;
	opacity: 0.4;
	letter-spacing: normal;
}

.searchform input[type=text]:focus {
	width: 320px;
	color: #fe6625;
	border-bottom: 2px solid #fe6625;
}

.searchform button[type=submit] {
	-webkit-appearance: none;
	border: none;
	border: 2px solid #2a3a4b;
	color:#2a3a4b;
	font-size: 15px;	
	padding:8px;
	background: none;
	vertical-align: bottom;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.searchform button[type=submit]:hover {
	background: rgba(42,58,75,0.1);
	cursor: pointer; cursor: hand;
}

/* ----- royal ---- */
 
.royal {
	margin-top: 8px;
	background: #333;
	height: 65vh;
	min-height: 500px;
	position: relative;
	
	/*
	background-image: url(../images_interface/samplebg.jpg);
	background-size: cover;
	background-position: center center; */
}

.royal .slider {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 65vh;
	min-height: 500px;
}

.royal .slide {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 65vh;
	min-height: 500px;
	
}


.royalarrow {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 85%;
	z-index: 100;
	margin-right: 10%;
}

.royalarrow img {
	height: 100%;
	width: auto;
	opacity: 0.3;
}

.royal .caption {
	background: rgba(42,58,75,0.9);
	color: #fff;
	width: 25%;
	min-width: 450px;
	padding: 35px 40px 15px 40px;
	left: -40px;
	position: relative;
	z-index: 101;
	/*left: -40px;
	bottom: 0px;*/
}

.royal .captionholder {
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 100%;
}

.royal .captionholder .buttoncontainer {
	padding: 6px 0;
}

.royal .captionholder h1 {
	font-weight: 400;
	font-size: 24px;
	text-align: justify;
	margin: 0;
	padding-bottom: 15px;
}

.royal .captionholder h2 {
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}

.quicklinks {
	background: #eee;
	position: relative;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 8px;
}

.quicklinks .quicklinkstitle {
	font-size: 20px;
	font-weight: 400;
	color: #2a3a4b;
	padding: 30px 40px 15px 40px;
	position: relative;
	left: -40px;
	top: -50px;
	background: #eee;
	width: 25%;
	min-width: 450px;
}

.smallline {
	width: 80px;
	height: 7px;
	background-color: #fe6625;
	display: block;
	margin-top: 30px;
}

.quickbuttonscontainer {
	margin-top: -50px;
	color: #2a4a4b;
}

.quickbuttonscontainer a:nth-child(even) {
	background: rgba(204,204,204,0.3)
}

.quickbuttonscontainer .buttonpadding {
	padding: 12%;
}

.quickbuttonscontainer a.quickbutton {
	display: inline-block;
	font-weight: 400;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.quickbuttonscontainer a.quickbutton:hover {
	background: rgba(42,58,75,0.1);
	text-decoration: none;
}

.quickbuttonscontainer a.twenty.quickbutton .icon {
	font-size: 2.3vw;
}

.quickbuttonscontainer a.quarter.quickbutton .icon {
	font-size: 2.6vw;
}

.quickbuttonscontainer a.third.quickbutton .icon {
	font-size: 3.5vw;
}

.quickbuttonscontainer a.quickbutton .buttontitle {
	font-size: 13px;
	text-transform: uppercase;	
	
	margin-bottom: 6px;
}

.quickbuttonscontainer a.quickbutton .buttondesc {
	font-size: 13px;
	text-align: left;	
}

/* ---- welcome part ---- */

.welcome {
	margin-bottom: 8px;
}

.welcome .welcomeimage {
	background: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.welcome .welcomearrowcontainer {
	position: relative;
	width: 100%;
	height: 100%;
}

.welcome .arrowleft {
	position: absolute;
    right: 0px;
    bottom: -10%;
    width: 55%;
    z-index: 100;
    margin-right: 10%;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.welcome .arrowleft img {

    height: auto;
    width: 100%;
    opacity: 0.3;

}

/* ---- our services ---- */

.ourservices {
	background: #eee;
	margin-bottom: 8px;
}

.ourservices h1 {
	line-height: none;
	margin-bottom: 0;
		padding: 40px 0;
}

.ourservices .servicescontainer {
	background-color: #2a3a4b;
}

.ourservices a.serviceholder {
	display: inline-block;
	background-size: cover;
	background-color: #444;
	background-repeat: no-repeat;
	color: #fff;
	height: 280px;
	position: relative;
	width: 100%;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	font-weight: 400;
	overflow: hidden;
}

.ourservices a.serviceholder:hover {
	text-decoration: none;
}

.ourservices a.serviceholder .servicetitle {
	font-size: 24px;
	position: absolute;
	bottom: 0;
	padding: 8%;
	width: 84%;
	z-index:12;
	webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition-delay: 0.2s;
}

.ourservices a.serviceholder:hover .servicetitle {
	bottom: 90px;
	transition-delay: 0s;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.ourservices a.serviceholder .servicedesc {
	font-size: 14px;
	position: absolute;
	bottom: -10px;
	margin: 0 8% 8% 8%;
	opacity: 0;
	z-index:11;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transition-delay: 0s;
	height: calc(90px - 8%);
	overflow: hidden;
}

.ourservices a.serviceholder:hover .servicedesc {
	
	opacity: 1;
	bottom: 0px;
	transition-delay: 0.1s;
}

a.serviceholder .overlay {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10;
	   background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22030819163602944) 29%, rgba(0,0,0,0.6544818611038166) 91%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22030819163602944) 29%, rgba(0,0,0,0.6544818611038166) 91%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22030819163602944) 29%, rgba(0,0,0,0.6544818611038166) 91%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 

	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

a.serviceholder:hover .overlay {
	bottom: 0;
}

a.serviceholder .icon {
	float: right;
	color: #FE8648;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.serviceholder:hover .icon {
	color: #fff;
	transform: rotate(90deg); 
}

.ourservices a.allservices {
	background: #FE8648;
	display: block;
	padding: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 20px;
}

.ourservices a.allservices:hover {
	background: #fe6526;
	text-decoration: none;
}

.ourservices a.allservices .icon {
	font-size: 20px;
	vertical-align: middle;
	height: 20px;
	margin-left: 10px;
}

/* ---- footer ---- */

.footer {
	background: #2a3a4b;
	color: #fff;
	padding: 3% 0 2% 0;
}

.footer .footerlogo {
	width: 22%;
	min-width: 200px;
}

.footer .footerlogo img {
	width: 100%;
	height: auto;	
}

.footer .footermenu {
	font-size: 13px;
}

.footer .footermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footermenu ul li {
	display: inline-block;
}

.footer .footermenu a {
	margin: 0 15px;
	font-weight: 400;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 14px;
}

.footer .footermenu a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.footer .footermenu a:last-child {
	margin-right: 0;
}

.footer .section.toppadded {
	margin-top: 3%;
}

.footer .contactdetail {
	margin-right: 45px;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	vertical-align: bottom;
}

.footer .contactdetail a.fab {
	font-size: 20px;
	padding: 0 7px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.footer .contactdetail a.fab:hover {
	color: #fe6625;	
	text-decoration: none;
}

.footer .credits {
	font-size: 11px;
}

.footer .credits a.creditdetail {
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 3px;
	font-weight: normal;
}

.footer .credits a.creditdetail:hover {
	opacity: 1;
	text-decoration: none;
}

.credits .creditdetail.ff {
	opacity: 0.65;
}

.credits .creditdetail.ff img {
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 1px;
}

.footer  .divider {
	margin-left: 85%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 55px;
}

/* ---- animation ----- */

.flash {
  -moz-animation: flash 400ms ease-out;
  -moz-animation-iteration-count: 3;

  -webkit-animation: flash 400ms ease-out;
  -webkit-animation-iteration-count: 3;

  -ms-animation: flash 400ms ease-out;
  -ms-animation-iteration-count: 3;
}

@keyframes flash {
    0% { background-color: transparent; }
    50% { border-color: rgba(254,102,37,1) }
    100% { background-color: transparent; }
}

@-webkit-keyframes flash {
    0% { background-color: transparent; }
    50% { border-color: rgba(254,102,37,1) }
    100% { background-color: transparent; }
}

@-moz-keyframes flash {
    0% { background-color: transparent; }
    50% { border-color: rgba(254,102,37,1) }
    100% { background-color: transparent; }
}

@-ms-keyframes flash {
    0% { background-color: transparent; }
    50% { border-color: rgba(254,102,37,1) }
    100% { background-color: transparent; }
}

/* ----- forms ----- */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px;
    color: #2a3a4b;
    border: 1px solid #2a3a4b;
	background: rgba(255,255,255, 1);
    padding: 13px;
    margin-right: 10px;
	border-radius: 0;
	line-height: 16px;
	
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

body .gform_wrapper select {
	line-height: 16px;
	font-size: 14px;
    color: #2a3a4b;
    padding: 13px 13px 12px 13px !important;
    min-width: 0px;
    width: 100% !important;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #2a3a4b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255,255,255,1) url(../images_interface/downarrow.png) no-repeat right center;

}

body .gform_wrapper textarea  {
    font-size: 14px;
    color: #2a3a4b;
    border: 1px solid #2a3a4b;
	background: rgba(255,255,255, 1);
    padding: 1.5%;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper textarea:focus {
	box-shadow: 0 0 5px rgba(254, 102, 37, 0.9);
	border: 1px solid #fe6625;
	color: #fe6625;
}

body .gform_wrapper li.checkboxes {
	padding-top: 20px;
	
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
    font-size: 12px;
	
}

body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 1em;
}

body .gform_wrapper .textarea.large {
	height: 100px;
}

body .gform_wrapper .top_label .gfield_label {
    color: #666;
    font-size: 11px;
    font-weight: 400
}

body .gform_wrapper .gfield_required {
	color: #C89797 !important;
}

body .gform_confirmation_message {
    color: #090;
    border: 1px solid #090;
    margin: 30px auto 0;
    font-size: 15px;
    padding: 20px;
    width: calc(100% - 40px);
	text-align: center;
}

body .gform_confirmation_message:before {
    margin-right: 5px;
    vertical-align: middle;
    font-family: dashicons;
    content: "\f147";
    font-size: 18px
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

body .gform_wrapper li.gfield.gfield_error {
    border-top: none !important;
    padding-top: 0 !important;
	margin-top: 16px !important;
    background-color: transparent;
	vertical-align: top !important;
	border-bottom: none;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
	border-color: #F30 !important
}

body .gform_wrapper li.gfield.gfield_error:not(.topspaced) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: calc(100% - 16px) !important;

}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 16px)!important
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 8px!important
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}

body .gform_wrapper .field_description_below .gfield_description {
	color: #F30 !important;
}

body .gform_wrapper .field_description_below .gfield_description:before {
    font-family: dashicons;
    content: "\f342";
    margin-right: 3px;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 400
}

body .gform_wrapper div.validation_error {
    border: 1px solid #F30 !important;
    font-weight: 400!important;
    font-size: 12px;
    width: 98%;
    margin-bottom: 10px;
    margin-top: 25px;
	color: #F30 !important;
}

body .gform_wrapper div.validation_error:before {
    font-family: dashicons;
    content: "\f335";
    margin-right: 3px;
    vertical-align: middle;
    font-size: 15px
}

body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 1em;
}

.contactsection .gform_wrapper .ginput_recaptcha {
    margin-left: auto;
    margin-right: auto;
    width: 304px
}

.contactsection .gform_wrapper .captcha_validation,
.contactsection .gform_wrapper .gform_footer {
    text-align: center;
}

.contactsection .gform_wrapper .gform_footer input[type=submit], .leftcontent .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.2em;
}

.mobilemenubar, .mobilesearchbar {
	display: none;
}

/* ---- notification ---- */

.notification {
	background-color: #fe6625;
	color: #ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	margin-top: -62px;
	position: relative;

	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.notification.showing {
	margin-top: 0px;
	
	-webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.notification a.closebutton {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 62px;
	height: 62px;
	line-height: 62px !important;
	text-align: center;
	background-color: rgba(255,255,255,0.15);
	font-size: 18px;
	
	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.notification a.closebutton .fas {
	line-height: 62px !important;
}

.notification a.closebutton:hover {
	background-color: rgba(255,255,255,0.25);
}

.notification .textcontainer {
	padding: 20px 0;
	font-size: 14px;
	vertical-align: middle;
}

.notification .textcontainer:before {
	font-family: "Font Awesome 5 Free"; 
    content: '\f05a';
 	margin-right: 10px;
    color: #fff;
	font-weight: 900;
	font-size: 18px;
	vertical-align: middle;
}



/* ---- testimonials ----- */

.testimonials {
	position: relative;
	overflow: hidden;
	background-color: #2a3a4b;
	padding: 100px 0;
}

.testimonials .commabg {
	position: absolute;
	left: 10%;
	top: 5%;
	font-size: 450px;
	z-index: 1;
	opacity: 0.1;
}

.testimonials .container {
	z-index: 2;
	position: relative;
}

.testimonials h1 {
	padding-top: 30px;
	color: #fff;
	margin-top: 0;
}

.testimonials .testimonial_container {
	 min-height: 300px; 
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.testimonials .testimonial_container p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.testimonials .testimonial_container .comma {
	font-size: 60px;
}


.testimonials .testimonial_container .buttoncontainer {
	margin-bottom: 20px;
}

.testimonials .testimonial_container .testimonial_profile {
	margin-top: 40px;
}

.testimonials .testimonial_container .testimonial_profile .testimonial_image.twenty {
	margin-right: 2%;
	width: 10%;
}

.testimonials .testimonial_container .testimonial_profile .testimonial_image img {
	width: 100%;
	height: auto;
}

.testimonials .testimonial_container .testimonial_profile .testimonial_details {
	font-size: 16px;
	line-height: 25px;
	color: rgba(255,255,255,0.8);
}

.testimonials .testimonial_container .testimonial_profile .testimonial_details .namesurname{
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 18px;
	color: #fff;
}

.testimonials .testimonial_container .half {
	vertical-align: bottom;
}

.testimonials .slider_container {
	position: relative;
}

.testimonials .testimonials_nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}

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

.container {
	width: 95%;
}

.topbar {
	height: 29px;
}

.royalarrow  {
	display: none;
}

.royal, .royal .slide, .royal .slider {
	min-height: 450px;
	height: 45vh
}
	
.leftspacer {
    margin-left: 10%;
}	

.quicklinks a.quickbutton .quarter, .quicklinks a.quickbutton .threequarters {
	display: block;
	width: 100%;
	text-align: center;
}

.quickbuttonscontainer .buttonpadding {
    padding: 8%;
}

.quickbuttonscontainer a.quickbutton .icon {
	margin-bottom: 20px;
}

.quickbuttonscontainer a.quickbutton .buttondesc {
	text-align: center;
}

.welcome .half {
	width: 100%;
	display: block;
}

.welcome .padded {
    padding: 7%;
}

.welcome .welcomeimage {
	height: 60vh;
	min-height: 500px;
}

.welcome .arrowleft img {
	width: 60%;
}

.ourservices a.serviceholder {
	height: 200px;
}

.ourservices a.serviceholder:hover .servicetitle {
	bottom: 120px;
}

.ourservices a.serviceholder .servicedesc {
	height: calc(120px - 8%);
}

.footer {
    padding: 5% 0 2% 0;

}
	
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {    
.royal .slideimage {
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-height: 450px;
	height: 45vh;
	
}
	
	.testimonials .testimonial_container p {
		font-size: 14px;
	}
	
	.testimonials .testimonial_container .testimonial_profile .testimonial_details {
		font-size: 14px;
		line-height: 22px;
	}

	.testimonials .testimonial_container p:first-of-type {
		margin-top: 0;
	}
}
@media screen and (max-width: 800px) {

	.notification {
		position: fixed;
		z-index: -1;
		height: auto;
	
	}	
	
	.notification .textcontainer {
		padding: 20px 82px 20px 20px;;
		font-size: 14px;
		vertical-align: middle;
	}

	.notification.showing {
		position: relative;
		margin-top: 75px;
		margin-bottom: -75px;
	}	
	
	
.royal {
	background: #2a3a4b;
}	
	
.royal .leftspacer, .quicklinks .leftspacer {
	margin-left: 0;
}	

.royal .caption {

    background: rgba(42,58,75,0.9);
    color: #fff;
    width: 90%;
    min-width: 0px;
    padding: 35px 5% 15px 5%;
   left: 0;
}

.royal .captionholder {
    top: 300px;
}

.royal, .royal .slider, .royal .slide {
	height: 600px;
	min-height: 0;
}

 .royal .slider {
	height: 300px;
}

.royal .slideimage {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	
}
	
	
.quicklinks {
    padding-bottom: 0px;
    margin-bottom: 10px;

}

.quicklinks .quicklinkstitle {
    font-size: 20px;
    font-weight: 400;
    color: #2a3a4b;
    padding: 40px 5%;
    position: relative;
    left: 0px;
    top: 0px;
    width: 90%;

}

.quickbuttonscontainer {
    margin-top: 0px;
}

.quickbuttonscontainer a.quickbutton {
	width: 33.3%;
	margin-bottom: 10px;
}

.quickbuttonscontainer a.quickbutton.quarter, 
.quickbuttonscontainer a.quickbutton.twenty:nth-child(1), .quickbuttonscontainer a.quickbutton.twenty:nth-child(2) {
	width: 50%;
}


.quickbuttonscontainer a.twenty.quickbutton .icon {

    font-size: 4.5vw;

}

.servicescontainer .quarter {
	width: 50%;
	display: inline-block;
}

.ourservices a.serviceholder {
	height: 200px;
}

.ourservices a.serviceholder .servicetitle {
	font-size: 18px;
}

.ourservices a.serviceholder:hover .servicetitle {
	bottom: 0px
}

.ourservices a.serviceholder:hover .servicedesc {
	bottom: 0px;
	display: none;
}

a.serviceholder:hover .overlay {
    bottom: -100px;
}

a.serviceholder .icon {
	display: block;
	float: none;
	margin-top: 10px;
}

a.serviceholder:hover .icon {
    color: #fff;
    transform: none;
}

.footer .sixty, .footer .forty {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.footer .footerlogo {
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.footer .section.toppadded {
    margin-top: 45px;
}

.footer .text-right {
	text-align: center;
}

.footer .divider {

    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 35px;

}

.footer .contactdetail{
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

.footer .ff {
	display: block;
	margin-top: 20px;
}


.topbar .twothirds, .menubar, .mainheader, .topbar {
	display: none;
}



.topbar .third {
	width: 100%;
	display: block;
	text-align: center;
}

.mobilesearchbar {
	position: fixed;
    top: 0px;
    left: 0;
	background-color: #fe6625;	
	height: 75px;
	z-index: 4999;
	width: 100%;
	color: #fff;
	display: block;
}


.mobilesearchbar form {
	margin-top: 17px;
}

.mobilesearchbar input[type=text] {
	font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
	background: rgba(255,255,255, 0.1);
    padding: 0px 13px;
    margin-right: 0px;
	border-radius: 0;
	line-height: 42px;
	width: calc(85% - 26px);
	height:42px;
}	

.mobilesearchbar button[type=submit] {
	width: calc(15% - 16px);
	-webkit-appearance: none;
	border: none;
	border: 2px solid #fff;
	color: #fe6625;
	font-size: 15px;
	padding: 8px;
	background: #fff;
	vertical-align: bottom;
	height:44px;
	line-height: 42px;
	min-width: 40px;
}

.mobilesearchbar input[type="text"]::placeholder {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    letter-spacing: normal;

}

.mobilesearchbar .fullwidth {
	text-align: center;
}

.mobilemenubar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 5000;
	height: 75px;
	border-bottom: 1px solid #eee;
	display: block;
}

.mobilemenubar .container {
    width: 100%;
}

.mobilemenubar .logocontainer {
	line-height: 75px;
	width: 100%;
	display: inline-block;
	margin-left: 0px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 997;
	
}
.mobilemenubar .logocontainer img {
	vertical-align: top;
	margin-top: 18px;
	width: 200px;
}

#mobilemenu .menucontainer.mburger {
	vertical-align: top;
	font-size: 25px;
	text-align: center;	
	height: 75px;
	line-height: 75px;
	width: 75px;
	color: #fe6625;
	background: #fff;
	 --mb-bar-height: 3px;
	 --mb-button-size: 75px;
	 --mb-bar-width: 0.4;
	z-index: 999;
	border-right: 1px solid #eee;
}


a.memberbutton {

    text-align: right;
    margin-right: 0%;
    display: block;

}

a.memberbutton .buttoncontent {
	position: absolute;
	z-index: 998;
	top: 0;
	right: 0;
	height: 45px;
    width: 45px;
	display: block;
	text-align: center;
	padding: 15px;
	border-left: 1px solid #eee;
}

a.memberbutton  .buttoncontent.orange, a.memberbutton .buttoncontent.orange .fas {
	color: #fe6625;
}

a.memberbutton .fas {
	vertical-align: top;
	font-size: 25px;
	text-align: center;
	color: #2a3a4b;
    font-size: 22px;
    
}

a.memberbutton .subtext {
	margin-top: 10px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
}


/*----- menu ------ */
	
	.mm-menu {
		--mm-color-background: #2a3a4b;
		--mm-listitem-size: 75px;
		 --mm-color-text: #fff;
		 font-size: 14px;
		 text-transform: uppercase;
		 font-weight: 400;
		 --mm-color-button: #fe6625;
		 --mm-color-border: rgba(0,132,207,0.1);
	}
	
	/* ------- */

	.royal {
		margin-top: 75px;
	}
		
	
	.testimonials .forty, .testimonials .sixty {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.testimonials .buttoncontainer {
		display: none;
	}
	
	.testimonials .thetestimonials {
		padding-top: 30px;
	}
	
	.testimonials .testimonials_nav {
		position: absolute;
		bottom: 0px;
		right: 0px;
		z-index: 2;
		width: 100%;
		
		text-align: center;
	}
	
	.testimonials .slider_container {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 600px) {
	
	.testimonials h1 {
		font-size: 26px;
	}
	
	.testimonials .testimonial_container p {
		color: #fff;
		font-size: 16px;
		line-height: 30px;
	}
	
	.testimonials .testimonial_container .testimonial_profile .testimonial_details .namesurname {
		font-weight: 700;
		margin-bottom: 0px;
		font-size: 16px;
		color: #fff;
	}

.mobile_only {
	display: block;
}

	
a.bigbutton, .bigbutton {
	width: calc(100% - 44px);
	margin: 5px 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.royal a.bigbutton {
	width: auto;
}

.quickbuttonscontainer a.twenty.quickbutton .icon, .quickbuttonscontainer a.quickbutton .icon {
    font-size: 7vw !important;
	float: left;
	margin-right: 25px;
	width: 30px;
	margin-top: 3px;
}

.quickbuttonscontainer a.quickbutton {
	width: 100% !important;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	display: block !important;
}

.quickbuttonscontainer .buttonpadding {
    padding: 5%;
}

.quicklinks a.quickbutton .threequarters {
    text-align: left;

}

.quickbuttonscontainer a.quickbutton .buttondesc {
    text-align: left;

}

.welcome .welcomeimage {
    height: 40vh;
    min-height: 300px;

}		

.welcome .arrowleft img {
    width: 80%;
}
}