/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

:root {

	/* Main Colours */
	
		--color-burgundy: #83142F;
		--color-orange: #F79D29;
		--color-yellow: #FDC70D;
		--color-teal: #01B3B9;
		--color-blue: #135875;
		--color-blue-dark: #181B44;
		
	/* Monochromes */
	
		--color-black: #000000;
		--color-grey-darker: #333333;
		--color-grey-dark: #7F7F7F;
		--color-grey: #BFBFBF;
		--color-grey-light: #D8D8D8;
		--color-grey-lighter: #F2F2F2;
		--color-white: #ffffff;
	
	/* Main Colours - Alpha */
	
		--alpha-burgundy: 131, 20, 47,;
		--alpha-orange: 247, 157, 41,;
		--alpha-yellow: 253, 199, 13,;
		--alpha-teal: 1, 179, 185,;
		--alpha-blue-dark: 24, 27, 68,;
		--alpha-blue: 19, 88, 117,;
	
	/* Monochromes - Alpha */
	
		--alpha-black: 0, 0, 0,;
		--alpha-white: 255, 255, 255,;
	
	/* Gradients */
	
		--gradient-burgundy-orange: linear-gradient(225deg, rgba(var(--alpha-orange) 1) 0%, rgba(var(--alpha-burgundy) 1) 100%);
	--gradient-orange-yellow: linear-gradient(225deg, rgba(var(--alpha-yellow) 1) 0%, rgba(var(--alpha-orange) 1) 100%);
	--gradient-blue-teal: linear-gradient(225deg, rgba(var(--alpha-teal) 1) 0%, rgba(var(--alpha-blue) 1) 100%);
	--gradient-blue-dark-blue: linear-gradient(225deg, rgba(var(--alpha-blue) 1) 0%, rgba(var(--alpha-blue-dark) 1) 100%);
	
}


/* GLOBAL */

	/* General */

		html {
			scroll-behavior: smooth !important;
			font-size: 18px !important;
		}

		a {
			color: var(--color-orange);
		}

		a:hover {
			color: var(--color-orange) !important;
			text-decoration: underline;
		}

		p, li {
			font-size: 1rem;
			padding: 0;
		}

		ul {
			margin-top: 15px;
		}

		b {
			font-weight: 600;
		}

		.clamp p {
			display: -webkit-box;
			-webkit-line-clamp: 8;
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}

		.error404 .wrap {
			text-align: center;
			padding: 0px 20px;
		}

	/* Headings */

		h1, h2, h3, h4, h5, h6 {
			color: var(--color-blue-dark);
			font-weight: 600 !important;
			text-transform: none !important;
		}

		.title-with-cta {
			display: flex;
			align-items: center;
			margin-bottom: 30px;
		}

		.title-with-cta h1,
		.title-with-cta .read-more {
			margin: 0;
		}

		.title-with-cta .read-more {
			margin-left: auto;
		}

	/* Containers */

		.container-fluid {
			text-align: center;
			padding: 0;
		}

	/* Thumbnails */

		.thumbnail,
		.thumbnails img,
		.bg-image {
			border-radius: 20px !important;
		}

		.circle-img {
			border-radius: 100% !important;
		}

	/* Decorative Dots */

		.big-6-dots, .big-3-dots {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.big-6-dots::before {
			content: '';
			display: block;
			width: 8px;
			height: 44px;
			background: none;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 4 8'%3E%3Ccircle id='Ellipse' cx='2' cy='2' r='2' fill='%23f79d29'/%3E%3C/svg%3E");
			background-repeat: repeat-y;
			margin-bottom: 30px;
		}

		.big-3-dots::after {
			content: '';
			display: block;
			width: 8px;
			height: 20px;
			background: none;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 4 8'%3E%3Ccircle id='Ellipse' cx='2' cy='2' r='2' fill='%23f79d29'/%3E%3C/svg%3E");
			background-repeat: repeat-y;
			margin: 30px 0;
		}

	/* Table */

		#events table thead tr th:first-child {
			border-radius: 20px 0 0 0;
		}

		#events table thead tr th:last-child {
			border-radius: 0 20px 0 0;
		}

		#events table tbody .mobile-header {
			border-radius: 20px 20px 0 0;
		}

	/* Table - Mobile */

		#events table tbody tr.col-sm-hidden {
			border: none;
		}

		#events table tbody .main-event-wrap {
			border-radius: 0 0 20px 20px;
		}

	/* Cookies Pop-up */

	.popup-overlay {
	z-index: 1;
	}


/* BEAVER BUILDER */

	.fl-builder-module-template {
		max-width: 1200px !important;
		padding: 0px !important;
	}


/* NAVBAR */

	/* General */

		.navbar {
			min-height: 220px;
			background: rgb(0,0,0);
			background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7539609593837535) 45%, rgba(0,0,0,0.4150253851540616) 75%, rgba(0,0,0,0) 100%);
			background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7539609593837535) 45%, rgba(0,0,0,0.4150253851540616) 75%, rgba(0,0,0,0) 100%);
			background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7539609593837535) 45%, rgba(0,0,0,0.4150253851540616) 75%, rgba(0,0,0,0) 100%);
		}

	/* Menu */

		.navbar .navbar-nav li a,
		.navbar .navbar-nav li a:hover {
			font-weight: 500;
			background: transparent !important;
			background-color: transparent !important;
		}

		.navbar .navbar-nav li.active a {
				background: 0 0;
				border-bottom: 2px solid var(--color-orange);
			font-weight: 600;
		}

		.navbar .navbar-nav li.active .dropdown-menu a {
			font-weight: 500;
			border-bottom: none;
		}

		.caret {
				display: inline-block;
				width: 0;
				height: 0;
				margin-left: 2px;
				vertical-align: middle;
				border-top: 4px dashed var(--color-orange);
				border-top: 4px solid\9;
				border-right: 4px solid transparent;
				border-left: 4px solid transparent;
		}

		.dropdown-menu {
			width: auto !important;
		}

	/* Vacancy Alert Navbar */

		.open-vacancies-navbar {
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			top: -18px;
			right: -18px;
			height: 20px;
			width: 20px;
			font-size: 0.778rem;
			font-weight: 600;
			border-radius: 100px;
			background: var(--gradient-blue-teal);
			background-color: var(--color-teal);
		}

		.navbar.shrink .open-vacancies-navbar {
			top: -12px;
			right: -18px;
		}


/* NAVBAR SHRINK */

	.navbar.shrink {
		display: inherit;
		min-height: 60px;
		opacity: 100%;
		backdrop-filter: blur(8px);		
	}

	.navbar.shrink:before {
		opacity: 90% !important;
	}


/* FOOTER */

	#footer_wrapper {
		position: relative;		
		background-color: var(--color-grey-darker);
		color: var(--color-white);
		padding: 20px 0;
		margin-top: 60px;
		
	}

	#footer_wrapper::before {
		content: '';
		position: absolute;
		top: -1px;
		width: 100%;
		height: 160px;
		background: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1927.3 190' style='enable-background:new 0 0 1927.3 190;'%3E%3Cpath d='M957.4,183.8C597.8,183.8,271.2,119.6,0,0v190h1927.2V0C1656.1,119.6,1317.1,183.8,957.4,183.8z' fill='%23fff'/%3E%3C/svg%3E");
		background-position: bottom;
		background-repeat: no-repeat;
		transform: rotate(180deg);
		transition: 1s ease-in-out;
	}

	#footer_wrapper .container {
		position: relative;
		padding: 0px 20px;
	}

	#footer_wrapper a,
	#footer_wrapper a:hover,
	#footer_wrapper a:active,
	#footer_wrapper a:visited,
	#footer_wrapper a:focus {
		color: var(--color-white) !important;
		text-decoration: underline;
	}

	#footer_wrapper .container {
		position: relative;
		padding: 0px 20px;
	}

	#footer_wrapper a,
	#footer_wrapper a:hover,
	#footer_wrapper a:active,
	#footer_wrapper a:visited,
	#footer_wrapper a:focus {
		color: var(--color-white) !important;
		text-decoration: underline;
	}


