:root {
	--white: #FFF;
	--dark-grey: #676767;
	--navy: #1B2F5B;
	--orange: #F26722;
}

html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-navy {
	background-color: var(--navy);
}
.bg-orange {
	background-color: var(--orange);
}
.bg-light-grey {
	background-color: #f1f1f1;
}
.border-bottom-orange {
	border-bottom: solid 6px var(--orange);
}

.area-box {
	border: 2px solid #f1f1f1;
	border-radius: 20px;
	margin: 1%;
}



/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 30px;
}

.menu ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu ul li ul li {
	display: block;
	padding-left: 0;
	margin: 0;
}
.menu ul li:hover ul, .menu ul li ul:hover {
	left:auto;
}
/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:only-child:after {
    content: '';
}

/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}

.logo {
	width: 35%;
	/*max-width: 350px;
	min-width: 200px;*/
}

.banner-image {
	width: 100%;
    height: auto;
    min-height: 65vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.overlay-gradient {
	width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(27,47,91,1), rgba(0,0,0,0));
    mix-blend-mode: multiply;
    position: absolute;
    padding: 5%;
}


.back-button {
	background-color: var(--brand-blue);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
	font-size: 50px;
	color: var(--white) !important;
	text-decoration: none !important;
	margin: 40px 0;
	border: none;
	cursor: pointer;
}

/* ----------------------------------------------------- 4 Col Nav Bar with Changing Content Styles ------------------------------------------------- */

#sector-tabs {
	height: 550px;
	width: 100%;
}
.nav-bar-4col {
	width: 1000px;
	height: auto;
	display: flex;
	border: solid 1px var(--navy);
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	margin: 0 auto;
}
.nav-bar-4col li {
	list-style-type: none !important;
	width: 100%;
	padding: 20px;
	transition-duration: 0.4s;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	color: var(--navy);
	background-color: var(--white);
	border: solid 1px var(--navy);
	border-radius: 50px;
	margin: 0 20px;
	text-align: center;
}
.nav-bar-4col li.active {
	color: var(--white);
	background-color: var(--orange) !important;
	border: solid 1px var(--orange);
}

.nav-tab-content {
	display: none;
	display: flex;
	padding: 5% 0;
	/*min-height: 500px;*/
}
.nav-tab-content .text {
	width: 40%;
	margin-right: 10%;
}
.nav-tab-content .img {
	width: 50%;
	margin-left: 5%;
	padding: 0 8%;
}

.hidden-on-desktop {
	display: none !important;
}



/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5%;
}
.content-margin {
	margin: 5% 0;
}

.testimonial {
	margin-bottom: 40px;
	padding: 30px;
}

img.Icons {
	margin-left: -15px;
	margin-bottom: 20px;
}

/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
.ms-image {
	display: block !important;
	height: 80vh !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	background-color: rgba(0,55,98,0.65);
}

.metaslider .caption-wrap {
    background: none !important;
	opacity: 1 !important;
	
}
.caption-wrap .caption {
	position: absolute;
	bottom: 5%;
	padding: 30px 5% !important;
	width: 100%;
	color: var(--white) !important;
	font-weight: 400;
	font-size: 35px;
	line-height: initial;
	background-image: linear-gradient(to top, rgba(27,47,91,1), rgba(0,0,0,0));
}

.metaslider .flexslider .slides > li img
{
	height: inherit;
}




/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button, button {
    width: 100%;
    display: inline-block;
    text-align: center;
	border-radius: 50px;
    border: 0;
    background-color: var(--orange);
    font-weight: bold;
    padding: 10px 30px;
    text-decoration: none !important;
    margin-top: 15px;
    cursor: pointer;
	color: white;
}

.btQuoteBooking.c649c3e9a1e651 .ui-slider .ui-slider-handle {
	background: var(--orange) !important;
}


/* ----------------------------------------------------- FAQ Styles ----------------------------------------------------- */

