/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
 Theme Name:   ParamountPress
 Theme URI:    http://localhost/website
 Description:  ParamountPress - Paramounts own Wordpress Theme
 Author:       Paramount Digital
 Author URI:   http://paramountdigital.co.uk
 Template:     generatepress
 Version:      2.0.0
*/

/* colour variables */
:root {
	--dark: #183176;
	--pink: #D02670;
    --orange: #F4851E;
}
html {
  	-webkit-box-sizing: border-box;
  	        box-sizing: border-box;
	font-size: 14px;
    overflow-x: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	min-height: 0;
	min-width: 0;
}
a, a:visited {
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
textarea {
	height: 165px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: "interstate", sans-serif;
	font-size: 14px;
}


ul, ol {
	margin: 0 0 1.5em 1em;
	color: #545454;
}
mark { background-color: rgb(219 188 38 / 50%); }
/* fluid font typography */
h1 {
	font-size: 28px;
	font-weight: 400;
}
h2 {
	font-size: 24px;
	font-weight: 400;
    text-transform: uppercase;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
}

.post-image-aligned-left .inside-article {
    display: -ms-grid !important;
    display: grid !important;
}


.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
	color: #FFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 65px;
	letter-spacing: -0.3px;
    text-transform: uppercase;
}

.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
    margin-right: auto;
    margin-left: auto;
}
#mobile-header .main-navigation.mobile-header-navigation {
    background: #000000 !important;
}

.main-navigation .menu-bar-items {
    display: none;
}

.mm-ocd__content {
    background: #000000;
}

.mm-spn a {
    color: #fff;
    font-weight: 400;
}

.mm-spn a:hover {
    color: var(--orange);
}

.mm-spn li:before {
    color: #fff;
    opacity: .6;
}

.mm-spn.mm-spn--light {
    color: #fff;
}

.mm-spn.mm-spn--navbar:after {
    opacity: 1;
}

@media(max-width: 991px) {
.main-navigation .menu-bar-items {
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    padding-top: 15px;
	padding-bottom: 15px;
}

.main-navigation .main-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mm-spn ul.mm-spn--open {
    left: -10px;
}

.mm-spn ul.mm-spn--parent {
    left: -100%;
    overflow-y: hidden;
}

section .container .main-heading {
font-size: 24px;
    text-transform: capitalize;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 0;
}

.innercontainer {
    max-width: 1385px;
    margin: 0 auto 60px auto;
    padding-top: 80px;
    margin-bottom: 0px;
	z-index: 2;
    position: relative;
}

.main-navigation:not(.is_stuck), .main-navigation:not(.is_stuck) .main-menu ul {
    background: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}

.main-navigation .main-nav ul ul li a {
	color: #fff;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.main-navigation .menu-bar-item.search-item {
	color: #000038;
}

.gp-icon svg {
    fill: #fff;
}

a.generate-back-to-top {
	background: var(--orange);
    padding: 10px;
    padding-left: 20px;
    padding-right: 40px;
	border-radius:5px;
}

a.generate-back-to-top.generate-back-to-top__show img {
    vertical-align: middle;
    width: 20px;
	margin-left: 8px;
}

a.generate-back-to-top:hover {
	background:#59585d;
}

.navigation-search input[type="search"] {
    height: 50px;
    margin-top: 80px;
    border-radius: 10px;
    color: #17CD58;
}

.navigation-search input[type="search"]:focus {
	color: #17CD58;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
	margin-left: 0px;
}

@media(max-width: 390px) {
		.page-banner h1, .page-banner h2 {
		font-size: 36px !important;
	}
}

@media(max-width: 768px) {
	section .container .main-heading { text-transform: capitalize; }
	

	a.content-button.white-outline {
		margin-top: 5%;
	}

    #homepage-accreditation {
        overflow: visible;
    }

    #homepage-accreditation h2.main-heading {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px; /* 166.667% */
        letter-spacing: -1.2px;
    }
}

@media(max-width: 844px) {
	.navbar {
		display: none;
	}
	.side-nav-buttons {
		display: none !important;
	}
}

@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(28px + 6 * ((100vw - 320px) / 680));
	}
	h2 {
		font-size: calc(20px + 6 * ((100vw - 320px) / 680));
	}
	h3 {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
	h4 {
		font-size: calc(18px + 6 * ((100vw - 320px) / 680));
	}
	h5 {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}

@media screen and (min-width: 1000px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1500px){
    #join-meet {
        padding: 2rem;
    }
}

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

	.page-banner h1 {
    margin-top: 9%;
}
	.innercontainer img {
		display: none;
	}
	
	.top-bar {
		display: none;
	}
}

.top-bar {
	background: #0D1846;
	position: relative;
}

/* page banner */
.page-banner h1, .page-banner h2 {
	font-weight: 400;
	font-size: 45px;
	line-height: 48px;
	margin-top: 80px;
	text-transform: capitalize;
}
.page-banner {
    color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -100px;
    text-align: left;
    width: 100%;
    height: 650px;
}

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

.header-text h1 {
    font-weight: 200;
    font-size: 84px;
    line-height: 86px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.header-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.removeBanner {
    display: none !important;
}

.black-header-background nav#site-navigation {
    background: #000000 !important;
}

.black-header-background:not() nav#site-navigation {
    background: transparent !important;
}

.post-type-archive-case_studies nav#site-navigation {
    background: #000000 !important;
}

.page-banner .container {
    max-width: 100vw !important;
	overflow: hidden;
}
.banner-slide {
    text-align: left;
    z-index: 1;
    width: 100%;
    height: 650px;
}

.banner-slide.left-align.has-background .container {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

/* .breadcrumbs.container {
    display: none;
} */

.banner-slide.col-12 {
    padding: 5% 30px;
}
.banner-slide.col-12.col-lg-6 {
    padding: 200px 7vw;
}

.banner-slide.col-12 {
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
}

.banner-slide.col-12::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 650px;
    z-index: 1;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.60)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.banner-slide figure.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

.banner-slide figure.background-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-slide a.content-button.pink {
    color: #fff;
    margin-right: 5px;
	margin-top: 20px;
    margin-bottom: 20px;
    background: #D02670;
    border: 0px solid #D02670;
    border-radius: 3px;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
	padding: 12px 20px 10px 20px;
}

.banner-slide a.content-button.pink:hover {
    background: transparent;
    color: #D02670;
	-webkit-box-shadow: inset 0 0 0 2px #D02670;
	        box-shadow: inset 0 0 0 2px #D02670;
}

.banner-slide a.content-button.blue {
    color: #fff;
    margin-right: 5px;
	margin-top: 20px;
    margin-bottom: 20px;
    background: #0D1846;
    border: 0px solid #0D1846;
    border-radius: 3px;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
	padding: 12px 20px 10px 20px;
}

.banner-slide a.content-button.blue:hover {
    background: transparent;
    color: #0D1846;
	-webkit-box-shadow: inset 0 0 0 2px #0D1846;
	        box-shadow: inset 0 0 0 2px #0D1846;
}

@media(max-width: 991px) {
	.banner-slide.col-12.col-lg-6 {
		padding: 100px 7vw;
	}
}

/* jquery modal */
.blocker {
	z-index: 999 !important;
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
}
.modal {
	display: none;
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -o-box-shadow: 0 0 10px rgb(0,0,0);
    -ms-box-shadow: 0 0 10px rgb(0,0,0);
    box-shadow: 0 0 10px rgb(0,0,0);
}

.modal-container {
    max-width: 550px;
    margin: auto;
    background: #FFF;
    border-radius: 5px;
    margin-top: 30px;
	position: relative;
}

.modal img {
    display: block;
    height: auto;
    width: 100%;
}

.modalbackground h3 {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.5px;
}