/* FOOTER - INFORMATION */

	/* General */

		#footer_wrapper .information {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin: 30px;
		}

		#footer_wrapper .information h3 {
			color: var(--color-white);
			font-size: 2rem;
			text-align: center;
			text-transform: uppercase;
		}

	/* Contact Details */

		#footer_wrapper .information .contact-details {
			display: inherit;
			justify-content: center;
			flex-wrap: wrap;
			font-size: 1rem;
		}

		#footer_wrapper .information .contact-details div {
			margin-bottom: 20px;
		}

		#footer_wrapper .information .contact-details a,
		#footer_wrapper .information .contact-details a:hover {
			margin: 0 15px;
		}

	/* Registered Address */

		#footer_wrapper .information .registered-address {
			font-size: 1rem;
			text-align: center;
			margin-bottom: 20px;
		}

	/* Social Media */

		.social-media {
			display: flex;
			flex-direction: row;
		}

		.social-media a {
			text-decoration: none !important;
		}

		.social-media a div {
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			height: 40px;
			width: 40px;
			background-color: rgba(var(--alpha-white) 10%);
			border-radius: 100%;
			margin: 0 15px;
			overflow: hidden;
		}

		.social-media a:hover div::after {
			opacity: 1;
			transition: 650ms;	
		}

		.social-media a div::after {
			content: "";
			position: absolute;
			height: 40px;
			width: 40px;
			background: var(--gradient-orange-yellow);
			opacity: 0;
			transition: 650ms;
		}

		.social-media a div i {
			font-size: 1rem;
			margin-left: 0;
			z-index: 1;
		}


/* FOOTER - COPYRIGHT */

	#footer_wrapper .copyright {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-top: 1px solid rgba(var(--alpha-white) 10%);
		border-bottom: 1px solid rgba(var(--alpha-white) 10%);
		padding: 30px 0;
	}

	#footer_wrapper .copyright div {
		display: flex;
	}

	#footer_wrapper .copyright div div:nth-child(1) {
		margin-right: 20px;
	}

	#footer_wrapper .copyright .gws a {
		text-decoration: none;
	}

	#footer_wrapper .copyright .gws a span {
		text-decoration: underline;
	}


/* FOOTER - LANGUAGES */

	.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
		background-color: var(--color-grey-darker);
		margin-bottom: 0;
	}

	.wpml-ls-legacy-list-horizontal {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.wpml-ls-statics-footer a {
		color: var(--color-white) !important;
		background-color: transparent !important;
	}


/* BANNER IMAGE */

	/* General */

		.header_image .background-image {
			background-position: center center !important;
		}

		.banner_image::before,
		.header_image .background-image::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 160px;
			background: none;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1927.3 190' style='enable-background:new 0 0 1927.3 190;'%3E%3Cpath d='M957.4,183.8C597.8,183.8,271.2,119.6,0,0v190h1927.2V0C1656.1,119.6,1317.1,183.8,957.4,183.8z' fill='%23fff'/%3E%3C/svg%3E");
			background-position: bottom;
			background-repeat: no-repeat;
			transition: 1s ease-in-out;
			z-index: 1;
		}

	/* Homepage Banner */

		.home .header_image,
		.home .header_image .bx-wrapper,
		.home .header_image .bx-wrapper .img-banner {
			height: 600px !important;
		}

		.home .header_caption h1 {
			width: 100%;
			text-align: center;
		}

		.img-banner .scroll_arrow {
			border-radius: 30px 30px 0 0;
			z-index: 1;
		}

/* BANNER IMAGE OVERLAY (Not in use) */

	.banner_image::after {
		content: "none";
		background: var(--color-teal);
		opacity: 0;
		mix-blend-mode: color;
	}


/* QUOTE */

	#quote .col-md-12 {
		text-align: center;
		padding: 0 20px;
	}

/* RELATED */

	#related .col-md-12:first-of-type {
		text-align: center;
	}


/* SECTION */

	.section:first-of-type {
		margin-top: 30px;
	}


/* BACKGROUND CURVE */

	/* General */

		.section.background-curve {
			margin: -60px 0;
			overflow: hidden;
		}

		.background-curve * {
			color: var(--color-white);
		}

		.background-curve .container {
			padding: 60px 15px;
		}

		.carousel-top .container {
			padding-bottom: 150px;
		}

		.carousel-top .container .row p {
			margin: 0 20px;
		}

		.carousel-bottom {
			margin: 0;
			margin-top: -270px;
		}

	/* Shape */

		.background-curve::before,
		.background-curve::after {
			content: "";
			display: block;
			height: 160px;
			width: 100%;
			background: var(--color-white);
			-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1927.26 190' preserveAspectRatio='none'%3E%3Cpath d='m1927.26,0c-271.17,119.57-603.97,190-963.63,190S271.17,119.57,0,0h1927.26Z'/%3E%3C/svg%3E");
			mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1927.26 190' preserveAspectRatio='none'%3E%3Cpath d='m1927.26,0c-271.17,119.57-603.97,190-963.63,190S271.17,119.57,0,0h1927.26Z'/%3E%3C/svg%3E");
			-webkit-mask-size: 100% 100%;
			mask-size: 100% 100%;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			transition: 1s ease-in-out;
		}

		.background-curve::after {
			transform: rotate(180deg);
		}

	/* Colours */

		.blue-bg {
			background: var(--color-blue);
		}

		.blue-dark-bg {
			background: var(--color-blue-dark);
		}

		.burgundy-bg {
			background: var(--color-burgundy);
		}


