/*
Theme Name: MediaDesk Child
Theme URI: http://mediadesk.edge-themes.com
Description: A child theme of MediaDesk Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0
Text Domain: mediadesk
Template: mediadesk
*/

/* Suppress diagonal stripe loading pattern on title headers */
.edgtf-preload-background {
    background-image: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

@font-face {
    font-family: 'Heavitas';
    src: url('fonts/Heavitas.woff2') format('woff2'),
         url('fonts/Heavitas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3 {
    font-family: 'Heavitas', sans-serif !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight:normal;
}

html {
    scroll-behavior: smooth;
}

body {
	color: #121212;
}

p {
	margin: 25px 0;
}

.desktop-break {
    display: none;
}

.bigdate .wpb_wrapper {
    container-type: inline-size;
}

.bigdate h2 {
    font-size: 28cqw;
    line-height: 1;
    margin: 20px 0 -30px 0 !important;
	color:#e4e0d8;
}

.edgtf-mobile-header .edgtf-mobile-header-inner {
    background-color: transparent;
    border-bottom: 0px;
}

.edgtf-mobile-nav {
	display: block;
    margin: 0 5%;
    border-radius: 20px;
    padding: 20px 0;
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-active-item>.mobile_arrow>.edgtf-sub-arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-opened>.mobile_arrow>.edgtf-sub-arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.edgtf-page-header .edgtf-menu-area {
	background-color: transparent;
}

.edgtf-title-holder .edgtf-title-image img {
    min-height: 350px !important;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.edgtf-page-header p {
    margin: 0;
    font-weight: 700;
    margin: 0 20px 0 12px;
    border-left: 2px solid #161616;
    padding-left: 20px;
}

.wpcf7-turnstile {
	width: 100% !important;
}

.cky-notice-des *, .cky-preference-content-wrapper *, .cky-dma-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 12px;
    line-height: 21px;
}

.edgtf-404-page .edgtf-page-not-found {
    margin: 200px 0 150px;
}

.edgtf-404-title {
	color: #131313;
}

.edgtf-title-holder .title-group, body:not(.home) .edgtf-page-title {
    max-width: 300px;
    float: right;
}

.home .edgtf-drop-down .second .inner > ul > li.current-menu-item > a {
    color: #161616 !important;
}

.home .edgtf-drop-down .second .inner > ul > li.current-menu-item > a:hover {
    color: #c00f0f !important;
}

h1 span {
	font-size: 30px;
	line-height: 40px;
    display: block;    
}

.edgtf-title-holder.edgtf-has-bg-image {
	position: relative;
	overflow: hidden;
}

.edgtf-title-holder.edgtf-has-bg-image::before,
.edgtf-title-holder.edgtf-has-bg-image::after {
    content: '';
    position: absolute;
    right: -50vw;
    width: 100vw;
    height: 300px;
    z-index: 1;
}

.edgtf-title-holder.edgtf-has-bg-image .edgtf-title-wrapper {
    z-index: 200;
}

.edgtf-title-holder.edgtf-has-bg-image::before {
    top: calc(50% - 300px);
    background: rgba(226, 6, 19, 0.5);
    transform: skewX(-45deg) translateX(150%);
    transform-origin: top right;
    animation: slideInTop 0.8s ease-out forwards;
    animation-delay: 0.5s;
}

.edgtf-title-holder.edgtf-has-bg-image::after {
    top: 50%;
    background: rgba(182, 22, 21, 0.5);
    transform: skewX(45deg) translateX(150%);
    transform-origin: bottom right;
    animation: slideInBottom 0.8s ease-out forwards;
    animation-delay: 0.5s;
}

/* Homepage - larger dynamic arrows */
.home .edgtf-title-holder.edgtf-has-bg-image::before,
.home .edgtf-title-holder.edgtf-has-bg-image::after {
    height: 50vw;
}

.home .edgtf-title-holder.edgtf-has-bg-image::before {
    top: calc(50% - 50vw);
}

@keyframes slideInTop {
	to { transform: skewX(-45deg) translateX(0); }
}

@keyframes slideInBottom {
	to { transform: skewX(45deg) translateX(0); }
}

.edgtf-title-holder .title-group, .edgtf-title-inner .edgtf-grid {
	display: block;
	opacity: 0;
	animation: fadeIn 2.5s ease-out forwards;
	animation-delay: 0.5s;
}

.edgtf-title-holder .title-group h1.edgtf-page-title {
	opacity: 1;
}

.edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image{
	position: relative;
	z-index: 0;
}

.edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0) 50%
  );
  z-index: 0;
  pointer-events: none;
}

/* Put the actual image BEHIND the gradient */
.edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image img{
  position: relative;
  z-index: -1;
  display: block;
}


/* Blue arrow container */
.edgtf-container {
	position: relative;
	overflow: hidden;
}

.edgtf-container::before,
.edgtf-container::after {
	content: '';
	position: absolute;
	right: 50%;
	width: 50%;
	height: 600px;
	z-index: -1;
	transition: transform 0.8s ease-out;
}

/*.edgtf-container::before {
	top: 0px;
	background: rgba(0, 159, 227, 0.5);
	transform: skewX(45deg) translateX(-100%);
	transform-origin: bottom right;
}

.edgtf-container::after {
	top: 600px;
	background: rgba(0, 105, 180, 0.5);
	transform: skewX(-45deg) translateX(-100%);
	transform-origin: top right;
}

.edgtf-container.arrow-visible::before {
	transform: skewX(45deg) translateX(0);
}

.edgtf-container.arrow-visible::after {
	transform: skewX(-45deg) translateX(0);
}*/

.edgtf-title-holder .services-link {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
	font-size: 16px;
	font-weight:500;
}

.edgtf-title-holder .services-link::after {
	content: "";
    display: inline-block;
    width: 20px;
	height:16px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
    background-color: #ffffff;
    mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.edgtf-title-holder .services-link:hover::after {
    transform: translateX(5px);
}

@keyframes fadeIn {
	to { opacity: 1; }
}

.wpb_wrapper li, .wpb_wrapper li ul {
    font-size: 15px;
	line-height: 26px;
	margin-top:10px;
}

.wpb_wrapper ul {
	margin-bottom:30px;
}

.wpb_wrapper>p {
	margin-top:0;
}

.mobile_arrow .fa-angle-right:before {
    content: "\f105";
    color: #c00f0f;
	font-size: 20px;
    font-weight: bold;
	vertical-align: top;
}

.edgtf-opened .mobile_arrow .fa-angle-right:before {
    color: #c00f0f;
}

.edgtf-main-menu>ul>li.has_sub>a .edgtf-menu-arrow {
    display: inline-block;
	top: 35px;
    position: relative;
    font-size: 30px;
	margin-left: 5px;
}

.vc_row-fluid:first-child .wpb_text_column:first-of-type .wpb_wrapper > h2:first-child {
  margin-top: 0;
}

.edgtf-content-inner {
	padding-bottom:0;
}

.edgtf-page-content-holder ul li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}