.modalbackground h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.modalbackground p {
    color: var(--orange);;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.modal.is-open {
	display: block;
	position: relative;
	z-index: 99999;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}

.modal-content {
    width: 100%;
    -webkit-box-pack: center;
}

.modalbackground {
    background: #FFF;
    padding: 33px 66px 33px 66px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-content button {
    background: black;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -20px;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 14px;
    height: 50px;
}

h3#modalheading {
    display: none;
}

button.content-button.popup-button {
    background: var(--orange);
	border: 2px solid var(--orange);
    border-radius: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
button.content-button.popup-button:hover {
	color: var(--orange);
    background: transparent;
	border: 2px solid var(--orange);
}

.masonry-load-more.load-more.has-svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}


/* main menu */
.main-navigation:not(.is_stuck),
.main-navigation:not(.is_stuck) .main-menu ul {
	background: var(--dark);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation.is_stuck {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#site-navigation.main-navigation .inside-navigation .navigation-branding {
	display: none;
}
#site-navigation.main-navigation .inside-navigation,
#sticky-navigation.main-navigation .inside-navigation,
#sticky-placeholder.main-navigation .inside-navigation {
	padding: 0 30px;
	max-width: 1160px !important;
}

.main-navigation .inside-navigation .site-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.main-navigation .inside-navigation .navigation-branding img {
	height: auto;
    padding: 0;
	max-height: 75px;
}
.main-navigation .inside-navigation .main-nav {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.main-navigation li {
	-webkit-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
	-webkit-box-shadow: inset 0 0 #FFFFFF;
	        box-shadow: inset 0 0 #FFFFFF;
}

.main-navigation li:hover, .main-navigation li:focus, .main-navigation .main-nav ul li[class*="current-menu-"] {
	-webkit-box-shadow: inset 0 -2px var(--orange);
	        box-shadow: inset 0 -2px var(--orange);
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	color: var(--orange);
	-webkit-box-shadow: inset 0 -2px #FFFFFF;
	        box-shadow: inset 0 -2px #FFFFFF;
}
.main-navigation .main-nav ul.sub-menu li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul.sub-menu li > a , .main-navigation .main-nav ul.sub-menu li {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a {
    color: var(--orange);
    background-color: transparent;
    font-weight: 500;
}
.sub-menu li.menu-item.menu-item-has-children .gp-icon svg path {
    -webkit-transition: ease fill .3s;
    -o-transition: ease fill .3s;
    transition: ease fill .3s;
}
.sub-menu li.menu-item.menu-item-has-children:hover .gp-icon svg path {
    fill: #828f9c;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    color: #FFF;
    background-color: transparent;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: transparent;
}

.main-navigation:not(.toggled) ul ul li:hover>ul {
	width:100%;
	border-radius: 0px 0px 8px 8px;
   	background: rgba(30, 30, 29, 0.80);
	padding-bottom:20px;
	
}

@media (min-width: 1025px) {
	.main-navigation li.menu-item.mega-menu {
		position: initial;
	}
	.main-navigation ul li.mega-menu:hover > ul,
	.main-navigation ul li.sfHover.mega-menu > ul {
		width: 100%;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
    	-webkit-box-shadow: none;
    	        box-shadow: none;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	border-radius: 0px 0px 8px 8px;
		background: rgba(30, 30, 29, 0.80);
		-webkit-backdrop-filter: blur(3px);
		        backdrop-filter: blur(3px);
	}
		.main-navigation ul li.mega-menu-col-1:hover > ul,
	.main-navigation ul li.sfHover.mega-menucol-1 > ul {
		width: 50%;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
    	-webkit-box-shadow: none;
    	        box-shadow: none;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	border-radius: 0px 0px 8px 8px;
		background: rgba(30, 30, 29, 0.80);
		-webkit-backdrop-filter: blur(3px);
		        backdrop-filter: blur(3px);
	}
	.main-navigation ul li.mega-menu-col-3:hover > ul,
	.main-navigation ul li.sfHover.mega-menu-col-3 > ul {
		background:transparent;
		-webkit-backdrop-filter: blur(3px);
		        backdrop-filter: blur(3px);
	}
	.main-navigation ul li.mega-menu.mega-menu-col-3:hover > ul::before,
	.main-navigation ul li.sfHover.mega-menu.mega-menu-col-3 > ul::before {
		content: "";
		background-color: inherit;
		pointer-events: none;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		border-radius: 0px 0px 8px 8px;
    	background: rgba(30, 30, 29, 0.80);
		width: 120vw;
		height: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.main-navigation ul li.mega-menu ul li.subtitle > a {
		font-size: 19px;
    	letter-spacing: -0.05em;
	}
	.main-navigation .menu-buttons,
	.main-navigation .menu-buttons .menu-button {
		display: inline-block;
	}
}
@media(max-width: 840px) {
	#site-navigation.main-navigation .inside-navigation .site-logo, #sticky-navigation.main-navigation .inside-navigation .navigation-branding {
		margin-right: 0;
	}
}
/* mobile menu */
.mm-ocd {
	z-index: 9999999999;
}
#generate-slideout-menu, .slideout-overlay {
	display: none;
}
.mm-spn a:not(:last-child):after {
	display: none;
}
.toggled .icon-menu-bars svg:nth-child(2) {
	display: none !important;
}
.toggled .icon-menu-bars svg:nth-child(1) {
	display: block !important;
}
.mm-spn .menu-item-has-children .dropdown-menu-toggle {
	display: none;
}

/* .main-navigation.mobile-header-navigation {
    background: #000000 !important;
    padding: 0px 5px;
} */

/* buttons */
.content-button {
    position: relative;
    z-index: 10;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px 10px 20px;
	font-weight: 700;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
}

.content-buttons {
    clear: both;
}

a.content-button.solid-blue {
    padding: 0px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	line-height: 1;
}
.content-button.solid-blue:hover {
	background: #3998ff;
}
a.content-button.solid-green {
    background: #7AB730;
    border-radius: 21px;
}

a.content-button.solid-green:hover {
    background: #97D44E;
    color: #fff;
	
}

.content-button:hover, .content-button:focus {
    background-color: transparent;
	-webkit-transition: ease all .4s;
	-o-transition: ease all .4s;
	transition: ease all .4s;
}
.content-buttons .content-button:not(:last-child) {
	margin-right: 10px;
}
.content-button[class*="outline"] {
	background: transparent;
}


article.col-12.col-lg-6.article-content-block {
    padding: 0 2em;
}

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

.col-12.posts-columns header.page-header {
    display: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.16px;
    color: #a9a3a3;
    font-family: "interstate", sans-serif;
    padding: 10px 15px;
    border: 1px solid;
}

.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-right: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

@media (max-width: 1024px) {


a.content-button.black-outline {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
}

a.content-button.solid-blue img {
    margin-left: 10px;
    display: inline;
    margin-top: 1.5px;
}

a.wp-block-button__link:not(.has-background):hover {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px var(--blue);
            box-shadow: inset 0 0 0 2px var(--blue);
}
}

p {
font-family: "interstate", sans-serif;
font-style: normal;	
}

h1 {
font-family: "interstate", sans-serif;
font-style: normal;
}

h2 {
font-family: "interstate", sans-serif;
font-style: normal;
}

h3 {
font-family: "interstate", sans-serif;
font-style: normal;
}

h5 {
font-family: "interstate", sans-serif;
font-style: normal;
}

h6 {
font-family: "interstate", sans-serif;
font-style: normal;
}

h6.has-text-align-center {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

details.accordion-wrap p {
    margin-top: 30px;
}


/* accordions and faqs */
details summary {
	list-style-type: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
details summary::-webkit-details-marker {
	display: none;
}

details.accordion-wrap {
    padding: 20px 30px;
	border-bottom: 1px solid;
    -webkit-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
	margin-bottom: 5px;
	color:#fff;
}
details.accordion-wrap:hover, details.accordion-wrap[open] {
    border-color: var(--blue);
}
details.accordion-wrap summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.accordion-wrap h3.accordion {
    font-size: 18px;
	margin-bottom: 0;
    line-height: 1.4;
}
.accordion-wrap svg.faq-chevron {
    -webkit-transition: ease transform .5s;
    -o-transition: ease transform .5s;
    transition: ease transform .5s;
    -webkit-transform: scale(1) rotateY(0);
    -ms-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}
.accordion-wrap[open] svg.faq-chevron {
    -webkit-transform: scale(1) rotateY(0);
    -ms-transform: scale(1) rotateY(0);
    transform: scale(1) rotateX(180deg);
}
@media(max-width: 768px) {
	.accordion-section {
		padding: 0 15px;
		grid-gap: 0;
	}
		.two-column-cf .bulletleft {
		width: 100%;
		padding: 5px;
	}
	.two-column-cf .bulletright {
		width: 100%;
		padding: 5px;
    	margin-top: -25px;
	}
		.banner-slide .content-button {
    display: inline-block;
	margin-bottom: -5px;

}
	.block-container .content-buttons .content-button:not(:last-child) {
    	display: block;
    	margin-bottom: 11px;
		margin-right: 0px;
	}
	
	a.content-button.solid-dark {
		display: block;
		text-align: center;
	}
}

@media(max-width: 991px) {
	section#providedservices article.col-12.col-lg-6.article-content-block {
		margin-bottom: 30px;
	}
}
/* sections */
section {
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}
section.grey {
    background: #1E1E1D;
}

section.light-grey {
    background: #F8F8F8;
}

@media (max-width: 991px) {
	section {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

/* modal forms */

.modal form input:not(.wpcf7-submit), .modal form textarea {
    border: none;
    margin-bottom: 5px;
    background: #F5F5F5;
    width: 100%;
}
.modal form input:not(.wpcf7-submit):focus, .modal form textarea:focus {
    -webkit-box-shadow: inset 0 0 0 2px var(--gold);
	box-shadow: inset 0 0 0 2px var(--gold);
}

/* usp bar */

section.usps-section.full-width {
    padding-top: 0;
    padding-bottom: 0;
	overflow: hidden;
}

section.usps-section article.section-introduction {
    text-align: center;
}
.usp-bar {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
    width: 100%;
}
.usp-bar .usp-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.usp-item .article-content {
    font-size: 12px;
    font-weight: 300;
}
@media(max-width: 768px) {
	.usp-bar .usp-item { margin-right: 10px; }
	.usp-bar.slick-slider .slick-list { 
		overflow: visible;
		padding: 0 15px; 
	}
}

.slick-list {
    overflow: hidden;
}

/*** WOOCOMMERCE ***/

/* product category grid section */

.product-cat-grid .products {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 25px 1fr 25px 1fr;
grid-template-columns: repeat(3, 1fr);
gap: 50px 25px;
grid-auto-flow: row;
}

.product-cat-grid .products .inside-wc-product-image, .product-cat-grid .products .inside-wc-product-image img {
width: 100%;
max-height: 370px;
}

.product-category .inside-wc-product-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: -o-linear-gradient(315deg, rgb(255 255 255 / 0%) 0%,rgba(240,211,67,0.4) 50%,rgba(231,172,60,0.6) 100%);
    background: linear-gradient(135deg, rgb(255 255 255 / 0%) 0%,rgba(240,211,67,0.4) 50%,rgba(231,172,60,0.6) 100%);
    background-size: 600%;
    opacity: 0;
    -webkit-transition: ease all .8s;
    -o-transition: ease all .8s;
    transition: ease all .8s;
}

.product-category:hover .inside-wc-product-image::before {
    background-size: 100%;
    opacity: 1;
}

.woocommerce div.product .product_title {
    color: #1E1E1D;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 0 0 20px;
}

.woocommerce-product-details__short-description {
    color: #1E1E1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.14px;
}

.category-title-product {
    color: #F4851E;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.19px;
    margin: 0;
}

.product_meta {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border-radius: 60px;
    background: #F4851E;
    color: #ffffff;
    text-align: center;
    font-family: Interstate;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.15px;
}

.woocommerce div.product p.price {
    display: none;
}

.quantity.buttons-added {
    display: none !important;
}

.variable-item-contents {
    font-weight: 700;
    line-height: normal;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    box-shadow: none;
    border: 1px solid var(--orange);
    border-radius: 5px;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
    opacity: 1;
    visibility: hidden;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
    color: #1E1E1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 10px 0 0;
}

/* Product Attribute */

#product-attribute {
    display: flex;
    margin: 20px 0px;
    padding: 30px;
    left: -28px;
    width: calc(100% + 56px);
}

.tech-left {
    color: #1E1E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.18px;
    margin: 5px 5px 5px 10px;
}

.tech-right {
    color: #1E1E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.18px;
    margin: 5px 5px 5px 10px;
}

#product-attribute .itemrow {
    padding: 5px;
}

.itemrow:nth-child(2n + 1) {
    background-color: #f1f1f1;
}

.product-button {
    margin-top: 20px;
}

.attribute-title {
    color: #1E1E1D;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; /* 196.429% */
    letter-spacing: -0.28px;
}

.product-data-download {
    padding: 10px 0 0;
    color: #0059A4;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
}

.tech-spec-left, .tech-spec-right {
    padding: 10px !important;
}

.specs-container {
    margin-bottom: 3rem;
}

.tech-padding {
    padding-left: 20px;
    padding-right: 20px;
}

/* .product-swiper .swiper-slide img {
    object-fit: contain;
} */



@media(max-width:1080px) {
	.product-cat-grid .products {
		-ms-grid-columns: 1fr 25px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 25px;
	 }
	.product-cat-grid .products .inside-wc-product-image, .product-cat-grid .products .inside-wc-product-image img {
		width: 100%;
		max-height: 300px;
	}
}

@media screen and (min-width:1080px) {
	#mobile-header {
        padding-left: 10px;
    }
}

@media(max-width:566px) {
	.product-cat-grid .products {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		gap: 0px 25px;
	 }
	.product-cat-grid .products .inside-wc-product-image, .product-cat-grid .products .inside-wc-product-image img {
		width: 100%;
		max-height: 300px;
	}
}

/* blog/news archives */

body .archive-post-wrapper .post-image {
    min-width: 300px;
	float: none;
}

.archive-post-wrapper .inside-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-title h1 {
    font-size: 70px !important;
    font-weight: 400 !important;
    line-height: 86px !important;
    letter-spacing: -0.7px !important;
    text-align: left !important;
    border-left: 7px solid var(--orange);
    padding: 0 0 0 5px;
}

.archive-post-wrapper .inside-article-container .entry-title {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

body .archive-post-wrapper .sticky .post-image {
    width: 60%;
}
body .archive-post-wrapper .sticky .post-image img {
    max-height: 300px;
	width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.archive-post-wrapper .inside-article-container time.entry-date {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
body .archive-post-wrapper .sticky .inside-article-container {
	width: 40%;
	min-width: 40%;
}
body .archive-post-wrapper article.sticky {
    margin-bottom: 80px;
}
.archive-post-wrapper article {
    margin-bottom: 0px;
}
@media(max-width: 768px) {
	.archive-post-wrapper .inside-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	body .archive-post-wrapper .sticky .inside-article-container {
		width: 100%;
		min-width: 100%;
	}
	body .archive-post-wrapper .post-image {
    width: 100%;
    min-width: 100%;
    display: block;
	}
	.article-content {
    overflow: hidden;
    margin-bottom: 10px;
	}
	a[data-readmore-toggle] {
    margin-bottom: 10px;
    display: block;
	}
}


/* readmore */
.article-content[aria-expanded] { position: relative; }
.article-content[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
.article-content[aria-expanded="true"]::after {
    height: 0px;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
a[data-readmore-toggle] {
    color: var(--blue);
    font-weight: 400;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}

/* latest blogs */

.latest-blogs.col-12 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(190px, 1fr) );
    grid-gap: 50px;
    width: 100%;
}

.latest-blogs.col-12 img {
    border-radius: 0;
    margin-bottom: 20px;
    margin-left: auto;
    height: 250px;
    object-fit: cover;
    margin-right: auto;
}

.latest-blogs a.read-more {
    color: var(--orange);
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/* single post */

/* section.single-post-wrapper .container .single-post-content {
	border-left: 10px solid #C09F59;
	padding-left: 20px;
} */

.single-post-wrapper h2 {
    text-transform: capitalize;

}

.entry-header .entry-meta {
    display: none;
}

.single-post-content .entry-title {
    display: none;
}

#blog-sidebar ul {
    list-style: none;
}

#blog-sidebar {
    width: 235px;
    margin: auto;
    border: 1px solid #D5D5D5;
    padding: 10px 20px;
    color: #1E1E1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
}

#blog-sidebar li {
    padding: 5px 0;
}

.contents-title {
    padding: 0 0 10px;
}

.blog-meta {
    display: flex;
    width: 235px;
    margin: 10px auto;
}

.blog-author {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.blog-author-title {
    color: #5F6368;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 163.636% */
    letter-spacing: -0.22px;
}

.blog-details {
    margin-left: 10px;
}

.team-linkedin-blog {
    margin: auto 0 auto auto;
}

/* if single slider (fade) - removes transition bug */
.slick-initialized .slick-slide img {
	opacity: 1;
}
.page-hero-slider.slick-slider .slick-slide,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.page-hero-slider.slick-slider .slick-slide.slick-current,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] { 
	opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.page-hero .banner-controls {
	position: absolute;
    bottom: 50px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	height: 40px;
	z-index: 1;
	padding: 20px;
	bottom: 130px;
}
.page-hero .slick-dots {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; 
	position: relative;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	z-index: 1;
}
.slick-dots {
	list-style-type: none;
	font-size: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.slick-dots li button {
	padding: 7.5px;
	margin-left: 0;
	margin-right: 8px;
	border-radius: 50%;
	font-size: 0;
	background-color: #fff;
	border-color: #fff;
}
.slick-dots li.slick-active button { 
    background-color: var(--orange);
    border-color: var(--orange);
}

.page-hero {
	background: #000;
	position: relative;
}
.page-hero .slick-arrow {
	position: absolute;
    bottom: 0;
    right: 0;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: 99;
    display: none !important;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    background: transparent;
	overflow: hidden;
}
.page-hero .slick-arrow.slick-prev {
	right: 40px; 
}

.page-hero .slick-arrow.slick-disabled {
	visibility: visible;
	opacity: 0.5;
}
/* end slick bug fix */
.slick-arrow.slick-disabled {
	visibility: hidden;
}

/* top notice bar */

.site-notice {
    background: #0079C8;
    color: #fff;
    padding: 10px;
	text-align: center;
}

.site-notice p { margin-bottom: 0; }
/* Add extra spacing above header if there's a notice bar to keep content central in banner */
header.page-banner.has-notice-bar {
    margin-top: 0;
}

@media(max-width: 768px) {
	.site-notice {
		background: #0079C8;
		color: #fff;
		padding: 20px;
		font-weight: 400;
	}
}
/* navigation additional side buttons */
.side-nav-buttons {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    background: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 60px;
    padding: 5px;
}

.side-nav-buttons:hover {
    color: #ffffff;
}

.nav-phone-number {
    color: #ffffff;
    margin: auto;
    padding: 0 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.nav-phone-icon {
    display: flex;
}

.social-nav-buttons {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    grid-gap: 10px;
}
a.header-button.social {
    background: #fff;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}

.social-nav-buttons a.header-button.social:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#site-navigation.main-navigation .inside-navigation, #sticky-navigation.main-navigation .inside-navigation, #sticky-placeholder.main-navigation .inside-navigation {
padding: 0 30px;
    max-width: 1410px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Image Text Overlay Grid */

.projecttextwrap.twoimage p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

.title-overlay h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    letter-spacing: -2px;
    text-transform: capitalize;
}

.title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: transparent;
    transition: height 0.5s ease, padding 0.5s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}

.text-wrap-desc {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

.text-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.projectimage:hover .title-overlay {
    height: auto;
    padding: 20px 20px 20px;
}

.projectimage:hover .text-wrap {
    max-height: 250px;
}

.overlay {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    background-color: #eee;
}

.projectimage:hover .overlay {
    opacity: 1;
}

.overlayBottom{
    width: 100%;
    height: 0;
    bottom: 0;
    right: 0px;
    background-color: #00000085;
}

.projectimage:hover .overlayBottom{
    height: 100%;
}

.image-overlay-heading {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 108% */
    letter-spacing: -1px;
    text-transform: none;
}


/* Accreditation */

.testimonial {
    border-left: 10px solid var(--orange);
    padding: 0 0 0 10px;
    margin: 50px 0 0;
}

.testimonial-text {
    color: #1E1E1D;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 157.143% */
    letter-spacing: -0.21px;
}

.testimonial-heading {
    color: #F4851E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    letter-spacing: -0.2px;
}

.accred-title {
    color: #1E1E1D;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: none;
}

#homepage-accreditation .map-grid {
    padding: 3rem 0;
}

.map-grid {
    display: flex;
}

.map-text {
    margin: auto;
}

#services-page-map {
    padding-bottom: 3rem;
}

#homepage-accreditation .container {
    background: #ffffff !important;
    margin-top: -240px;
    border-radius: 10px;
    z-index: 10;
}

#homepage-accreditation .map-text {
    padding: 0 100px 0 0;
}

/* Accreditation Bar */

#accred-bar .section-introduction {
    display: flex;
}