/* MODAL */

	/* General */

		.modal-dialog {
			margin: 150px auto;
		}

		.modal-content,
		.pp-modal-body {
			border-radius: 20px;
			-webkit-box-shadow: 0 0px 35px rgba(var(--alpha-black) 25%);
			box-shadow: 0 0px 35px rgba(var(--alpha-black) 25%);
		}

		.popup {
			position: relative;
			border-radius: 20px !important;
			padding: 40px;
		}

	/* General - PowerPack Modal */

		.pp-modal-wrap .pp-modal-container {
			background-color: rgba(var(--alpha-black) 35%) !important;
		}

		.pp-modal-wrap .pp-modal-container .pp-modal {
			background-color: rgba(var(--alpha-white) 100%) !important;
			border-radius: 20px !important;
		}

		.pp-modal-wrap .pp-modal-container .pp-modal .pp-modal-content {
			padding: 0px !important;
		}

	/* Close Button */

		.modal-content.popup .close {
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			right: -7px;
			top: -7px;
			height: 25px;
			width: 25px;
			background-color: #3a3a3a;
			border: 1px solid var(--color-white);
			border-radius: 100px;
			transition: 450ms;
			opacity: 1;
		}

		.modal-content.popup .close:hover {
			background-color: #b23334;
		}

		.modal-content.popup .close i {
			color: var(--color-white);
			font-size: 14px;
			text-shadow: none;
		}

		.pp-modal-close {
			z-index: 1 !important;
		}

	/* Content - Details */

		.popup .personal-details {
			display: flex;
			align-items: center;
			border-bottom: 1px solid var(--color-grey-lighter);
			padding-bottom: 20px;
			margin-bottom: 20px;
		}

		.popup .personal-details .image-wrapper {
			max-width: 160px;
			border-radius: 150px;
			margin-right: 30px;
			overflow: hidden;
		}

		.popup .personal-details .content-wrapper h3 {
			margin-bottom: 10px;
		}

		.popup .location,
		.popup .job-title,
		.popup .countries {
			font-size: 0.778rem;
			font-weight: 600;
			text-transform: uppercase !important;
			color: var(--color-orange);
			margin-bottom: 10px;
		}

		.popup .countries {
			display: flex;
			flex-wrap: wrap;
		}

		.popup .countries div:not(:last-child):after {
			content: ",";
			margin-right: 4px;
		}

		.popup .countries div:nth-last-child(2):after {
			content: "&";
			margin-right: 4px;
			margin-left: 4px;
		}

		.popup .keywords {
			color: var(--color-grey-darker);
			font-size: 0.778rem;
			font-weight: 600;
			line-height: 1rem;
			text-transform: uppercase;
			margin-bottom: 15px;
		}

		.popup .social-media a:first-child div {
			margin-right: 20px;
		}
		
		.popup .social-media a div {
			margin: 0;
		}

		.popup .social-media a div {
			color: var(--color-white);
			background-color: var(--color-orange);
		}

	/* Content - Bio/Questions */

		.popup .questions {
			max-height: 550px;
			padding-right: 15px;
			overflow-y: auto;
		}

		.popup .questions h4,
		.popup .questions p strong {
			display: block;
			color: var(--color-orange);
			font-size: 1rem;
			font-weight: 600;
			margin: 0;
			margin-bottom: 10px;
		}

		.popup .questions h4 span {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			height: 35px;
			width: 35px;
			color: var(--color-white);
			border-radius: 100px;
			background-color: var(--color-orange);
			margin-right: 10px;
		}

		.popup .questions p,
		.popup .questions p,
		.popup .questions li {
			font-size: 1rem;
			margin-bottom: 15px;
		}

	/* Content - Questions Colours */

		.popup .questions div:nth-child(2) h4 {
			color: var(--color-teal);
		}

		.popup .questions div:nth-child(2) span {
			background-color: var(--color-teal);
		}

		.popup .questions div:nth-child(3) h4 {
			color: var(--color-blue);
		}

		.popup .questions div:nth-child(3) span {
			background-color: var(--color-blue);
		}

		.popup .questions div:nth-child(4) h4 {
			color: var(--color-orange);
		}

		.popup .questions div:nth-child(4) span {
			background-color: var(--color-orange);
		}

		.popup .questions div:nth-child(5) h4 {
			color: var(--color-blue-dark);
		}

		.popup .questions div:nth-child(5) span {
			background-color: var(--color-blue-dark);
		}

		.popup .questions div:nth-child(6) h4 {
			color: var(--color-burgundy);
		}

		.popup .questions div:nth-child(6) span {
			background-color: var(--color-burgundy);
		}

	/* Content - Bio/Questions Scrollbar */

		.popup ::-webkit-scrollbar {
			width: 6px;
		}
		.popup ::-webkit-scrollbar-track {
			background: rgba(var(--alpha-black) 5%);
			border-radius: 100px;
		}

		.popup ::-webkit-scrollbar-thumb {
			background: var(--color-blue-dark);		
			border-radius: 100px;
		}

	/* Content - Webform */

		.popup.form {
			border: none;
		}

		.popup.form h4 {
			font-size: 1.333rem;
			text-align: center;
			border-bottom: 1px solid var(--color-grey-lighter);
			padding-bottom: 30px;
			margin-bottom: 30px;
		}

		.popup .form {
			margin-top: 0;
		}

		.popup .form .form-group,
		.popup .form .form-group textarea {
			width: 100%;
		}

		.popup .form .form-group input,
		.popup .form .form-group textarea {
			border: 1px solid var(--color-orange);
			border-radius: 5px;
			padding: 20px 10px;
		}

		.popup .form .form-group *:focus {
			outline: 4px solid rgba(var(--alpha-orange) 15%);
			box-shadow: none;
		}

	.popup.form .people .customcheck {
		opacity: 0;
	}

	.popup.form .btn.btn-primary,
	.modal .btn.btn-primary {
		width: 100%;
		max-width: 100%;
		font-size: 1rem;
		font-weight: 600;
		color: var(--color-white);
		border-radius: 25px;
		background-color: var(--color-orange);
		padding: 10px;	
	}

/* TEAM */

	/* General */

		#team .card-wrapper {
			position: relative;
			background-color: var(--color-white) !important;
			padding: 30px 30px 35px 30px;
		}

		#team .card-wrapper::after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 30px;
			background-color: rgba(var(--alpha-orange) 100%);
			transition: 1s ease-in-out;
			z-index: -1;
		}

		#team .card-link:hover 	.card-wrapper::after {
			top: 8px;
			left: 8px;
			border-radius:;
		}

	/* Image */

		#team .card-wrapper .thumbnail {
			width: 200px;
			height: 200px;
			border-radius: 100% !important;
			margin: auto;
			margin-bottom: 15px !important;
		}

		#team .card-wrapper .thumbnail::before {
			content: none;
		}

		#team .card-link	.card-wrapper .content_block {
			padding: 0;
		}

	/* Details */

			#team .card-link .card-wrapper .content_block .details {
				text-align: center;
				border-bottom: 1px solid var(--color-grey-lighter);
				padding-bottom: 15px;
				margin-bottom: 15px;
			}

		#team .card-link .card-wrapper .content_block .details h3 {
			font-size: 1.222rem;
			margin-bottom: 10px;
		}

		#team .card-link .card-wrapper .content_block .details h4 {
			color: var(--color-orange);
			font-size: 0.667rem;
			text-transform: uppercase !important;
			margin: 0;
		}

	/* Bio */

		#team .card-link .card-wrapper .content_block .text-wrapper p {
			-webkit-line-clamp: 6;
		}

	/* Content Footer */

		#team .card-link .card-wrapper .content-footer {
			border-top: 1px solid var(--color-grey-lighter);
			padding-top: 15px;
			margin-top: auto;
		}

		#team .card-link .card-wrapper .content_block .keywords {
			border-bottom: 1px solid var(--color-grey-lighter);
			padding-bottom: 15px;
			margin-bottom: 20px;
		}

		#team .card-link .card-wrapper .content_block .keywords h4 {
			color: var(--color-grey-darker);
			font-size: 0.778rem;
			line-height: 1rem;
			text-transform: uppercase !important;
			margin: 0;
		}

	/* Social Media */

		#team .col-md-4 .social-media {
			position: absolute;
			right: 40px;
			bottom: 62px;
		}

		#team .col-md-4 .social-media a div {
			color: var(--color-white);
			background-color: var(--color-orange);
			margin: 0 10px;
		}