.edgtf-page-content-holder ul li::before {
	content: '•';
	color: #e4e0d8;
	position: absolute;
	left: 0;
	font-size:60px;
}

.home .edgtf-page-content-holder ul.inline li::before {
	color: #0069b4 !important;
}

.home .edgtf-page-content-holder ul.inline li {
	margin-right: 10px !important;
	display: inline-block;
}

.bluedot li::before {
	color: #0069b4 !important;
}


ol li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  counter-increment: list-counter;
}

ol {
  counter-reset: list-counter;
}

ol li::before {
  content: counter(list-counter) '.';
  color: #5a5396;
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: bold;
}

.edgtf-search-fade .edgtf-fullscreen-search-holder .edgtf-fullscreen-search-table {
    background-color: rgba(255,255,255,.95) !important;
}

.edgtf-normal-logo {
	height: 32px !important;
	margin-top:-5px;
}

.header-appear .edgtf-normal-logo {
	height: 34px !important;
}

.edgtf-search-opener {
	font-size:26px !important;
}

.fa-search:before {
    color: #161616;
}

.fa-search:hover::before {
    color: #009edb;
}

.edgtf-sticky-header .edgtf-sticky-holder {
    border-bottom: 0px;
}

.edgtf-position-center {
	width:auto !important;
}

.edgtf-drop-down .narrow .second .inner ul {
    background-color: #f8f5f0;
	border-radius: 10px;
}

.edgtf-drop-down .second .inner ul li>a {
    padding: 5px 20px;
}

.edgtf-drop-down .second {
    left: 10px;
}

.widget_gtranslate {
	margin-bottom:0;
}

.edgtf-main-menu>ul>li>a>span.item_outer:after {
    display: none !important;
}

.edgtf-main-menu>ul>li.edgtf-active-item>a>span.item_outer:after {
    width: 8px;
    height: 8px;
	background-color: #fff;
}

.edgtf-main-menu>ul>li:hover>a>span.item_outer:after {
    width: 8px;
    height: 8px;
}