#accred-bar {
    max-width: 1385px !important;
    margin: auto;
    padding: 3rem 5rem;
    z-index: 1;
}

.accred-logo {
    margin: auto;
}

.accred-bar-title {
    color: #ffffff !important;
}

.accred-bar-content {
    color: #ffffff;
}

/* Homepage Gallery */

#homepage-gallery {
    padding-top: 230px;
    padding-bottom: 2rem;
    margin-top: -190px;
}

.woocommerce div.product {
    display: inline-block;
    width: 100%;
    }

/* footer */


.site-footer .footer-widgets-container .inside-footer-widgets {
	width: 100%;
}
.footer-widgets a:hover, .footer-widgets a:focus {
	color: var(--orange);
}

.footer-widgets {
background: #1E1E1D;
}

.site-info {
    background: #1E1E1D;
}

@media(max-width: 768px) {
	.inside-footer-widgets>div { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }
}

/* maps */

.map.form-map {
    min-height: 400px;
	border-radius: 3px;
}

#map-location {
    width: 100%;
    min-height: 600px;
    padding: 0 10px 0 0;
    border-radius: 20px;
}

/* fancy box image */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	z-index: 99999999999;
}
/* reviews section */
.reviews-section .container {
    position: relative;
}
section.reviews-section {
    overflow: hidden;
}
.review-summary h5 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.04em;
}

section.reviews-section.full-width.grey h6 {
font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.18em;

}

.review-summary svg, .review-summary h5 {
    margin-bottom: 5px;
}
span.rating-count {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.review-summary a {
    color: #E7AC3C;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    display: block;
}
span.review-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.02em;
}

.review.slick-slide.slick-current.slick-active {
    text-align: center;
    color: #fff;
}

@media(max-width: 991px) { 
	.review summary {
		font-size: 14px !important;
	}
}


section.reviews-section.full-width.grey .container {
    background: #0079C8 !important;
	padding: 50px;
	border-radius: 3px;
}

span.reviewer {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}

.review summary {
    font-size: 16px;
	text-align: center !important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

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

.review-slider button.slick-prev { display: none !important; }
svg.next-arrow.slick-arrow {
    position: absolute;
    left: calc(100% + 30px);
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

svg.prev-arrow {
    position: absolute;
    right: calc(100% + 30px);
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width: 768px) {
	.review-summary { margin-bottom: 20px; }
	svg.next-arrow.slick-arrow {
		left: 90%;
		top: 50px;
	}
	svg.prev-arrow {
		right: 90%;
		top: 50px;
		
	}
	.footer-widgets-container {
    	padding-top: 70px;
    	padding-right: 30px;
    	padding-bottom: 30px;
    	padding-left: 30px;
}
}
/* content image/video */

.content[data-orientation="flipped"] .content-image img {
    margin-right: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content[data-orientation="normal"] .content-image img {
    margin-left: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-image img {
    position: initial;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
	width: 100%;
	border-radius:5px;
}

.content .slider-content-image .content-slide-image img {
    width: 100%;
    height: 865px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width: 991px) {
	.content-image img {
		position: relative;
		width: 100%;
		top: auto;
		bottom: auto;
		max-width: 100vw;
		right: auto;
		left: auto;
    border-radius: 5px;
	}
}
/* contact form general */

.article-content-block .wpcf7 input:not(.wpcf7-submit), .article-content-block .wpcf7 textarea {
    border: none;
	margin-top: 10px;
    border-radius: 3px;
	width: 100%;
	background: #fff;
}
.article-content-block .wpcf7 .wpcf7-form-control-wrap { display: block; }
.article-content-block .wpcf7 label {
    display: block;
    color: #384168;
    text-transform: capitalize;
    margin-bottom: 17px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.article-content-block p.subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--orange) !important;
    letter-spacing: -0.01em;
}

#contact-form-page {
    background: #ffffff;
}

#product-contact-form {
    display: flex;
    margin: 20px 0px 0px;
    padding: 30px;
    overflow: hidden;
}

/* container */

.container, .grid-container, .site-content {
	width: 100%;
	background: transparent !important;
	margin-right: auto;
	margin-left: auto;
	-ms-flex-wrap: wrap;
    display: flex;
	  flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}

section.content[data-orientation="flip"] .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

section.content[data-orientation="flip"] .container .map-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

section.content[data-orientation="flip"] .container .content-image img {
	right: 0;
	left: auto;
}

.full-width {
	width: 100%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	clear: both;
	border-radius:5px;
}
#page {
	width: 100%; 
}
.site-content .content-area {
	width: 100%; 
}

.article-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02px;
}

.article-content a {
    	display: -webkit-inline-box;
    	display: -ms-inline-flexbox;
    	display: inline-flex
}