/* CARDS */

	/* General */

		.card-link,
		.card-link:hover,
		.card-link:active,
		.card-link:visited,
		.card-link:focus {
			text-decoration: none;
		}

		.card-link:hover .card-wrapper {
			border: 1px solid rgba(var(--alpha-orange) 10%);
			background-color: rgba(var(--alpha-orange) 10%) !important;
		}

		.card-link:hover .card-wrapper .thumbnail::before {
			height: 20px;
			background-color: #fef5eb;
		}

		.card-link:hover	.card-wrapper .thumbnail img {
			transform: scale(105%);
		}

		.card-link:hover .read-more::after {
			margin-left: 20px;
		}

		.card-wrapper {
			border: 1px solid var(--color-grey-lighter);
			border-radius: 30px;
			padding: 0px;
			margin-bottom: 30px;
			transition: 1s;
}

	/* Content */

		.card-wrapper .thumbnail {
			position: relative;
			border-radius: 30px 30px 0 0  !important;
			margin-bottom: 0;
		}

		.card-wrapper .thumbnail::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 30px;
			background: var(--color-white);
			-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1927.3 190' style='enable-background:new 0 0 1927.3 190;'%3E%3Cpath d='M957.4,183.8C597.8,183.8,271.2,119.6,0,0v190h1927.2V0C1656.1,119.6,1317.1,183.8,957.4,183.8z' fill='%23fff'/%3E%3C/svg%3E");
			mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 1927.3 190' style='enable-background:new 0 0 1927.3 190;'%3E%3Cpath d='M957.4,183.8C597.8,183.8,271.2,119.6,0,0v190h1927.2V0C1656.1,119.6,1317.1,183.8,957.4,183.8z' fill='%23fff'/%3E%3C/svg%3E");
			-webkit-mask-size: 100% 100%;
			mask-size: 100% 100%;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			transition: 1s;
			z-index: 1;
}

		.card-link	.card-wrapper .thumbnail img {
			width: 100%;
			object-fit: cover;
			transition: 1s;
		}

		.card-wrapper .content_block {
			display: flex;
			flex-direction: column;
			border-bottom: none;
			padding: 30px;
			margin-bottom: 0;
		}

		.card-wrapper .content_block h3,
		.card-wrapper .content_block .text-wrapper p {
			margin-top: 0;
			margin-bottom: 20px;
		}

		.card-wrapper .content_block .read-more {
			margin-top: auto;
		}
	

/* SERVICES - CARD */

	.card-wrapper .thumbnail .small {
		display: none;
		position: absolute;
		top: calc(50% - 78px);
		left: -40px;
		border: 8px solid var(--color-orange);
		border-radius: 100%;
		overflow: hidden;
		z-index: 1;
	}

	.card-wrapper .thumbnail .small img {
		width: 140px;
		height: 140px;
	}

/* PAGINATION */

	.pagination {
		display: inline-flex;
	}

	.pagination .page-numbers {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		width: 40px;
		font-weight: 600;
		text-decoration: none;
		border: 1px solid var(--color-grey-lighter);
		border-radius: 100px;
		color: var(--color-grey-darker);
		background: rgba(var(--alpha-white) 10%);
		margin: 0 5px;
		transition: 650ms;
	}

	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		width: auto;
		padding: 0 12px;
	}

	.pagination .page-numbers.current {		
		color: var(--color-white);
		border: 1px solid rgba(var(--alpha-orange) 100%);
		background-color: rgba(var(--alpha-orange) 100%);
	}


/* TAG CLOUD */

	.sidebar .tagcloud a {
		display: inline-block;
		color: var(--color-white) !important;
		background: rgba(var(--alpha-teal) 100%);
		font-size: 0.889rem !important;
		font-weight: 500;
		text-transform: capitalize;
		text-decoration: none;
		border-radius: 100px;
		padding: 5px 10px;
		margin: 0 10px 10px 0;
		transition: 1s;
	}


/* WORK WITH US */

	/* General */

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

		.top-row .main-title {
			color: var(--color-blue-dark);
		}

		.container-fluid.curve-shape.content {
			color: var(--color-white);
			margin-top: -400px;
		}

		.container-fluid.curve-shape.content h2,
		.container-fluid.curve-shape.content p {
			color: var(--color-white);
		}


/* WORK POINTS */

	/* General */

		.work-points-wrapper {
			overflow: hidden;
			padding-bottom: 60px;
		}

		.work-points-wrapper .fl-row-content-wrap {
			width: calc(100% + 500px);
			margin-left: -250px;
		}

		.points-carousel-wrapper .pp-content-post {
			position: relative;
			border: 1px solid var(--color-grey-lighter);
			border-radius: 20px;
			background-color: var(--color-white);
			padding: 30px;
		}

		.points-carousel-wrapper .pp-content-post::after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 20px;
			background-color: var(--color-orange);
			z-index: -1;
		}

	/* Content */

		.point .image-wrapper {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 60px;
			height: 60px;
			color: var(--color-white);
			background-color: var(--color-black);
			border-radius: 100%;
			margin-bottom: 15px;
		}

		.points-carousel-wrapper .owl-item:nth-child(5n+1) .pp-content-post .point .image-wrapper {
			background: var(--color-yellow);
		}

		.points-carousel-wrapper .owl-item:nth-child(5n+2) .pp-content-post .point .image-wrapper {
			background: var(--color-burgundy);
		}

		.points-carousel-wrapper .owl-item:nth-child(5n+3) .pp-content-post .point .image-wrapper {
			background: var(--color-orange);
		}

		.points-carousel-wrapper .owl-item:nth-child(5n+4) .pp-content-post .point .image-wrapper {
			background: var(--color-teal);
		}

		.points-carousel-wrapper .owl-item:nth-child(5n+5) .pp-content-post .point .image-wrapper {
			background: var(--color-blue-dark);
		}

		.point .image-wrapper .material-symbols-outlined {
			font-size: 28px;
		}

		.point .content-wrapper h3 {
			font-size: 1.25rem;
		}

		.point .content-wrapper div p {
			font-size: 1rem;
			padding: 0;
		}

	/* Carousel - items */

		.points-carousel-wrapper  .owl-stage {
			display: flex;
			align-items: center;
		}

		.points-carousel-wrapper  .owl-stage .owl-item {
			transition: 1s;
		}

		/* 1st active item */

			.points-carousel-wrapper .owl-stage .owl-item.active {
				opacity: 25%;
			}

		/* 2nd active item */

			.points-carousel-wrapper .owl-stage .owl-item.active + .active {
				opacity: 100%;
			}

		/* (HIGHLIGHTED) 3rd active item */

			.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active {
				opacity: 25%;
			}

		/* 4th active item */

			.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active {
				opacity: 25%;
			}

		/* 5th active item */

			.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active + .active {
				opacity: 25%;
			}

	/* Arrows */

		.work-points-wrapper .owl-nav.pp-carousel-nav {
			position: absolute;
			display: inline-block;
			margin-top: 25px;
		}

		.work-points-wrapper .owl-nav.pp-carousel-nav .owl-prev,
		.work-points-wrapper .owl-nav.pp-carousel-nav .owl-next{
			background-color: var(--color-white);
			border: 1px solid var(--color-grey-lighter);
			padding: 25px;
		}

		.work-points-wrapper .owl-nav.pp-carousel-nav .owl-prev {
			left: -50px !important;
			border-right: none;
			border-radius: 30px 0 0 30px;
		}

		.work-points-wrapper .owl-nav.pp-carousel-nav .owl-next {
			right: -50px !important;
			border-left: none;
			border-radius: 0 30px 30px 0;
		}