.edgtf-fullscreen-search-holder .edgtf-search-field {
    font-weight: 700;
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info, .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-title-info {
    width: 100%;
    text-align: center;
	display:block;
}

.edgtf-title-wrapper {
	padding-top:0 !important;
}

.edgtf-title-wrapper .edgtf-grid {
	text-align:right;
}

.home rs-carousel-wrap {
	border-radius:10px;
}

.home .edgtf-title-holder {
	max-height: 800px;
    overflow: hidden;
}

.edgtf-title-holder {
	max-height: 600px;
    overflow: hidden;
	background-color: #f8f5f0 !important;
	height: auto !important;
}

.edgtf-standard-type:not(.edgtf-has-bg-image) h1 {
	color:#121212;
	margin-top:120px !important;
}

.edgtf-title-info {
	order: 2;
}

.edgtf-breadcrumbs-info {
	order: 1;
}

.edgtf-breadcrumbs a, .edgtf-breadcrumbs .edgtf-current {
	color: #fff !important;
	font-weight: bold;
    font-size: 15px;
}

.edgtf-breadcrumbs a:hover {
	color:#f5ecec;
}

.edgtf-delimiter {
	font-size:0 !important;
}

.edgtf-delimiter:after {
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px;
	color: #fff;
	font-weight:bold;
	font-family: "FontAwesome";
    content: " \f054";
}

.edgtf-container {
    margin: 40px 0;
	padding-bottom: 80px;
}

.home .edgtf-container {
    margin: 0 0 40px 0;
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
    padding: 50px 0 60px 0;
}

.edgtf-grid-large-gutter>div {
	padding:0 30px;
}

.edgtf-page-footer .widget .edgtf-widget-title {
    color: #161616;
    margin: 0 0 10px;
}

.edgtf-page-footer .widget a {
    color: #161616;
}

.edgtf-page-footer .widget a:hover {
    color: #161616;
}

.edgtf-page-footer .widget {
    color: #121212;
	margin: 25px 0 16px 0;
	font-weight: normal;
}

.edgtf-footer-column-2 strong, .edgtf-footer-column-3 strong {
	margin-bottom:5px;
	display:inline-block;
}

.edgtf-footer-column-4 p {
	line-height:26px;
}

.wpb_text_column img {
	border-radius:10px;
}

.edgtf-footer-bottom-holder .widget p {
    font-size: 14px !important;
    line-height: 24px;
    color: #161616;
	font-weight: normal;
}

.edgtf-page-footer .edgtf-footer-column-1 p {
    margin-top:0;
}

.edgtf-page-footer .edgtf-footer-column-1 img {
	max-width: 250px;
}

.edgtf-footer-column-3 {
	margin-bottom:20px;
}

.edgtf-social-icon-widget-holder {
    padding: 30px 0;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner {
    border-top: 0;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner li {
	margin:0 10px;
}

.edgtf-cf7-footer-style {
    border: 0px;
    background-color: #48b2fc;
    border-radius: 30px;
}

.edgtf-cf7-footer-style input.wpcf7-form-control.wpcf7-text, .edgtf-contact-form-7-widget input.wpcf7-form-control.wpcf7-submit {
	color:#fff !important;
	font-family:poppins;
	font-size: 13px !important;
}

.edgtf-cf7-footer-style .wpcf7-form-control-wrap:after {
	background-color: #fff;
}

.container, [data-class="wpcf7cf_group"], .invoice-fields {
	width:100% !important;
}

[data-class="wpcf7cf_group"] p {
	font-size:13px;
	text-transform: italic;
}

.intro, .narrow {
	max-width:900px;
}

.intro h2 {
	display: flex;
    align-items: center;
}

.intro p {
	font-size:17px;
}

:not(.home) .intro {
	margin-top:10px;
}

.home .intro {
	margin-top:0 !important;
}

.intro h2 {
    display: flex;
    align-items: center;
}

.page-id-5881 .intro h2::after {
    content: "";
    width: 150px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/engine-leasing.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.page-id-6727 .intro h2::after {
    content: "";
    width: 160px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/part-supply.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.page-id-6738 .intro h2::after {
    content: "";
    width: 160px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/accessory-units.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.page-id-6748 .intro h2::after {
    content: "";
    width: 160px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/qec.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.page-id-6758 .intro h2::after {
    content: "";
    width: 160px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/engine-stands.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.page-id-6764 .intro h2::after {
    content: "";
    width: 160px;
    height: 90px;
    margin-left: 20px;
    background: url('/wp-content/uploads/2025/12/toolings.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.small, .same-as li span {
	font-size: 15px;
	font-style: italic;
	font-family: Frank Ruhl Libre;
}

.small {
	margin-top: 30px;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 16px;
}

.vc_btn3-container.vc_btn3-inline {
    display: block;
}	

.vc_btn3-inline a::after {
    content: "";
    display: inline-block;
    width: 20px;
	height:16px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
    background-color: currentColor;
    mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit, .edgtf-blog-single-navigation>a, .edgtf-404-page .edgtf-page-not-found .edgtf-btn {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 20px 60px 20px 30px;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 5px;
    background-color: #c00f0f;
    background-image: url('/wp-content/uploads/2025/12/right-arrow-w.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px 16px;
    transition: background-color 0.3s ease, background-position 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover, .edgtf-blog-single-navigation>a:hover, .edgtf-404-page .edgtf-page-not-found .edgtf-btn:hover {
    background-color: #121212 !important;
    background-position: right 15px center;
	color: #fff !important;
}

.error404 .edgtf-news-holder {
	display:none;
}

.what-we-say .vc_gitem-col p {
    font-size: 18px;
    line-height: 26px;
}

.slidercontainer p {
	margin:30px 0;
}

.bannersearchform {
	margin-bottom:30px;
}

.edgtf-post-info-category {
	font-size: 13px;
    font-weight: normal;
	font-family: Poppins;
}

.edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-category a, .edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-date a {
	letter-spacing:0;
	text-transform:none;
	font-size: 13px;
    font-weight: normal;
	font-family: Poppins;
}

.edgtf-news-holder .edgtf-layout3-item .edgtf-ni-info>div.edgtf-post-info-category a, .edgtf-news-holder .edgtf-layout3-item .edgtf-ni-info>div.edgtf-post-info-date a {
	color:#48b2fc;
}

.edgtf-layout3-item .edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-category a:hover, .edgtf-layout3-item .edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-date a:hover {
	color:#7cdf75;
}

.edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-category {
	padding-right:20px;
}

.edgtf-news-holder .edgtf-ni-info-top>div:after {
	color: #121212;
	right: 4px;
}

.edgtf-news-holder .edgtf-layout5-item .edgtf-ni-info-top>div:after {
	color:#fff;
}

.vc_toggle {
	padding:20px;
	border-radius:30px;
	background-color: #fff;
}

.vc_toggle .vc_toggle_content {
	margin:0;
}

.vc_toggle p {
	margin: 25px 0 10px 0;
}

.vc_toggle+.wpb_text_column {
	margin-top:80px;
}

.vc_toggle_title>h4 {
    display: inline-block !important;
    padding-top: 3px !important;
	margin: 10px 0 10px 10px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 14px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 14px !important;
}

.vc_toggle_default .vc_toggle_icon {
    background: #fc4848 !important;
	border: 1px solid #fc4848 !important;
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
	color: #fc4848 !important;
	background: #fc4848 !important;
	border: 1px solid #fc4848 !important;
}

.vc_toggle_active  .vc_toggle_icon {
    background: #fc7748 !important;
    border: 1px solid #fc7748 !important;
}

.vc_toggle_active .vc_toggle_icon::after {
	color: red !important;
	background: #fc7748 !important;
	border: 1px solid #fc7748 !important;
}

.gt_switcher a img {
    vertical-align: text-bottom !important;
}

.gt_switcher .gt_option a {
    padding: 7px 5px !important;
}

.gt_switcher .gt_selected a {
    padding: 7px 5px !important;
}

.edgtf-image-with-text-holder img {
	transform: scale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.edgtf-image-with-text-holder .edgtf-iwt-image {
	overflow:hidden;
	border-radius:10px;
}

.edgtf-image-with-text-holder.edgtf-image-behavior-custom-link .edgtf-iwt-image a:after {
	background-color: transparent;
}

.threehome .edgtf-image-with-text-holder {
	background-color:#fff;
	border-radius:20px;
	text-align:center;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.threehome .edgtf-image-with-text-holder .edgtf-iwt-text-holder h4 {
	margin:20px 0 0 0;
}

.threehome .edgtf-image-with-text-holder .edgtf-iwt-text-holder p  {
	margin:5px 30px 20px 30px;
	font-size:15px;
}

.threehome .edgtf-image-with-text-holder img  {
	margin:auto;
}

.threehome .edgtf-image-with-text-holder:hover {
	background-color: #e4e0d8;
}

.specialising.vc_row {
    margin-right: 0;
    margin-left: 0;
	margin:30px 0 !important;
}

.specialisingone {
    background: url(/wp-content/uploads/2024/10/welcome-to.jpg) center;
    background-size: cover;
    height: 350px;
}

.specialisingtwo {
    background: #f5ecec url(/wp-content/uploads/2024/10/specialising-bg.png) center;
    background-repeat: no-repeat;
}

.specialisingtext {
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 30px 5% 0 5%;
}

.specialisingtwo .vc_btn3-container {
	padding: 20px 5% 30px 5%;
}

.upcoming h2 {
	margin-top:20px;
	margin-bottom:0;
}

.upcoming p {
	margin-top:0px;
}

.edgtf-grid-col-3 .edgtf-btn.edgtf-btn-solid, .stories-side .edgtf-btn.edgtf-btn-solid, .archive .edgtf-btn {
	border-radius:10px;
	background-color: #FED86C;
    color: #161616;
	width: 100%;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
	border:0 !important;
}

.edgtf-grid-col-3 .edgtf-btn.edgtf-btn-solid:hover, .stories-side .edgtf-btn.edgtf-btn-solid:hover, .archive .edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-hover-bg):hover {
	background-color: #5a5396 !important;
    color: #fff !important;
	border:0 !important;
}

.edgtf-grid-col-3 .widget_nav_menu, .stories-side .widget_nav_menu, .archive .edgtf-sidebar .widget_nav_menu {
	background: #009edb url(/wp-content/uploads/2025/09/safe-trans.png) center;
	background-size: 100%;
    background-repeat: no-repeat;
	padding:30px;
    font-size: 16px;
	font-weight:bold;
	border-radius:10px;
}

.edgtf-grid-col-3 .widget_nav_menu h3, .stories-side .widget_nav_menu h3, .archive .edgtf-sidebar .widget_nav_menu h3 {
	margin-top:0px;
}

.edgtf-grid-col-3 .widget_nav_menu ul, .stories-side .widget_nav_menu ul, .archive .edgtf-sidebar .widget_nav_menu ul {
	margin-top:20px;
	margin-bottom: 0 !important;
}

.edgtf-grid-col-3 .widget_nav_menu li, .stories-side .widget_nav_menu li, .archive .edgtf-sidebar .widget_nav_menu li {
	padding: 0 0 10px 0 !important;
}

.edgtf-grid-col-3 .widget_nav_menu a, .stories-side .widget_nav_menu a, .archive .edgtf-sidebar .widget_nav_menu a {
	color:#fff;
	font-size:15px;
}

.edgtf-grid-col-3 .widget_nav_menu a:hover, .edgtf-grid-col-3 .widget_nav_menu .current-menu-item a, .archive .widget_nav_menu a:hover {
	color:#FED86C;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) {
	background-color: #5a5396;
	background-size: 100%;
    background-repeat: no-repeat;
	padding:0px;
	border-radius:10px;
	text-align: center;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) h3 {
	margin:20px auto 0 auto;
	color: #fff;
	padding: 30px 20px 0 20px;
	font-size: 24px;
	font-weight:bold;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) p {
	margin:0 auto 0 auto;
	color: #fff;
	padding: 10px 20px 0 20px;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) a {
	margin:20px auto 0 auto;
    text-align: center;
	border-radius:5px;
    padding: 10px 30px;
    display: inline-block;
	background-color: #1e1c6f;
	color: #fff;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) a:hover  {
	background-color: #fff;
	color: #161616;
}

.edgtf-sidebar-holder .widget_text:nth-of-type(2) img {
	border-radius:10px;
}

.edgtf-page-footer .widget.widget_nav_menu ul li {
	border-bottom:2px solid #fff;
	padding:15px 0;
}

.edgtf-page-footer .widget.widget_nav_menu ul li:last-of-type {
	border-bottom:0px;
}

.edgtf-page-footer .widget.widget_nav_menu ul li a {
    font-weight: 700;
	text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
}

.edgtf-page-footer .widget.widget_nav_menu ul li a:hover, .edgtf-page-footer .widget.widget_nav_menu ul li.current-menu-item a {
	color:#fed86b;
}

.center {
	text-align:center;
}

.aimsul, .adviceul {
	list-style:none;
	padding:0;
	margin:0;
}

.aimsul li::before, .divbtn li::before, .adviceul li::before, .stories-side .widget_nav_menu li::before {
	display:none;
}

.aimsul li, .adviceul li {
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	font-size:16px;
	border-bottom:1px solid #131313;
}

.aimsul li:last-of-type, .adviceul li:last-of-type {
	border-bottom:0px;
}

quote {
	font-style: italic;
}

.divbtn {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 20px;
    text-align: center;
    list-style: none;
	padding:0;
	margin: 0;
}

.divbtn li {
	padding:20px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.5s ease;
	flex-direction: column;
	margin-top: 0;
	background-color: #fff;
    color: #161616;
    font-size: 14px !important;
    line-height: 26px;
	font-weight:500;
	position:relative;
	flex-direction: row-reverse !important;
	border-radius:10px;
}

.divbtn h4 {
	margin:10px 0;
}

.divbtn.services p {
	margin:0;
}

.divbtn li:hover {
	background-color: #009fe3;
	color: #fff;
}

.divbtn li span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.divbtn li a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    background-color: #121212;
    mask-image: url(/wp-content/uploads/2025/12/right-arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2025/12/right-arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;

}

.divbtn li:hover a::after, .divbtn.alt li a::after {
	background-color:#fff;
}

.bluebg .divbtn {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	margin-bottom: 0;
}

.divbtn strong {
	display:block;
    font-size: 15px;
    line-height: 26px;
}

.staffrow {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    text-align: center;
    list-style: none;
	padding:0;
	margin: 0;
}

.staffrow li {
	padding:0 !important;
}

.staffrow li::before {
	display:none;
}

.staffrow h4 {
	margin: 10px 0 5px 0;
}

.staffrow p {
	margin: 0;
	font-size:14px !important;
	line-height:24px !important;
}

.staffimg h3 {
	font-family: Poppins !important;
	font-weight: 900;
}

.staffimg p {
	margin: 0;
	font-size:14px !important;
	line-height:24px !important;
}

.wpcf7-form-control-wrap input[type="radio"]:checked {
    border-color: #c00f0f;
    background: #c00f0f;
	outline: none;
    box-shadow: 0 0 0 3px #c00f0f85;
}

.wpcf7-form-control-wrap input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #161616;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    vertical-align: text-top;
    transition: all 0.3s ease;
}

.wpcf7-form-control-wrap input[type="radio"]:focus {
    
}

.wpcf7-form-control-wrap input[type="radio"]:checked::after {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.threenames {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.twonames {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.twonames li {
	padding:30px;
    font-size: 17px;
	line-height: 30px;
}

.divbtn.services {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	margin-top: 20px;
}

.divbtn.services li {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
	padding:70px 20px 20px 20px !important;
}

.divbtn.services li p {
    font-size: 16px !important;
	line-height: 26px;
}


.divbtn.services li:hover {
	background-color: #e4e0d8;
	color: #161616;
}

.divbtn.services li a::after {
	display:none;
}



.divbtn.services li::before,
.divbtn.services li::after {
    content: "";
	display: block;
    position: absolute;
	top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.5s ease;
}

.divbtn.services li:nth-of-type(1)::before,
.divbtn.services li:nth-of-type(1)::after {
    width: 70px;
    height: 40px;
}

.divbtn.services li:nth-of-type(1)::before {
    background-image: url('/wp-content/uploads/2025/12/engine-leasing.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(1)::after {
    background-image: url('/wp-content/uploads/2025/12/engine-leasing-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(1):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(1):hover::after {
    opacity: 1;
}



.divbtn.services li:nth-of-type(2)::before,
.divbtn.services li:nth-of-type(2)::after {
    width: 70px;
    height: 40px;
}

.divbtn.services li:nth-of-type(2)::before {
    background-image: url('/wp-content/uploads/2025/12/qec.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(2)::after {
    background-image: url('/wp-content/uploads/2025/12/qec-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(2):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(2):hover::after {
    opacity: 1;
}



.divbtn.services li:nth-of-type(3)::before,
.divbtn.services li:nth-of-type(3)::after {
    width: 80px;
    height: 40px;
}

.divbtn.services li:nth-of-type(3)::before {
    background-image: url('/wp-content/uploads/2025/12/accessory-units.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(3)::after {
    background-image: url('/wp-content/uploads/2025/12/accessory-units-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(3):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(3):hover::after {
    opacity: 1;
}



.divbtn.services li:nth-of-type(4)::before,
.divbtn.services li:nth-of-type(4)::after {
    width: 80px;
    height: 40px;
}

.divbtn.services li:nth-of-type(4)::before {
    background-image: url('/wp-content/uploads/2025/12/part-supply.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(4)::after {
    background-image: url('/wp-content/uploads/2025/12/part-supply-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(4):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(4):hover::after {
    opacity: 1;
}



.divbtn.services li:nth-of-type(5)::before,
.divbtn.services li:nth-of-type(5)::after {
    width: 80px;
    height: 40px;
}

.divbtn.services li:nth-of-type(5)::before {
    background-image: url('/wp-content/uploads/2025/12/toolings.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(5)::after {
    background-image: url('/wp-content/uploads/2025/12/toolings-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(5):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(5):hover::after {
    opacity: 1;
}



.divbtn.services li:nth-of-type(6)::before,
.divbtn.services li:nth-of-type(6)::after {
    width: 80px;
    height: 45px;
}

.divbtn.services li:nth-of-type(6)::before {
    background-image: url('/wp-content/uploads/2025/12/engine-stands.svg');
    opacity: 1;
}

.divbtn.services li:nth-of-type(6)::after {
    background-image: url('/wp-content/uploads/2025/12/engine-stands-w.svg');
    opacity: 0;
}

.divbtn.services li:nth-of-type(6):hover::before {
    opacity: 0;
}

.divbtn.services li:nth-of-type(6):hover::after {
    opacity: 1;
}



.tablepress>:where(thead)>*>th {
	background-color: #5a5396;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
}

.tablepress>:where(tfoot)>*>th {
	background-color: #161616;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
}

table tbody tr, table thead tr {
    border: 0px;
}

.tablepress>:where(tbody)>.odd>* {
    background-color: #fff;
}

.tablepress>.row-hover>tr:hover>* {
    background-color: #FED86C;
}

.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
    border-top: 1px solid #340404;
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: #fffbee;
}

.slick-list {
	margin-top: 30px !important;
}

body .slick-slider .slick-slide {
    padding: 0px !important;
}

.minimal_glightbox {
	color: #131313 !important;
	pointer-events: none !important;
	cursor: pointer !important;
}

.ctl-label-big {
	color: #131313 !important;
	font-size:20px !important;
	font-weight:700 !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 5px 0;
	width: 50%;
}

.wpcf7-radio {
	margin-bottom:20px !important;
	display:block;
}




.wpcf7-form h3 {
	margin: 20px 0;
}

.wpcf7-form div {
	margin-bottom:10px;
}

.wpcf7-form label, .wpcf7-list-item-label {
	font-size:15px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
	border:1px solid #340404 !important;
	border-radius:5px !important;
	margin-bottom: 5px !important;
	font-size:14px !important;
	color: #131313 !important;
}

.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-select:focus {
	border:1px solid #009fe3 !important;
}

.wpcf7-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="8"%3E%3Cpath fill="%23340404" d="M0 0l6 8 6-8z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}

.wpcf7-select:focus {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="8"%3E%3Cpath fill="%23fff" d="M0 0l6 8 6-8z"/%3E%3C/svg%3E');
}

.wpcf7 .wpcf7-response-output {
	width:100% !important;
	margin: 20px 0 0 0 !important;
	width: -webkit-fill-available !important;
	border:0 !important;
	background-color:#009fe3!important;
	color:#fff !important;	
	padding: 5px 10px !important;
}	

.wpcf7 .invalid .wpcf7-response-output {
	background-color:#c00f0f!important;
}

.radiolabel {
	margin:20px 0 10px 0 !important;
}

.ctl-wrapper {
	margin-bottom:0 !important;
}

.edgtf-layout8-item:after {
	display:none;
}

.edgtf-news-holder .edgtf-news-item.edgtf-layout8-item.edgtf-hovered .edgtf-post-title a, .edgtf-news-holder.edgtf-news-columns-2 .edgtf-news-item.edgtf-hovered .edgtf-post-title a {
	color:#009edb;
}

.edgtf-news-holder .edgtf-news-item.edgtf-layout1-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout1-item .edgtf-post-image:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout2-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout2-item .edgtf-post-image:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout4-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout4-item .edgtf-post-image:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout6-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout6-item .edgtf-post-image:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout8-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-layout8-item .edgtf-post-image:after, .edgtf-news-holder .edgtf-news-item.edgtf-masonry-layout-item .edgtf-ni-image-holder:after, .edgtf-news-holder .edgtf-news-item.edgtf-masonry-layout-item .edgtf-post-image:after {
	border-radius:10px;
	background:#1e1c6f;
}

.edgtf-news-holder .edgtf-ni-info>div.edgtf-blog-like span, .edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-comments-holder span {
	color: #131313;
}

.edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-date a, .edgtf-news-holder .edgtf-ni-info>div.edgtf-post-info-category a {
	color:#009edb;
}

.edgtf-news-holder .edgtf-post-image img {
	border-radius:10px;
}

.edgtf-widget-title {
	text-transform:none;
	letter-spacing:normal;
}

.edgtf-blog-holder article .edgtf-post-text-main {
	margin-top:0;
}	

.edgtf-blog-single-navigation>a .edgtf-blog-single-nav-label, .edgtf-404-page .edgtf-page-not-found .edgtf-btn {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
	font-weight:bold;
}

.edgtf-blog-holder.edgtf-blog-single article {
    border-bottom: 1px solid #131313;
}

.etn-event-meta-info, .etn-fullcalendar-content .cat-dropdown-list {
	display:none;
}

.etn-sidebar .etn-widget {
    box-shadow: none;
    margin-top: 30px;
    padding: 0;
}

.etn-default-calendar-style .fc-day.fc-day-today .fc-daygrid-day-number {
    outline: 2px solid #340404;
}

.fc .fc-button {
    background-color: #340404 !important;
}

.fc .fc-button:hover {
    background-color: #cc9999 !important;
	border-color: #cc9999 !important;
}

.edgtf-footer-top-alignment-center p {
	text-align:center;
	margin:0;
}

.edgtf-footer-top-alignment-center a {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#161616 !important;
}

.edgtf-footer-top-alignment-center a:hover {
	color:#009edb !important;
}

.cta .vc_column-inner {
	background-color: #f1eee8;
	border-radius:20px;
	padding:40px !important;
	margin: 15px;
}

.cta h4 {
	margin-bottom:20px !important;
}

.cta textarea {
	height:180px;
}

.bluebg {
	background-image: url(/wp-content/uploads/2026/02/accreditations.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius:20px;
	margin-top:50px;
	margin-left: 0 !important;
    margin-right: 0 !important;
	padding:20px 0 0 0;
}

.bluebg h2, .bluebg p {
	color:#fff;
}

.bluebg h2 {
	margin-bottom:20px !important;
}

.home h2, .home .intro h2 {
	margin-top:0 !important;
}

.home .engineblockwide h2 {
	margin-bottom:20px !important;
}

.home .engineblockwide li {
	display:inline-block;
}

body .vc-post-styling .slick-prev:before, body .slick-next:before {
    background: transparent !important;
}

.mega-post-image {
	border-radius:10px;
}

.mega-post-carousel1 .mega-post-image img, .mega-post-image {
	height:auto !important;
	vertical-align: bottom;
}

body .post-grid-img .grid-pad {
    padding-left: 0px;
}

body .post-grid-img .grid-pad .mason-item {
    width:100% !important;
	padding:0 !important;
}

.mega-post-para, .mega-post-meta {
	display:none !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	color:#161616 !important;
	font-weight:bold;
	padding: 20px 0;
}

.vc_tta-container {
	margin-bottom:0px !important;
}

.vc_tta-panel {
	border-bottom: 2px solid #161616;
}

.vc_tta-panel:last-of-type {
	border-bottom: 0px;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #5a5396 !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-width: 4px 0 0 0 !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0px 0 0 4px !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #009edb !important;
}

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    padding: 0 0 30px 0;
}

.vc_tta.vc_general .vc_tta-panel:last-of-type .vc_tta-panel-body {
    padding: 0;
}

.vc_tta-panels-container p, .vc_tta-panels-container li {
	font-size:15px;
	color:#161616 !important;
}

.vc_tta-panels-container p {
	margin-top:10px !important;
}

.vc_tta-panels-container .tiny li {
	font-size: 13px !important;
	margin-top:0;
}

.inbox h3, .inbox p {
	color:#fff;
}

.faq h3, .inbox h3 {
	margin:0 0 30px 0 !important;
}

.inner-newsletter {
	background-color: #5a636c;
	border-radius:10px;
	padding:5px 20px 20px 20px;
	margin-top:30px;
}

.inner-newsletter p {
	color:#fff !important;
	margin: 20px 0 0 0;
}

.page-id-5603 h3 {
	margin-top:0;
}

.contactform {
	border-radius:20px;
	padding: 40px;
	background-color:#f1eee8;
}

.edgtf-drop-down .narrow .second .inner ul li {
    width: 280px;
}

.edgtf-fullscreen-search-holder .edgtf-search-field {
    font-family: 'Poppins';
}

blockquote {
	border-radius: 0px 0px 10px 10px;
    font-style: italic;
    font-weight: normal;
    padding: 50px 5%;
	margin-top:0;
}

blockquote p {
	color:#fff;
	margin:0;
	font-size:22px;
	line-height:32px;
}

.anchors {
	background: #5a5396;
    padding: 20px 30px 30px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
	margin-bottom:40px !important;
}

.anchors a {
	color:#fff;
	font-size: 15px;
}

.anchors li {
	padding-left:0 !important;
}

.anchors li::before {
	display:none;
}

.edgtf-news-widget h3 {
	margin-bottom:20px;
}

.edgtf-news-widget img {
	border-radius:10px;
}

#mc_embed_signup form {
	margin: 10px 0 0 0 !important;	
}

#mc_embed_signup .mc-field-group {
	padding-bottom:0 !important;
	max-width: 450px;
}

#mc_embed_signup .mc-field-group input {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    border: 0 !important;
    padding: 15px !important;
    font-size: 14px;
    text-indent: 0 !important;
    color: #161616 !important;
	margin: 15px 0 0 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 0 !important;
	color: #fff !important;
    background-color: transparent !important;
}

#mc_embed_signup .button {
    background-color: #009edb !important;
	margin-top:20px !important;
	font-weight:bold !important;
	font-size: 15px !important;
    height: 46px !important;
    line-height: 46px !important;
    margin: 0 5px 10px 0;
    padding: 0 30px !important;
	font-family: Poppins;
}

#mc_embed_signup .button:hover {
    background-color: #fed86b !important;
	color: #161616 !important;
}

#mc_embed_signup div#mce-responses {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

#mc_embed_signup #mce-success-response {
    color: #fed86b !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}


.h3-accordion h4 {
	font-size: 18px;
    line-height: 28px;
    font-weight: 700;
	font-family: Poppins;
}

.h2-accordion h4 {
	font-size: 24px;
    line-height: 28px;
    font-weight: 700;
	font-family: Poppins;
}

.contentimg {
	display: flex;
    grid-gap: 50px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contentimg li {
	padding:0 !important;
	display: flex;
    align-items: center;
}

.contentimg li::before {
	display:none;
}

.contentimg img {
    max-width: fit-content;
	width: 100%;
    max-height: 150px;
}

.archive .edgtf-content, .archive .edgtf-container {
	background-color:#fff !important;
}

.jet-engine {
    position: relative;
    width: 400px;
    height: 400px;
	left:-80px;
}

.jet-engine img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fan-outer {
    width: 100%;
    height: auto;
	z-index:1;
	filter: drop-shadow(0 0 10px rgba(139, 90, 43, 0.5)) 
            drop-shadow(0 0 25px rgba(139, 90, 43, 0.3));
}

.fan-inner {
    max-width: 340px;
}

.engineblockwide, .meettheteam {
	margin-top:100px;
}

/*.engineblock .vc_col-sm-6:nth-of-type(1) {
	width:70%;
	display:inline-block;
}

.engineblock .vc_col-sm-6:nth-of-type(2) {
	width:30%;
	display:inline-block;
	max-height: 520px;
} */

.arrowlink {
	text-transform:uppercase;
	font-weight: 500;
	font-size:16px;
}

.arrowlink::after {
    content: "";
    display: inline-block;
    width: 20px;
	height:16px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
    background-color: currentColor;
    mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('/wp-content/uploads/2025/12/right-arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.arrowlink:hover::after {
    transform: translateX(5px);
	background-color: #161616;
}

.innerrow {
	margin-top:50px !important;
	margin-bottom:50px !important;
}

.aboutrow {
	margin-top:20px !important;
	margin-bottom:50px !important;
}

.slidein .vc_col-sm-6:nth-child(1) {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slidein .vc_col-sm-6:nth-child(2) {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}


.slidein .vc_col-sm-4 {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slidein .vc_col-sm-8 {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slidein.columns-visible .vc_col-sm-6:nth-child(1), .slidein.columns-visible .vc_col-sm-6:nth-child(2), .slidein.columns-visible .vc_col-sm-4, .slidein.columns-visible .vc_col-sm-8 {
    opacity: 1;
    transform: translateX(0);
}


.divbtn.services li {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Top row - from left */
.divbtn.services li:nth-child(1),
.divbtn.services li:nth-child(2),
.divbtn.services li:nth-child(3) {
    transform: translateX(-100px);
}

/* Bottom row - from right */
.divbtn.services li:nth-child(4),
.divbtn.services li:nth-child(5),
.divbtn.services li:nth-child(6) {
    transform: translateX(100px);
}

.divbtn.services.cards-visible li:nth-child(1) { transition-delay: 0s; }
.divbtn.services.cards-visible li:nth-child(2) { transition-delay: 0.1s; }
.divbtn.services.cards-visible li:nth-child(3) { transition-delay: 0.2s; }
.divbtn.services.cards-visible li:nth-child(4) { transition-delay: 0.1s; }
.divbtn.services.cards-visible li:nth-child(5) { transition-delay: 0.2s; }
.divbtn.services.cards-visible li:nth-child(6) { transition-delay: 0.3s; }

.divbtn.services.cards-visible li {
    opacity: 1;
    transform: translateX(0);
}

.aboutrow, .page-id-6835 .intro {
	text-align:center;
}

.aboutrow .narrow, .page-id-6835 .intro {
	margin-left:auto;
	margin-right:auto;
}


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

	
.jet-engine {
	top:-70px;
}	

}


@media only screen and (max-width: 767px) and (min-width: 681px) {
	
}

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

.etn-event-entry-title {
	font-size: 22px !important;
	line-height: 30px !important;
}
	
body .event-three .etn-event-single-wrap.etn-event-single3 {
    width: 420px !important;
	max-width:none;
}		
	
.gayl-iframe {
	height:1400px;
}	
	
}	

@media only screen and (min-width: 681px) and (max-width: 768px) {
	
}

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

	
.edgtf-title-holder.edgtf-has-bg-image::before, .edgtf-title-holder.edgtf-has-bg-image::after {
	right: -150%;
	width: 150%;
	height: 400px;
}

.edgtf-title-holder.edgtf-has-bg-image::before {
	top: calc(50% - 400px);
}

.home .edgtf-title-holder.edgtf-has-bg-image::before, .home .edgtf-title-holder.edgtf-has-bg-image::after {
	height: 400px;
}

.home .edgtf-title-holder.edgtf-has-bg-image::before {
	top: calc(50% - 400px);
}


.home .engineblockwide li {
    font-size: 14px;
}
	
.divbtn.services h4 {
    font-size: 13px !important;
	line-height: 23px;	
}	
	
.edgtf-footer-bottom-inner ul {	
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	text-align:left;
}
	
.edgtf-footer-bottom-inner ul li {
	padding:5px !important;
	font-size: 12px;
}	
	
.threehome .vc_column-inner {
	padding:0 !important;
}	
	
.divbtn.services p {
	display:none;
}	
	
.bluebg .divbtn li a::after {
	display:none;
}	
	
.edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3 {
	width: 50%;
	float: left;
}	
	
.edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3 p  {
	font-size: 12px;
    line-height: 22px;
}
	
.edgtf-page-footer .edgtf-column-content:not(:first-child) {
	margin-top:0;
}
	
.edgtf-grid-large-gutter>div:nth-of-type(odd) {
    padding: 0 10px 0 30px;
}	
	
.edgtf-grid-large-gutter>div:nth-of-type(even) {
    padding: 0 30px 0 10px;
}	
	
.innerrow.alt {
	display: flex;
    flex-direction: column-reverse;	
}
	
}	


@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	
.etn-event-banner-wrap .etn-event-entry-title {
	font-size: 34px;
	line-height: 46px;
}
	
}


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

	
.staffimg h3 {
	margin: -7px 0 0 0;
}	
	
.edgtf-title-holder .title-group, body:not(.home) .edgtf-page-title {
    max-width: 500px;
}	
	
.edgtf-title-holder.edgtf-has-bg-image::before, .edgtf-title-holder.edgtf-has-bg-image::after {
    right: -80%;
}	
	
.intro h2 {
	margin-top:35px !important;
	display:block;
}
	
.bigdate h2 {
    margin-top:20px;
}	
	

  .staffrow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 1400px;
  }

  .staffrow li {
    text-align: center;
  }

  /* Top row: 3 items */
  .staffrow li:nth-child(1),
  .staffrow li:nth-child(2),
  .staffrow li:nth-child(3) {
    grid-column: span 2;
  }

  /* Bottom row: 2 centred */
  .staffrow li:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .staffrow li:nth-child(5) {
    grid-column: 4 / span 2;
  }


	
.page-id-5881 .intro h2::after, .page-id-6727 .intro h2::after, .page-id-6738 .intro h2::after, .page-id-6748 .intro h2::after, .page-id-6758 .intro h2::after, .page-id-6764 .intro h2::after {
    display: block;
    margin-top: 15px;
	margin-left:0;
}	
	
.desktop-break {
	display: block;
}	
	
.bluebg {
	padding:60px;
}	
	
.bluebg h2 {
	margin-bottom:40px !important;
}	
	
.bluebg .divbtn {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}	

.divbtn.services {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	margin-left:0 !important;
	margin-right:0 !important;
	grid-gap: 30px;
}	
	
.intro p {
	font-size:20px;
	line-height: 32px;
}
	
.engineblock {
    margin-top: 80px !important;
	margin-bottom: 80px !important;
}		

:not(.home) .intro {
	margin-top:30px;
}	
	
.jet-engine {
    position: relative;
    width: 500px;
    height: 500px;
	left:0;
}	
	
.fan-inner {
    max-width: 430px;
}	
	
.engineblock .vc_col-sm-6 {
	width:50% !important;
}		
	
.bluebg p {
	font-size:22px;
	line-height:32px;
}	
	
quote {
	font-size:17px;
	line-height: 28px;
}
	
.edgtf-page-content-holder ul li {
	font-size: 18px;
}	
	
.home .edgtf-page-content-holder ul li, .vc_col-sm-6 .vc_column-inner li {
	font-size: 20px;
}	
	
.vc_row.vc_column-gap-35>.vc_column_container {
    padding: 0 17.5px 17.5px 17.5px;
}	
	
.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 100px !important;
}	
	
.edgtf-default-nav a {
	padding-top:10px;
}	
	
.specialising.vc_row {
	margin:50px 0 !important;
}	
	
.specialising {
	display: flex;
}
	
.specialisingone {
	background: url(/wp-content/uploads/2024/10/welcome-to.jpg) left;
	height: auto;
}	
	
.specialisingtext {
    padding: 70px 5% 0 5%;
}

.specialisingtwo .vc_btn3-container {
	padding: 30px 5% 70px 5%;
}		
	
.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-has-2-columns .edgtf-footer-col:last-child {
	text-align:right;
}	
	
.page-id-5849 .innerrow.alt .vc_col-sm-6:nth-of-type(2) {
	text-align:right;		
}
	
.aimsul, .adviceul {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: auto;
    padding: 0px;
	max-width:1100px;
}

.aimsul li, .adviceul li {
	flex: 0 0 50%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding: 50px 30px;
	margin-bottom:0;
	text-align:center;
}	
	
.aimsul li:nth-of-type(1), .adviceul li:nth-of-type(1) {
    border-right: 1px solid #121212;
    border-bottom: 1px solid #121212;
	border-left:0;
	border-top:0;
}	
	
.aimsul li:nth-of-type(2), .adviceul li:nth-of-type(2) {
    border-left: 1px solid #121212;
    border-bottom: 1px solid #121212;
	border-right:0;
	border-top:0;
}
	
.aimsul li:nth-of-type(3), .aimsul li:nth-of-type(5) {
    border-right: 1px solid #121212;
    border-top: 1px solid #121212;
	border-left:0;
	border-bottom:1px solid #121212;
}
	
.aimsul li:nth-of-type(4), .aimsul li:nth-of-type(6) {
    border-left: 1px solid #121212;
    border-top: 1px solid #121212;
	border-right:0;
	border-bottom:1px solid #121212;
}	
	
.aimsul li:nth-of-type(7), .adviceul li:nth-of-type(3) {
    border-right: 1px solid #121212;
    border-top: 1px solid #121212;
	border-left:0;
	border-bottom:0;
	margin-bottom:30px;
}		
	
.aimsul li:nth-of-type(8), .adviceul li:nth-of-type(4) {
    border-left: 1px solid #121212;
    border-top: 1px solid #121212;
	border-right:0;
	border-bottom:0;
	margin-bottom:30px;
}			
	
.wpcf7-form div {
	width:47%;
	display: inline-block;
}
	
.wpcf7-form .wide {
	width:100%;
}
	
.wpcf7-form .even {
	float:right;
}
	
.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 5px 0;
	width: auto;
}	
	
.page-id-6526 .wpcf7-list-item {
    display: block !important;
}	
	
.edgtf-footer-bottom-inner ul {
	display: flex;
	justify-content: space-between;
}
	
	
body .post-grid-img .grid-pad .mason-item {
    width:30% !important;
	padding:0 !important;
}	
	
.home .mason-item:nth-of-type(1), .home .mason-item:nth-of-type(3) {
	margin:0 !important;
}	
	
.home .mason-item:nth-of-type(2) {
	margin:0 5% 0 5% !important;
}	
	
.vc_btn3.vc_btn3-size-md {
    margin-right: 20px;
}	
	
.vc_btn3-container.vc_btn3-inline {
    display: inline-block;
}	
	
.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
    padding: 80px 0;
}
	
.divbtn li {
	padding:30px 20px !important;
    justify-content: left;
}	
	
.divbtn.services li {
	padding:70px 30px 30px 30px !important;	
}	
	
.threenames {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.twonames {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}	
	
.bio {
	margin-top:-18px;
}	
	
.inner-newsletter .mc-field-group { 
    display: inline-block !important;
}	
	
.inner-newsletter .mc-field-group:first-of-type { 
    margin-right: 3% !important;
}
	
.h3-accordion h4 {
	font-size: 20px;
    line-height: 30px;
}	
	
.h3-accordion h4 a {	
	padding: 25px 0 !important;
}
	
.h2-accordion h4 {
	font-size: 30px;
    line-height: 40px;
}	
	
.h2-accordion h4 a {	
	padding: 30px 0 !important;
}	
	
.innerrow {
	margin-top:100px !important;
	margin-bottom:100px !important;
}	
	
.aboutrow {
	margin-top:50px !important;
	margin-bottom:100px !important;
}	
	
}


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

		

.vc_column-inner .intro p {
	font-size:24px !important;
	line-height: 36px !important;
}		
	
.meettheteam p, .vc_column-inner p {
	font-size:18px;
	line-height: 28px;
}		
	
.jet-engine {
    position: relative;
    width: 700px;
    height: 700px;
	top:-230px;
	left:0;
}	
	
.fan-inner {
    max-width: 600px;
}
	
.staffimg .wpb_wrapper {
    display: flex;
    align-items: start;
    gap: 30px;
}

.staffimg .wpb_wrapper img {
    flex-shrink: 0;
}	

.alt .staffimg .wpb_wrapper {	
	flex-direction: row-reverse;	
}	
	
}	


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

.edgtf-container-inner, .edgtf-grid, .edgtf-row-grid-section {
	width: 100%;
}
	
.edgtf-grid-huge-gutter, .edgtf-grid-large-gutter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  }		

}



@media only screen and (max-width: 1025px) {
		
	
.widget_gtranslate {
	float:left;	
}	
	
.edgtf-search-opener {
	font-size:22px !important;
	margin: 0;
}	
	
.etn-event-single-wrap.etn-event-single3 {	
	width: 768px !important;
	max-width:none;
}		
	
.edgtf-container-inner, .edgtf-grid {
	width: auto !important;
	margin-left: 5%;
	margin-right: 5%;
}

}
	

@media only screen and (min-width: 1025px) {
	
.home .edgtf-title-holder {
	height: 100vh !important;
    overflow: hidden;
	max-height: none !important;
	background-size: cover;
}	
	
.home .edgtf-title-holder .edgtf-title-image img {
	display:none;
}		
	
.home .homeslides {
	margin-top: 60px;
}	
	
.meettheteam p, .vc_col-sm-6 .vc_column-inner p {
	font-size:20px;
	line-height: 30px;
}		
	
.edgtf-title-holder .title-group {
    max-width: 800px;
}	
	
.edgtf-container::before,
.edgtf-container::after {
	right: 70%;
	height: 900px;
}		
	
.edgtf-container::before {
	top: -200px;
}

.edgtf-container::after {
	top: 700px;
}	

.widget_gtranslate {
	position: absolute;
    right: 10px;
    top: 20px;	
}	
	
.edgtf-grid-col-9, .etn-event-single-wrap .etn-col-lg-8, .stories-main {
	width: 75%;
}	

.edgtf-grid-col-3, .stories-side {
	margin-top:0px;
}	
	
.edgtf-footer-col:nth-of-type(1), .edgtf-footer-col:nth-of-type(1) p {
	text-align:left;
}	
	
.edgtf-footer-col:nth-of-type(3), .edgtf-footer-col:nth-of-type(3) li {
	text-align:right;
}	

}

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

	
.edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image {
    height: 600px;
}		
	
.home .edgtf-title-holder.edgtf-has-bg-image::before, .home .edgtf-title-holder.edgtf-has-bg-image::after {
    right: -90%;
}	
	
.edgtf-title-holder.edgtf-has-bg-image::before, .edgtf-title-holder.edgtf-has-bg-image::after {
    right: -75%;
}		
	
.bluebg {
	padding:80px;
}	
	
.etn-event-single-wrap.etn-event-single3 {		
	width: 950px !important;
	padding: 55px 15px 0;
}	
	
h1 {
	font-size: 50px;
	line-height: 54px;
}		
	
}



@media only screen and (max-width: 1200px) {
	
	
.edgtf-container-inner, .edgtf-grid, .edgtf-row-grid-section {
	width: 100%;
}	
	
.edgtf-vertical-align-containers .edgtf-position-right {
	position: absolute;
    right: 40px;
	height: auto;
    top: 30px;
}
	
.edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-fm-lines {
    width: 22px;
    height: 18px;
}	
	
.edgtf-mobile-header .edgtf-mobile-menu-opener {
	position: absolute;
    right: 0;
    bottom: 34px;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a {
	padding-right:0 !important;
}

.edgtf-mobile-menu-opener {
	order:3;
	height: auto !important;
}	
	
.edgtf-page-header {
        display: none;
}		
	
.edgtf-container-inner, .edgtf-grid {
	width: auto !important;
	margin-left: 5%;
	margin-right: 5%;
}
	
.edgtf-mobile-header {
    display: block !important;
}
	
.home .homeslides {
    margin-top: 0px;
}	
	
.edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
    padding-top: 0px;
}	
	
.edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
    height: 25px !important;
}
	
}


@media only screen and (min-width: 1500px) {
	
.home .edgtf-title-holder.edgtf-has-bg-image::before, .home .edgtf-title-holder.edgtf-has-bg-image::after {
    right: -95%;
}
	
.edgtf-title-holder.edgtf-has-bg-image::before, .edgtf-title-holder.edgtf-has-bg-image::after {
    right: -70%;
}	
	
}