.article-content a:hover, .article-content a:focus {
	color: var(--orange);
}

section.content article.article-content-block .main-heading {
    text-transform: inherit;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #000000;
	margin-bottom: 15px;
}
section.content[data-orientation="flip"] .contentwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
section.content[data-orientation="flip"] .contentwrapper .content-image img {
	right: 0;
	left: auto;
}


.contentwrapper {
    width: 100%;
    background: transparent !important;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.non-gallery-heading {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 50px !important;
    letter-spacing: -2px;
    padding-bottom: 3rem;
}

.job-share-icons {
    margin: auto 0 auto auto;
    text-align: right;
}

.image-url img {
    width: 100%;
}

.download-url {
    background: #f5f5f5;
}

.download-url-content {
    display: flex;
    padding-top: 10px;
}

/* Job Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

/* Close Button */
.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#wpcf7-f9045-o1 .wpcf7-form input, #wpcf7-f9045-o1 .wpcf7-form select {
    margin-bottom: 20px;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
	.content.full-width { 
		overflow: hidden;
	}
	.container-page .inside-article {
		width: 100%;
		padding-top: 4em; 
	}
	.container .site-content .content-area {
		width: 100% !important;
	}
		aside#block-82 {
    display: none;
}
}
@media (min-width: 576px) {
  .container, .grid-container {
    max-width: 540px !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .grid-container {
    max-width: 720px !important;
	max-width: 82% !important;
  }

  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 992px) {
    .container, .grid-container {
    max-width: 960px !important;
    max-width: 82% !important;
    }
    #page {
    max-width: 100% !important;
    }
    #homepage-accreditation .container {
    padding: 30px 50px;
    }

    .contact-left {
    padding-right: 90px !important;
    }
    
    #services-page-map .map-text {
        padding-left: 100px;
    }

    #services-page-map .normal-orientation {
        padding: 0 100px 0 0;
    }

    .services-content-right {
        padding-left: 100px !important;
    }

    .vacancies-content {
        border-top-right-radius: 48px;
        border-top: 1px solid #CDCABD;
        border-bottom-right-radius: 48px;
        border-right: 1px solid #CDCABD;
        border-bottom: 1px solid #CDCABD;
    }

    .job-description {
        padding-right: 100px !important;
    }

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

    .job-description {
        margin-top: 40px !important;
    }

    .back-vacancies {
        border-top: 1px solid #d5d5d5;
    }

    .services-content-left {
        padding-right: 100px !important;
    }

    #services-grid .swiper {
        display: none;
    }

}

@media screen and (min-width: 1440px) {
    #join-the-team {
        margin: -100px 0 20px 0;
        padding: 200px 30px 30px 30px;
    }
}

@media screen and (max-width: 1440px) {
    #join-the-team {
        margin: 20px 0 20px 0;
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .testimonial {
        margin-bottom: 20px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 26px;
    }

    #homepage-accreditation .map-grid {
        padding: 3rem 0;
        display: block;
    }

    #homepage-accreditation .map-text {
        padding: 20px;
    }

    .map-grid {
        display: block;
    }

    .map-text {
        padding: 20px 0 !important;
    }

    .map {
        padding: 0 !important;
    }

    #accred-bar {
        padding: 0 0 1rem 0;
    }

    .accred-bar-header {
        text-align: center;
        margin: auto;
    }

    .accred-bar-title {
        font-size: 34px !important;
        font-weight: 400 !important;
        padding-bottom: 10px;
        letter-spacing: -0.3px !important;
    }

    .accred-bar-content p {
        margin-bottom: 0;
    }

    #join-the-team, #join-meet {
        background: #ffffff;
    }

    .vacancies-content {
        padding: 0 !important;
        border-bottom-left-radius: 48px;
        border-left: 1px solid #CDCABD;
        border-bottom-right-radius: 48px;
        border-right: 1px solid #CDCABD;
        border-bottom: 1px solid #CDCABD;
    }

    .vacancies-image {
        padding: 0 !important;
    }

    #job-vacancies .vacancy-text {
        margin: unset;
        padding: 20px;
    }

    .apply-share {
        padding: 0 !important;
    }

    .apply-button {
        padding: 0 !important;
    }

    .apply-bottom {
        padding: 0 !important;
    }

    .apply-class {
        text-align: center;
        font-size: 15px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 173.333% */
        letter-spacing: -0.15px;
    }
    
    .job-share-icons {
        padding: 20px 0 !important;
        text-align: left;
    }

    .back-vacancies {
        padding: 0 !important;
        flex-direction: column-reverse;
    }

    .back-vacancies-link {
        padding: 30px 0 0 !important;
    }

    #services-block-gallery, #services-block-gallery .container {
        flex-direction: column-reverse;
    }

    .tech-left, .tech-right {
        padding: 5px !important;
    }

    #products-grid-home .swiper-wrapper, #products-grid .swiper-wrapper {
        padding-left: 20px;
    }

    .feature-set-buttons {
        display: none;
    }

    .single-post-wrapper, .single-post-wrapper .container {
        flex-direction: column-reverse;
    }

    #blog-sidebar {
        margin: auto auto auto 20px;
    }

    .blog-meta {
        margin: 10px auto auto 20px;
    }

    #productspage3 .image-grid-3-columns {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .product-image-text {
        display: block !important;
    }

    .product-image-text .product-swiper-left {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .itemrow {
        padding-left: 0px !important; 
        padding-top: 0 !important;
    }

    .title-overlay {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(255, 255, 255, 0) 100%);
    }

}

@media (min-width: 1280px) {
  .container, .grid-container  {
    max-width: 1385px !important;
  }
  #page {
	max-width: 100% !important;
  }
}


@media (min-width: 1500px) {
  #page {
	max-width: 100% !important;
  }
}

/* Grid Wrapper */

.contentwrapper.col-12.col-lg-6 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(192px, 1fr) );
    grid-gap: 5px 5px;
}

@media (min-width: 769px) {
nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
    width: 23.3333%;
}
}

nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
    -webkit-box-shadow: none;
            box-shadow: none;
}

nav .main-nav .mega-menu.mega-menu-col-1>ul>li {
    width: 100%;
}


nav .main-nav .mega-menu.mega-menu-col-1>ul>li {
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (min-width: 769px) {
nav .main-nav .mega-menu > ul {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}


/* NEW CSS ADDED FROM CUSTOMISE START */
/* ALL CSS ADDED HERE HAS BEEN ` OVER FROM THE CUSTOMISE AND ALL NEW CSS MUST BE PLACED HERE! */

/* GENERAL STYLING THROUGHOUT AREAS OF THE WEBSITE START */

section#stats {
	padding:40px;
}

section#slider p.subtitle {
    margin-bottom: 0;
}

form.search-form {
    display: flex;
    justify-content: center;
}

.testimonialarea.slick-slide {
    padding: 20px;
}

body.post-template-default.single.single-post .col-12.col-lg-6.article-content-block {
    padding: 0 75px 0 0;
}

body.case_studies-template-default.single.single-case_studies .col-12.col-lg-6.article-content-block {
    padding: 0 75px 0 0;
}

body.case_studies-template-default.single.single-case_studies h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: inherit;
}

body.post-template-default.single.single-post .article-content h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: inherit;
}

figure.content-news-image img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
	border-radius: 5px;
}

video {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
}
.video-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

span.mobile-menu {
	display:none;
}

.breadcrumbs.container {
    margin: auto;
    padding: 20px 0;
}

.new-gallery-main {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    grid-auto-flow: row;
    padding-top: 10px;
}

.new-gallery-main img {
    height: 262px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    padding: 10px;
}

.new-gallery-main {
    padding: 3rem 0;
}

.masonry-load-more.load-more.has-svg-icon a.button {
    border-radius: 60px;
    background: var(--orange);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.15px;
    text-transform: capitalize;
    padding: 10px 50px 10px 50px;
}

.banner-content {
    width: 50%;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 10px;
}

section#corevalues img {
    height: 100%;
}

.wpcf7-list-item {
     margin: 0 0 0 0em;
}

.content.white + .content.white {
    padding-top: 0;
}

section.content.full-width.transparent {
    padding-bottom: 0;
}

p.recentwork a {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.14px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #fff;
}

body.search.search-results .contained-hero-content.col-12.left-align {
    max-width: 1180px;
    margin: 0 auto 60px auto;
    padding-top: 150px;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

body.search.search-results header.page-hero.full-width {
    color: #fff;
    background-image: url(/wp-content/uploads/2023/06/LIVERBIRD_BERTIE_PR.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
    text-align: left;
    width: 100%;
    height: 550px;
    padding-bottom: 60px;
}

body.search.search-no-results .contained-hero-content.col-12 {
    max-width: 1180px;
    margin: 0 auto 60px auto;
    padding-top: 150px;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

body.search.search-no-results header.page-hero.full-width {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
    text-align: left;
    width: 100%;
    height: 550px;
    padding-bottom: 60px;
}

.bottom-banner-content a {
    color: var(--orange);
    z-index: 3;
    position: relative;
	pointer-events: all;
}

.bottom-banner-content a:hover {
    text-decoration: underline;
}

body.case_studies-template-default.single.single-case_studies section {
    padding-top: 2em;
    padding-bottom: 2em;
}

body.post-template-default.single.single-post section {
    padding-top: 1em;
    padding-bottom: 1em;
}

body.post-template-default.single.single-post h1 {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 200;
    line-height: 76px;
    letter-spacing: -0.64px;
}

.searchwrapper.container {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 20px 0 0 0;
    margin-bottom: -50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.searchwrapper.container input[type="submit"] {
    background: var(--orange);
    border-radius: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #ffffff;
    padding-left: 45px;
    padding-right: 45px;
}

select#oftarget\ group {
    width: 200px;
    height: 50px;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    color: #555;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    border: 1px solid #555555;
}

.searchwrapper.container h3 {
    color: #1E1E1D;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.posts-columns header.page-header {
    display: none;
}

form.searchandfilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    grid-gap: 50px;
}

select#ofcategory {
    width: 373px;
    height: 50px;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    color: #555;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    border: 1px solid #555555;
}

form.searchandfilter input[type="text"] {
	height: 50px;
	background: transparent;
    font-size: 16px;
    font-style: normal;
    color: #555;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    border: 1px solid #555555;
}

.searchwrapper .latest-work {
    font-size: 50px !important;
    font-weight: 500 !important;
}

main#main {
    padding: 28px;
}

.bottom-banner-content {
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.20);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    z-index: 5;
    position: relative;
    padding: 30px 0;
    height: auto;
    align-items: center;
}

.inside-footer-widgets a.phone::before {
    content: url(/wp-content/uploads/2024/08/orangephone.svg);
    vertical-align: middle;
    margin-right: 5px;
}

a.email::before {
    content: url(/wp-content/uploads/2024/08/orangeemail.svg);
    margin-right: 5px;
    vertical-align: middle;
}

address::before {
    content: url(/wp-content/uploads/2024/08/orangemarker.svg);
    margin-right: 10px;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.36px;
}

address {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.28px;
}

a.phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.28px;
}

a.email {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.28px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 30px;
}

.footer-widget-5 {
    text-align: right;
}

.footer-widget-4 {
    position: relative;
}