/* MEDIA & TEXT ROWS */

	/* General */

		.section.media-text .container .row {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}

		.section.media-text.reverse .container .row {
			flex-direction: row-reverse;
		}

	/* Columns */

		.section.media-text .container .row .col-md-6:first-child {
			display: flex;
		}

		.section.media-text.reverse .container .row .col-md-6:first-child {
			justify-content: flex-end;
		}

	/* Content */

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

		.section.media-text p {
			padding-left: 0;
		}

		.section.media-text .container .row .col-md-6 div,
		.section.media-text .container .row .col-md-6 div img {
			transition: 1000ms;
		}

		.section.media-text .container .row .col-md-6 a:hover div,
		.section.media-text .container .row .col-md-6 a:hover div img {
			transform: scale(102%);
		}

		.section.media-text .container .row .col-md-6 a.video {
			position: relative;
		}

		.section.media-text .container .row .col-md-6 a.video::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23fff'%3E%3Cg transform='translate(9022 19773)'%3E%3Cpath d='M100,12.222A87.778,87.778,0,1,0,187.778,100,87.877,87.877,0,0,0,100,12.222M100,0A100,100,0,1,1,0,100,100,100,0,0,1,100,0Z' transform='translate(-9022 -19773)'/%3E%3Cpath d='M43.6,12.227a8,8,0,0,1,13.908,0l36.8,64.707a8,8,0,0,1-6.954,11.955h-73.6A8,8,0,0,1,6.8,76.934Z' transform='translate(-8865.333 -19723) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
			background-repeat: no-repeat;
			background-size: 30%;
			background-position: 50% 50%;
			z-index: 1;
		}

	/* Special Effects */

		.media-text .container .row .col-md-6 img.white-background {
			object-fit: contain;
			mix-blend-mode: darken;
		}

/* IMAGE CIRCLE ORNAMENTS */

	/* General */

		.circle {
			position: relative;
			border-radius: 100%;
			height: 450px;
			width: 450px;
			background-size: cover;
			transition: 1s;
		}

		.circle img {
			border-radius: inherit;
			height: inherit;
			width: inherit;
			object-fit: cover;
		}

	/* Small Circle */

		.small-left-burgundy::before,
		.small-left-orange::before,
		.small-left-teal::before,
		.small-left-blue::before,
		.small-right-burgundy::before,
		.small-right-orange::before,
		.small-right-teal::before,
		.small-right-blue::before{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 120px;
			width: 120px;
			background-color: var(--color-orange);
			border-radius: 100%;
			transition: 1s ease-in-out;
			z-index: 1;
		}

		.small-right-burgundy::before,
		.small-right-orange::before,
		.small-right-teal::before,
		.small-right-blue::before {
			left: auto;
			right: 0;
			z-index: -1 !important;
		}

	/* Big Circle */

		.big-left-burgundy::after,
		.big-left-orange::after,
		.big-left-teal::after,
		.big-left-blue::after,
		.big-right-burgundy::after,
		.big-right-orange::after,
		.big-right-teal::after,
		.big-right-blue::after{
			content: '';
			position: absolute;
			bottom: 0;
			left: -20px;
			height: 180px;
			width: 180px;
			background-color: var(--color-orange);
			border-radius: 100%;
			transition: 1s ease-in-out;
		}

		.big-right-burgundy::after,
		.big-right-orange::after,
		.big-right-teal::after,
		.big-right-blue::after {
			left: auto;
			right: -20px;
			z-index: -1;
		}

	/* Colours */

		.small-left-burgundy::before,
		.small-right-burgundy::before,
		.big-left-burgundy::after,
		.big-right-burgundy::after {
			background: var(--gradient-burgundy-orange);
		}

		.small-left-orange::before,
		.small-right-orange::before,
		.big-left-orange::after,
		.big-right-orange::after {
			background: var(--gradient-orange-yellow);
		}
		.small-left-teal::before,
		.small-right-teal::before,
		.big-left-teal::after,
		.big-right-teal::after {
			background: var(--gradient-blue-teal);
		}
		.small-left-blue::before,
		.small-right-blue::before,
		.big-left-blue::after,
		.big-right-blue::after {
			background: var(--gradient-blue-dark-blue);
		}


