/*
Theme Name: Benniman
Theme URI: https://sherbetdonkey.co.uk
Version: 3.5.11
Description: Let us do the donkey work
Author: Sherbet Donkey Media
Author URI: https://sherbetdonkey.co.uk
template: bb-theme
*/

/*############################################################### FONTS ################################################################*/
.pp-login-form-wrap::placeholder {color:#fff !important}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

@font-face {
font-family: "texgyreadventor";
src:  url("/wp-content/themes/themes/bb-theme-child/fonts/texgyreadventor-bold-webfont.woff2") format("woff2"),
url("/wp-content/themes/themes/bb-theme-child/fonts/texgyreadventor-bold-webfont.woff") format("woff");
font-weight: bold;
}
@font-face {
font-family: "texgyreadventor";
src:  url("/wp-content/themes/themes/bb-theme-child/fonts/texgyreadventor-regular-webfont.woff2") format("woff2"),
url("/wp-content/themes/themes/bb-theme-child/fonts/texgyreadventor-regular-webfont.woff") format("woff");
font-weight: normal;


} --------------------- how to add additional fonts*/
@font-face {
	font-family: 'arialregular';
	src: url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.eot');
	src: url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.woff2') format('woff2'),
		url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.woff') format('woff'),
		url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.ttf') format('truetype'),
		url('/wp-content/themes/bb-theme-child/assets/fonts/arial-webfont.svg#arialregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
:root {
	/*
	* If Clamp Doesn't work
	*/

	--heading-6: clamp(1.00rem, calc(1.00rem + 0.00vw), 1.00rem);
	--heading-5: clamp(1.20rem, calc(1.15rem + 0.25vw), 1.33rem);
	--heading-4: clamp(1.44rem, calc(1.31rem + 0.63vw), 1.78rem);
	--heading-3: clamp(1.73rem, calc(1.49rem + 1.20vw), 2.37rem);
	--heading-2: clamp(2.07rem, calc(1.67rem + 2.03vw), 3.16rem);
	--heading-1: clamp(2.49rem, calc(1.84rem + 3.22vw), 4.21rem);


	--b-white: #ffffff;
	--b-light-grey: rgba(10, 34, 87, 0.08);
	--b-blue: #0A2257;
	--b-red: #E30613;
	--b-black: #202020;
	--b-dark-red: #A00009;
	--b-light-grey: #F3F4F7;
	--b-grey: #E6E9EE;

	--b-row-padding-left: 40px;
	--b-row-padding-right: 40px;
	--column-padding-grid: 24px;

	--banner-radius: 20px;

	--b-row-padding-top: 100px;
	--b-row-padding-bottom: 100px;

	--b-curve-height: 132px;
	--b-hero-curve-height: 200px;


	--box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), 0px 10px 8px rgba(0, 0, 0, 0.03), 0px 10px 16px rgba(0, 0, 0, 0.05), 0px 40px 32px rgba(0, 0, 0, 0.05), 0px 80px 60px rgba(0, 0, 0, 0.03);

	--header-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.05);

	--b-no-pad: 0px;

	--slider-height: 700px;
	--thumbs-height: 217px;

}
html.safari12 {
	--heading-6: 16px;
	--heading-5: 21px;
	--heading-4: 28px;
	--heading-3: 38px;
	--heading-2: 50px;
	--heading-1: 67px;
}
body.home header .btn-white .fl-button-wrap a {
	--b-light-grey:  #F3F4F7;
}
@media only screen and (min-width:1921px) {
	:root {
		/*--b-row-padding-top: 180px;
		--b-r*/ow-padding-bottom: 180px;

		--b-curve-height: 150px;
	}
}
@media only screen and (max-width: 991px) {
	:root {
		/*		--b-no-pad: 60px;*/
	}
	.nopad {
		--b-no-pad: 0px;
	}
	html.safari12 {
		--heading-6: 18px;
		--heading-5: 18px;
		--heading-4: 21px;
		--heading-3: 28px;
		--heading-2: 38px;
		--heading-1: 50px;
	}
}
@media only screen and (max-width:767px) {
	:root {
		--b-row-padding-left: 24px;
		--b-row-padding-right: 24px;
		--b-row-padding-top: 48px;
		--b-row-padding-bottom: 48px;
		--banner-radius: 10px;
		--b-no-pad: 20px;

		--slider-height: 300px;
		--thumbs-height: 150px;
	}
	html.safari12 {
		--heading-6: 18px;
		--heading-5: 18px;
		--heading-4: 20px;
		--heading-3: 21px;
		--heading-2: 28px;
		--heading-1: 38px;
	}


	.nopad {
		--b-no-pad: 0px;
	}

}
li, p {letter-spacing:-0.015em;}
h1, .fake-h1, .fake-h1 > span {font-size:var(--heading-1)!important; line-height: 1.1 !important}
h2, .fake-h2, .fake-h2 > span {font-size:var(--heading-2)!important; line-height: 1.12 !important}
h3, .fake-h3, .fake-h3 > span {font-size:var(--heading-3)!important; line-height: 1.3 !important}
h4, .fake-h4, .fake-h4 > span {font-size:var(--heading-4)!important; line-height: 1.3 !important}
h5, .fake-h5, .fake-h5 > span {font-size:var(--heading-5)!important; line-height: 1.3 !important}
h6, .fake-h6, .fake-h6 > span {font-size:var(--heading-6)!important; line-height: 1.5 !important}
.fl-heading {
	letter-spacing: -0.015em;
	margin-bottom: 0px;
}
.fl-row-content-wrap {
	padding-top: var(--b-row-padding-top);
	padding-bottom: var(--b-row-padding-bottom);
}
.row-nopad-top .fl-row-content-wrap{
	padding-top: var(--b-no-pad) !important;
}
.row-nopad-bottom .fl-row-content-wrap{
	padding-bottom: var(--b-no-pad) !important;
}
.gallery iframe {
	border: none !important;
	width: 100% !important;
	height: 100% !important;
}
.gallery-thumbs .swiper-slide iframe {
	pointer-events: none !important;
}
.talt { color:#ff0000; }
.fl-col-content p {margin:0 0 15px; }
.fl-col-content p:last-of-type {margin:0 0 0px; }

.fl-page {
	overflow-x: hidden;
}
.bg-blue .fl-row-content-wrap {
	background-color: var(--b-blue);
}
/*############################################################### Misc ################################################################*/
.canttouchthis  {pointer-events:none;}
.cantouchthis {pointer-events:all !important}
.fl-module-content  a.smo_padding { padding-right: 10px;}
.fl-module-content a.smo_padding:last-of-type { padding-right: 0px !important;}
ul.smo { display: inline;}
.fl-col {min-height:0px; }
.pointer {cursor:pointer; }
span.wpcf7-list-item {margin:0px; }
input[disabled] {opacity:0.2; }
.smo li {display:inline-block; padding:0px 10px; }
.smo i {font-size:45px !important; }

.footer-company-addresses {z-index:1}

.loginpage form .form-control::-webkit-input-placeholder {  color:#ffffff !important;}
.loginpage form .form-control::-moz-placeholder { color:#ffffff !important;}
.loginpage form .form-control:-ms-input-placeholder { color:#ffffff !important;}
.loginpage form .form-control:placeholder { color:#ffffff !important;}
.loginpage ::-webkit-input-placeholder { color:#ffffff !important;}
.loginpage ::-moz-placeholder { color:#ffffff !important;}
.loginpage ::-ms-placeholder { color:#ffffff !important;}
.loginpage ::placeholder { color:#ffffff !important;}

/* Magnific Popup CSS*/

.admin-bar .mfp-wrap .mfp-close.mfp-close.mfp-close{
	top: -43px !important; }

.gallery-video .play-button {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(33,33,33,0.33);
	pointer-events: none;
}
.gallery-video .play-button i , .gallery-video .corner-icon i {
	position: relative;
	color: var(--b-red) !important;
	z-index: 1;
	font-size: 25px;
}
.gallery-video .corner-icon i {
	font-size: 20px;
}
.gallery-video .corner-icon {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 30px;
	pointer-events: none;
}
/* .gallery-video .play-button i::after {
content: '';
background: var(--b-white);
position: absolute;
width: 120%;
height: 120%;
margin: 0 auto;
top: -10%;
left: -10%;
border-radius: 50%;
z-index: 0;
opacity: 0.2;
} */

.gallery-video .play-button  .play_inner , .gallery-video .corner-icon .corner_inner {
	background: rgb(255 255 255 / 20%);
	width: 98px;
	height: 98px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-video .corner-icon .corner_inner {
	width: 72px;
	height: 72px;
}
.gallery-video .play-button .play_inner:after , .gallery-video .corner-icon .corner_inner:after {
	content: "";
	width: 72px;
	height: 72px;
	background: #ffffff;
	position: absolute;
	z-index: 0;
	border-radius: 50%;
}

.gallery-video .corner-icon .corner_inner:after {
	width: 52px;
	height: 52px;
}

/*End Magnific Popup CSS*/

@media only screen and (max-width:767px) {
	/* 	.fl-module-content { padding-right: 5vw; padding-left: 5vw;} */
	.bgimageoverlayb > .fl-row-content-wrap:after {background-color:#000000; background-color:rgba(0,0,0, 0.4); }
	.bgimageoverlayb > .fl-row-content-wrap:after {content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; z-index:0; }
	.bgimageoverlayb .fl-row-content {position:relative; z-index:1; }
	.bgimageoverlayw > .fl-row-content-wrap:after {background-color:#000000; background-color:rgba(255,255,255, 0.7); }
	.bgimageoverlayw > .fl-row-content-wrap:after {content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; z-index:0; }
	.bgimageoverlayw .fl-row-content {position:relative; z-index:1; }
}


/*############################################################### MENU ################################################################*/

#menu-item-44 a {padding-left:0px !important; border-left:none !important; }
#menu-item-45 a {padding-right:0px !important; }
.uabb-creative-menu:not(.off-canvas):not(.full-screen):not(.menu-item) .uabb-creative-menu .sub-menu {width:max-content;     border: none;}
header ul.sub-menu a span.menu-item-text span.menu-image-title:after {
	transition: 0.5s;
}
header ul.sub-menu a:hover span.menu-item-text span.menu-image-title:after {
	transform: translateX(10px) !important;
}
header ul.sub-menu li:last-child a {
	padding-bottom: 0px !important;
}
.uabb-creative-menu .sub-menu {min-width:unset; margin:0; }
@media only screen and (max-width:760px) {
	.menu > li a {border-left:none !important; }
	/*	.menu-item-text {font-size:21px !important; }*/
	.uabb-creative-menu.full-screen .menu li a span.menu-item-text, .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a span.menu-item-text {width:auto !important; }
	.uabb-creative-menu .uabb-has-submenu-container {margin-bottom:initial; }
	.uabb-creative-menu.full-screen .menu>li>a {padding:10px 15px !important; }
	.uabb-creative-menu.full-screen .uabb-menu-overlay ul.menu {width:100% !important; }
	.uabb-creative-menu .sub-menu {box-shadow:none !important; }
	.menu > li a {border-left:none !important; }
}

/*############################################################### TABLES #################################################################*/

/* .fl-module-content table {width:100%; margin-top:20px; }
.fl-module-content tr:nth-child(odd) {background-color:#f5e8e1; }
.fl-module-content tr:nth-child(even) {background-color:#ffffff; }
tr {    border: 1px solid #000;}
.fl-module-content tr:nth-child(1) {}
.fl-module-content td {padding:10px; } */

/*############################################################### StickyFooter ################################################################*/

.fl-page {display:-ms-flexbox; display:-webkit-flex; display:-webkit-box; display:flex; -ms-flex-direction:column; -webkit-flex-direction:column; -webkit-box-orient:vertical; -webkit-box-direction:normal; flex-direction:column; min-height:100vh; }
.fl-page-content {-ms-flex:1; -webkit-flex:1; -webkit-box-flex:1; flex:1; width:100%; word-wrap:break-word; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.fl-page {display:block; }
	/* IE10 & IE11 */
}

/*############################################################### sticky header ################################################################*/

header ul.sub-menu a {
	font-size: 16px;
	font-weight: 500;
	background: transparent;
}
header ul.sub-menu a span.menu-item-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
header ul.sub-menu a img {
	width: 70px;
	height: 40px;
	object-fit: contain;
}
header .uabb-creative-menu .sub-menu {
	border: none;
	box-shadow: none;
	border-radius: 0px 0px 16px 16px;
	background: var(--b-light-grey);
	padding: 32px;
}
header ul.sub-menu a span.menu-item-text span.menu-image-title:after {
	content: '';
	-webkit-mask: url(/wp-content/themes/bb-theme-child/assets/images/ArrowRight.svg) no-repeat 0% 0%;
	mask: url(/wp-content/themes/bb-theme-child/assets/images/ArrowRight.svg) no-repeat 0% 0%;
	-webkit-mask-size: cover;
	mask-size: cover;
	pointer-events: none;
	background: var(--b-blue);
	width: 20px;
	height: 20px;
	display: inline-block;
}
header ul.sub-menu a span.menu-item-text span.menu-image-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

/*############################################################### forms ################################################################*/

.uabb-cf7-style .uabb-cf7-col-1 { padding: 0px 10px !important;	}
form .uabb-cf7-col-2:nth-child(even){padding: 0px 5px 0px 10px !important;}
form .uabb-cf7-col-2:nth-child(odd){padding: 0px 10px 0px 5px !important;}
form label { margin:0px !important;}
/* Layout */
.fl-col:first-child:last-child {
	/* alignment of columns with not enough content to make them full width */
	margin-left: 0;
}

.fl-col-group.fl-col-group-equal-height {
	/* fix for neg margins */
	width: auto;
}
.fl-col-group:not(.fl-col-group:has(.row)) {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.fl-page {
	overflow-x: hidden !important;
}
@media only screen and (max-width:767px) {

	.uabb-cf7-style select, .uabb-cf7-style input[type=tel], .uabb-cf7-style input[type=email], .uabb-cf7-style input[type=text], .uabb-cf7-style input[type=url], .uabb-cf7-style input[type=number], .uabb-cf7-style input[type=date], .uabb-cf7-style textarea { border-bottom-color:#fff !important;}

	.uabb-cf7-style .uabb-cf7-col-1 { padding: 0px !important;	}
	form .uabb-cf7-col-2:nth-child(even){padding: 0px !important;}
	form .uabb-cf7-col-2:nth-child(odd){padding: 0px !important;}
}
.max-800 {
	max-width: 800px;
}
.max-700 {
	max-width: 700px;
}
/*############################################################### Custom ################################################################*/
.fl-row-content-wrap {
	padding-left: var(--b-row-padding-left);
	padding-right: var(--b-row-padding-right);
}

.fl-button-wrap a {
	min-width: 135px;
	min-height: 44px;
}
.button-group .fl-col-content {
	display: flex !important;
	flex-direction: row !important;
	gap: 12px;
	justify-content: flex-end !important;
}
.button-group.left .fl-col-content {
	justify-content: flex-start !important;
}
.button-group.center .fl-col-content {
	justify-content: center !important;
}
.button-group .fl-module.fl-module-button {
	width: auto !important;
}
.btn-white .fl-button-wrap svg {
	margin-right: 5px;
}
.btn-white .fl-button-wrap:hover svg g path {
	fill: var(--b-light-grey);
}
.btn-white .fl-button-wrap a {
	background-color: var(--b-light-grey) !important;
}
.loop-block .career.block-style .btn-white .fl-button-wrap a {
	background: transparent !important;
	border: 2px solid var(--b-blue);
}
.loop-block .career.block-style .btn-white .fl-button-wrap a:hover {
	background: var(--b-blue) !important;
}
.btn-white.btn-light .fl-button-wrap a {
	background-color: rgba(255, 255, 255, 0.08) !important;
}
.btn-white.btn-light .fl-button-wrap:hover a {
	background-color: var(--b-white) !important;
}
.btn-white.btn-light .fl-button-wrap:hover a span{
	color: var(--b-blue) !important;
}
.btn-white.btn-light .fl-button-wrap svg g path {
	fill: var(--b-white);
}
.btn-white.btn-light .fl-button-wrap:hover svg g path {
	fill: var(--b-blue);
}
.btn-white.btn-light .fl-button-wrap a span{
	color: var(--b-white) !important;
}
footer .btn-white .fl-button-wrap a {
	background: rgba(10, 34, 87, 0.08) !important;
}
.btn-white.btn-call .fl-button-wrap a , .btn-group-cta .fl-button-group-button:nth-child(1) a{
	min-width: 180px;
	text-align: center;
	padding-left: 40px;
}
.btn-white .fl-button-wrap a:hover{
	background-color: var(--b-blue) !important;
}
.btn-white .fl-button-wrap a span {
	color: var(--b-blue) !important;
}
.btn-white .fl-button-wrap a:hover span {
	color: var(--b-white) !important;
}

.home-desktop-logo {
	display: none;
}

body:not(.home) ul#menu-main-menu > li:not(.current-menu-item) span.menu-item-text , header.fl-theme-builder-header-scrolled ul#menu-main-menu > li:not(.current-menu-item) span.menu-item-text , header.fl-theme-builder-header-scrolled ul#menu-main-menu > li:not(.current-menu-item) span.menu-item-text,  body:not(.home) ul#menu-main-menu > li:not(.current-menu-item) span.menu-item-text span.uabb-menu-toggle:before , header.fl-theme-builder-header-scrolled ul#menu-main-menu > li:not(.current-menu-item) span.menu-item-text span.uabb-menu-toggle:before {
	color: var(--b-blue);
}
header.fl-theme-builder-header-scrolled {
	background: var(--b-white) !important;
	box-shadow: var(--header-shadow);
}
.uabb-creative-menu-mobile-toggle-container svg .line {
	stroke: var(--b-blue);
}
.uabb-creative-menu-mobile-toggle.hamburger-label {
	justify-content: flex-end;
	outline: none;
}
header ul#menu-main-menu li > a > span {
	position: relative;
	padding-bottom: 22px;
}
header ul#menu-main-menu li.current-menu-item a > span:after {
	transform: scalex(1);	
}
header ul#menu-main-menu li a > span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: scaleX(0);
	border-bottom: 2px solid var(--b-red);
	transition: 0.3s;
	z-index: -1;
	transform-origin: top left;
	will-change: transform;
}
header ul#menu-main-menu ul.sub-menu li a > span::after {
	display: none;
}
header ul#menu-main-menu li a:hover span::after {
	transform: scalex(1);
}
.btn-call .fl-button-wrap a span , .btn-group-cta .fl-button-group-button:nth-child(1) a > span{
	position: relative;
}
.btn-call .fl-button-wrap a span:before , .btn-group-cta .fl-button-group-button:nth-child(1) a > span:before{
	position: absolute;
	top: 1px;
	left: -27px;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/05/phone-duotone-1.svg) no-repeat 50% 50%;
	mask: url(/wp-content/uploads/2023/05/phone-duotone-1.svg) no-repeat 50% 50%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: var(--b-black);
	background-size: revert;
	width: 19px;
	height: 20px;

}
.btn-group-cta .fl-button-group-button:nth-child(1) a > span:before{
	background-color: var(--b-white);
}
.btn-call .fl-button-wrap a:hover span:before {
	background-color: var(--b-white);
}
.btn-group-cta .fl-button-group-button:nth-child(1) a:hover > span:before{
	background-color: var(--b-black);
}
.footer-company-addresses .fl-module-info-box:nth-child(2) {
	border-top: 1px solid rgb(255 255 255 / 10%);
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.footer-company-addresses .fl-module-info-box {
	padding: 23px 0px;
}
.footer-company-addresses .fl-col-content {
	background-color: #192F61;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.05);
	z-index: 2;
	padding: 0 15px;
}
.has-curve .fl-row-content-wrap {
	position: relative;
}
.has-curve.curve-top .fl-row-content-wrap:before , .has-curve.curve-bottom .fl-row-content-wrap:after , .inner-banner .fl-row-content-wrap:after {
	position: absolute;
	z-index: 0;
	height: var(--b-curve-height);
	width: 100vw;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/06/Section-Curve-2909.svg) no-repeat 0% 100%;
	mask: url(/wp-content/uploads/2023/06/Section-Curve-2909.svg) no-repeat 0% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--b-blue);
	pointer-events: none;
}
.inner-banner .fl-row-content-wrap:after {
	height: calc(var(--b-curve-height));
	transform: scale(-1 , -1);
}
.inner-banner.grey .fl-row-content-wrap:after {
	background: var(--b-light-grey);
}
.inner-banner .fl-row-content-wrap:before {
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/06/Inner_pages_Banner_Curve.svg) no-repeat 0% 0%;
	mask: url(/wp-content/uploads/2023/06/Inner_pages_Banner_Curve.svg) no-repeat 0% 0%;
	-webkit-mask-size: cover;
	mask-size: cover;
	right: 0;
	bottom: 0;
	background: var(--b-red);
	pointer-events: none;
}
.pp-image-carousel-item {
	width: 100% !important;
}
.inner-banner .pp-image-carousel-wrapper figure{
	margin: 0px;
}
.inner-banner .pp-image-carousel-wrapper .pp-image-carousel {
	border-radius: var(--banner-radius);
	overflow: hidden;

}
.inner-banner .pp-image-carousel.pp-carousel-navigation-outside .pp-swiper-button {
	top: calc(50% - 0px / 2);
}
.has-curve {
	--scaleX: 1;
	--scaleY: 1;
}
.has-curve.curve-top {
	--tscaleY: -1
}

.has-curve.flip-bottom {
	--bscaleX: -1;
}
.has-curve.flip-top {
	--tscaleX: -1;
}
.has-curve.flip-top-opposite .fl-row-content-wrap{
	--tscaleY: 1;
}
.has-curve.flip-bottom-opposite .fl-row-content-wrap {
	--scaleY: -1;
}
.has-curve.curve-top:not(.flip-top-opposite) .fl-row-content-wrap {
	margin-top: var(--b-curve-height);
}
.has-curve.curve-bottom .fl-row-content-wrap {
	margin-bottom: var(--b-curve-height);
}
.has-curve.flip-top-opposite .fl-row-content-wrap {
	padding-top: calc(var(--b-row-padding-top) + var(--b-curve-height));
}
.has-curve.curve-top .fl-row-content-wrap:before {
	top: calc(var(--b-curve-height) * -1);
	transform: scale(var(--scaleX) , var(--tscaleY));
}
.has-curve.flip-top-opposite .fl-row-content-wrap:before {
	top: 0px;
}
.has-curve.curve-top.flip-top .fl-row-content-wrap:before {
	transform: scale(var(--tscaleX) , var(--tscaleY));
}
.has-curve.curve-bottom .fl-row-content-wrap:after {
	bottom: calc(var(--b-curve-height) * -1);
	transform: scale(var(--scaleX) , var(--scaleY));
}
.has-curve.curve-bottom.flip-bottom .fl-row-content-wrap:after {
	transform: scale(var(--bscaleX) , var(--scaleY));
}
body:not(.fl-builder-edit) .has-gradient .fl-row-content {
	position: unset !important;
}
body:not(.fl-builder-edit) .has-gradient .footer-gradient {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.fl-col-group.fl-node-jfc82sxdmik3 {
	min-height: 400px;
	align-items: center;
}
.footer-cta > .fl-col-content {
	position: relative;
	overflow: hidden;
}

body:not(.fl-builder-edit) .footer-cta .cta-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
footer .has-gradient .fl-row-content-wrap {
	margin-top: var(--b-curve-height);
}
footer .has-gradient .fl-row-content-wrap:before {
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/06/Hollow_Curve.svg) no-repeat center top;
	mask: url(/wp-content/uploads/2023/06/Hollow_Curve.svg) no-repeat center top;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	top: 0;
	height: var(--b-hero-curve-height);
	width: 101vw;
	background: var(--b-white);
	z-index: 2;
	left: 0;
	pointer-events:none;
}

.translate-gradient , .translate-gradient-right {
	transition: 1s;
}
.hero-banner {
	position: relative;
}
.hero-banner:after {
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/06/Hollow_Curve.svg) no-repeat center top;
	mask: url(/wp-content/uploads/2023/06/Hollow_Curve.svg) no-repeat center top;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	bottom: -1px;
	height: var(--b-hero-curve-height);
	width: 101vw;
	background: var(--b-white);
	z-index: 2;
	left: 0;
	transform: scaleY(-1);
}
body:not(.fl-builder-edit) .has-gradient .gradient-img {
	pointer-events: none;
}
body:not(.fl-builder-edit) .has-gradient .hero-gradient {
	position: absolute;
}
body:not(.fl-builder-edit) .has-gradient .hero-gradient.h-gradient2 {
	bottom: 0px;
	right: 0px;
}
body:not(.fl-builder-edit) .has-gradient .hero-gradient.h-gradient1 {
	top: 0;
	left: 0px;
}
.mirror .fl-heading {
	position: relative;
}
.mirror .fl-heading:before {
	content: attr(data-mirror);
	position: absolute;
	font-size: 100px;
	top: -52px;
	left: -45px;
	color: transparent;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	opacity: 0.15;
	z-index: 2;
	-webkit-text-stroke: 1px var(--b-blue);
	pointer-events: none;
	text-wrap: nowrap;
	white-space: nowrap;
}
.os-android .mirror .fl-heading:before {
	font-family: arialregular, Arial, Helvetica, Verdana, sans-serif !important;
}


/*.mirror.blue .fl-heading span:before {
-webkit-text-stroke: 1px var(--b-blue);
}*/
.mirror.white .fl-heading:before {
	-webkit-text-stroke: 1px var(--b-white);
}
/*Post/archive blocks*/
.loop-block {
	--border-radius: 16px;
	margin-bottom: var(--mb);
}
.loop-block .block-style { 
	height: 100%;
	background: var(--b-white);
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: 0.5s;
}
.loop-block .block-style:hover { 
	box-shadow: var(--box-shadow);
}

.loop-block .block-style > a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.loop-block .block-style > a .title  { 
	border: 1px solid var(--b-grey);
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	flex: 1;
}
.loop-block .block-style.no-border .title {
	border: none;
}

.loop-block .block-style h5 , .loop-block .block-style p {
	color: var(--b-blue) !important;
}
.loop-block .style-1.block-style h5 {
	display: inline-flex;
	gap: 10px;
	width: 100%;
}
.loop-block .style-1.block-style h5 span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90%;
}
.loop-block.swiper-slide {
	height: auto;
}
.career.block-style p.job-specs {
	font-weight: 400;
	color: #42526B !important;
}
.career.block-style p.job-specs span {
	font-weight: 500;
	color: var(--b-blue) !important;
}
.loop-block .block-style .post_thumbnail img{
	height: 262px;
	width: 100%;
	/*    border-radius: var(--border-radius) var(--border-radius) 0px 0px;*/
	object-fit: cover;
}
.loop-block .block-style .title {
	padding: 24px;
}
.loop-block .style-2 .title h5:after {
	content: '';
	width: 70px;
	height: 2px;
	background: var(--b-blue);
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
}
.loop-block h5 > img {
	transition: 0.5s;
}
.loop-block a:hover h5 > img {
	transform: translate(10px, 0px);
}
.loop-block a .block-style .title{
	transition: 0.5s;
}

.loop-block a:hover .block-style:not(.no-border)  .title {
	box-shadow: var(--box-shadow);
}
.loop-block a:hover .block-style.no-border  {
	box-shadow: var(--box-shadow);
}
.career.block-style p.career-content {
	margin-top: 9px;
	margin-bottom: 32px;
}
.loop-block .career.block-style {
	padding: 32px;
	border: 1px solid #CDD2D8;
	box-shadow: 0px 12px 32px rgba(6, 28, 61, 0.08);
}
.pagination ul li a, .pagination ul li span {
	color: var(--b-blue) !important;
	font-weight: 400;
}
.pagination ul {
	list-style: none;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	padding: 0px;
	justify-content: end;
}
.post-custom-grid .post-custom-contents {
	margin-top: 24px;
}
.pagination ul li:has(span) {
	--pagination-size: 25px;
	background: var(--b-red);
	width: var(--pagination-size);
	height: var(--pagination-size);
	text-align: center;
	border-radius: 50%;
}
.pagination ul li:has(span) span {
	color: var(--b-white) !important;
}
.live-grid-logo{
	height: 40px;
	object-fit: contain;
}
.has-curve.curve-gradient .fl-row-content-wrap:before {
	background: linear-gradient(90deg, rgba(235,236,241,1) 33%, rgba(255,255,255,1) 68%, rgba(242,243,246,1) 60%);
}
.has-curve.height .fl-row-content-wrap:before {
	height: calc(var(--b-row-padding-top) + 60px);
}
.has-curve.grey .fl-row-content-wrap:before , .has-curve.grey .fl-row-content-wrap:after {
	background: var(--b-grey);
}
.has-curve.light-grey .fl-row-content-wrap:before , .has-curve.light-grey .fl-row-content-wrap:after {
	background: var(--b-light-grey);
}
.has-curve.white .fl-row-content-wrap:before , .has-curve.white .fl-row-content-wrap:after {
	background: var(--b-white);
}
.footer-cta {
	min-height: 400px;
	position: relative;
	z-index: 1;
	background: var(--b-blue);
	color: #ffffff;
	border-radius: 32px;
	overflow: hidden;
}
.footer-cta .cta-content-area {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.footer-cta .cta-content-area p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: rgb(255 255 255 / 70%);
}
.footer-cta .cta-content-area .fl-heading {
	color: var(--b-white);
}
.footer-cta .cta-relative {
	position: unset;
}
.pp-image-carousel-wrapper .pp-swiper-button-prev svg {
	transform: scale(-1);
}
.fl-node-kbfig9dqepr0 .fl-button-group-layout-vertical .fl-button-group-buttons a.fl-button,.fl-node-kbfig9dqepr0 .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {width: 100%;}.fl-node-kbfig9dqepr0 .fl-button-group-layout-horizontal .fl-button-group-buttons {display:flex; justify-content: flex-start;flex-wrap: wrap;}#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:hover > span,#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:focus > span,#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:hover > i,#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:focus > i {color: #0a2257;}#fl-button-group-button-kbfig9dqepr0-0 a.fl-button {background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(243,243,243, 0.08);}#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:hover,#fl-button-group-button-kbfig9dqepr0-0 a.fl-button:focus {background: #ffffff;}#fl-button-group-button-kbfig9dqepr0-1 a.fl-button {}.fl-builder-content .fl-node-kbfig9dqepr0 .fl-button,.fl-builder-content .fl-node-kbfig9dqepr0 .fl-button * {transition: none;-moz-transition: none;-webkit-transition: none;-o-transition: none;}.fl-node-kbfig9dqepr0 .fl-button-group-layout-vertical .fl-button-group-button .fl-button-wrap {text-align: left;}.fl-node-kbfig9dqepr0 .fl-button-group-layout-horizontal .fl-button-group-buttons {justify-content: flex-start;}.fl-builder-content .fl-node-kbfig9dqepr0 .fl-button-group .fl-button-group-buttons .fl-button-group-button {padding-top: 6px;padding-right: 12px;padding-bottom: 6px;}
.half-curve .fl-row-content-wrap {
	--half-percentage: 60%;
}
.half-curve.half-30 .fl-row-content-wrap {
	--half-percentage: 30%;
}
.half-curve.half-40 .fl-row-content-wrap {
	--half-percentage: 40%;
}
.half-curve.half-50 .fl-row-content-wrap {
	--half-percentage: 50%;
}
.half-curve .fl-row-content-wrap:after {
	content: '';
	-webkit-mask: url(/wp-content/uploads/2023/06/Section-Curve-White-Space-svg.svg) no-repeat 100% 0%;
	mask: url(/wp-content/uploads/2023/06/Section-Curve-White-Space-svg.svg) no-repeat 100% 0%;
	-webkit-mask-size: 100%; 
	mask-size: 100%;
	position: absolute;
	top: calc(var(--half-percentage) - calc(var(--b-curve-height) - 2px));
	height: var(--b-curve-height);
	width: 100vw;
	background: var(--b-light-grey);
	z-index: 1;
	left: 0;
	transform: scaleY(-1);
}
.half-curve .fl-row-content-wrap:before {
	content: '';
	background: var(--b-blue);
	height: var(--half-percentage);
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.minus-margin .fl-row-content-wrap {
	padding-bottom: calc(var(--b-row-padding-bottom) * 2.5);
	margin-bottom: calc(var(--b-row-padding-bottom) * -1.5);
}
.minus-margin.f-cta .fl-row-content-wrap {
	padding-bottom: calc(var(--b-row-padding-bottom) * 2);
	margin-bottom: calc(calc(var(--b-curve-height) + var(--b-row-padding-bottom)) * -1);
}
.half-curve .fl-row-content-wrap .fl-row-content {
	position: relative;
	z-index: 2;
}
.live-grid.row .loop-block .style-1 {
	transition: 0.5s;
}
.live-grid.row .loop-block:hover .style-1 {
	box-shadow: var(--box-shadow);
}
.btn__wrapper.load-more a  , .btn__wrapper.repeater-load-more a {
	background: var(--b-light-grey);
	border: 2px solid var(--b-blue);
	color: var(--b-blue);
	padding: 12px 24px;
	border-radius: 8px;
	box-shadow: 0px 12px 32px rgba(6, 28, 61, 0.08);
	font-weight: 500;
	text-transform: capitalize;
}
.btn__wrapper.load-more a:hover , .btn__wrapper.repeater-load-more a:hover{
	background: var(--b-blue);
	color: var(--b-white);
}
.btn__wrapper.load-more , .btn__wrapper.repeater-load-more {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.post-more-detail {
	margin-top: 39px;
}
.post-more-detail .inner-detail-list {
	margin-bottom: 24px;
}

.post-more-detail .heading-area {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
/*.border-radius .fl-col-content {
border-radius: var(--banner-radius);
overflow: hidden;
}*/
.border-radius img {
	border-radius: var(--banner-radius);
	overflow: hidden;
}
.post-featured img {
	position: relative;
	z-index: 2;
}
body:not(.fl-builder-edit) .sector-detail .fl-row-content-wrap {
	position: relative;
	z-index: 3;
}
.sector-detail .fl-col-content {
	border-radius: 16px;
}
.sector-detail .project-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	width: 100%;
	/*    gap: 24px;*/

}
.sector-detail .project-info .info-detail {
	padding: 24px;
}
.sector-detail .project-info .info-detail:not(.info-detail:last-child) {
	border-right: 1px solid rgb(0 0 0 / 20%);
}
.sector-detail .project-info .info-detail h6 {
	font-weight: 400;
	opacity: 60%;
}
body.single-project footer .has-gradient .fl-row-content-wrap , body.page-id-119 footer .has-gradient .fl-row-content-wrap {
	margin-top: 0;
}
body.grey_footer footer .has-gradient .fl-row-content-wrap:before  , body.single-project footer .has-gradient .fl-row-content-wrap:before , body.page-id-119 footer .has-gradient .fl-row-content-wrap:before , body.post-type-archive-hsqe footer .has-gradient .fl-row-content-wrap:before {
	background: var(--b-light-grey);
}
.inner-banner  .fl-col-content {
	position: relative;
	z-index: 2;
}
.swiper-button-next, .swiper-button-prev {
	background-image: none !important;
}
/*
* Contact Form css
*/
.gform_footer.top_label span:after {
	position: absolute;
	z-index: 0;
	content: '';
	-webkit-mask: url(/wp-content/themes/bb-theme-child/assets/images/ArrowRight.svg) no-repeat 0% 0%;
	mask: url(/wp-content/themes/bb-theme-child/assets/images/ArrowRight.svg) no-repeat 0% 0%;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 30px;
	width: 30px;
	bottom: 30px;
	left: 0px;
	right: -150px;
	margin: 0 auto;
	pointer-events: none;
	background: var(--b-white);
}
.gform_footer.top_label {
	position: relative;
}
.gform_wrapper.gravity-theme .gfield input::placeholder, .gform_wrapper.gravity-theme .gfield select::placeholder, .gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #838E9E;
	font-weight: 300;
	font-size: 16px;
}
.contact-form input#gform_submit_button_1 {
	min-height: 60px;
	font-weight: 500;
	width: auto;
	margin: 0 auto !important;
	width: 100%;
}
.contact-form .gform_footer.top_label {
	padding: 0px;
}
.contact-form textarea, .contact-form input {
	max-height: 88px;
	margin: 0px !important;
	padding-left: 15px !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 0;
}
.contact-form h3.uabb-gf-form-title , .contact-form .gform_heading {
	display: none !important;
}
.fl-node-ke25c7yu48va > .fl-col-content {
	box-shadow: var(--box-shadow);
}
.fl-node-0f7eboq3cxag .uabb-gf-style {
	padding: 0px !important;
	padding-top: 32px !important;
}
.inner-banner .fl-row-content-wrap .fl-photo-content {
	width: 100%;
}
.inner-banner .pp-image-carousel-wrapper .pp-swiper-button svg > path {
	stroke: var(--b-white);
}
.inner-banner .pp-image-carousel-wrapper .pp-swiper-button {
	background: var(--b-blue) !important;
	opacity: 0.5;
}
.inner-banner .pp-image-carousel-wrapper .pp-swiper-button:hover {
	opacity: 1;
}
/*
Projects Gallery CSS
*/
.border-radius-col .fl-col-content.fl-node-content {
	border-radius: var(--banner-radius);
}
.swiper-container {
	width: 100%;
	max-width: 100vw;
	max-height: 100vh;
	min-height: 0;
	min-width: 0;
	overflow: initial;
}
.gallery {
	overflow: hidden;
	position: relative;
}
.gallery-slider {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	position: relative;
}
.gallery-slider .swiper-slide {
	width: auto;
	height: var(--slider-height);
	border-radius: var(--banner-radius);
	overflow: hidden;
}
.gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.gallery-thumbs {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide {
	width: 324px;
	height: var(--thumbs-height);
	border-radius: var(--banner-radius);
	text-align: center;
	overflow: hidden;
	opacity: 0.6;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-slider .swiper-button-next:after, .gallery-slider .swiper-button-prev:after {
	display: none;
}
.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
	width: auto;
}
.gallery-slider .swiper-button-next { right: -30px }
.gallery-slider .swiper-button-prev { left: -30px }
/*
END Projects Gallery CSS
*/
.inner-banner .fl-row-content-wrap img {
	min-width: 100%;
	object-fit: cover;
}
body:not(.single-project) .inner-banner .fl-row-content-wrap img {
	max-height: 520px;
}
body.single-project .inner-banner .fl-row-content-wrap img {
	max-height: 816px;
}
.vertical-heading {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}
.vertical-heading .fl-heading {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: scale(-1);
}
.vertical-heading .fl-heading span:before {
	--pseudo-height: 45px;
	content: '';
	width: 2px;
	height: var(--pseudo-height);
	background: var(--b-white);
	position: absolute;
	right: 0;
	left: 0;
	top: calc(calc(var(--pseudo-height) + 16px) * -1);
	margin: 0 auto;
}
.vertical-heading-col .fl-col-content {
	position: relative;
}
.vertical-heading-col > .fl-col-content {
	border: 2px solid #304470;
	border-radius: var(--banner-radius);
	overflow: hidden;
}
.quote-heading .fl-heading {
	display: -webkit-inline-box;
}
.quote-heading .fl-heading:before {
	content: '';
	margin-right: 15px;
	height: auto;
	width: 4px;
	background: var(--b-red);
	display: block;
	border-radius: var(--banner-radius);
}
.quote-heading .fl-heading span span {
	color: var(--b-red);
	font-weight: 600;
}

.goal-item .inner-goal.goals-items , .inner-work-list .fl-col-content {

	--circle-size: 21px;

	margin-bottom: 24px;
	padding-left: calc(var(--circle-size) + 17px);
	position: relative
}
.goal-item .inner-goal.goals-items:before , .inner-work-list .fl-col-content:before {
	content: '';
	height: calc(var(--circle-size) - 8px);
	width: calc(var(--circle-size) - 8px);
	background: var(--b-red);
	position: absolute;
	border-radius: 50%;
	left: 4px;
	top: 8px;
}
.goal-item .inner-goal.goals-items:after , .inner-work-list .fl-col-content:after {
	content: '';
	height: var(--circle-size);
	width: var(--circle-size);
	border: 2px solid var(--b-red);
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50%;
}
.goal-item.row:not(.goal-item:last-child) {
	margin-bottom: var(--b-row-padding-bottom);
}
body:not(.fl-builder-edit) .vertical-heading-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goal-item.flip-col {
	flex-direction: row-reverse;
}
.goal-item .border-radius {
	border-radius: calc(var(--banner-radius) * 2);
	overflow: hidden;
	min-height: 380px;
	display: flex;
	align-items: end;
}

.uabb-creative-menu .uabb-menu-toggle:before {font-family: 'Font Awesome 6 Pro' !important;}
.goal-item .border-radius .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	object-fit: cover;
}
.goal-item .border-radius .image-container:after {
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(6, 28, 61, 0) 39.68%, rgba(6, 28, 61, 0.95) 68.32%);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.no-overlay:after{
	display:none;
}
.goal-item .border-radius .image-container .fl-heading {
	position: relative;
	z-index: 3;
	color: var(--b-white);
	bottom: 46px;
	font-weight: 300;
	padding: 0px 30px;
}
.goal-item .border-radius .image-container .fl-heading span{  
	color: var(--b-red);
}
.goal-item .button-group.left {
	margin-top: 46px;
}
.pp-breadcrumbs a {
	font-weight: 400 !important;
}
.new-single > .fl-row-content-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}
/*.new-single .fl-row-content-wrap .fl-row-content-wrap:first-child {
padding-top: 40px;
}*/
.new-single .fl-row-content-wrap .fl-row-content-wrap:last-child {
	padding-bottom: 0px;
}
.post_thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}
.loop-block .style-1 .post_thumbnail img.grid-flip-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translateY(100%);
	transition: 0.2s;
}
.loop-block a:hover .post_thumbnail img.grid-flip-image {
	transform: translateY(0)
}
.loop-block .career.block-style .card__details {
	display: grid;
	grid-template-columns: repeat(5, auto);
	width: fit-content;
	gap: 0 16px;
	margin-bottom: 16px;
}
.loop-block .career.block-style .card__details > p  {
	font-weight: 600;
}
.loop-block .career.block-style .card__details > p > span {
	font-weight: 400;
}
.loop-block .career.block-style .card__details > span {
	font-weight: 700;
}
.fl-row-content-wrap .fl-row-content-wrap {
	padding: 0px;
}
.new-single > .fl-row-content-wrap {
	padding-top: 40px;
}
.z-index2 .fl-row-content {
	position: relative;
	z-index: 2;
}
@media only screen and (min-width:992px) {
	body.home .home-desktop-logo {
		display: block;
	}
	header.fl-theme-builder-header-scrolled .home-desktop-logo {
		display: none;
	}
	body.home .entire-site-logo {
		display: none;
	}
	header.fl-theme-builder-header-scrolled .entire-site-logo {
		display: block;
	}
	body:not(.home) header.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {
		position: inherit;
		background: var(--b-white);
		box-shadow: var(--header-shadow);
	}
	body.home header {
		background: linear-gradient(179.74deg, #000000 3.07%, rgba(0, 0, 0, 0) 87.85%);
		opacity: 0.87;
	}


}
@media (min-width: 576px) {
	.col-sm-12 {
		flex: 0 0 100% !important;
	}
}
@media only screen and (max-width:1198px) {
	body:not(.single-project) .inner-banner .fl-row-content-wrap img {
		max-height: 300px;
	}
}
@media only screen and (max-width: 1105px) and (min-width:992px) {
	header ul#menu-main-menu li a {
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media only screen and (max-width: 1340px) and (min-width:992px) {
	header .button-group .fl-col-content {
		flex-wrap: wrap !important;
	}
	header .btn-call .fl-button-wrap a {
		position: relative;
		min-width: auto !important;
		padding: 0;
		display: flex !important;
		align-items: center;
	}
	header .btn-call .fl-button-wrap a:before {
		position: absolute;
		left: 10px;
		content: '';
		-webkit-mask: url(/wp-content/uploads/2023/05/phone-duotone-1.svg) no-repeat 50% 50%;
		mask: url(/wp-content/uploads/2023/05/phone-duotone-1.svg) no-repeat 50% 50%;
		-webkit-mask-size: contain;
		mask-size: contain;
		background-color: var(--b-black) !important;
		background-size: revert;
		width: 19px;
		height: 20px;
	}
	header .btn-call .fl-button-wrap a:hover:before {
		background-color: var(--b-white) !important;
	}
	header .btn-call .fl-button-wrap a span {
		display: none;
	}
	html.safari .button-group .fl-module.fl-module-button:nth-child(1) {
		margin-right: 12px;
	}
	html.safari .button-group .fl-col-content {
		gap: 0px;
	}

	.btn-white.btn-light .fl-button-wrap:hover a span {
		display: flex;
		flex-direction: initial;
	}
}
@media only screen and (max-width:1300px) {
	header ul#menu-main-menu li#menu-item-123 span.uabb-menu-toggle {
		display: none;
	}
	header ul#menu-main-menu li a {
		padding-left: 9px;
		padding-right: 9px;
	}
}

@media only screen and (max-width:991px) {
	header.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {
		position: inherit;
		background: var(--b-white);
	}
	header .button-group .fl-module-button {
		min-width: calc(50% + var(--b-row-padding-left)) !important;
	}
	header .button-group .fl-button-wrap a {
		width: 100%;
		text-align: center;
		border-radius: 0px;
		line-height: 1.5;
	}
	header .button-group .btn-white .fl-button-wrap a {
		background-color: var(--b-grey) !important;
	}
	header .button-group .btn-white .fl-button-wrap a:hover {
		background-color: var(--b-blue) !important;
	}
	header .button-group .fl-button-wrap a {
		border-radius: 0px !important;
	}
	header .button-group .fl-col-content {
		justify-content: space-evenly!important;
		gap: 0px;
	}
	header .btn-white.btn-call .fl-button-wrap a {
		padding-left: 20px;
	}
	header > .fl-row > .fl-row-content-wrap {
		display: block;
	}
	body ul#menu-main-menu > li span.menu-item-text {
		color: var(--b-blue) !important;
		font-size: 16px;
		font-weight: 500;
	}
	header ul#menu-main-menu:not(ul.sub-menu) li a > span span::before {
		color: var(--b-blue);
	}
	.uabb-creative-menu:not(.off-canvas):not(.full-screen):not(.menu-item) .uabb-creative-menu .sub-menu {
		min-width: 100% !important;
		width: auto;
	}
	header ul#menu-main-menu li {
		border-bottom: 1px solid var(--b-grey);
	}
	header .uabb-creative-menu .sub-menu {
		padding: 10px;
	}
	html.safari footer .fl-row:first-child .fl-col-group {
		display: flex;
		flex-wrap: wrap;
	}
	header ul#menu-main-menu li#menu-item-123 span.uabb-menu-toggle {
		display: block;
	}
	.sector-detail .project-info {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));	
	}
	.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
		max-height: 100vh;
		overflow-y: scroll;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.btn-call .fl-button-wrap a:hover span:before {
		background-color: transparent;
	}
	header .btn-call .fl-button-wrap a span:before {
		content: "Call:";
		display: unset;
		mask: none;
		-webkit-mask: none;
		background: transparent;
		position: unset;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.button-group .fl-col-content {
		justify-content: flex-start !important;
		margin-top: 20px;
	}
	.gallery-video .corner-icon {
		left: 5px;
		top: 5px;
	}
	.row-nopad-top.responsive-pad .fl-row-content-wrap{
		padding-top: var(--b-row-padding-top);
	}
	.row-nopad-bottom.responsive-pad .fl-row-content-wrap{
		padding-bottom: var(--b-row-padding-bottom);
	}
	.has-gradient .footer-gradient {
		display: none;
	}
	footer .has-gradient .fl-row-content-wrap:after {
		content: url(/wp-content/uploads/2023/06/Logo_line_Mark_soft_white.svg);
		position: absolute;
		top: 0;
		z-index: 0;
		pointer-events: none;
		width: 100% !important;
		height: 100%;
	}
	.footer-cta .cta-relative .offset-column-cta {
		transform: rotate(90deg);
		height: 110vw;
		width: 100vw;
		position: absolute;
	}
	body:not(.fl-builder-edit) .footer-cta .cta-gradient {
		left: -40px;
	}
	.sector-detail .project-info {
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.sector-detail .project-info .info-detail:not(.info-detail:last-child) {
		border-right: none;
	}
	.vertical-heading .fl-heading {
		writing-mode: horizontal-tb;
		transform: scale(1);
	}
	.vertical-heading .fl-heading span:before {
		display: none;
	}
	body:not(.fl-builder-edit) .vertical-heading-bg {
		/*	    left: 0;
		width: auto;*/
		display: none;
	}
	.vertical-heading-col > .fl-col-content {
		background: url(/wp-content/uploads/2023/06/responsive-gradient-bg.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.goal-item.row {
		gap: 40px;
	}
	.goal-item .border-radius {
		min-height: 300px;
	}
	.goal-item .button-group.left {
		margin-top: 25px;
	}
	.col-12:not(.col-12:last-child) {
		margin-bottom: 24px;
	}
	.loop-block.swiper-slide {
		padding-right: 30px !important;
	}
	.loop-block .career.block-style .card__details {
		grid-template-columns: repeat(1, auto);
	}
	.loop-block .career.block-style .card__details > span {
		display: none;
	}
	footer .has-gradient .fl-row-content-wrap {
		padding-top: var(--b-curve-height);
	}
	.sector-detail .project-info .info-detail {
		padding: 10px;
	}
	.sector-detail .project-info .info-detail:not(.info-detail:last-child) {
		border-bottom: 1px solid var(--b-grey);
	}
	.goal-item .border-radius .image-container:after {
		background: linear-gradient(180deg, rgba(6, 28, 61, 0) 39.68%, rgba(6, 28, 61, 0.95) 56.32%);
	}
	body:not(.single-project) .inner-banner .fl-row-content-wrap img {
		max-height: 200px;
	}
	.loop-block .style-1.block-style h5 span {
		white-space: pre-wrap;
	}
	.footer-cta .cta-content-area {
		padding: 0px 24px;
	}
	.inner-header-heading .fl-row-content-wrap {
		padding-top: 75px !important;
	}
	.contact-form textarea::placeholder, .contact-form input::placeholder , .contact-form textarea, .contact-form input{
		font-size: 20px !important;
	}
	.gform_footer.top_label span:after {
		right: -190px;
	}
	.minus-margin .fl-row-content-wrap {
		padding-bottom: calc(var(--b-row-padding-bottom) * 3.5) !important;
		margin-bottom: calc(var(--b-row-padding-bottom) * -2.5);
	}
}

@media only screen and (max-width: 380px) {
	.button-group:not(header .button-group) .fl-col-content {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
}

.swiper-button-disabled {pointer-events:all !important}

.justified-text p {text-align:justify;}

.goal-item {
    align-items: center;
}

.bg-fix video{
	background-size:contain !important;
}

.uabb-module-content.uabb-photo-gallery.uabb-gallery-grid10 {
    z-index: 1;
}

header .button-group .fl-col-content{
	align-self:center !important;
}

/* This code by ross@barques.co.uk */
.sector-detail .fl-col-content {
    overflow: hidden;
}
.sector-detail .project-info {
    display: flex;
    flex-wrap: wrap;
}
    
.sector-detail .project-info .info-detail {
    flex-shrink: 0;
    border: 1px solid rgb(0 0 0 / 20%);
}

/* 1: 1 */
.sector-detail .project-info .info-detail:first-child:last-child {
    width: 100%;
 }
  
/*  2: 2  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(2),
.sector-detail .project-info .info-detail:first-child:nth-last-child(2) ~ .info-detail {
    width: 50%;
}
    
/*  3: 3  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(3),
.sector-detail .project-info .info-detail:first-child:nth-last-child(3) ~ .info-detail {
    width: 33.33%;
}
  
/*  4: 4  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(4),
.sector-detail .project-info .info-detail:first-child:nth-last-child(4) ~ .info-detail {
    width: 25%;
}
    
/*  5: 5  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(5),
.sector-detail .project-info .info-detail:first-child:nth-last-child(5) ~ .info-detail {
    width: 20%;
}
/*  6: 3/3  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(6),
.sector-detail .project-info .info-detail:first-child:nth-last-child(6) ~ .info-detail {
    width: 33.33%;
}
/*  7: 4/3  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(7),
.sector-detail .project-info .info-detail:first-child:nth-last-child(7) ~ .info-detail {
    width: 25%;
}
.sector-detail .project-info .info-detail:first-child:nth-last-child(7) ~ .info-detail:nth-child(n + 5) {
    width: 33.33%;
}
/*  8: 4/4  */
.sector-detail .project-info .info-detail:first-child:nth-last-child(8),
.sector-detail .project-info .info-detail:first-child:nth-last-child(8) ~ .info-detail {
    width: 25%;
}