.projectimage {
	position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    padding-top: 56.25%;
}

.projectimage::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.00)), to(rgba(12, 12, 12, 0.90)));
    background: -o-linear-gradient(top, rgba(14, 14, 14, 0.00) 0%, rgba(12, 12, 12, 0.90) 100%);
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 0%, rgba(12, 12, 12, 0.90) 100%);
    z-index: -1;
}

.projects .projecttextwrap {
    padding: 20px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.projects .projectimage:hover .projecttextwrap, .projects .projectimage:focus .projecttextwrap {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.projectimage img {
    position: absolute;
    z-index: -2;
    width: 100%;
}

/* .footer-widget-4::before {
    content: url(/wp-content/uploads/2023/07/menumap.svg);
    position: absolute;
    left: -25px;
	top: 10px;
} */

.footer-widgets-container.grid-container select {
    background: transparent;
    color: #fff;
    border: none;
}

.footer-widgets-container.grid-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-widgets-container.grid-container option {
    background: transparent;
    color: #1E1E1D;
}

.footer-widgets-container.grid-container select {
    background: transparent;
    color: #fff;
    border: none;
}

.single-post-content.col-12.col-lg-10 h1 {
    display: none;
}

.entry-content {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.16px;
}

section#video {
    background-image: url(/wp-content/uploads/2023/07/videobackground.png);
    background-size: cover;
}

section#video::before {
    content: "";
    background: #0A0A0A;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -200px;
    z-index: -1;
}

.posts-columns a.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 60px;
    margin-top: 20px;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    text-align: center;
    padding: 0px 30px 10px 0px;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
}

.posts-columns a.read-more::after {
    content: url(/wp-content/uploads/2023/07/Arrow-2.svg);
    margin-left: 10px;
    vertical-align: middle;
}

.posts-columns .inside-article-container {
    padding: 15px 0 0 0;
}

.post-image-aligned-left .inside-article .post-image {
	margin-right:0 !important;
}

.archive-post-wrapper .inside-article {
    border-radius: 5px;
}



.banner-slide.left-align.has-background .container {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.page-hero-background.carousel-slide-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.page-hero-background.carousel-slide-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.videoWrapper {
    position: relative;
    padding-bottom: 53%;
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-widgets .widget {
    margin-bottom: 15px;
}

.footer-title {
    color: #F4851E;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 118.182% */
    letter-spacing: -1.32px;
    text-transform: capitalize;
}

.menu-items {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 237.5% */
    letter-spacing: -0.48px;
}

.footer-widget-1 p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.32px;
}

.widget ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.32px;
}

.inside-site-info.grid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
    border-top: 1px solid #373737;
}

ul#menu-widget-menu-1 {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.14px;
	margin-top: 10px;
}

section#slider {
    padding: 0;
}

.contentwrapper .slick-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    bottom: 30px;
    right: 30px;
    position: absolute;
}

section#slider h2 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
	line-height: 54px;
    text-transform: inherit;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -1.04px;
}

.allprojects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    background: #141414;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 24px;
    width: fit-content;
    padding-right: 15px;
}

section#slider p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.18px;
}

p.recentwork {
    padding-top: 10px;
    margin-left: 10px;
	margin-bottom: 0;
	font-size: 16px !important;
}

.allprojects::before {
    content: url(/wp-content/uploads/2023/07/Rectangle-152.png);
	padding-left: 10px;
}

.main-navigation ul ul {
    background: rgba(0, 0, 0, 0.80);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid var(--orange);
    border-top: none;
    backdrop-filter: blur(25px);
}

.main-navigation ul ul {
	width: 420px;
    padding: 20px;
}

a.header-button.phone {
    color: #fff;
    background: var(--orange);
	border: 2px solid var(--orange);
    padding: 5px 35px 5px 35px;
    border-radius: 60px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.15px;
}

a.header-button.phone:hover {
    background: transparent;
    color: #ffffff;
}

li.mega-menu.mega-menu-col-3.menu-item img {
    vertical-align: middle;
    padding-right: 10px;
}

ul.sub-menu img {
    width: 50px;
}

span.testimonial-image img {
    width: 150px;
    height: 130px;
}

section.gallery-section.full-width {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.latest-news.full-width.white article.section-introduction.col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.latest-news.full-width.white .content-buttons.col-12.col-lg-4 {
    text-align: right;
}

.container.col-12.slick-initialized.slick-slider {
    height: 250px;
}

span.testimonial-title {
    color: #1E1E1D;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.16px;
}

.testimonialarea {
    position: relative;
}

span.testimonial-image {
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 1;
}

.contentwrap {
    background: #F2F2F2;
    padding: 25px 50px 25px 50px;
    position: relative;
    text-align: left;
}

.contentwrap::after {
    content: url(/wp-content/uploads/2023/06/SpeechMark.svg);
    bottom: -35px;
    position: absolute;
    left: 0;
}

summary {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}

section#happy .content-column-one.col-12.col-lg-6 {
    padding: 20px 40px;
}


section#happy .content-column-two.col-12.col-lg-6 {
        padding: 20px 40px;
}


section.gallery-section.full-width {
    padding-bottom: 0;
}

section.logo-bar.full-width {
    padding-bottom: 0;
    padding-top: 0;
}

.statimage {
    background: #FFFFFF;
    border: 4px solid var(--orange);
    border-radius: 5px;
    padding: 15px;
    position: relative;
}

.companystats.col-12 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    grid-gap: 31px;
    width: 100%;
}

section#stats {
    background: #1E1E1D;
}

.page-id-6121 section#stats {
    margin-top: 3em;
}
.statimage h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
	line-height:35px;
    letter-spacing: -0.03em;
    color: #1E1E1D;
	margin-bottom: 0;
}

section.two-column + section#stats::before {
    content: "";
    background: #1E1E1D;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -200px;
    z-index: -1;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section#happy .container {
    background: #fff !important;
	border-radius: 5px;
}

.statimage::after {
    content: url("/wp-content/uploads/2023/06/Swirl.png");
    position: absolute;
    top: 0;
    right: 0px;
}

.statimage p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #1E1E1D;
    margin-bottom: 0px;
}

section#commercial {
    background: var(--orange);
    text-align: center;
    padding: 35px 0 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

section#commercial h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}


.contact-info-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

article.col-12.col-lg-6.article-content-block {
    padding: 0 100px 0 0;
    margin: auto;
}

.col-12.col-lg-6.article-content-block {
    padding: 20px 100px;
}

article.col-12.col-lg-6.article-content-block p.subtitle {
    margin-bottom: 10px;
}

.contact-address {
    background: #FFFFFF;
    border-radius: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
	width: fit-content;
	padding-right: 10px;
}

.contact-address::before {
    content: url("/wp-content/uploads/2024/09/markericon.png");
	margin-left: 10px;
}

.contact-address p {
    margin-left: 20px;
    margin-bottom: 5px;
}

.contact-phone {
    background: #FFFFFF;
    border-radius: 80px;
    font-weight: 300;
    font-size:16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
	width: fit-content;
	padding-right: 10px;
}

.contact-phone p {
    margin: 0 20px 5px 20px;
}

.contact-phone a:hover {
    color: var(--orange);
}

.contact-phone::before {
    content: url(/wp-content/uploads/2024/08/phoneicon.png);
    margin-left: 10px;
}

.contact-email {
    background: #FFFFFF;
    border-radius: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
	width: fit-content;
	padding-right: 10px;
}

.contact-email p {
    margin: 0 20px 5px 20px;
}

.contact-email a:hover {
    color: var(--orange);
}

.contact-email::before {
    content: url(/wp-content/uploads/2024/08/emailicon.png);
    margin-left: 10px;
}

.contact-review {
    background: #FFFFFF;
    border-radius: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
	width: fit-content;
	padding-right: 10px;
}

.contact-review p {
    margin: 0 20px 5px 20px;
}

.contact-review a:hover {
    color: var(--orange);
}

.contact-review::before {
    content: url(/wp-content/uploads/2025/07/Review-Icon.png);
    margin-left: 10px;
}

.main-contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 25px);
    grid-gap: 15px;
}

.contact-details {
    color: #1E1E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.main-contact-form label {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    letter-spacing: -0.02em;
}

label.full-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.email-address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.contact-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.company-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.postcode {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 100%;
	max-width: calc(100% - 25px);
}

label.message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.event {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.terms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

label.mailing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: calc(100% - 25px);
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--orange);
	border: 2px solid var(--orange);
    border-radius: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.15px;
    color: #EFEFEF;
    padding-left: 45px;
    padding-right: 45px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: transparent;
	color: #1E1E1D;
}

.posts-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-flow: row;
    padding: 25px;
}

.entry-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: normal;
    font-weight: 500;
    color: #1E1E1D;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-transform: math-auto;
}

.entry-summary {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #555555;
    padding-top: 11px;
}

.post-image img {
    width: 100% !important;
    height: 240px;
    border-radius: 5px;
	object-fit:cover;
}

h5.twoimageheading {
    color: #FFF !important;
    font-family: "interstate", sans-serif !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: -1.6px !important;
    text-transform: capitalize !important;
}

.twoimagetext {
    color: #FFF !important;
    font-family: "interstate", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important; /* 142.857% */
    letter-spacing: -0.14px !important;
}

.projects .projecttextwrap h5 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
	text-align:left;
}

.projecttextwrap a.content-button {
    margin-top: 20px;
    padding: 0;
    font-size: 14px;
    color: var(--orange);
}

.projects .projecttextwrap a.content-button:hover {
    text-decoration: underline;
}

.projects .projecttextwrap {
    position: relative;
    color: #fff;
    line-height: 1.4;
}

.projects .projecttextwrap p {
    margin-bottom: 0px;
}

.projects.col-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-flow: row;
    padding: 25px;
}

.projects .projectimage img {
	inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius:5px;
}

.content-column-two.col-12.col-lg-6 a.content-button.pink {
    background: var(--orange);
    border-radius: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.content-column-two.col-12.col-lg-6 a.content-button.black {
    background: #1E1E1D;
    border: 2px solid #1E1E1D;
    border-radius: 60px;
    font-weight: 500;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.content-column-two.col-12.col-lg-6 a.content-button.black:hover{
	background: transparent;
	color: #1E1E1D;
}

.content-column-two.col-12.col-lg-6 p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #1E1E1D;
}

.content-column-one.col-12.col-lg-6 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: -0.03em;
    color: #1E1E1D;
    text-transform: inherit;
}

.content-column-one.col-12.col-lg-6 {
    padding: 20px 40px;
}

.content-column-two.col-12.col-lg-6 {
    padding: 20px 40px;
}

span.gold {
    color: var(--orange);
}


span.fancy {
    font-family: "audrielle-no1", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #FFFFFF;
    font-size: 110px;
    text-shadow: 0px 0px 10px var(--orange);;
    letter-spacing: -0.01em;
}

section.contact-form.full-width p.subtitle {
    color: #F4851E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

section.contact-form.full-width h2 {
    color: #1E1E1D;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; /* 110% */
    letter-spacing: -0.5px;
    padding-bottom: 50px;
    text-transform: none;
}

section.contact-form.full-width .article-content {
    padding: 0 100px 0 0px;
    color: #1E1E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.18px;
}

section.contact-form.full-width {
    background: #F8F8F8;
}

section.contact-form.full-width .container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.gallery-section.full-width h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -2px;
    color: #000000;
    padding: 10px 0;
}