/* PEOPLE CAROUSEL */

	/* General */

		.people-carousel .pp-content-post-carousel .owl-carousel {
			max-height: 380px !important;
		}

		.people-carousel .pp-content-post-carousel .owl-carousel .owl-stage-outer {
			margin-top: 50px !important;
		}

		.people-carousel .owl-item.active {
			transition: 1.6s ease-out;
			margin-top: 0;
		}

		.people-carousel .pp-content-post .pp-post-content {
			margin: 0;
		}

		.people-carousel .people.wrapper {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.people-carousel-trigger:hover,
		.people-carousel-trigger:focus,
		.people-carousel-new-hire-trigger:hover,
		.people-carousel-new-hire-trigger:focus {
			text-decoration: none;
		}

	/* Carousel - Active items */

		/* Inactive */

			.owl-carousel.owl-drag .owl-item {
				margin-top: 80px !important;
				transition: 1.2s ease-out !important;
			}

		/* 1st item */

			.people-carousel .owl-stage .owl-item.active {
				margin-top: 0 !important;
			}

		/* 2nd item */

			.people-carousel .owl-stage .owl-item.active + .active {
				margin-top: -50px !important;
			}

		/* 3rd item */

			.people-carousel .owl-stage .owl-item.active + .active + .active {
				margin-top: -50px !important;
			}

		/* 4th item */

			.people-carousel .owl-stage .owl-item.active + .active + .active + .active {
				margin-top: 0 !important;
			}

	/* Image */

		.people-carousel .people.wrapper .image-wrapper {
			width: 200px;
			height: 200px;
			border-radius: 150px;
			overflow: hidden;
		}

		.people-carousel .people.wrapper .image-wrapper img {	
			width: 200px;
			height: 200px;
			border-radius: 150px;
			transition: 1s;
		}

		.people-carousel-trigger:hover .people.wrapper .image-wrapper img,
		.people-carousel-new-hire-trigger:hover .people.wrapper .image-wrapper img {			
			transform: scale(105%) !important;
		}

	/* Content */

		.people.wrapper .content-wrapper {
			text-align: center;
		}

		.people.wrapper .content-wrapper h3 {	
			font-size: 1rem;
			font-weight: 600;
			text-transform: uppercase;
			color: var(--color-blue-dark);
			margin-top: 20px;
			margin-bottom: 5px;
		}

		.people.wrapper .content-wrapper .location {
			font-size: 0.889rem;
			font-weight: 600;
			color: var(--color-orange);
			margin-bottom: 10px;
		}

		.people.wrapper .content-wrapper .keywords {
			font-size: 0.667rem;
			font-weight: 300;
			color: var(--color-grey-darker);
		}


	/* New Hire Interviews Carousel */

		.people-carousel.new-hire-interviews .keywords {
			display: none;
		}

	/* Arrows */

		.people-carousel .owl-nav button {
			color: var(--color-white);
			background-color: rgba(var(--alpha-white) 5%);
			border-radius: 100%;
			padding: 25px !important;
			mix-blend-mode: exclusion;
		}

		.people-carousel .pp-content-post-carousel .owl-nav button.owl-prev {
			left: -20px !important;
		}

		.people-carousel .pp-content-post-carousel .owl-nav button.owl-next {
			right: -20px !important;
		}


/* JOB VACANCIES */

	.container.ads h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	.container.ads p {
		font-size: 1rem;
	}

	/* Vacancy */

		/* General */

			.apply-link,
			.apply-link:hover,
			.apply-link:active,
			.apply-link:visited,
			.apply-link:focus {
						text-decoration: none;
					}

			.apply-link:hover .job-ad {
				border: 1px solid rgba(var(--alpha-orange) 10%);
				background-color: rgba(var(--alpha-orange) 5%) !important;
			}

			.apply-link:hover .job-ad .details {
				border-bottom: 1px solid rgba(var(--alpha-orange) 10%);
			}

			.apply-link:hover .job-ad .read-more::after {
						margin-left: 20px;
					}

			.ads .job-ad * {
				padding-left: 0;
			}

			.ads .job-ad {
				border: 1px solid var(--color-grey-lighter);
				border-radius: 30px;
				background-color: var(--color-white) !important;
				text-align: left;
				padding: 30px;
				transition: 650ms;
			}

		/* Content */

			.ads .job-ad .top-details {
				position: relative;
			}

			.ads .job-ad .top-details .job-title {
				width: calc(100% - 100px);
				font-size: 1rem !important;
				margin-bottom: 15px;
			}

			.ads .job-ad .details {
				display: flex;
				flex-wrap: wrap;
				color: var(--color-grey-darker);
				font-size: 0.889rem;
				font-weight: 600;
				border-bottom: 1px solid var(--color-grey-lighter);
				padding-bottom: 20px;
				margin-bottom: 20px;
			}

			.ads .job-ad .details div {
				display: flex;
				align-items: center;
			}

			.ads .job-ad .details div:not(:last-child) {
				margin-right: 20px;
			}

			.ads .job-ad .details .date::before,
			.ads .job-ad .details .location::before {
				content: "";
				height: 25px;
				width: 25px;
				background-color: var(--color-orange);
				-webkit-mask-size: 85%;
				mask-size: 85%;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				-webkit-mask-position: center;
				mask-position: center;
				margin-right: 5px;
			}

			.ads .job-ad .details .date::before {
				content: '';	
				-webkit-mask-image: url(/wp-content/uploads/2023/11/time.svg);
				mask-image: url(/wp-content/uploads/2023/11/time.svg);
			}

			.ads .job-ad .details .location::before {
							content: '';	
				-webkit-mask-image: url(/wp-content/uploads/2023/11/location_pin.svg);
				mask-image: url(/wp-content/uploads/2023/11/location_pin.svg);
			}

			.ads .job-ad .excerpt p {
				font-size: 1rem;
			}

		/* Badge */

			.ads .job-ad .badge {
				position: absolute;
				right: 0;
				color: var(--color-white);
				background-color: var(--color-orange);
				border-radius: 30px;
				font-size: 0.667rem;
				font-weight: 600;
				text-transform: uppercase;
				padding: 6px 8px !important;
				margin-bottom: 20px;
			}

			.ads .job-ad .badge:empty {
				display: none;
			}

			.ads .job-ad .badge.part-time {
				background-color: var(--color-teal);
			}

			.ads .job-ad .badge.flexible {
				background-color: var(--color-burgundy);
			}

		/* Read More */

			.read-more {
				display: inline-flex;
				align-items: center;
				color: var(--color-blue-dark);
				font-size: 0.889rem;
				font-weight: 600;
				text-transform: uppercase;
				margin-top: 20px;
				transition: 650ms;
			}

			.read-more:hover {
				text-decoration: none;
			}

			.read-more::after {
				content: '';
				display: block;
				width: 2px;
				height: 32px;
				background: none;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='14' viewBox='0 0 2 14'%3E%3Cg id='Group_207' data-name='Group 207' transform='translate(-959 -5762)'%3E%3Ccircle id='Ellipse' cx='1' cy='1' r='1' transform='translate(959 5762)' fill='%23f79d29'/%3E%3Ccircle id='Ellipse-2' data-name='Ellipse' cx='1' cy='1' r='1' transform='translate(959 5768)' fill='%23f79d29'/%3E%3Ccircle id='Ellipse-3' data-name='Ellipse' cx='1' cy='1' r='1' transform='translate(959 5774)' fill='%23f79d29'/%3E%3C/g%3E%3C/svg%3E");
				background-repeat: space;
				transform: rotate(90deg);
				margin-left: 0px;
				mix-blend-mode: multiply;
				transition: 1s;
			}

			.read-more:hover::after,
			.apply-link:hover .readmore2::after {
				margin-left: 20px !important;
			}

		/* Dummy Ad */

			.job-ad.dummy .top-details .job-title {
				border-bottom: 1px solid var(--color-grey-lighter);
				padding-bottom: 20px;
				margin-bottom: 20px;
			}

/* JUMPLINK */

	/* General */

		.jumplink {
			position: fixed;
			right: 20px;
			bottom: 20px;
			background-color: var(--color-white);
			border-radius: 60px;
/* 			mix-blend-mode: exclusion; */
			z-index: 99;
		}

		.jumplink a,
		.jumplink a:hover {
			display: flex;
			align-items: center;
			color: var(--color-blue-dark) !important;
			font-size: 0.778rem;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: none;
			padding: 5px 20px 5px 5px;
		}

	/* Icon */

		.jumplink a .icon-wrapper {
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			background: -moz-var(--gradient-orange-yellow);
			background: -webkit-var(--gradient-orange-yellow);
			background: var(--gradient-orange-yellow);
			height: 50px;
			width: 50px;
			border-radius: 50px;
			margin-right: 15px;
		}

		.jumplink a .icon-wrapper::after {
			content: "";
			position: absolute;
			top: -5px;
			left: -5px;
			height: 60px;
			width: 60px;
			background-color: rgba(var(--alpha-orange) 10%);
			border-radius: 50px;	
			transition: 650ms;
			z-index: -1;
		}

		.jumplink a .icon-wrapper img {
			height: 25px;
		}


/* SERVICE AREA - BROCHURE DOWNLOAD */

	section.brochure {
		text-align: center;
		margin-top: 50px;
	}

	section.brochure h3 {
		margin-bottom: 30px;
	}

	section.brochure .image-wrapper {
		height: 650px;
		width: 100%;
		object-fit: cover;
		border-radius: 30px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	section.brochure .image-wrapper img {
		transition: 1000ms;
	}

	section.brochure p {
		margin-bottom: 20px;
	}

	section.brochure:hover .image-wrapper img {
		transform: scale(102%);
	}

	.modal .wpcf7-form {
		margin-top: 10px !important;
	}

	.modal .wpcf7-form input {
		height: 40px;
		padding: 10px;
	}

	.modal .wpcf7-form .wpcf7-textarea {
		max-width: 100%;
		min-width: 100%;
		min-height: 40px;
		padding: 10px;
	}

	.modal .wpcf7-form .alert-warning {
		display: none;
	}

	.modal .wpcf7-form.sent .alert-warning {
		display: block;
	}

	section.brochure .submit-button,
	.modal .wpcf7-submit {
		display: inline-block;
		height: 50px !important;
		border-radius: 25px;
		color: #ffffff;
		background: var(--color-orange);
		font-size: 16px;
		font-weight: 700;
		padding: 15px 25px;
		transition: 800ms;
	}

	section.brochure:hover .submit-button {
		background: var(--color-orange);
	}

.modal h4 {
	font-size: 1.333rem;
	text-align: center;
	border-bottom: 1px solid var(--color-grey-lighter);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/* 1200PX VIEWPORT */

@media (max-width: 1200px) {

	/* BANNER IMAGE */

			.banner_image::before,
		.header_image .background-image::before {
			height: 120px;
		}
	
		/* Homepage Banner */

			.home .header_image,
			.home .header_image .bx-wrapper,
			.home .header_image .bx-wrapper .img-banner {
				height: 400px !important;
			}
	
	
	/* BACKGROUND CURVE */

		/* General */

			.background-curve::before,
			.background-curve::after {
				height: 120px;
			}

			.carousel-bottom {
				margin-top: -230px;
			}
	
	
	/* WORK POINTS */
	
		/* Carousel - items */

			/* 1st active item */

				.points-carousel-wrapper .owl-stage .owl-item.active {
					opacity: 25% !important;
				}

			/* 2nd active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active {
					opacity: 100% !important;
				}

			/* (HIGHLIGHTED) 3rd active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active {
					opacity: 25% !important;
				}

			/* 4th active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active {
					opacity: 25% !important;
				}

			/* 5th active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active + .active {
					opacity: 25% !important;
				}
	
	
	/* IMAGE CIRCLE ORNAMENTS */

		/* General */

			.circle {
				height: 350px !important;
				width: 350px !important;
			}

		/* Small Circle */

			.small-left-burgundy::before,
			.small-left-orange::before,
			.small-left-teal::before,
			.small-left-blue::before,
			.small-right-burgundy::before,
			.small-right-orange::before,
			.small-right-teal::before,
			.small-right-blue::before{
				height: 80px !important;
				width: 80px !important;
			}

		/* Big Circle */

			.big-left-burgundy::after,
			.big-left-orange::after,
			.big-left-teal::after,
			.big-left-blue::after,
			.big-right-burgundy::after,
			.big-right-orange::after,
			.big-right-teal::after,
			.big-right-blue::after{
				height: 120px !important;
				width: 120px !important;
			}

		/* FOOTER */

			#footer_wrapper::before {
				height: 120px;
			}
	
}


@media (min-width: 1200px) {

	.container {
		width: 1200px;
	}

	/* BANNER IMAGE */

		.banner_image {
			height: 600px;
		}	
	
}


/* 992PX VIEWPORT */

@media screen and (max-width: 992px) {
	
	/* GLOBAL */

		html {
			font-size: 16px;
		}
	
	/* NAVBAR */
	
		/* General */

			.navbar {
				min-height: 140px;
			}
	
		/* Vacancy Alert Navbar */

			.open-vacancies-navbar {
				position: static;
				display: inline-flex;
				height: 17px;
				width: 17px;
				font-size: 0.667rem;
				margin-left: 2px;
				margin-bottom: 4px;
			}
	
	/* NAVBAR SHRINK */

		.navbar.shrink .navbar-nav li a {
			font-size: 11px !important;
		}

	/* BANNER IMAGE */

		.banner_image {
			max-height: 220px;
		}	
	
		.banner_image::before,
		.header_image .background-image::before {
			height: 80px;
		}
	
		/* Homepage Banner */

			.home .header_image,
			.home .header_image .bx-wrapper,
			.home .header_image .bx-wrapper .img-banner {
				height: 220px !important;
			}
	
	
	/* CARDS */	
	
		/* Featured Elements (Case Studies & Articles) */

			/* Featured Small Items */

				#case-studies .col-md-8.featured-item,
				#articles .col-md-8.featured-item {
					padding: 0px !important;
				}
	
			/* Featured Small Items */

				#case-studies .col-md-4.featured-item,
				#case-studies .col-md-4.featured-item .col-md-12,
				#articles .col-md-4.featured-item,
				#articles .col-md-4.featured-item .col-md-12 {
					padding: 0px !important;
				}
	
	/* IMAGE CIRCLE ORNAMENTS */
	
		.circle {
			position: relative;
			height: 300px !important;
			width: 300px !important;
		}

	/* PEOPLE CAROUSEL */

		/* General */
		
			/* Carousel - Active items */

				/* 1st item */

					.people-carousel .owl-stage .owl-item.active {
						margin-top: 0 !important;
					}

				/* 2nd item */

					.people-carousel .owl-stage .owl-item.active + .active {
						margin-top: -30px !important;
					}

				/* 3rd item */

					.people-carousel .owl-stage .owl-item.active + .active + .active {
						margin-top: 0 !important;
					}

				/* 4th item */

					.people-carousel .owl-stage .owl-item.active + .active + .active + .active {
						margin-top: 0 !important;
					}
	
		/* Image */

			.people-carousel .people.wrapper .image-wrapper,
			.people-carousel .people.wrapper .image-wrapper img {
				width: 160px;
				height: 160px;
			}
			
		/* Arrows */

			.people-carousel .owl-nav button {
				padding: 20px !important;
			}

			.people-carousel .pp-content-post-carousel .owl-nav button.owl-prev {
				left: 0px !important;
			}

			.people-carousel .pp-content-post-carousel .owl-nav button.owl-next {
				right: 0px !important;
			}
	
	
	/* BACKGROUND CURVE */

		/* General */

			.section.background-curve {
				margin: 15px 0;
			}

			.background-curve::before,
			.background-curve::after {
				height: 80px;
			}

			.carousel-top .container {
				padding-bottom: 100px;
			}

			.carousel-bottom {
				margin-top: -200px;
			}
	

	/* MEDIA & TEXT ROWS */

		/* General */

			.section.media-text .container .row .col-md-6:last-child {
				text-align: center;
				margin-top: 30px;
			}	


	/* FOOTER */

		#footer_wrapper::before {
			height: 80px;
		}
	
}