.accordion-container {
	display: flex;
}
.accordion {
	width: 50%;
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--orange);
	width: calc(100% - 40px);
	margin: 10px 20px;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--orange);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
	border-radius: 0;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--orange);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--orange);
  border: 1px solid var(--orange);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
	font-size: 23px;
	font-weight: 500;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition-duration: 0.4s;
	color: var(--orange);
}
.accordion button[aria-expanded='true'] {
  color: var(--orange);
}
.accordion button[aria-expanded='true'] .icon::before {
	transform: rotate(-180deg);
	transition-duration: 0.4s;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  /*max-height: 9em;*/
  max-height: max-content;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */

footer {
	padding: 50px 5%;
	border-bottom: 10px solid var(--orange);
}
footer p, footer a {
	color: var(--dark-grey);
	font-size: 14px;
}


/* ----------------------------------------------------- Contact Form Styles ---------------------------------------------------------------- */

input.wpcf7-form-control {
	width: 100%;
	padding: 5px;
}
.wpcf7-submit {
	background-color: var(--navy) !important;
	color: var(--white) !important;
	border: solid 1px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background-color: var(--white) !important;
	color: var(--navy) !important;
}
input.wpcf7-form-control {
	width: 100% !important;
}

.wpcf7-form-control wpcf7-textarea {
	width: 100% !important;
}

wpcf7-form-control-wrap textarea-346 {
	width: 100% !important;
}

textarea {
	width: 100% !important;
}




/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	
	
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	.testimonial {
		margin-bottom: 40px;
		padding: 18px;
	}
	.bg-orange img {
    	max-width: 50px;
	}
	
	
/* ----------------------------------------------------- Changing tab Styles ---------------------------------------------------------------- */

	#sector-tabs .nav-tab-content {
		display: flex !important;
		padding: 5% 0 !important;
		flex-direction: column;
	}
	#sector-tabs .nav-tab-content .text {
		width: 100%;
		margin-right: 0%;
		order: 3;
		margin-bottom: 25px;
	}
	#sector-tabs .nav-tab-content .img {
		width: 100%;
		margin-left: 0%;
		min-height: fit-content;
		margin-bottom: 20px;
		order: 2;
	}
	#nav_tab_1, #nav_tab_2, #nav_tab_3, #nav_tab_4 {
		text-transform: uppercase;
		margin-bottom: 30px;
		color: var(--navy);
		font-weight: 600;
		font-size: 20px;
	}
	.hidden-on-desktop {
		display: block !important;
	}
	#sector-tabs {
  		height: auto;
	}
	
	
	
/*	#cs_image ul li, #img_slider ul li {
		width: 52vw;
	}
	#text_slider ul li, #cs_text ul li {
		width: 48vw;
	}
*/
	.nav-tab-content {
		display: block !important;
		padding: 0 !important;
		min-height: auto !important;
	}
	.nav-bar-4col {
		display: none !important;
	}
	
}


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.caption-wrap .caption {
 	   	font-size: 25px;
		padding: 16px 20px !important;
	}
	.menu li {
		padding: 1px 12px 2px 12px;
	}
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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

	.accordion-container {
		flex-wrap: wrap
	}
	.accordion {
		width: 100%;
	}
	.accordion .accordion-item {
	width: calc(100%);
	margin: 10px 0px;
}
	.metaslider .caption-wrap {
		top: 53%;
	}

}


/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.metaslider .caption-wrap {
	    width: 90% !important;
	}
	.bg-orange img {
    	max-width: 40px;
	}
	.psac-post-short-content {
		font-size: 14px !important;
    	line-height: 19px !important;
	}
	.accordion button .accordion-title {
		font-size: 18px;
	}
	
	.metaslider .caption {
		width: 100vw !important;
		bottom: 0%;
		text-align: center !important;
	}
	
	img.Icons {
		margin-left: 0;
	}

}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {
	.psac-slider-and-carousel .owl-nav {
		width: 118% !important;
		left: -9%;
	}
	
	.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    	background: rgba(255,255,255,1) !important;
	}
}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	.menu li {
	  padding: 0 3px;
	}
}


/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

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

}