html,
body {
	background: #fff;
	background-attachment: fixed;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #333;
}

/* START OF FRAMEWORK CSS */
.webpage {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	background: #fff;
}

.container	{
	max-width: 1375px;
}

a	{
	color: #0275d8;
	}

a:hover	{
	color: #3366bb;
	}

.no_underline:hover,
.no_underline {
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6	{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0;
	font-weight: 500;
}

h1.first_h, h2.first_h, h3.first_h, h4.first_h, h5.first_h, h6.first_h	{
	margin-top: 20px;
}
/* END OF FRAMEWORK CSS */


/* START OF BACKGROUND ROWS */
.container-fluid.container-fluid-striped:nth-child(odd){
	background: #999 url('../images/skin/container_striped_bg_odd.jpg') center center repeat;
	border-bottom: 1px solid #fff;
}

.container-fluid.container-fluid-striped:nth-child(even){
	background: #ccc url('../images/skin/container_striped_bg_even.jpg') center center repeat;
	border-bottom: 1px solid #fff;
}

.row.row-striped:nth-child(odd){
	background: rgba(128,128,128,0.75)
}

.row.row-striped:nth-child(even){
	background: rgba(128,128,128,0.75)
}

.row.row-striped p,
.row.row-striped a,
.row.row-striped h1,
.row.row-striped h2,
.row.row-striped h3,
.row.row-striped h4,
.row.row-striped h5,
.row.row-striped h6,
.row.row-striped ul li,
.row.row-striped ol li,
.container-fluid.container-fluid-striped p,
.container-fluid.container-fluid-striped a,
.container-fluid.container-fluid-striped h1,
.container-fluid.container-fluid-striped h2,
.container-fluid.container-fluid-striped h3,
.container-fluid.container-fluid-striped h4,
.container-fluid.container-fluid-striped h5,
.container-fluid.container-fluid-striped h6,
.container-fluid.container-fluid-striped ul li,
.container-fluid.container-fluid-striped ol li	{
	color: #fff;
	}

.bg1 {
	background: #b3b2cc;
}

.bg2 {
	background: #f3cba4;
}

.bg3 {
	background: #acc7a6;
}

.bg4 {
	background: #d0afce;
}

.color_1 {
	color: #b3b2cc!important;
}

.color_2 {
	color: #f3cba4!important;
}

.color_3 {
	color: #acc7a6!important;
}

.color_4 {
	color: #d0afce!important;
}

/* END OF BACKGROUND ROWS */


/* START OF TOP BANNER */
div.top_banner	{
	background: #666;	
	}

div.top_banner p{
	margin: 0;
	}

div.top_banner i{
	font-size: 120%;
	}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 5px 0;
}

div.top_banner div.phone a,
div.top_banner div.email a {
	text-decoration: none;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
}

.navigation_top_banner {
	position: sticky;
	top: 0;
	z-index: 16;
	}

/* END OF TOP BANNER */


/* START OF HEADER */
div.header_outer{
	background: #eee;
	}
	
div.header_outer div.contact_details p	{
	margin: 0;
	padding: 5px 0;
	color: #666;
	line-height: 1em;
	font-size: 125%;
	}

div.header_outer div.contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div.header_outer div.contact_details p.phone	{
	font-size: 200%;
	}

.header_contact,
.header_contact a {
	color: #333;
}
/* END OF HEADER */


/*  START OF NAVIGATION */
/* Change for navigation container background */
div.navigation	{
	xborder: 1px solid #ddd;
	background: #e2e5e5;
	xbackground: rgba(255,255,255,0.9);
	xbox-shadow: 10px 10px 10px #f9f9f9;
	}

div.navigation nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
div.navigation nav.navbar button.navbar-toggler {
	border: 2px solid #666;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
	}

/* To change the hamburger color, edit the RGBA attribute below */
button.navbar-toggler span.navbar-toggler-icon	{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,102,102,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Div to hold the logo */
div.navigation nav.navbar a.navbar-brand {
	max-width: 75%;
	}

/* Logo */
div.navigation nav.navbar a.navbar-brand img.logo {
    margin: 0 auto;
    padding: 5px;
    max-height: 100px;
	}

/* Level 1 links and dropdown style*/
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link,
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
	padding: 10px 20px;
	/* Fade Property */
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	}

/* Level 1 links */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link {
	xxxpadding: 10px 20px;
	xtext-transform: uppercase;
	background-color: transparent;
	color: #333;
	font-size: 90%;
	}
	
/* Level 1 link - active */
div.navigation nav.navbar ul.navbar-nav li.nav-item.active a.nav-link {
	background: #fff;
	}