@media (min-width: 992px) {

	/* CARDS - FEATURED CASE STUDIES/ARTICLES */

		/* General */

			#case-studies .row-top-wrap,
			#articles .row-top-wrap {
				padding: 0;
				margin-bottom: 20px !important;
			}

		/* Featured Big Item */

			#case-studies .col-md-8.featured-item .card-link	.card-wrapper,
			#articles .col-md-8.featured-item .card-link	.card-wrapper {
				min-height: 620px;
			}

			#case-studies .col-md-8.featured-item .card-link	.card-wrapper .thumbnail img,
			#articles .col-md-8.featured-item .card-link	.card-wrapper .thumbnail img {
				max-height: 350px;
				object-fit: cover;
			}

			#case-studies .col-md-8.featured-item .card-link .card-wrapper .content_block,
			#articles .col-md-8.featured-item .card-link .card-wrapper .content_block {
				height: auto !important;
			}

			#case-studies .col-md-8.featured-item .card-link .card-wrapper .content_block h3,
			#articles .col-md-8.featured-item .card-link .card-wrapper .content_block h3 {
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}

			#case-studies .col-md-8.featured-item .card-link .card-wrapper .content_block .text-wrapper.clamp p,
			#articles .col-md-8.featured-item .card-link .card-wrapper .content_block .text-wrapper.clamp p {
				-webkit-line-clamp: 2;
			}

		/* Featured Small Items */

				#case-studies .col-md-4.featured-item .card-link	.card-wrapper,
			#articles .col-md-4.featured-item .card-link	.card-wrapper {
				min-height: 295px;
			}
	
			#case-studies .col-md-4.featured-item .card-link	.card-wrapper .thumbnail img,
			#articles .col-md-4.featured-item .card-link	.card-wrapper .thumbnail img {
				max-height: 100px;
			}

			#case-studies .col-md-4.featured-item .card-link .card-wrapper .content_block,
			#articles .col-md-4.featured-item .card-link .card-wrapper .content_block {
				height: auto !important;
				padding: 20px;
			}

			#case-studies .col-md-4.featured-item .card-link .card-wrapper .content_block h3,
			#articles .col-md-4.featured-item .card-link .card-wrapper .content_block h3 {
				font-size: 1.111rem;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}

			#case-studies .col-md-4.featured-item .card-link .card-wrapper .content_block .text-wrapper.clamp p,
			#articles .col-md-4.featured-item .card-link .card-wrapper .content_block .text-wrapper.clamp p {
				font-size: 0.889rem;
				-webkit-line-clamp: 2;
				margin-bottom: 12px;
			}

			#case-studies .col-md-4.featured-item .card-link .card-wrapper .content_block .read-more,
			#articles .col-md-4.featured-item .card-link .card-wrapper .content_block .read-more {
				margin-top: 0px;
			}
	
}