section.gallery-section.full-width .content-buttons {
    text-align: right;
}

section.gallery-section.full-width .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.gallery-section.full-width a.content-button.gold {
    padding-left: 50px;
    padding-right: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
}

.meettheteam.col-12 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 10px 2%;
}

.meettheteam.col-12 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.meettheteam.col-12 img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.team-swiper h5 {
    margin-bottom: 0px;
    color: #041E52;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -1.04px;
}

.team-swiper p {
    letter-spacing: -0.01em;
    color: var(--orange);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.team-linkedin {
    margin: auto 0 0 auto;
}

.team-linkedin img {
    filter: none !important;
    -webkit-filter: grayscale(0) !important;
}

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


header.page-hero.full-width {
    margin-top: -110px;
}

.prefix-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 14px 0;
}

section.latest-news.full-width.white a.content-button.gold {
    margin-bottom: 10px;
}

.carousel-banner h1.main-heading {
    font-weight: 200;
    font-size: 84px;
    line-height: 86px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
	margin-bottom: 10px;
}

.carousel-banner h2.main-heading {
	margin-bottom: 10px;
}

a.content-button.gold {
    background: var(--orange);
	border: 2px solid var(--orange);
    border-radius: 60px;
	padding-left: 30px;
    padding-right: 30px;
}

a.content-button.gold:hover {
    background: transparent;
    color: var(--orange);
}

a.content-button.orange {
    background: var(--orange);
	border: 2px solid var(--orange);
    border-radius: 60px;
	padding-left: 30px;
    padding-right: 30px;
}

a.content-button.orange:hover {
    background: transparent;
    color: #ffffff;
}

a.content-button.orangewb {
    background: var(--orange);
	border: 2px solid var(--orange);
    border-radius: 60px;
	padding-left: 30px;
    padding-right: 30px;
}

a.content-button.orangewb:hover {
    background: transparent;
    color: var(--orange);
}

a.content-button.grey {
    border-radius: 60px;
    background: #555;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #555;
}

a.content-button.grey:hover {
    background: transparent;
    color: #555;
}

a.content-button.transparent {
    border-radius: 60px;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #D1D1D1;
    color: #000000;
}

a.content-button.transparent:hover {
    background: var(--orange);
    color: #ffffff;
    border: 1px solid var(--orange);
}

.gallery-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.gallery-main img {
    height: 230px;
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
	border-radius:5px;
	padding:10px;
}

article.col-12.col-lg-6.article-content-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02px;
}

nav#site-navigation {
    border-bottom: 2px solid rgba(255, 255, 255, 0.11);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section#mkspace {
    color: #FFFFFF;
	padding-top: 0;
    padding-bottom: 0px;
    background: #1E1E1D;
}

section#mkspace .article-content p {
    font-size: 18px;
}

section#mkspace h2 {
    color: #FFFFFF;
}

section#mkspace .content-image {
    height: 100%;
}

section#mkspace .content-image img {
    object-fit: cover;
}

section#corevalues p {
    color: #fff;
}

section#corevalues h2 {
    color: #fff;
}

section#corevalues {
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
    background: #1E1E1D;
    margin-top: 60px;
    margin-bottom: 60px;
}

section#corevalues::before {
    content: url(/wp-content/uploads/2023/06/MicrosoftTeams-image-4.png);
    right: 0;
    position: absolute;
    opacity: 0.5;
    bottom: -5px;
}

section#mkspace p {
    color: #FFFFFF;
}

/* Image Grid */

.image-grid-heading {
    color: #FFF;
    font-family: "interstate", sans-serif;
    font-size: 25.1px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.098px; 
    letter-spacing: -0.502px;
    margin-bottom: 5px;
}

.image-grid-heading-3 {
    color: #FFF;
    font-family: "interstate", sans-serif;
    font-size: 27.91px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.558px;
    padding: 0 0 10px;
}

.grid-view-more {
    color: #FFF;
    font-family: "interstate", sans-serif;
    font-size: 14.051px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.073px; /* 142.857% */
    letter-spacing: -0.141px;
    text-decoration-line: underline;
}

.products-view-more {
    color: #F4851E;
    font-family: "interstate", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.14px;
}

.link-title-style {
    position: absolute;
    bottom: 0px;
    padding: 0 0 0 20px;
}

.products-title {
    color: #D9D9D9;
    font-family: "interstate", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin: 0px;
}

#products-grid {
    padding-bottom: 2rem;
}

#our-work-homepage + #products-grid-home {
    padding-bottom: 220px;
}

 .image-grid-2-columns {
    display: grid; 
    grid-gap: 0 20px; 
    -ms-grid-columns: 3fr; 
    grid-template-columns: repeat(2, minmax(0, 1fr));  
    margin-top: 20px;
}

.image-grid-3-columns {
    display: grid; 
    grid-gap: 10px; 
    -ms-grid-columns: 3fr; 
    grid-template-columns: repeat(3, minmax(0, 1fr));  
    margin-top: 20px;
}

.image-grid-4-columns {
    display: grid; 
    grid-gap: 5px 10px; 
    -ms-grid-columns: 3fr; 
    grid-template-columns: repeat(4, minmax(0, 1fr));  
    margin-top: 20px;
    padding-bottom: 20px;
}

#our-work-homepage {
    padding-bottom: 3rem;
}

#our-work-homepage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#our-work-homepage .services-grid::before  {
    border-radius: 0px;
}

/* Services Page */

#services-grid .title-overlay h3 {
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    letter-spacing: -1.2px;
}

.services-content-left {
    margin-bottom: auto;
}

.services-content-right {
    margin-bottom: auto;
}

.swiper-gallery {
    margin-bottom: auto;
}

.swiper-slide {
    background: none !important;
}

.swiper-wrapper {
    align-items: baseline;
}

.services-heading {
    color: #1E1E1D;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: none;
}

.services-subtitle {
    color: #F4851E;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.19px;
}

.services-grid {
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 60%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-thumbs {
    height: 100px;
    width: auto;
    object-fit: cover;
    margin-top: 10px;
}

.product-thumbs {
    height: 100px;
    width: auto;
    object-fit: cover;
    margin-top: 10px;
}

.services-grid::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 0%, rgba(12, 12, 12, 0.90) 100%);
  z-index: 0;
  border-radius: 10px;
  transition: height 0.5s ease; /* Add your transition here */
}

.services-grid:hover::before {
  height: 250px;
}

/* Swiper block */

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--orange);
    border: none !important;
}

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

.products-grid-swiper .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}

.products-grid-swiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
   bottom: var(--swiper-pagination-bottom, auto);
    top: var(--swiper-pagination-top, 10px);
    left: 10px;
    width: 100%;
}



/* Products Page */

#productspage3 .image-grid-3-columns {
    display: grid; 
    grid-gap: 10px; 
    -ms-grid-columns: 3fr; 
    grid-template-columns: repeat(3, minmax(0, 1fr));  
    margin-top: 20px;
}

#productspage3 .projects.col-12 {
    padding: 0;
}

#productspage3 .title-overlay h3 {
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    letter-spacing: -1.2px;
}

#products-grid::before {
    content: ''; 
    background: url('/wp-content/uploads/2024/08/Rectangle-761-1.png')  
        no-repeat center center/cover; 
    position: absolute; 
    opacity: 1; 
    top: 0px; 
    left: -259px; 
    width: calc(100% + 518px); 
    height: 100%; 
    z-index: -1; 
}

#products-grid img {
    width: 100%;
}

.products-grid-swiper { 
    height: 370px;
    width: 100%;
    margin-bottom: -30px;
    overflow: hidden;
}

.products-grid-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    left: 0px;
}

.products-grid-swiper .swiper-pagination {
    text-align: right;
}

.product-grid-button a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
    letter-spacing: -0.15px;
}

.variations {
    display: flex;
}

.variation-title {
    color: #1E1E1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    margin: 20px 0;
}

.variation-buttons {
    background: none;
    color: #1E1E1D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
    border-radius: 3px;
    border: 1px solid #F4851E;
    margin-right: 10px;
    padding: 10px;
}

.variation-buttons:hover, .variation-buttons:focus {
    background-color: var(--orange);
}

.itemrow {
    padding: 5px;
}

/* Products Swiper */

.product-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-swiper .swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}

section.contact-form.full-width.white {
    background: #ffffff;
}




@media(max-width: 1280px) {
	article.col-12.col-lg-6.article-content-block {
		padding: 2em 2em;
	}
	.contact-address {
		font-size:14px;
	}
	.contact-phone {
		font-size:14px;	
	}
	.contact-email {
		font-size:14px;	
	}

    #products-grid-home::before {
        height: 100% !important;
    }
	
    form.searchandfilter {
        margin-right: auto;
    }

}	

.search-modal-form .search-field, .search-modal-form .search-field:focus {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #000;
}

/* GENERAL STYLING THROUGHOUT AREAS OF THE WEBSITE END */	

/*LATEST NEWS STYLING*/

.projectsubtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--orange);
}

section.latest-news.full-width.white h2.main-heading {
	margin-top: 10px;
	margin-bottom: 30px;
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #000000;
}

/*LATEST NEWS STYLING*/

/*LOGO BAR STYLING*/	

ul.customerlogos.col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    margin: 10px 0 10px 0;
    list-style: none;
}

ul.customerlogos.col-12 img {
    margin: 0 auto;
    max-width: 175px;
    display: block;
    max-height: 80px;
}

ul.customerlogos.col-12 img {
    width: 100%;
    height: 75px;
	padding:10px;
    -o-object-fit: contain;
       object-fit: contain;
}

#homepage-image-grid + .gallery-section::before {
    content: ''; 
    background: url('/wp-content/uploads/2024/08/Rectangle-761-1.png')  
        no-repeat center center/cover; 
    position: absolute; 
    opacity: 1; 
    top: -200px; 
    left: -50px; 
    width: calc(100% + 100px); 
    height: 500px; 
    z-index: -1; 
}

#homepage-gallery::before {
    content: ''; 
    background: #1E1E1D;
    position: absolute; 
    opacity: 1; 
    top: 0px; 
    left: -28px; 
    width: calc(100% + 56px); 
    height: 100%; 
    z-index: -1; 
}

#products-grid-home::before {
    content: ''; 
    background: url('/wp-content/uploads/2024/08/Rectangle-761-1.png')  
        no-repeat center center/cover; 
    position: absolute; 
    opacity: 1; 
    top: 10px; 
    left: -50px; 
    width: calc(100% + 100px); 
    height: 550px; 
    z-index: -1; 
}

#contactform {
    margin-top: 4rem;
    padding: 0 20px;
}

#services-block .main-heading {
    color: #ffffff;
}

/* Single Testimonial */

#single-testimonial .container {
    background: #ffffff !important;
    border-radius: 10px;
    z-index: 10;
}

@media (min-width: 992px) {
    #single-testimonial .container {
        padding: 30px 50px;
    }
}

/*LOGO BAR STYLING*/
	
/* LARGE PAGE BANNER AND ALSO LARGE PAGE BANNER SLIDER WHICH WILL ACTIVATE WHEN A SECOND IMAGE IS ADDED INTO THE PAGE BANNER TAB START */	
	