/* Level 1 link - hover */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
	background: #fff;
	}

/* Enable dropdown menu on hover */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown:hover div.dropdown-menu {
	display: block;
	}

/* Level 2 dropdown div */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #999;
	}

/* Level 2 dropdown links if to be different from level 1 */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
	xpadding: 10px 20px;
	background-color: transparent;
	color: #fff;
	font-size: 125%;
	}
	
/* Level 2 dropdown link hover if to be different from level 1 */
div.navigation nav.navbar ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item:hover	{
	background-color: #888;
	color: #fff;
	}

/* Styling for social media icons in nav */
div.navigation nav.navbar ul.navbar-nav li.social {
	display: flex;
	}

/* Add fixed width to any fa icons so the text lines up */
div.navigation nav.navbar ul.navbar-nav li.nav-item a.nav-link span.fa_holder,
span.fa_holder {
    width: 30px;
    display: inline-block;
	}

/* END OF NAVIGATION */


/* START OF CAROUSEL */

/* Fix the image height issue for mobile devices */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* If the carousel is full width, remove this pairing and move the include outside of the webpage */
#carouselSlider	{
	xmargin-left: -15px;
	xmargin-right: -15px;
	}
	
/* Customise the styling for the carousel overlay */
.carousel-overlay {
	padding: 20px;
	position: absolute;
	bottom: 50px;
	right: 50%;
	width: 75%;
	transform: translate(50%,0);
	text-align: center;
}

.carousel-overlay h3	{
	margin: 0 0 25px;
	padding: 0;
	font-size: 330%;
	color: #fff!important;
	text-shadow: 2px 2px #333, -1px -1px #333, -1px 2px #333, 2px -1px #333!important;
}

.carousel-overlay p	{
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 1em;
	color: #fff!important;
	text-shadow: 1px 1px #333, -1px -1px #333, -1px 1px #333, 1px -1px #333!important;
}

.carousel_testimonial {
	min-height: 65vh;
	color: #fff;
}
.carousel_testimonial div {
	width: 80%;
}

/* END OF CAROUSEL */


/* START OF BUTTONS */
.btn {
	padding: 10px;
	xtext-transform: uppercase;
	xfont-weight: 700;
	xfont-size: 125%;
}

.btn-primary {
	border: 2px solid #b3b2cc;
	border-radius: 0;
	background: #b3b2cc;
}

.btn-primary:hover {
	border: 2px solid #b3b2cc;
	background: #fff;
	color: #b3b2cc!important;
}

.btn-secondary {
	border: 2px solid #acc7a6;
	border-radius: 0;
	background: #acc7a6;
}

.btn-secondary:hover {
	border: 2px solid #acc7a6;
	background: #fff;
	color: #acc7a6!important;
}


.btn-success {
	background:  #5de35d;
	border-color: #5de35d;
}

.btn-success:hover {
	background:  #91e391;
	border-color: #5de35d;
}

.btn-gradient {
	background: linear-gradient(-5deg, #fff 0%, #4a54f1 33%, #f89109 66%, #fff 100%);
	border-color: #fff;
	color: #fff;
	transition: .3s;
}

.btn-gradient:hover {
	background: linear-gradient(-5deg, #fff 0%, #f89109 33%, #4a54f1 66%, #fff 100%);
	border-color: #fff;
	color: #fff;
}
/* END OF BUTTONS */


/* START OF PARALLAX */

section.parallax {
  height: 90vh;
}

.overlay_container {
	position: relative;
	}
	
.overlay_container .overlay {
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	}

.overlay_container .overlay h1,
.overlay_container .overlay h2,
.overlay_container .overlay h3,
.overlay_container .overlay p,
.overlay_container .overlay a {
	color: #fff;
	}

.shrink_video {
	overflow: hidden;
	max-height: 70vh;
}

.overlay_container .overlay h1 {
	font-size: 350%;
}
.overlay_container .overlay h3 {
    font-size: 300%;
}

/* END OF PARALLAX */


/* START OF FIXED SOCIAL MEDIA */
div.fixed_social_media {
    border-radius: 5px 0 0 5px;
    padding: 3px 8px 5px;
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 9999;
    position: fixed;
    width: 55px;
    background: rgba(255,255,255,0.5);
	}
	
img.fixed_social_icon	{
	margin: 2px 0;
	}	

/* END OF SOCIAL MEDIA */


/* START OF COOKIE CONSENT */
div.cc-window {
	padding: 10px 60px!important;
	background: #ccc;
}

div.cc-window span.cc-message	{
	color: #333;
	}

div.cc-window a.cc-btn	{
	background: #aaa;
	border-color: #aaa;
	color: #fff;
	transition: .3s;
	}
/* END OF COOKIE CONSENT */


/* START OF CALENDAR */
table#calendar {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

table#calendar th,
table#calendar td {
	border: 1px solid #ccc;
	text-align: center;
}

table#calendar thead th {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ddd;
}