/* 768PX VIEWPORT */

@media (max-width: 768px) {

	/* MENU */
	
		#menu-item-947 a {
			display: flex;
			justify-content: center;
			align-items: center;
		}
	
		#menu-item-947 .open-vacancies-navbar {
			margin: 0 5px;
		}
	
	/* BANNER IMAGE */

		.banner_image::before,
		.header_image .background-image::before {
			height: 40px;
		}
	
	
	/* BACKGROUND CURVE */

		/* General */

			.background-curve::before,
			.background-curve::after {
				height: 40px;
			}
		

	/* MODAL */

		/* General */

			.modal-dialog {
				margin: 80px 20px 0 20px !important;
			}
			
			.popup {
				padding: 20px !important;
			}

		/* Content - Details */

			.popup .personal-details {
				flex-direction: column;
				justify-content: center;
				text-align: center;
				padding-bottom: 15px !important;
				margin-bottom: 15px !important;
			}

			.popup .personal-details .image-wrapper {
				max-width: 100px !important;
				margin-right: 0 !important;
				margin-bottom: 10px;
			}

			.popup .personal-details .content-wrapper h3 {
				font-size: 1.111rem;
				margin-bottom: 5px !important;
			}

			.popup .location {
				margin-bottom: 5px !important;
			}

			.popup .countries,
			.popup .social-media {
				justify-content: center;
			}
				
		/* Content - Bio/Questions */

			.popup .questions,
			.popup .bio {
				max-height: 300px !important;
				padding-right: 15px;
				overflow-y: auto;
			}	


	/* WORK POINTS */

		/* General */
		
			.work-points-wrapper .fl-row-content-wrap {
				width: 100% !important;
				margin-left: 0px !important;
			}

		/* Carousel - items */

			/* 1st active item */

				.points-carousel-wrapper .owl-stage .owl-item.active {
					opacity: 100% !important;
				}

			/* 2nd active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active {
					opacity: 25% !important;
				}

			/* (HIGHLIGHTED) 3rd active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active {
					opacity: 25% !important;
				}

			/* 4th active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active {
					opacity: 25% !important;
				}

			/* 5th active item */

				.points-carousel-wrapper .owl-stage .owl-item.active + .active + .active + .active + .active {
					opacity: 25% !important;
				}
		
	
	/* PEOPLE CAROUSEL */	
	
		/* Arrows */

			.people-carousel .pp-content-post-carousel .owl-nav button.owl-prev {
				left: 15px !important;
			}

			.people-carousel .pp-content-post-carousel .owl-nav button.owl-next {
				right: 15px !important;
			}
	
	
	/* JOB VACANCIES */
		
			.ads .job-ad .top-details .job-title {
				width: 100%;
			}

			.ads .job-ad .badge {
				position: relative;
			}	
	
		
	/* JUMPLINK */

		/* General */

			.jumplink {
				right: 15px !important;
				bottom: 15px !important;
			}

			.jumplink a,
			.jumplink a:hover {
				padding: 3px 10px 3px 3px !important;
			}

		/* Icon */

			.jumplink a .icon-wrapper {
				height: 40px !important;
				width: 40px !important;
				margin-right: 10px !important;
			}

			.jumplink a .icon-wrapper::after {
				content: "";
				top: -3px !important;
				left: -3px !important;
				height: 46px !important;
				width: 46px !important;
			}

			.jumplink a .icon-wrapper img {
				height: 20px !important;
			}
	
	
	/* FOOTER */

		#footer_wrapper::before {
			height: 40px;
		}
	
	/* FOOTER - COPYRIGHT */

		/* General */

			#footer_wrapper .copyright,
			#footer_wrapper .copyright div {
				flex-direction: column;		
				align-items: center;
				text-align: center;
			}

				#footer_wrapper .copyright div div {
				margin-bottom: 20px;
			}
		
			#footer_wrapper .copyright div:first-child div {
				margin-right: 0px;
			}	
}


@media (min-width: 768px) {
	
	/* NAVBAR */

		/* General */

			.navbar .container {
				width: 100%;
				max-width: 1400px;
				padding: 0 20px;
			}
	
		/* Menu */

			/* Menu - Dropdown Menu */

				.navbar .dropdown-menu,
				.navbar.shrink .dropdown-menu {
					border: none;
					background-color: rgba(var(--alpha-white) 100%) !important;
					border-radius: 20px !important;
					padding: 10px;
					box-shadow: 0px 0px 12px rgba(var(--alpha-black) 30%) !important;
				}

				.dropdown-menu li:last-child {
					margin-bottom: 0;
				}

				.navbar .dropdown-menu li a,
				.navbar.shrink .dropdown-menu li a {
					color: var(--color-blue-dark) !important;
					padding: 5px !important;
					margin: 0px !important;
					transition: 450ms;
				}

				.dropdown-menu li a:hover {
					color: var(--color-orange) !important;
				}

				.dropdown-menu li {
					text-align: left;
				}

	/* NAVBAR SHRINK */

		.navbar.shrink {
			display: flex;
			align-items: center;
			min-height: 60px;
			opacity: 100%;
			backdrop-filter: blur(8px);		
		}

		.navbar.shrink:before {
			opacity: 90% !important;
		}

		.navbar .navbar-nav li {
			margin-bottom: 0;
		}
	
}


/* 767PX VIEWPORT */

@media (max-width: 767px) {
	
	/* NAVBAR */

		/* General */

			.navbar-collapse {
				background-color: var(--color-burgundy);
			}
	
}

/* NEW CSS - END */


body.page-id-31 >.wrap >.container >.section .row{
	flex-wrap: wrap;
    display: flex;
}

.wpml-ls-statics-footer .wpml-ls-slot-footer a,
.wpml-ls-statics-footer .wpml-ls-slot-footer a:visted,
.wpml-ls-statics-footer .wpml-ls-slot-footer a:hover{
	background:#141E3E;
}
#footer_wrapper .fa, #footer_wrapper a{
	background:none;
}
p{
	font-family: Montserrat,sans-serif;
	color: #333;
}
.content ul {
  padding-top: 0;
	padding-left: 25px;
}

/* Covid19 Message Bar*/

.ui-widget.cookie-message {
	display: none !important;
}