.page-hero.large-banner .banner-slide .contained-hero-content {
    max-width: 880px;
}

header.page-hero.full-width.large-banner h1.main-heading {
    color: #FFF;
    font-size: 70px;
    line-height: 71px;
    font-weight: 400;
    letter-spacing: -3.5px;
    border-left: 7px solid var(--orange);
    padding: 0 0 0 5px;
}

header.page-hero.full-width.home.large-banner h2.main-heading {
    color: #FFF;
    font-size: 84px;
    line-height: 84px;
    font-family: "Helvetica-Neue-Th", sans-serif;
}

	.page-hero.large-banner .banner-slide .contained-hero-content {
		text-align: left;
	}

.page-hero.large-banner .banner-slide  .contained-hero-content {
	position: relative;
  z-index: 1;
}
.page-hero.large-banner .banner-slide .page-hero-background {
	position: absolute;
	inset: 0;
}
.page-hero.large-banner .banner-slide .page-hero-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
}

.page-hero.large-banner .banner-slide .contained-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.innercontainer {
		text-align: center;
	}

	.logowrap {
		display: none;
	}


.page-hero-background.carousel-slide-image.col-12.col-lg-12 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.carousel-banner {
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
}

.page-hero .carousel-banner .slick-list {
    width: calc(100% + 10px);
    margin-right: -10px;
}

.page-hero .carousel-banner .slick-list, .page-hero .carousel-banner .slick-track {
    min-width: 100%;
}

.page-hero .carousel-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap :wrap;
	    flex-wrap :wrap;
}
.page-hero .carousel-banner .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap :nowrap;
	    flex-wrap :nowrap;
}
.page-hero .carousel-banner .slick-list, 
.page-hero .carousel-banner .slick-track {
min-width: 100%;
}
.page-hero .carousel-banner.carousel-banner-slider .banner-slide {
    position: relative;
    height: 100%;
    display: inline-block;
}

/* banner overflow fix */
.page-hero .carousel-banner {
	overflow: hidden;
    border-bottom: 6px solid var(--orange);
}
.page-hero .carousel-banner:not(.slick-initialized) {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap; /* if slick is not active yet, show as banners but dont stack */
}
.page-hero .carousel-banner:not(.slick-initialized) .banner-slide { 
	-webkit-box-flex: 0; 
	    -ms-flex: 0 0 100%; 
	        flex: 0 0 100%; /* size 100% of the screen width */
}


.banner-slide .container {
	 padding: 200px 0px;
}

header.page-hero.full-width.single-post {
    /* display: none; */ 
}

.contained-hero-content.col-12 h2 {
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
    text-transform: capitalize;
}

.page-hero-background.carousel-slide-image.col-12.col-lg-12 {
    position: initial;
    inset: 0;
}

.page-hero-background.carousel-slide-image.col-12.col-lg-12 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.page-hero-background.carousel-slide-image.col-12.col-lg-12 video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.page-hero-background.carousel-slide-image.col-12.col-lg-12 iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.breadcrumbs a {
    color: #fff;
}

span.breadcrumb_last {
    color: var(--orange);
    font-size: 14.526px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.291px;
    }

.breadcrumbs.container a {
    color: #777676;
    font-size: 14.526px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.291px;
}

/* Single Content Block */
.single-block-heading {
    text-align: center;
    font-family: "interstate", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.single-block-subtitle {
    text-align: center;
}

.singleblocktextwrap {
    text-align: center;
}

section.single-block-content.full-width {
    margin: auto;
    max-width: 800px;
}

.single-block-button {
    text-align: center;
}

section#international img {
    height: auto;
}

#join-meet {
    margin-bottom: 3rem;
}

/* Meet Our Team Tabs */

.sliderTab {
    width: 100%;
}

.nav-tabs {
    padding: 0;
    list-style: none;
    display: flex;
    max-width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nav-item {
    font-size: 40px;
    padding: 20px;
    width: 300px;
    text-align: left;
    transition: 0.5s;
    cursor: pointer;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
}

.nav-item:nth-last-child(1) {
    border-right: none;
}

.nav-item.active {
    color: #1e1e1d;
    font-weight: 400;
}

.bg-active {
    padding: 20px;
    width: 300px;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    border-bottom: 2px solid var(--orange);
}

.content-tabs {
    padding: 30px 0;
    color: #555;
    border-radius: 10px;
    border-top-left-radius: 0;
    min-height: 300px;
    text-align: justify;
}

.content-tabs .tab {
    display: none;
}

.content-tabs .tab.active {
    display: block;
    animation: showContent 0.5s ease-in-out 1;
}

@keyframes showContent{
    from{
        opacity: 0;
        transform: translateY(100px);
    }to{
        opacity: 1;
        transform: translateY(0);
    }
}

#meet-the-team ul {
    margin: 0;
}

.imagearray img {
    width: 100%;
}

/* Job Vacancies */

.vacancies {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 3rem;
}

.vacancies img {
    width: 100%;
    height: 100%;
}

.vacancy-title {
    color: #041E52;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 146.154% */
    letter-spacing: -1.04px;
    margin-bottom: 0;
}

.vacancy-text {
    margin: auto auto auto 50px;
    padding: 10px;
}

.vacancies-content ul {
    list-style: none;
    margin: 0 0 20px 0;
}

.vacancy-subheading {
    color: #F4851E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-top: 10px;
}

.vacancies-details {
    display: flex;
    height: 100%;
}

.vacancy-text .content-buttons {
    text-align: left !important;
}


/* Job Post */

.addtoany_shortcode {
    margin: auto 0 auto auto;
}

.addtoany_list a, .widget .addtoany_list a {
    padding: 0 16px;
}

.apply-share {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 24px;
}

.job-description p, .job-description li {
    color: #1E1E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.18px;
}

.job-details-table {
    border: 1px solid #d5d5d5;
    padding: 10px 30px;
}

.job-details-table th {
    border: none;
    text-align: left;
}

.back-vacancies {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}

.back-vacancies-link {
    margin: auto auto auto 0;
    display: flex;
}

.back-vacancies-text {
    font-weight: 700 !important;
    line-height: 32px !important;
    margin-bottom: 0;
}

#services-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

#products-grid-home .feature-set-buttons-center .content-buttons {
    text-align: left !important;
    padding: 0 0 20px 0;
}

.feature-set-buttons-center .content-buttons {
    text-align: center !important;
    padding: 0 0 20px 0;
}

.black-header-background #mobile-header {
    background: #000000 !important;
}

.product-image-text {
    display: flex;
}

#gp-search:not(.gp-modal--open) {
    display: none;
}


@media (max-width: 991px) {

	.contentwrap::after {
		display:none;
	}

	.statimage h5 {
		font-size: 25px;	
	}

	.statimage {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

	.statimage p {
    font-size: 13px;
	}

	.stat-text {
		padding-left:15px;
	}

	section#happy .content-column-two.col-12.col-lg-6 {
        padding: 25px 20px 25px 20px;
	}
    
	section#happy .content-column-one.col-12.col-lg-6 {
        padding: 25px 20px 25px 20px;
    }

	.slick-initialized .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    section.gallery-section.full-width .content-buttons {
        text-align: left;
    }

    .image-overlay-heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.3px;
        padding: 20px 0 0;
    }

    .background-video {
        min-width: 100vh;
    }
}


@media screen 
  	and (min-device-width: 300px) 
	and (max-device-width: 768px) {
		
	.companystats.col-12 {
		padding-bottom:25px;
	}
		
		section#stats {
			padding:0;
		}
		
	section.testimonials-section.full-width {
    	display: none;
	}
	section.contact-form.full-width {
		padding:0;
	}
	.page-hero .carousel-banner.carousel-banner-slider .banner-slide {
	    height: 560px !important;	
	}
	.page-hero .banner-controls {
		display:none;
	}
	section#happy .content-column-one.col-12.col-lg-6 {
    	margin-bottom: -50px;
	}
		.content .slider-content-image .content-slide-image img {
		height:410px;
	}
}

@media (max-width: 768px) {
	.companystats.col-12 {
		padding-bottom:25px;
	}
	
	section#commercial {
		padding: 0;
	}
	section#commercial h2 {
		margin-bottom: 0;
	}
	section#commercial .content-column-two.col-12.col-lg-6 {
		padding: 0;
	}
	.posts-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
	}
	form.searchandfilter ul {
		display: -ms-grid;
		display: grid;
    	grid-gap: 15px;	
	}
	section#commercial h2 {
		margin-top: 30px;	
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		text-align:center;
	}
	.footer-widget-4::before {
		display: none;
	}
	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		text-align:center;
	}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {
    	text-align: center;
	}
	.modal-content button {
    	right: 35px;
	}
	.modal-logo.full-width {
    	display: none;
	}
	.modal-container {
    	max-width: 375px;
	}
	header.page-hero.full-width.home.large-banner h1.main-heading {
		font-size: 40px;
		line-height: 40px;
	}
		header.page-hero.full-width.home.large-banner h2.main-heading {
		font-size: 40px;
		line-height:58px;
	}
	.carousel-banner {
		font-size:16px;
	}
	a.content-button.grey {
		padding-left: 25px;
    	padding-right: 25px;
	}
	a.content-button.gold {
    padding-left: 25px;
    padding-right: 25px;
}

}

@media (max-width: 1400px) {

	.footer-widget-4::before {
		display:none;
	}
	.footer-widget-4 select {
    font-size: 14px;
    }
	.footer-widget-4 aside#block-200 {
    padding: 0;
    }
    .one-container .site-content {
	padding:20px;
	}
	.main-contact-form label {
		font-size:14px;
	}

}

