.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0074C0;--e-global-color-f0e3108:#333333;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:5rem;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:700;--e-global-typography-c655e24-font-family:"Arial";--e-global-typography-c655e24-font-size:1.5rem;--e-global-typography-c655e24-font-weight:700;--e-global-typography-5986e55-font-family:"Arial";--e-global-typography-5986e55-font-size:1.1rem;--e-global-typography-5986e55-font-weight:400;color:#FFFFFF;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Helvetica", Sans-serif;font-weight:400;text-decoration:underline;}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );font-family:"Helvetica", Sans-serif;font-weight:400;text-decoration:none;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-c655e24-font-family ), Sans-serif;font-size:var( --e-global-typography-c655e24-font-size );font-weight:var( --e-global-typography-c655e24-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-line-height:3.5rem;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-c655e24-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2.25rem;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-c655e24-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Visually Hide Site H1*/
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); /* deprecated but widely supported */
  clip-path: inset(50%);
  white-space: nowrap;
}


/* SECTION HEADER COLOR CODING BLOCK */
.section-header h2 {
  position: relative; /* Needed for absolute positioning of ::before */
  padding-left: 30px; /* Space for the block */
}

.section-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* start in the middle */
  transform: translateY(-50%); /* shift up half its height */
  width: 18px; /* thickness of the block */
  height: 80%; /* less than full height */

}

.section-header.what-we-do h2::before {
    background-color: #0074c0;  
}

.section-header.our-work h2 {
  padding-left: 0;
  padding-right: 30px;
}

.section-header.our-work h2::before {
    background-color: #fd070d;
    left: auto;
    right: 0;
}

.section-header.clients h2::before {
    background-color: #009f5e;  
}

.section-header.who-we-are h2::before {
    background-color: #ffc036;
}

.section-header.contact h2 {
  padding-left: 30px;
}

.section-header.contact h2::before {
    background-color: #0074c0;  
}



/* CLASS COLOR THEMES */
.yellow {
    color: #ffc036;
}

.red {
    color: #fd070d;
}

.green {
    color: #009f5e;
}

.blue {
    color: #0074c0;
}



/*PORTFOLIO LIST ITEM HOVER STATES ::BEFORE*/
.elementor-portfolio-item__title::before {
    font-family: "Poppins";
    border-top: 1px solid #FFF;    
    border-bottom: 1px solid #FFF;
    font-size: 2.4rem;
    text-transform: uppercase;
    content: 'Case Study';
    position: absolute;
    left: 0;
    top: 15%;
    transform: translateY(-50%);
    width: 100%;
    background: #fd070d;
}


/*BACK TO TOP*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: #000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top.show {
    opacity: 0.8;
    pointer-events: auto;
}
.back-to-top:hover {
    opacity: 1;
    transform: scale(1.1);
}


/*MAIN NAVIGATION STYLING*/

/*Responsive Hamburger styles*/
#menubar-204 {
    z-index: 0;
}

@media (max-width: 1024px) {
  #menubar-204 {
        height: 100vh;   /* fallback */
        padding-top: 8vh;
        background-color: #000;
    }
    
    #menubar-204 .e-current a span {
        color: #000!important;
    }

    #menubar-546 .e-n-menu-heading {
        /*Push down mobile main nav so it sits under logo*/
        margin-top: 18px!important;
    }  
    /*Making mobile nav item links full clickable blocks */
    .e-n-menu-heading {
        border-top: 1px solid #FFF;    
    }
    
    .e-n-menu-item {
        border-bottom: 1px solid #FFF;    
    }
    
    .e-n-menu-item div {
        padding: 0!important;
    }
    
    .e-n-menu-item div a {
        width: 100%;
        padding: 5%;
    }
    
    .e-n-menu-item div a span {
        display: block!important;
        text-align: center;
    }    
}


/* Main Nav - Remove default underline as using custome aniamated underline */
.e-n-menu a {
    text-decoration: none;
}

/* Title container setup */
.e-n-menu .e-n-menu-item .e-n-menu-title-container {
    position: relative;
    display: inline-block;
    transition: color 0.25s ease-in-out;
}

/* Default + hover + active text color = white */
.e-n-menu .e-n-menu-item a.e-link {
    display: inline-block;
    transition: none !important;
    color: #ffffff !important;
}

/* Hover text stays white */
.e-n-menu .e-n-menu-item:hover .e-n-menu-title-text {
    color: #ffffff !important;
}

/* Active/current link text stays white */
.e-n-menu .e-n-menu-item.e-current .e-n-menu-title-text,
.e-n-menu .e-n-menu-item a[aria-current="page"] .e-n-menu-title-text,
.e-n-menu .e-n-menu-item a[aria-current="location"] .e-n-menu-title-text,
.e-n-menu .e-n-menu-title.e-current .e-n-menu-title-text {
    color: #ffffff !important;
}

/* Underline animation - default */
.e-n-menu .e-n-menu-title-container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease-in-out;
}

/* Hover underline */
.e-n-menu .e-n-menu-item:hover .e-n-menu-title-container::after {
    transform: scaleX(1);
}

/* Active menu item underline (force white) */
.e-n-menu .e-n-menu-item.e-current .e-n-menu-title-container::after,
.e-n-menu .e-n-menu-item a[aria-current="page"] .e-n-menu-title-container::after,
.e-n-menu .e-n-menu-item a[aria-current="location"] .e-n-menu-title-container::after,
.e-n-menu .e-n-menu-title.e-current .e-n-menu-title-container::after {
    transform: scaleX(1);
    background: #ffffff !important;
}


.elementor-8 .elementor-element.elementor-element-d004a5b .elementor-portfolio__filter:hover {
    text-decoration: none;
    color: #0074C0;
}


/*Override motions effexts for mobile tablet and mobile*/
@media (max-width: 1024px) {
  /* Target any element with Elementor motion effects */
  [data-settings*="motion_fx"] {
    transform: none !important; /* Remove movement *
    opacity: 1 !important; /* Remove fade effects */
    filter: none !important; /* Remove blur/scale effects */
    transition: none !important; /* Stop animation transitions */
  }
}

/*Hide latest news panels for landscape on smaller ipads*/
@media only screen {
  and (min-device-width: 768px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) {
  .elementor-element-4b564db.latest-news {
    display: none !important;
  }
}

.elementor-portfolio__filters {
    margin: 5% 0;
} 
/* Reduce height of Elementor Portfolio filter tabs */
.elementor-widget-portfolio .elementor-portfolio__filters .elementor-portfolio__filter {
    padding: .5rem !important; /* minimal padding */
    line-height: 1.2 !important;  /* tighter vertical spacing */
    min-height: auto !important;  /* remove Elementor's min-height */
    height: auto !important;      /* allow natural height */
 
}

.elementor-portfolio__filters {
    margin: 1rem 0 !important;    
}

.elementor-portfolio__filters  .elementor-portfolio__filter:hover,
.elementor-portfolio__filters .elementor-active  {
    background-color: #0074C0 !important;
    color: #FFF !important;
    text-decoration: none!important;
transition: background-color 0.5s ease, color 0.5s ease;
}

.elementor-widget-portfolio .elementor-portfolio__filters {
  display: flex; /* ensure flexbox is active */
  flex-direction: row-reverse;
}

/*Single Post navigation next and prev hover*/
.elementor-post-navigation a span span:hover{
	text-decoration: none!important;
}

/*Links bolder for Our work paragraph about past project*/
.past-projects-p a { font-weight: bold;}
.past-projects-p a:hover { font-weight: bold;}/* End custom CSS */