table#calendar tbody th {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e9e9e9;
}

table#calendar td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
/* END OF CALENDAR */


/* START OF PROJECTS */
.project_header {
	letter-spacing: 3px;
	text-align: right;
	}
	
.project_type {
	letter-spacing: 3px;
	color: #fff;
	text-align: right;
	}
	
.project_type span{
	color: #f9911f;
	margin: 0 10px 0 0;
	}

.project_desc {
	background: #1d6083;
    color: #fff;
	}
/* END OF PROJECTS */


/* START OF NEWS & EVENTS */
div.news_event	{
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #eee;
}

p.news_event_date	{
	margin: 10px auto 0;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
	background: #fff;
	width: 100%;
}

p.news_event_month	{
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	background: #666;
	color: #fff;
	width: 100%;
}

p.news_event_year	{
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 0;
	font-weight: bold;
	background: #888;
	color: #fff;
	width: 100%;
}

h3.news_event_title	{
	margin-top: 0;
}
div.card div.news_event	{
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

div.card div.news_event p.news_event_date	{
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
	padding: 0;
	font-size: 125%;
}

div.card div.news_event p.news_event_month	{
	border-radius: 0 0 3px 3px;
	font-size: 100%;
}

div.card div.news_event h3	{
	margin: 0;
	font-size: 100%;
	text-transform: capitalize;
	color: #888;
}

div.card div.news_event h3 a	{
	color: #888;
}
/* END OF NEWS & EVENTS */


/* START OF CARD */
.card.news_event_index {
	background: #eee;
}
/* END OF CARD */


/* START OF FA_PANELS */
div.fa_panel {
	text-align: center;
	color: #fff;
}

div.fa_panel i {
	font-size: 500%;
}

div.fa_panel h4 {
	padding: 0;
	margin: 0;
}

div.fa_panel1 {
	background: #b3b2cc;
}

div.fa_panel2 {
	background: #f3cba4;
}

div.fa_panel3 {
	background: #acc7a6;
}

div.fa_panel4 {
	background: #d0afce;
}
/* END OF FA_PANELS */


/* START OF OVERLAY PANELS */
div.overlay-panel {
	position: relative;
	height: 350px;
	display: flex;
	}
	
div.overlay-panel div.overlay-content {
	position: absolute;
	top: 3%;
	left: 3%;
	text-align: center;
	width: 94%;
	height: 94%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: .5s;
	padding: 10px;
	}
	
div.overlay-panel div.overlay-content:hover {
	opacity: 1;
	}
	
div.overlay-panel .overlay-initial-header {
	margin: 0;
	align-self: center;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: .3s;
	}
	
div.overlay-panel:hover .overlay-initial-header {
	opacity: 0;
	}
	
div.overlay-panel div.overlay-content h2 {
	margin: 0;
	color: #fff;
	}
	
div.overlay-panel div.overlay-content p{
	color: #fff;
	}
	
div.overlay-panel#overlay-panel-1 {
	background: url('../images/panels/service1.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-2 {
	background: url('../images/panels/service2.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-3 {
	background: url('../images/panels/service3.jpg') top center no-repeat;
	background-size: cover;
	}	
/* END OF OVERLAY PANELS */


/* START OF VIDEOWRAPPER */
.videoWrapper iframe {
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	width: 100%;
	xheight: 100%;
}
/* END OF VIDEOWRAPPER */


/* START OF RECAPTCHA ERROR */
p#form_error_message {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	width: 100%;
	}

div.recaptcha_error {
	margin: 10px 0;
	padding: 6px 5px 5px 6px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	}
/* END OF RECAPTCHA ERROR */


/* START OF FOOTER */
footer {
	background: #595959;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 200%;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #fff;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	font-size: 100%
}

/* Remove the dropdown menu and dropdown favicon (footer quicklinks only) */
footer .dropdown-toggle::after,
footer li.nav-item.dropdown div.dropdown-menu {
    display:none;
}

/* Remove the background colour from the quicklinks */
footer a.nav-link:hover,
footer li.nav-item.active a.nav-link {
	background: none!important;
}

/* Underline the quicklinks when you hover */
footer a.nav-link:hover {
	text-decoration: underline;
}

footer ul li.social div {
	display: none !important;
	}
	
footer ul li.social {
	display: block;
	}
	
footer ul li {
    font-size: 120%;
    margin-bottom: 5px;
    }

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #222;
	font-size: 80%;
}
/* END OF FOOTER */

