@font-face {
    font-family: 'EnzoOT-BoldIta';
    src: url('EnzoOT-BoldIta.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EnzoOT';
    src: url('EnzoOT-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EnzoOT-Medi';
    src: url('EnzoOT-Medi.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
i.fas.fa-search {
	padding-top: 12px;
}
@font-face {
    font-family: 'EnzoOT-MediIta';
    src: url('EnzoOT-MediIta.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EnzoOT-LightIta';
    src: url('EnzoOT-LightIta.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EnzoOT';
    src: url('EnzoOT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 LightItalic';
    src: url('DIN2014-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 ExtraLight';
    src: url('DIN2014-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('../fonts/DIN2014-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Bold';
    src: url('../fonts/DIN2014-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Demi';
    src: url('../fonts/DIN2014-DemiItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Italic';
    src: url('../fonts/DIN2014-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 ExtraIt';
    src: url('../fonts/DIN2014-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Extra';
    src: url('../fonts/DIN2014-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('../fonts/DIN2014-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Light';
    src: url('../fonts/DIN2014-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Extra';
    src: url('../fonts/DIN2014-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014 Demi';
    src: url('../fonts/DIN2014-Demi.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
   margin: 0;
  padding: 0;
  -webkit-font-smoothing: auto;
  line-height: 1.3;
	color: #111;
	font-size: 1.2rem;
}
a {
	text-decoration: none;
}

.portfoliofilters {margin-bottom: 32px;}
.btnportfoliofilter {margin-bottom: 12px; font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    text-align: center;
    height: 42px;

    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: none;
    text-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #fff;}
.btnportfoliofilter.active {
    background: #fff;
    color: #111;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.navbar-nav {
	    font-family: "EnzoOT", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #111;


  margin-bottom: 15px;
    font-family: "DIN 2014 Extra", "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 3.3rem;
  padding-bottom: 10px;
}
h2 {
  font-size: 2.3rem;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.25;
}
h4 {
  font-size: 1.4rem;
  line-height: 1.25;
}
h5 {
  font-size: 1.3rem;
  line-height: 1.25;
}
p {
  margin-bottom: 1.4em;
	font-family: 'EnzoOT-Medi', 'Poppins', sans-serif;
}
h1.entry-title {
  font-size: 1.4rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
  padding: .74rem 1rem;
}
.navbar-brand img {
  width: 175px;
}
.navbar-brand > a {
  font-size: 1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.1rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {

  font-size: 3.5rem;
  color: #E85F30;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;

  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #585858;
}
a.page-scroller {
  color: #333;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.450rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.img-responsive {
  width: 100%;
  height: auto;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 500;
  font-size: 1rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  /*background: #f9f9f9;*/
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 25.5rem;
    background-color: #010b13;
    color: white;
    text-transform: uppercase;
    
}
.dropdown-menu a {
    color: white;
    padding-bottom: 6px;
    padding-top: 6px;
}
.dropdown-menu a:hover {
    color: #E85F30;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.1rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.site-content {
  margin: 0;
  padding: 0;
    margin-top: 92px;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 80%;
  background-color: #585858;
}
body:not(.theme-preset-active) footer#colophon {
  color: #111;
}

.footerlogo {
  width: 165px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*START EMUK STYLES */
#primary {
  padding-right: 0;
}
#main {
  margin-right: 0px;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.parallax::before {
  content: ' ';
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.paracontent {
  position: relative;
  z-index: 2;
}

body, p {
  font-weight: light;
}
body, p {
    font-family: "EnzoOT-Medi", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#topbar {
  background-color: #E85F30;
}
#topbar p {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 8px;
  margin-top: 8px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.entry-header {
  margin-top: 64px;
}
.tricolourblock {
  padding: 32px 64px;
  text-align: center;
}
.tricolourblock div {
    width: 100%;
}
.tricolourblock {
    text-align: center !important;
}
.has-nineorange-color {
	color: #e54826;
}
.bg_green {
	background-color: #e1e9e3;
}
.bg_pastel1 {
  background-color: #E85F30 !important;
  color: white;
}
.bg_pastel2 {
  background-color: #087691 !important;
  color: white;
}
.bg_pastel3 {
  background-color: #bb644d !important;
  color: white;
}
.bg_pastel1 h1, .bg_pastel1 h2, .bg_pastel1 h3, .bg_pastel1 h4, .bg_pastel1 h5, .bg_pastel1 p, .bg_pastel2 h1, .bg_pastel2 h2, .bg_pastel2 h3, .bg_pastel2 h4, .bg_pastel2 h5, .bg_pastel2 p, .bg_pastel3 h1, .bg_pastel3 h2, .bg_pastel3 h3, .bg_pastel3 h4, .bg_pastel3 h5, .bg_pastel3 p,  {
  color: white;
}
.bg_lightgrey {
  background-color: #a8a6a6 !important;
}
.bg_lightgreen {
  background-color: #f3f7f6 !important;
	color: #24292e;
}
.bggreen {
  background-color: #6abd9d !important;
}
.bgyellow {
  background-color: #eab32d !important;
}
.bgred {
  background-color: #db1b5b !important;
}
.bgblue {
  background-color: #E85F30 !important;
}
.bgdark {
  background-color: #111111 !important;
}
.triiconwrapper h5 {
  text-transform: uppercase;
  color: #E85F30;
}
.relative {
  position: relative;
}
.headslidelogo {
  position: absolute;
  top: 150px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  height: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
color: #111;

}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #E85F30;
  font-weight: light;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #E85F30;
  font-weight: light;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
color: #E85F30;
}
.customtable td {
  padding: 24px;
}
.btn, .button,  .btn-primary {
  font-size: 15px;
  font-weight: 400;
  padding: 0 15px;
  text-align: center;
  height: 42px;
  line-height: 40px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  color: #fff;
  background: #151515;
  text-shadow: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.btn:hover, .button:hover, input[type=submit]:hover, .btn-primary:hover {
  background-color: #E85F30;
  color: #fff;
}
.testimonialslider p {
  color: #111;
  font-size: 1rem;
}
.testimonialslider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.testimonialslider .testimonial-date {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #111;
  text-align: center;
}
.testimonialquotes i {
  font-size: 3rem;
}
.testimonialquotes .fa-quote-right {
  float: right;
}
.testimonialslider .carousel-control-next, .testimonialslider .carousel-control-prev {
  color: #111;
}
.menu-page {
  width: 100%;
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 18px 32px;
  margin-bottom: 32px;
}

.menu-item-price {
  position: absolute;
  top: -24px;
  right: 32px;
}
.menu-item-description {
  margin-top: -18px;
}
.menu-item-basket {
  position: absolute;
  top: -4px;
  right: 0;
  cursor: pointer;
}
.menu-item-basket i:hover {
  color: #E85F30
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .testimonialslider .testimonial-date {
    right: 12%;
    left: 0;
  }
  .testimonialslider .carousel-caption {
    right: 13%;
    left: 0;
  }
  .carousel-inner {
    height: 280px !important;
  }
  .headslidelogo {
    display: none;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
#course_faculties {
  display: flex;
  margin: 32px auto;
  justify-content: center;
  flex-basis: fit-content;
  flex-direction: row;
  flex-wrap: wrap
}
#course_faculties a {
  width: calc(100% * (1/3) - 10px - 1px);
  flex-basis: 30%;
  margin-bottom: 24px;
  margin-right: 10px;
  margin-left: 10px;
}
.faculty {
  vertical-align: top;
  min-height: 175px;
  display: inline-block;
  width: 100%;
  margin: 2px 0%;
  padding: 100px 10px 10px 15px;
  position: relative;
  background-position: center;
}
.faculty span {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700
}
.faculty:hover {
  text-decoration: none;
}
.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}
#course_faculties a .overlay:before {
  background-color: rgba(0, 0, 0, 0.50)
}
.overlay:hover:before {
  opacity: 0;
}
.fade-over:hover {
  opacity: 0.8
}
#course_faculties h4 {
  color: #ffffff;
  line-height: 1;
  padding-bottom: 7px;
  z-index: 20;
  opacity: 1;
  position: absolute;
  width: 90%;
  ;
}
@media all and (max-width : 767px) {
  #course_faculties a {
    width: calc(100% * (1/2) - 10px - 1px);
    flex-basis: 45%;
  }
  .site-footer .container .row div {
    margin-bottom: 24px;
  }
  #course_faculties h4 {
    font-size: 1.2em;
  }
}
@media all and (min-width : 768px) and (max-width : 1090px) {
  #course_faculties h4 {
    font-size: 1.3em;
  }
}
.whiteOutlineBtn, .whiteOutlineBtn:hover {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  font-weight: 700;
  font-size: 2rem;
  border: 1px solid #7357A1;
  color: #7357A1;
  -webkit-transition: all 0.3s;
  -moz-tranistion: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.addpadding {
  padding: 12px 24px;
}
.txt_white {
  color: white;
}
.tabs {
  margin-bottom: 32px;
}
.flex-nowrap {
  display: flex;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  list-style: none;
  padding-inline-start: 0px;
}
.ui-tabs-active {
  color: #ffffff;
  background-color: #f2ebe0;
}
.ui-tabs-panel {
  padding: 18px 32px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.tabs {
  margin-bottom: 32px;
  background-color: #f3f7f6;
  padding-inline-start: 0px;
}
.tabs .col {
  font-size: 0.9rem;
  padding: 0;
}
.tabs .col .active {
  background-color: #1aadc4;
  color: #fff;
}
.tabs .col.active a i {
  color: #fff;
}
.tabs .col a {
  display: block;
  width: 100%;
  height: 100%;
  color: #58595b;
  padding: 4px 2px 4px 8px;
  text-align: center;
}
.tabs .col a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #006f79;
}
.hidden {
  display: none;
}
.tlirservice {
  font-size: 32px;
}
.itab {
  list-style: none;
}
.tabs .itab a {
  padding: 20px 5px;
}
.tab-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
.tril-left {
  padding-right: 32px !important;
  padding-bottom: 16px !important;
}
.tlir-right {
  padding-bottom: 16px !important;
}
.tlir-right div, .tril-left div {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.tlir-right div::before, .tril-left div::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.tablist {
  display: inline-block;
}
#main-nav {
  justify-content: right;
}
.navbar-expand-xl .navbar-collapse {
  justify-content: right;
}
.ui-accordion-header {
  border-bottom: 1px solid #E85F30;
  padding: 12px;
}
.ui-accordion-header.ui-state-active {
  background-color: #E85F30;
  color: #ffffff;
}
.ui-accordion-content {
  padding: 12px;
}
a {
  color: #E85F30;
}
a:hover {
  color: #00767D;
}
.halfwimg {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.text-centre, .txt_center {
  text-align: center;
}
label {
  width: 100%;
}

#brochureform {
  padding: 12px;
  background-color: #e6e6e6;
  margin-bottom: 64px;
}
#brochureform .row {
  margin-bottom: 12px;
}
#brochureform .col-md-3 {
  padding: 5px;
}
#menu-footer-quick-links li {
  display: block;
  width: 100%;
}
#menu-footer-quick-links > li > a:hover {
  background-color: transparent;
  opacity: 0.8;
}

.site-footer h4 {
  margin-top: 0;
  color: #ffffff;
}
.site-footer {
  text-align: left;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.left-align {
  text-align: left;
}
.menu-footer-quick-links-container {
  padding-left: 0px !important;
}
.basket_outer_container {
  position: fixed;
  bottom: -70px;
  left: 24px;
  width: 380px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.basket_outer_container.active {
  bottom: 0;
}
.basket_container {
  background: #E85F30;
  box-sizing: border-box;
  padding: 40px 25px 25px 25px;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.basket_container:hover {
  padding-bottom: 35px;
}
.basket_icon_container {
  background: #fff;
  border-radius: 100%;
  border: solid 4px #E85F30;
  position: absolute;
  width: 65px;
  margin: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 13px;
  top: -32.5px;
  cursor: pointer;
}
.basket_items_container {
  background: #fff;
  box-sizing: border-box;
  padding: 0px 25px 50px 25px; /*overflow: hidden; max-height: 0;*/ position: relative;
  height: 0;
  overflow: hidden;
}
.basket_items_container.empty {
  padding-bottom: 0;
}
.basket_outer_container.active .basket_items_container {
  height: auto;
  overflow: visible;
}
/*.basket_items_container.active{max-height:500px;  }*/
.basket_items_container h3 {
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.basket_item_container {
  border-bottom: solid 1px #f0f0f0;
  position: relative;
}
.basket_exit {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.basket_exit:hover {
  opacity: 1;
}
.basket_container h2 {
  font-size: 1rem;
}
.basket_container h2 span {
  font-weight: bold;
}
#download_pdf {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  padding: 15px;
  width: 100%;
  min-height: 70px;
  text-align: center;
  background: #333;
  color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 0;
  cursor: pointer;
}
#download_pdf:hover {
  background: #000;
}
.added_items {
  height: 266px;
  padding: 0 15px;
  overflow-y: scroll;
}
.basket_items_container {
  padding: 0 0 70px 0;
}
.basket_items_container h3 {
  padding-right: 15px;
}
.downloadcustombrochure {
  border: 1px solid #e6e6e6;
  padding: 12px;
  z-index: 99999;
}
.txt-white {
  color: #ffffff;
}
.clearbrochure {
  cursor: pointer;
}
.clearbrochure:hover {
  color: #E85F30;
}
.searchicontoggle {
  cursor: pointer;
}
.searchicontoggle::hover i, .searchicontoggle i::hover {
  color: black;
}
.hide {
  display: none;
}
#searchformimmersive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.searchforminner {
  width: 80%;
  margin: 0 auto;
  margin-top: 20%;
}
.txtright {
  text-align: right;
}
.home-hero {
  min-height: 450px;
  background-color: #041a28;
  color: #fff;
  position: relative;
}
.home-hero h1 {
  color: #fff;
}
.home-hero .container {
  padding-top: 60px;
}
.site-footer {
    position: relative;
}
.site-footer .ltor, .home-hero .ltor {
  position: absolute;
  top: 50px;
  width: 120px;
}
.diamond {
  border-radius: 25px;
  position: relative;
}
.diamond img {
  width: 400px;
  height: 400px;
  margin: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s;
  border-radius: 25px;
  margin-top: -20px;
  position: relative;
  z-index: 9000;
}
.diamond::after {
  left: 44px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 400px;
  height: 400px;
  margin: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s;
  border-radius: 25px;
  background-color: #E85F30;
  margin-left: 10px;
  top: -30px;
  z-index: 50;
}
.diamond::before {
  left: -12px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 400px;
  height: 400px;
  margin: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s;
  border-radius: 25px;
  background-color: #6abd9d;
  margin-left: 10px;
  top: -49px;
  z-index: 50;
}
.diamond img:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ctasection {
  padding-top: 12px;
}
a.cta1, .cta1 {
  background-color: #E85F30;
  padding: 8px 22px;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
}
a.cta2, .cta2 {
  background-color: #6abd9d;
  padding: 8px 22px;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
}
.btngreen {
	background-color: #6abd9d;
	border-radius: 10px;
}
.btnblue {
	background-color: #E85F30;
	border-radius: 10px;
}
.btnblue a, .btngreen a {
	color: #fff !important;
}
.cta1 a, .cta2 a {
	color: #fff !important;
}
.standard {
  position: relative;
}
.right {
  float: right;
}
.left {
  float: left;
}
.img_col {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/test_img-min.png);
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-position: center;
  min-height: 400px;
  position: unset;
}
.containerhalf {
  max-width: 518px;
  margin-right: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.containerhalfleft {
  max-width: 518px;
  margin-left: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.rightatuo {
  right: auto;
  position: unset;
  min-height: 456px;
}
.page-header {
  padding: 18px 0;
  color: #fff;
}
.page-header h1 {
 color: #212121;
	font-weight: 400;
	font-size: 2.4rem;
}
.columns-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columns-3 > * {
  width: calc(100% / 3);
}
.columns-3 .service {

  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.columns-3 .service a {
  color: #fff;
}
.columns-3 .service::before {
  left: -22px;

  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 32px;
  background-size: contain; 
  background-repeat: no-repeat;
  top: 10px;
}
.spacer {
    height: 32px;
}
.mb-2, .my-2 {
    margin-bottom: 0 !important;
}

.portfolioitem-bg {
    min-height: 300px;
    background-size: cover;
    background-position: center;
       color: #fff;
    position:relative;
    margin-bottom: 20px;
}
.portfolioitem-bg h3 {
    color: #fff;
    z-index: 9999;
    
}

.portfolioitem-bg::before {
  content: ' ';
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
    color: #fff;
    display: block;
}
.portfolioitem-bg:hover::before {
    display: none;
}
.portfolioitem-bg h3 {
    display: none
}
.portfolioitem-bg:hover h3 {
    display: none;
}

.portfoliobgheader::before {
    content: ' ';
  background-color: rgba(232, 95, 48, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
    color: #fff; 
}
.portfoliobgheader h1, .portfoliobgheader h2, .portfoliobgheader h3 {
    color: #fff;
}.portfolioicon {
	margin-bottom: 32px;
}
.portfolioitem-bg div h3 {
    position: absolute;
    width: 90%;
    text-align: center;
    left: 5%;
    top:44%;
}
.footer-nav, .site-info, .site-footer p {
    color: #fff;
    display: block;
}
.footer-nav > li > a:focus, .footer-nav > li > a:hover {
    background-color: transparent!important; 
    text-decoration: none;
    color: #E85F30 !important;
}
.single_logo {
    padding: 18px;
}
.single_logo img {
    width: 100%; height: auto; 
}
.home-carousel {
    top: -100px;
    position: relative;
    font-size: 1em;
}
a.carousel-control-prev, a.carousel-control-next {
    font-size: 3em;
}
#masthead {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
.socials {
    color: #fff;

}
.socials a {
    padding-right: 6px;
} 
.alwaysshow {display: block !important;}

.vh80 {
    height: 80vh;
} 
.vh80 .inner80, .vh80 .ltor {
    margin-top: 22vh;
}
.bg_darkgrey{
    background-color: rgba(31,31,31,1.00);
} 
.industrycallout {
    padding: 12px 32px;
}
.statisticswrapper i {
	font-size: 2.3em;
}
.statboxouter {
	padding: 20px 12px 12px 12px;
	
} 
.boxshadow {
	box-shadow: 7px 8px 20px rgba(0, 0, 0, 0.2);
}
.statbox {
	background-color: rgba(255,255,255,0.60);
	padding: 20px 12px 12px 12px;box-shadow: 7px 8px 20px rgba(0, 0, 0, 0.2);
}
.stat-header, .stat-number {
	margin-top: 3px; margin-bottom: 3px;
}
/* Blockquote styling */
blockquote {
    position: relative;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 20px 40px;
    border-left: 4px solid #ffffff; /* Optional: gives a classic blockquote look */
    background-color: rgba(255, 255, 255, 0.1); /* Light translucent background */
    border-radius: 10px;
    color: #ffffff;
}

/* Add large quotation marks */
blockquote::before {
    content: "“"; /* Opening quotation mark */
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 3rem;
    color: #ffffff;
    opacity: 0.5; /* Slightly faded for aesthetics */
}

blockquote::after {
    content: "”"; /* Closing quotation mark */
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 3rem;
    color: #ffffff;
    opacity: 0.5; /* Slightly faded for aesthetics */
}

/* Author styling */
blockquote em {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
}
.icon9 {
	padding-right: 32px;
	width: 160px;
	margin-top: 12px;
  height: auto;
}
.highlight {
	color: #f44f19;
}
.grid-link {
      position: relative;
      overflow: hidden;
      display: block;
      aspect-ratio: 3 / 2;
      text-decoration: none;
      color: white;
    }

    .grid-link img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .grid-overlay {
      position: absolute;
      inset: 0;
		color: white;
      background: rgba(0, 0, 0, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
     
      opacity: 0;
      transition: all 0.3s ease;
    }

    .grid-link:hover img {
      transform: scale(1.05);
    }

    .grid-link:hover .grid-overlay {
      opacity: 1;
      background: rgba(0, 0, 0, 0.6);
    }
#primarynav {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* When toggled open, show the full-screen overlay */
#primarynav.show {
  display: flex !important;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #ffffff; /* Change if needed */
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

/* Nav layout */
#primarynav.show .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 80%;
  width: 100%;
  text-align: center;
}

/* Menu item styling */
#primarynav.show .nav-link {
  color: white;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  #primarynav {
    display: flex !important;
    position: static;
    opacity: 1;
    height: auto;
    background: transparent;
    padding: 0;
  }

  #primarynav .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
  }
}
.btn-close-menu {
  border: none;
  background: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 10001;
}
.fiveiconimg { width: 200px; height: auto;}
@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
}
.latest-posts img.wp-post-image {
  width: 100%;
  height: 300px; /* or any fixed height you prefer */
  object-fit: cover;
  object-position: center;
  display: block;
}
 .latest-posts h4 a, .latest-posts h4  {

	text-align: left; 
	color: #111;
	text-decoration: none;

	margin-top: 32px;
	font-family: 'DIN 2014 Light', 'sans-serif';
	min-height: 60px;
}
.latest-posts p {
	text-align: left;
	min-height: 80px;
}
.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background-color: #f26c2f; /* Orange */
  color: #fff;
  text-decoration: none;
  border: none;

  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 44px; /* Helps with vertical centering */
}

.read-more-btn:hover,
.read-more-btn:focus {
  background-color: #666666; /* Grey on hover */
  color: #fff;
  text-decoration: none;
}
#colophon a {
	text-decoration: none;
}
#colophon h4 {
	font-size: 1.5em;
	font-family: "DIN 2014 Light";
}
.vw40 {
		max-width: 40vw;
	}



.why-9yards {
  position: relative;
  overflow: hidden;
}

.white-curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 2;
}

.white-curve svg {
  width: 100%;
  height: 100%;
  display: block;
}

.orange-wrapper {
  background: #ff4713;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 60px;

  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

/* Move the fox image up to tuck under the curve */
.fox-image {
  width: 500px;
  position: relative;
  top: -20px; /* Adjust to align perfectly with the curve */
  z-index: 1;
}

.fox-image img {
  width: 100%;
  height: auto;
  display: block;
}

.text-content {
  max-width: 600px;
  padding-top: 140px;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
	color: white;
}


.highlight {
  font-weight: 600;
}

.txt-white {
	color: white; }

.wpcf7-form .form-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.wpcf7-form .mb-3 {
	padding: 0;
}

.wpcf7-form label {
	font-family:  "EnzoOT", "Poppins", sans-serif;
}
.wpcf7-form .form-control {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #aaa;
}

.btn-orange {
  background-color: #FF4F1F;
  color: white;
  border: none;
  border-radius: 0;
  font-weight: bold;
}

.btn-orange:hover {
  background-color: #e04419;
}
.wpcf7-form .read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  border: none;
  background-color: #FF4F1F; /* Match your orange */
  color: white;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
}

/* Optional hover effect */
.wpcf7-form .read-more-btn:hover {
  background-color: #e04419;
}

/* Optional: remove default focus outline if desired */
.wpcf7-form .read-more-btn:focus {
  outline: none;
  box-shadow: none;
}
.box-shadow {
  background: white;
  padding: 1rem;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.box-shadow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blogtitle, a .blogtitle  {
	
	text-decoration: none;
	text-decoration-line: none;
	
}
.acf-gallery-wrapper {
    max-width: 100%;
    margin: 0 0 2rem 0;
}
.main-image img {
    width: 100%;
    height: auto;
    display: block;
}
.thumbnail-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
}
.gallery-thumb {
    width: 100px;
    height: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.gallery-thumb.active,
.gallery-thumb:hover {
    opacity: 1;
    border: 2px solid #333;
}
.aspect-ratio-box {
    position: relative;
    width: 100%;
    padding-top: 62.5%; /* 16:10 aspect ratio = 10/16 = 62.5% */
    overflow: hidden;
}

.aspect-ratio-box img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-content.wide {
	max-width: 850px;
	padding-top:50px;
}
.orangecta {
  color: white;
}

.orangecta .form-label,
.orangecta label,
.orangecta .text-muted,

.orangecta input,
.orangecta textarea {
  color: white !important;
}

.orangecta input,
.orangecta textarea,
.orangecta select {
  
  background-color: transparent !important;
}

.orangecta input:focus,
.orangecta textarea:focus,
.orangecta select:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
}

.orangecta .form-check-input {
  
  background-color: transparent;
}

.orangecta .form-check-input:checked {
  background-color: white;
}

.orangecta .form-check-label,
.orangecta .wpcf7-list-item-label {
  color: white !important;
}

.orangecta .read-more-btn {
  background-color: white;
  color: #f26522; /* Or whatever your main orange colour is */
  border: none;
}

.orangecta .read-more-btn:hover {
  background-color: #f26522;
  color: white;
  border: 1px solid white;
}
.light {
	font-family: "DIN 2014 Light", "Poppins", sans-serif;
}