@media (min-width: 1025px) and (max-width: 1430px){
	
	.companystats.col-12 {
		padding-bottom:25px;
	}
	
	section#slider h2 {
	    font-size: calc(46px - 10%);	
	}
	article.col-12.col-lg-6.section-introduction {
    	padding-right: 30px;
	}
	.companystats.col-12 {
    	grid-template-columns: repeat( auto-fit, minmax(410px, 1fr) );
	}
	section#stats {
		padding: 40px;
	}
	.testimonialarea.slick-slide {
    	padding: 20px;
	}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	 .content .slider-content-image .content-slide-image img {
		height:650px;
	}
	  
	  .contact-phone {
		font-size: calc(16px - 10%);
	  }
	  
	  .contact-email {
		font-size: calc(16px - 10%); 
	  }
	  
	  .contact-address {
		font-size: calc(16px - 10%);   
	  }
	  
	  	.main-navigation ul li.mega-menu ul li > a {
		font-weight: 300;
    	font-size: calc(16px - 10%);
    	letter-spacing: -0.02em;
	}
	  
	  .main-navigation .main-nav ul ul li a {
	    font-size: calc(16px - 10%);  
	  }
	  
	  section#happy {
    	padding: 40px;
		}	  
	  .carousel-banner h1.main-heading {
	    font-size: 62px;
    	line-height: 70px;	  
	  }
	  .page-hero .carousel-banner.carousel-banner-slider .banner-slide {
		  height:650px;
	  }
	  .banner-slide .container {
    		padding: 150px 100px;
	}  
	header.page-hero.full-width.home.large-banner h1.main-heading {
    	font-size: calc(64px - 10%);
	}
	  header.page-hero.full-width.home.large-banner h2.main-heading {
    	font-size: calc(64px - 10%);
	}
	  .main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
		  font-size:16px;
	  }
	  .bottom-banner-content {
		padding-top: 30px;	  
	  }
	  .carousel-banner {
		  font-size:16px;
	  }
	  .content-button {
		  font-size:12px;
	  }
	  .prefix-title {
		  font-size:16px;
	  }
	  span.fancy {
		  font-size:95px;
	  }
	  .col-12.col-lg-6.article-content-block {
    	padding: 20px 85px;
	}
	 article.col-12.col-lg-6.article-content-block {
    	padding: 20px 50px;
	}
	  article.col-12.col-lg-6.article-content-block p {
		  font-size: 16px;
	  }
	  section#mkspace .article-content p {
    	font-size: 16px;
	}
	  .content-column-one.col-12.col-lg-6 h2 {
		  font-size:calc(34px - 10%);
	  }
	  .content-column-two.col-12.col-lg-6 p {
		  font-size:16px;
	  }
	  section.content article.article-content-block .main-heading {
		  font-size:46px;
	  }
	  section#slider h2 {
		  font-size:36px;
	  }
	  section#slider p {
		  font-size:14px;
	  }
	  section.contact-form.full-width h2 {
		  font-size:46px;
	  }
	  section.contact-form.full-width .article-content {
		  font-size:16px;
	  }
	  a.content-button.gold {
		  font-size:12px;
	  }
	  body.post-template-default.single.single-post .banner-slide figure.background-image {
    		height: 550px;
	}  
	  .modal-logo.full-width {
		  display:none;
	  }
	  section#mkspace img {
    	height: 650px;
	}
	.banner-slide {
    	height: 550px;
	}
	/* body:not(.home) .banner-slide .container {
    	padding: 55px 55px 35px 55px;
	} */
	body:not(.home) .banner-slide .container.breadcrumbs.container {
    	padding: 100px 0 0 0;
	}
}

@media (max-width: 1280px) {
		section#stats::before {
		display:none;
	}
	body.post-template-default.single.single-post .col-12.col-lg-6.article-content-block {
    	padding: 0 50px 0 50px;
	}
	body.case_studies-template-default.single.single-case_studies .col-12.col-lg-6.article-content-block {
    	padding: 0 50px 0 50px;
	}
	.contentwrap::after {
		display:none;
	}
	p.recentwork {
    	font-size: 12px !important;
	}
}

@media (max-width: 1024px) {
	body.post-template-default.single.single-post .banner-slide.col-12 {
    	padding: 0% 30px;
	}
	body.post-template-default.single.single-post .banner-slide.col-12 img {
    height: 100%;
	}
	.page-hero .carousel-banner.carousel-banner-slider .banner-slide {
		height:615px;
	}
	article.col-12.col-lg-6.article-content-block p.subtitle {
		font-size: 16px;	
	}
	section.logo-bar.full-width {
		display:none;
	}
}

@media (max-width: 1230px) {
.main-navigation.has-branding .inside-navigation.grid-container {
    padding: 0px;
    }	
}

@media screen and (min-width: 768px) and (max-width: 1280px){
    .posts-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1360px){
    .posts-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1360px){
    .posts-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1180px) {
	
	.entry-title {
		text-align:left;
	}
	
	.entry-summary {
		text-align:left;
	}
	
	.page-hero .banner-controls {
		display:none;
	}
	
	.projecttextwrap p {
    	text-align:left;
	}

	.content-button {
	    font-size: 12px;	
	}
	.projects .projecttextwrap {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
		padding: 20px 20px;
	}
	.slider-content-image.col-12.col-lg-6.col-xl-6.slick-initialized.slick-slider.slick-dotted {
		padding:0px;
	}
	body.post-template-default.single.single-post h1 {
		font-size: 25px !important;
		line-height: 40px !important;
	}
	.header-text p {
    	font-weight: 300;
    	font-size: 14px; 
	}
	.innercontainer {
		padding-top: 50px;	
		padding-bottom:45px;
	}
	.page-hero .banner-controls {
		bottom:45px;
	}
	span.fancy {
    	font-size: 75px;
	}
	.page-banner {
		height:auto;
		margin-top: -110px;
	}
	section.testimonials-section.full-width {
    	margin-bottom: 135px;
    	margin-top: -20px;
	}

	.header-text h1 {
    	font-size: 50px;
    	line-height: 50px;
	}
	span.testimonial-image {
		display:none;
	}

	section#corevalues::before {
		display:none;
	}
	section.gallery-section.full-width h2.main-heading::before {
	    top: -10px !important;	
	}
	section#mkspace .article-content p {
		font-size:14px;
	}
	.content-column-one.col-12.col-lg-6 h2 {
		font-size:26px;
	}
	.content-column-two.col-12.col-lg-6 p {
		font-size:14px;
	}
	.content-image.col-12.col-lg-6 {
    	padding: 0;
	}
	.content-image.col-12.col-lg-6 img {
    	border-radius: 5px;
		height: 460px;
	}
	main#main {
		padding:0;
	}
	section.contact-form.full-width .article-content {
		padding:0;
		font-size:14px;
	}
	section.contact-form.full-width h2 {
		color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.3px;
	}
	section.latest-news.full-width.white h2.main-heading {
		font-size:42px;
		margin-top: 0;
    	margin-bottom: 0;
	}
	section.gallery-section.full-width h2 {
		font-size:42px;
	}
	.projectsubtitle {
		font-size:16px;
	}
	section#slider h2 {
    	font-size: 30px;
    	line-height: 30px;
	}
	section#slider p {
		font-size: 14px;
	}
	section#slider p.subtitle {
        margin-bottom: 0;
	}
	header.page-hero.full-width.home.large-banner {
		height:auto;
	}
	.carousel-banner h1.main-heading {
    	font-size: 46px;
    	line-height: 50px;
	}
	.prefix-title {
   	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.14px;
	}
	.banner-content p {
		font-size:13px;
	}
	.bottom-banner-content {
		font-size:16px;
	}
	.banner-slide {
		height:auto;
	}
	
	.page-hero .carousel-banner.carousel-banner-slider .banner-slide {
		height:auto;
	}
	
	.banner-slide .container {
		padding: 50px 0 25px 0 !important;
	}
	.bottom-banner-content {
		padding: 20px 25px 20px 25px;
	}
	.col-12.col-lg-6.article-content-block {
    	padding: 25px 25px 0px 20px;
	}
	.projects.col-12 {
    	-ms-grid-columns: 1fr;
    	grid-template-columns: repeat(1, 1fr);
	}
	.gallery-main {
    	-ms-grid-columns: (1fr)[1];
    	grid-template-columns: repeat(1, 1fr);
	}
	section.content article.article-content-block .main-heading {
		font-size:30px;
		line-height: 30px;
	}
	article.col-12.col-lg-6.article-content-block p {
		font-size:14px;
	}
	section.latest-news.full-width.white .content-buttons.col-12.col-lg-4 {
    	text-align: left;
    	padding: 0;
    }
	section.latest-news.full-width.white article.section-introduction.col-12 {
    	display: block;
		padding:0;
	}
	.slider-content-image.col-12.col-lg-6.col-xl-5.slick-initialized.slick-slider.slick-dotted {
    	padding: 0;
	}
	.banner-content {
    width: 100%;
	font-size: 14px;
    }

    .page-hero.large-banner .banner-slide .contained-hero-content {
		padding-top: 100px;
		padding-left: 25px;
    	padding-right: 50px;
	}
}

@media only screen and (min-width: 450px) and (max-width: 998px) {
    .image-grid-4-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .image-grid-4-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .meettheteam.col-12 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #services-grid .image-grid-3-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #productspage3 .image-grid-3-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media only screen and (max-width: 500px) {
    .image-grid-4-columns {
        display: block;
    }

    .image-grid-heading {
        color: #FFF;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 117.391% */
        letter-spacing: -0.46px;
    }

    #products-grid-home .products-grid {
        display: none;
    }

    #our-work-homepage + #products-grid-home {
        padding-bottom: 150px !important;
    }

    .products-grid-swiper .products-title {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.48px;
    }

    #homepage-accreditation .projectsubtitle {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 992px) {
    #homepage-accreditation .container {
        margin-top: -200px;
    }

    .image-grid-3-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media only screen and (max-width: 549px) {
    .image-grid-3-columns {
        display: block;
    }

    #our-work-homepage .container {
        text-align: center;
    }

    #homepage-accreditation .container {
        margin-top: -150px;
    }

    .services-heading {
        font-size: 30px;
    }

    .services-content-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 549px) {
    .feature-set-buttons-center {
        display: none;
    }
}

@media only screen and (min-width: 1290px) and (max-width: 1480px) {
    #products-grid-home, #services-block, #our-work-homepage {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
    .title-overlay h3 {
        font-size: 26px;
        line-height: 20px;
        letter-spacing: -1px;
    }

    .text-wrap-desc {
        font-size: 12px;
        line-height: 14px;
        padding-top: 10px;
    }

}

@media screen and (min-width: 600px) and (max-width: 1280px) {
    .new-gallery-main {
        display: -ms-grid !important;
        display: grid !important;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        grid-auto-flow: row;
        padding-top: 10px;
    }
}

@media screen and (max-width: 599px) {
    #productspage3 .image-grid-3-columns {
        display: grid;
        grid-gap: 10px;
        -ms-grid-columns: 3fr;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 20px;
    }

    .new-gallery-main {
        display: -ms-grid !important;
        display: grid !important;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-flow: row;
        padding-top: 10px;
    }
}

@media screen and (min-width: 980px) {
    #homepage-image-grid .swiper {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    #homepage-image-grid .desktopgrid {
        display: none;
    }

    #services-grid .desktopgrid {
        display: none;
    }

    .title-overlay h3 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -2px;
        text-align: left;
    }

    .mobileswiper .text-wrap {
        max-height: none;
        overflow: visible;
    }
    
    .text-wrap-desc {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.14px;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    #productspage3 .projectimage img {
        height: 100%;
        object-fit: cover;
    }

    #productspage3 .projectimage {
        padding-top: 0;
        height: 300px;
    }

    .meettheteam.col-12 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #meet-the-team .nav-item {
        font-size: 24px;
    }

    .bg-active {
        border-bottom: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 998px) {
    .meettheteam.col-12 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width:1280px) {
    #mobile-header {
        display: block !important;
        width: 100% !important;
    }

    nav#site-navigation {
        display: none;
    }
}


/* LARGE PAGE BANNER AND ALSO LARGE PAGE BANNER SLIDER WHICH WILL ACTIVATE WHEN A SECOND IMAGE IS ADDED INTO THE PAGE BANNER TAB END */	
/* ALL CSS ADDED HERE HAS BEEN MOVED OVER FROM THE CUSTOMISE AND ALL NEW CSS MUST BE PLACED WITHIN HERE! */
/* NEW CSS ADDED FROM CUSTOMISE END */

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
/* bootstrap col sizes */
.col-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}

@media (max-width: 991px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 20px;
  		padding-left: 20px;
		padding-top: 5%;
	}
}

/* bootstrap offsets */
.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}