img.backtotop	{
	border-radius: 10px;
	opacity: 0.8;
	bottom: 90px;
	right: 10px;
	position: fixed;
	z-index: 9999999;
	background: rgba(100, 100, 100, .8);
	}


/* START OF FORM */
.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 20%;
	left: 20%;
}

.checkbox label#checkbox {
	float: right;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 90%;
	margin-top: 6px;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}

div.card-columns{
	column-count: 5;
	}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #aaa !important;
  opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #aaa !important;
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: #aaa !important;
}
/* END OF FORM */


/* START OF SPAM PROTECTION - DIV NEEDS TO BE TRANSPARENT */
div.send_email {
	color: #666;
	background: #fff;
	opacity: 0;
	}
/* END OF SPAM PROTECTION */

div#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	z-index: 99999;
	}
	
div#preloader p{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 1rem;
	text-align: center;
	background: #cceff7;
	font-size: 120%;
	border-top: 2px solid #a2ddeb;
	border-bottom: 2px solid #a2ddeb;
	}
	
div#preloader .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

.object-fit-cover {
	object-fit: cover;
	}


.grayscale{
	filter: grayscale(100%);
	}

.orange_banner {
	color: #fff;
	background: #fb8c07;
}

.gradient_bg, 
.navigation.gradient_bg {
	background: linear-gradient(-5deg, #fff 0%, #4a54f1 33%, #f89109 66%, #fff 100%);
	/* background: linear-gradient(-20deg, #fff 0%, #fb8c07 33%, #3498db 66%, #fff 100%); */
}

div.navigation.gradient_bg nav.navbar ul.navbar-nav li.nav-item a.nav-link{
	color: #fff;
}

div.navigation.gradient_bg nav.navbar ul.navbar-nav li.nav-item.active a.nav-link,
div.navigation.gradient_bg nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover{
	color: #333;
}

div.navigation.gradient_bg nav.navbar button.navbar-toggler {
	border: 2px solid #fff;
}

div.navigation.gradient_bg nav.navbar button.navbar-toggler span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lobster{
	font-family: 'Lobster Two';
}

footer.gradient_bg h3,
footer.gradient_bg h4,
footer.gradient_bg p,
footer.gradient_bg a,
footer.gradient_bg,
.mission_statement {
	color: #333;
}

.mission_statement h3{
	font-size: 220%;
}

.mission_statement p{
	font-size: 120%;
	text-align: left;
}

.heading_row{
	text-align: center;
}

.heading_row hr{
	background: #fb8c07;
	height: 3px;
	width: 100%;
	display: block;
}

.heading_row h1,
.heading_row h2,
.heading_row h3,
.heading_row h4,
.heading_row h5,
.heading_row h6{
	margin: 0;
}

img.home_image {
	width: 50%;
	margin: auto;
	display: block;
	}

div.home_summary {
	border: 2px solid #4a54f1;
	padding: 1rem;
	}

/* START OF MEDIA QUERIES */
/* 1200px or smaller */
@media (max-width: 1200px){

	}

/* 992px or smaller */
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
		
	h1 {
		font-size: 200%;
		}
		
	h2 {
		font-size: 150%;
		}
		
	h3, h4, h5, h6 {
		font-size: 125%;
		}
	
	.navigation_top_banner,
	.top_banner_with_menu {
		position: sticky;
		z-index: 16;
		}
		
	.navigation_top_banner {
		top: 80px;
		}

	.top_banner_with_menu {
		top: 0;
		}
	}

/* 768px or smaller */
@media (max-width: 768px){
	div.card-columns{
		column-count: 3;
		}
		
	a.nav-link	{
		padding: 5px!important;
		}
		
	img.logo {
		max-width: 100%;
		}

	.overlay_container .overlay {
		width: 90%;
		}

	.overlay_container .overlay h1,
	.overlay_container .overlay h2,
	.overlay_container .overlay h3{
		font-size: 110%;
		margin: 10px;
		}
	
	.overlay_container .overlay p{
		font-size: 80%;
		margin: 10px;
		}
	img.home_image {
		width: 100%;
		}
	}

/* 576px or smaller */
@media (max-width: 576px){
	div.card-columns{
		column-count: 2;
		}
	}
/* END OF MEDIA QUERIES */
