@charset "UTF-8";
/*!
    Theme Name: Splendor Custom
		Theme URI: 
		Description: Splendor Custom Wordpress Theme
    Version: 1.0
		Author: Splendor
*/


.icon-chevron-right:before {
  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/arrow-right-2-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 25px;
	background-position: left;
}

.icon-chevron-left:before {
  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/arrow-left-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 25px;
	background-position: right;
}

.testimonial-slider1 .icon-arrow-right:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2025/08/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 45px;
	background-position: left;
}


.icon-facebook:before {
   content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/facebookicon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-instagram:before {
  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/instagram-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-linkedin:before {
  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/linkedin-3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

 .icon-arrow-left:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
	font-size: 30px;
    background-image: url('/wp-content/uploads/2025/02/left-arrow-black-new.svg');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: right;
    vertical-align: middle;
} 


.icon-arrow-right:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2025/02/right-arrow-black-new.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 30px;
	background-position: left;
}

 .testimonials--dark .icon-arrow-left:before, .accordion--dark 
.icon-chevron-left:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
	font-size: 30px;
    background-image: url('/wp-content/uploads/2024/09/arrow-left-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
} 

 .testimonials--dark .icon-arrow-right:before, .accordion--dark 
.icon-chevron-right:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/09/arrow-right-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* Banner local video CSS */
.main-hero .video-wrapper {
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  width: 100vw;
  height: 75.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-hero .video-wrapper .local-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border: 0;
  pointer-events: none;
}
/* End banner local video CSS */




.icon-close:before {
      content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/close-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	font-size: 24px;
}

.icon-close1:before {
      content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2024/07/close-white-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.solutions-carousel--dark .icon-arrow-right:before {
    content: "\e900";
	color: #fff;
}


.solutions-carousel--dark .icon-arrow-left:before {
    content: "\e901";
	color: #fff;
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


.nav-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 0.3s ease;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
	}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
html {
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
	overflow-x: hidden;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  background: #f8ffe4;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 2px;
  border: 0;
  padding: 0;
  margin: 1.75em auto; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

body.noscroll {
  overflow: hidden;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
 body {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }
  body.nav-open {
    overflow: hidden; }
  @media (max-width: 1079px) {
    body {
      font-size: 20px; } }
  @media (max-width: 809px) {
    body {
      font-size: 18px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* .header-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  bottom: 40px;
}

.header-menu li {
  display: block;
  position: relative; 
}

.header-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.header-menu a:hover {
  color: #ff0000;
}
*/

/* Submenu styles */
/* .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  position: absolute; 
  top: 100%; 
  left: 0;
  display: none;
  background: transparent; 
	width: 200px;
}


.header-fixed .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  position: absolute; 
  top: 100%; 
  left: 0;
  display: none; 
  background: #000;
}


.header-menu ul li {
  margin: 0;
}

.header-menu li:hover > ul {
  display: block; 
}
*/

.hamburger {
  margin-left: auto;
}

.error-404 {
	padding: 200px 0px 100px 122px;
}

.testimonials--dark h6.eyebrow {
	color: #fff;
}

h6.eyebrow {color: #000;}

h1, h2 {
  font-size: 2.16em;
  font-weight: 400;
  line-height: 1.111em;
  margin: 0 0 0.75em; }

h3 {
  font-size: 1.28em;
  font-weight: 700;
  color: #000;
  margin: 0 0 .4em; }

h4, .h4 {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1em; }


  @media (max-width: 980px) {
	    .header-menu {
		display: none;
	}
}


  @media (max-width: 850px) {
	    .header-menu {
		display: none;
	}
}

  @media (max-width: 809px) {
	  h2 {
		  font-size: 34px;
	  }
}
p,
ol,
ul {
  margin: 0 0 1.6em 0; }

ol,
ul {
  padding-left: 1em; }

img {
  max-width: 100%;
  height: auto;
  width: auto;}

figure {
  margin: 0; }

.btn {
  border: solid 1px transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
  padding: 15px 2.5em;
  line-height: 1.2;
  font-weight: 900;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .btn:hover, .btn:focus {
    background: #fff;
	border: solid 2px #000;
	color: #000; }
  .btn--outline {
    border-color: #fff;
    background-color: transparent;
    color: #d9e14d;
    font-weight: 700; }
    .btn--outline:hover {
      background-color: #fff;
      color: #8d191c; }

.btn.secondary {
	  border: solid 1px #fff;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  font-size: 0.72em;
  color: #fff;
  padding: 20px 50px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

  .btn.secondary:hover {
    background: #fff;
	 color: #000;
	   border: solid 1px #fff;
	}

.btn.primary {
	  border: solid 1px #000;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  font-size: 0.72em;
  color: #000;
  padding: 20px 50px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

  .btn.primary:hover {
    background: #000;
	 color: #fff;
	   border: solid 1px #000;
	}

@media (max-width: 767px) {
	.btn, .btn.primary, .btn.secondary {
		font-size: 12px;
	}
}

 .background {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  color: #0000EE;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

  a[href^="tel"] {
    color: inherit; }
    a[href^="tel"]:hover {
      color: #0000EE; }
a[href^="mailto:"]:hover {
      color: #0000EE; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: #d5d7d8;
  opacity: 1; }

:-moz-placeholder {
  color: #d5d7d8;
  opacity: 1; }

::-moz-placeholder {
  color: #d5d7d8;
  opacity: 1; }

:-ms-input-placeholder {
  color: #d5d7d8;
  opacity: 1; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 50px;
  margin-bottom: 40px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 50px;
  margin-bottom: 40px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -60px;
  margin-right: -60px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.container {
  width: 100%;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

#footer-txt {
	font-size: 18px;
	font-weight: 600;
}

 footer {
	float: right;
    width: 100%;
    position: relative;
}

.common-wrap {
    max-width: 1660px;
    margin: 0 auto;
    clear: both;
    padding: 50px 20px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
	margin: 25px 0px;
}
.social a {
  font-size: 24px;
  color: #fff;
}

.social a:hover {
 color: #fff;
}

.pagination {
  margin: 0 0 4em; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pagination .page-numbers {
    text-align: center;
    color: #c3c3c3;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    margin-right: 9px;
    font-size: 18px;
    position: relative; }
    .pagination .page-numbers:not(.dots):hover {
      border-color: #8d191c;
      color: #8d191c; }
    .pagination .page-numbers.dots {
      color: #c3c3c3;
      width: auto;
      border: 0;
      font-size: 0.8em; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      display: none; }
    .pagination .page-numbers.current {
      border-color: #8d191c;
      color: #8d191c; }
  @media (max-width: 575px) {
    .pagination .page-numbers {
      font-size: 16px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-right: 7px; } }

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-nav--container {
    max-width: 932px;
    margin: 50px auto; }
  .page-nav > * {
    margin-left: 25px; }
    .page-nav > *:first-child {
      margin-left: 0;
	  margin-right: -8px; }
  .page-nav__prev, .page-nav__next {
    font-size: 1em; }
  .page-nav__all {
    font-size: 0.72em;
    text-transform: uppercase;
    margin-left: 60px;
    position: relative; }
    .page-nav__all:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      width: 100%;
      background: #8d191c; }
    .page-nav__all:hover:before {
      background-color: #8d191c; }

.header-static {
	position: relative;
    float: left;
    width: 100%;
    flex-flow: row;
    z-index: 999;
}

.header--absolute.scrolled {
     background-color: #000;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header--absolute.scrolled .header-menu a{
	color: #fff;
}

.header--absolute.scrolled .header__logo {
	width: 175px;
    height: 55px;
	transition: ease-in-out 0.3s;
}

.header--absolute.scrolled .header-menu a:hover {
	color: #8d191c;
}

.header--absolute.scrolled .hamburger__icon, .hamburger__icon:before {
	background-color: #fff;
}

.header--absolute.scrolled .hamburger__icon:before {
	background-color: #fff;
}


.header--absolute.scrolled .hamburger__icon, .hamburger__icon:before {
	background-color: fff;
}

.hamburger {
  position: absolute;
  width: 80px;
  aspect-ratio: 75/100;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: 60px;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
	display: none;
}
.hamburger__icon, .hamburger__icon:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 34px;
  background-color: blue;
}
.hamburger__icon {
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
  left: 0;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
  left: 0;
}
@media (max-width: 1244px) {
  .hamburger {
    width: 64px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 32px;
  }
  .hamburger__icon {
    left: 16px;
  }
  .hamburger__icon:before {
    top: -11px;
  }
  .hamburger__icon:after {
    top: 11px;
  }
		.hamburger {
		display: block;
	}
}


@media (max-width: 767px) {
	.header--absolute.scrolled .header__logo {
    width: 125px;
    height: 50px;
	top: 10px;
    transition: ease-in-out 0.3s;
	}
}

@media (max-width: 575px) {
  .hamburger {
    width: 54px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 28px;
  }
  .hamburger__icon {
    left: 13px;
  }
  .hamburger__icon:before {
    top: -10px;
  }
  .hamburger__icon:after {
    top: 10px;
  }
}

.filter {
  text-align: center;
  text-transform: uppercase;
  margin: 4em 0; }
  .filter > img {
    display: block;
    margin: 0 auto 2em;
    width: 100%;
    height: auto;
    max-width: 130px; }
  .filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    .filter ul li a {
      padding: 0;
      color: #000; }
      .filter ul li a:hover {
        color: #8d191c; }
    .filter ul li.active a {
      color: #8d191c;
      font-weight: 800; }
  @media (max-width: 575px) {
    .filter > img {
      max-width: 100px; }
    .filter ul li a {
      padding: 0 25px; } }

.blog-filter {
  text-align: center;
  text-transform: uppercase;
  margin: 4em 0; }
  .blog-filter > img {
    display: block;
    margin: 0 auto 2em;
    width: 100%;
    height: auto;
    max-width: 130px; }
  .blog-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    .blog-filter ul li a {
      padding: 0;
      color: #000; }
      .blog-filter ul li a:hover {
        color: #8d191c; }
    .blog-filter ul li.active a {
      color: #8d191c;
      font-weight: 800; }
  @media (max-width: 575px) {
    .blog-filter > img {
      max-width: 100px; }
    .blog-filter ul li a {
      padding: 0 25px; } }


 .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
  width: 100%;
  padding: 20px 0 30px 0;
transition: background 0.8s ease; 

}

.header-archive {
  background: #000;
  width: 100%;
  padding: 10px 0 20px 0;
}

.header-archive .header-menu > ul > li ul {
	background-color: #000;
}

   .page-single .header {
   background: #000;
  width: 100%;
  padding: 10px 0 20px 0;
} 

.page-single .header .header-menu > ul > li ul {
	background-color: #000;
}

  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .header__logo {
    width: 195px;
  height: 55px;
  text-shadow: none;
  color: transparent;
  display: block;
  position: relative;
  top: 5px;
	transition: ease-in-out 0.3s;
    z-index: 1001; }

 .header-menu {
    font-size: 0.8em;
    position: relative;
    z-index: 999; }

.header-menu {
	text-transform: uppercase;
}
    .header-menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
				gap: 50px;
				position: relative;
				top: 5px; }
      .header-menu > ul > li {
        position: relative;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
        .header-menu > ul > li.hover:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 10px;
          height: 100%;
          background: #8d191c; }
        .header-menu > ul > li:last-child > a {
          padding-right: 0; }
         .header-menu > ul > li.current-menu-item > a, .header-menu > ul > li.current-menu-ancestor > a, .header-menu > ul > li.current_page_parent > a, .header-menu > ul > li.current_page_item > a, .header-menu > ul > li.active > a {
          color: #8d191c; } 
        .header-menu > ul > li > a {
            text-decoration: none;
			color: #fff;
			font-weight: 600;
			font-size: 14px;
           }
          .header-menu > ul > li > a:hover {
            color: #8d191c; } 
        .header-menu > ul > li ul {
          min-width: 300px;
          background: #000;
          position: absolute;
          top: 100%;
          right: 0;
		  font-size: 16px;
          display: none;
          padding: 10px 0;
          text-align: left;
          z-index: 2; }
          .header-menu > ul > li ul li a {
            font-weight: 600;
            display: block;
            line-height: 1.65;
			font-size: .8em;
            padding: 5px 15px;
            color: #fff;
            text-transform: uppercase; }
            .header-menu > ul > li ul li a:hover {
              color: #8d191c; }

/* Hide submenus by default */
.header-menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff; /* Adjust as necessary */
  z-index: 99;
}

/* Show submenu on hover */
.header-menu li.menu-item-has-children:hover > ul {
  display: block;
}

/* Add a transition for smooth display */
.header-menu ul ul {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}


.header-archive .header-menu li:hover .sub-menu {
    display: block;
}

.header-archive .header-menu .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 10px;
}

  @media (max-width: 1529px) {
    .header-menu {
      font-size: 0.64em; }
      .header-menu > ul > li.hover:before {
        width: 7px;
        background: #8d191c; }
      .header-menu > ul > li.active > a {
        color: #8d191c; }
      .header-menu > ul > li > a {
        z-index: 3;
        display: block;
        text-align: center; }
        .header-menu > ul > li > a:hover {
          color: #8d191c; } 
      .header-menu > ul > li ul {
        border-right-width: 7px; } }
  @media (max-width: 980px) {
    .header-menu {
      display: none; } }

.nav {
  position: relative;
  z-index: 999;
  display: none; }
  .nav > ul {
    position: fixed;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    display: none; }
    .nav > ul > li {
      position: relative;
      border-bottom: solid 1px rgba(255, 255, 255, 0.15); }
      .nav > ul > li:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        opacity: 0;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
      .nav > ul > li.on:before {
        opacity: 1; }
      .nav > ul > li.on > em:before {
        content: '–'; }
      .nav > ul > li > a {
        color: #fff;
        letter-spacing: 0.015em;
        font-family: "proxima-nova", sans-serif;
        font-size: 20px;
        font-weight: 800;
        padding: 0 60px;
		  text-transform: uppercase;
        line-height: 44px;
        font-size: 18px;
        display: block; }
      .nav > ul > li > em {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 60px;
        text-align: center;
        line-height: 1em;
        height: 44px;
        color: #fff;
        text-align: center;
        font-style: normal;
        font-size: 30px;
        font-family: sans-serif;
        cursor: pointer;
        width: 83px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .nav > ul > li > em:before {
          content: '+'; }
      .nav > ul > li ul {
        background-color: #000;
        display: none;
        padding: 0 0 10px 0;
        line-height: 1.6; }
        .nav > ul > li ul li a {
          font-size: 16px;
          color: #fff;
		font-weight: 600;
          padding: 0 60px;
          letter-spacing: 0.015em;
          display: block; }

  @media (max-width: 1079px) {
    .nav {
      display: block;
	  position: relative;
	  top: 100px;}

}
  @media (max-width: 809px) {
    .nav ul > li > a {
      padding: 0 30px; }
    .nav ul > li > em {
      padding: 0 30px; } }



   .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
  width: 100%;
  padding: 20px 0 30px 0;
transition: background 0.3s ease; 

}


body.page-single-project .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .container {
  position: relative;
  max-width: 1660px;
}

.header--absolute {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}


@media (max-width: 575px) {
  .header__logo {
    width: 125px;
	  height: 50px;
	  top: 10px;
  }
}


 .header-static {
	position: relative;
    float: left;
    width: 100%;
    flex-flow: row;
    z-index: 999;
	 background: #000;
}


.solid-background {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}


.footer {
  background-color: #000;
  color: #fff;
  padding: 45px 0px;
  position: relative;
  z-index: 1; }
  .footer .container {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__left {
    width: 50%;
    padding-right: 40px; }

  .footer_info {
    margin: 15px 0px 50px 0px; 
	 display: flex;
    justify-content: flex-start;
    align-items: center;
	}

.footer-logo img {
	margin-bottom: 10px;
	width: 185px;
}

.footer_info p{ 
	margin: 10px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	}

.footer_info aside {
	margin-right: auto;
	line-height: 1.8;
	width: 100%;
}

.footer_info p:last-child{  
	margin-top: 0px;
}


.footer_info a {
	font-size: 20px;
	text-align: left;
}

  .footer__right {
	width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
		column-gap: 80px;
		line-height: 1.8;
	  margin-bottom: 60px;
	  align-items: center;
}
  .footer_nav {
    font-size: 16px; }

.footer_nav h3 {
	color: #fff;
	font-size: 16px;
}


    .footer_nav > ul, .footer_nav1 > ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .footer_nav > ul li {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        display: table; }

 .footer_nav1 > ul li {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        display: table; }

      .footer_nav > ul > li > a {
        color: #fff;   }

		.footer-menu2, .footer-menu3 {
        color: #fff;
		font-size: 16px;  }


        .footer-menu2  a:hover, .footer_menu3 a:hover {
			color: #8d191c; }


        .footer_nav > ul > li > a:hover, .footer_nav1 > ul > li > a:hover {
          color: #8d191c; }
      .footer_nav > ul > li ul, .footer_nav1 > ul > li ul {
        margin-bottom: 2em; }
      .footer_nav > ul > li li a {
        color: #fff;
        display: block;
        line-height: 1.875em; }

 .footer_nav1 > ul > li li a {
        color: #fff;
        display: block;
        line-height: 1.875em; }

        .footer_nav > ul > li li a:hover, .footer_nav1 > ul > li li a:hover {
          opacity: 0.8; }
  .footer_copy {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	max-width: 1660px;
    margin: 0 auto;
}
.footer_copy ul {
	display: flex;
	column-gap: 20px;
	padding-left: 0px;
}

.footer_copy ul li {
	list-style-type: none;
}

    .footer_copy > * {
      margin: 0 1em 0 0; }
      .footer_copy > *:last-child {
        margin-right: 0; }
    .footer_copy a {
      color: #fff; }
      .footer_copy a:hover {
        color: #0000EE; }
  @media (max-width: 1079px) {
      .footer__left {
        width: 100%;
        padding-right: 0; }
      .footer__right {
        width: 50%;
        max-width: none;
        padding-left: 0; }
	  .footer-menu3 {
		width: 100%;
    	display: flex;
    	justify-content: flex-end;
	  }
	  .footer-menu2 {
		width: 100%;
    	display: flex;
    	justify-content: flex-end;
	  }

}

@media (max-width: 767px) { 
	.footer .container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.footer_info {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.footer-menu3, .footer-menu2 {
		justify-content: flex-start;
	}
	
	.footer__right {
		flex-direction: column;
		margin-bottom: 40px;
		align-items: baseline;
	}
}

  @media (max-width: 575px) {
    .footer_nav > ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }


.hero .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible; }

.hero .slick-slide {
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.hero__slides {
  position: relative; }

.hero__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0px 0px 0px; }
  .hero__slide__txt {
    position: absolute;
	 top: auto;
	  bottom: 0;
	  margin-bottom: 50px;
    max-width: 100%;
    z-index: 200; }
    .hero__slide__txt > *:last-child {
      margin-bottom: 0; }

    .hero__slide__txt h1 {
    font-size: 85px;
    font-weight: 800;
	color: #fff;
    text-align: left;
	line-height: .9; }

.hero__slide__txt h2 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}

	@media (max-width: 767px) { 
		.hero__slide__txt h1 {
		font-size: 60px; 
	}
	}

	@media (max-width: 575px) { 
		.hero__slide__txt h1 {
		font-size: 34px; 
	}
		.hero__slide__txt h2 {
			font-size: 15px;
			margin-bottom: 0.75em;
		}
	}

.cta {
	margin: 0 auto;
	padding: 120px 0;
	position: relative;
}

.cta .container {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.cta__title {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}


.cta__content {
	padding: 20px 0px;
	color: #fca6c0;
	text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.alternating-text-image {
  margin: 0;
  position: relative;
}

.alternating-text-image ul li {
  line-height: 1.9;
  font-size: inherit;
}

.left-image-text ul li {
  line-height: 1.9;
  font-size: inherit;
}

.alternating-text-image__item--dark {
  background-color: #000;
  color: #fff;
}

.alternating-text-image .container {
  max-width: 100%;
  padding: 0px;
}
.alternating-text-image__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alternating-text-image__item:last-child {
  margin-bottom: 0;
}
.alternating-text-image__item:nth-child(odd) figure {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.alternating-text-image__item:nth-child(even) figure {
}

 .alternating-text-image__item:nth-child(odd) article {
  padding-right: 100px;
  margin-left: 148px;
}
.alternating-text-image__item:nth-child(even) article {
  padding-left: 100px;
  margin-right: 148px;
} 


@media (max-width: 1279px) {
  .alternating-text-image__item:nth-child(odd) article {
    padding-right: 40px;
	   margin-left: 30px;
  }
  .alternating-text-image__item:nth-child(even) article {
    padding-left: 40px;
	 margin-right: 30px;
  }
}


@media (max-width: 767px) {
  .alternating-text-image__item {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .alternating-text-image__item:nth-child(odd) figure {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
	
}

.tabs {
  margin: 80px 0 50px; }
  .tabs .container {
    max-width: 900px;
    position: relative;
    font-weight: 300; }
  .tabs h2 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.05em;
    margin: 0 0 0.75em; }
  .tabs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: calc(100% + 20px);
    width: 324px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
    .tabs__list li {
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      color: #000;
      cursor: pointer;
      border-bottom: solid 1px #bfbfbf;
      padding: 10px 0;
      letter-spacing: 0.1em; }
      .tabs__list li:hover, .tabs__list li.on {
        color: #9c0f15; }
  @media (max-width: 1659px) {
    .tabs__list {
      width: 240px;
      right: calc(100% + 10px); } }
  @media (max-width: 1459px) {
    .tabs__list {
      width: 100%;
      position: static;
      margin-bottom: 40px;
      max-width: 324px; } }


.hero__txt {
    color: #000;
    text-align: center;
    width: 100%;
	padding-top: 150px; }
    .hero__txt h1 {
      text-transform: none;
      font-weight: 100;
      font-size: 90px;
      margin: 0 0 25px;
      padding: 0 250px;
      }
      .hero__txt h1:last-child {
        margin-bottom: 0; }
      .hero__txt h1 i {
        font-weight: 300; }
    .hero__txt .line {
      margin-left: calc(( 100vw - 100% ) / 2 * -1);
      position: relative;
      height: 1px; }
      .hero__txt .line__h {
        position: absolute;
        width: 100%; }
        .hero__txt .line__h:before {
          content: "";
          position: absolute;
          top: 0;
          height: 1px;
          left: 0;
          background: #fff; }
      .hero__txt .line__v {
        width: 1px;
        height: 220px;
        position: absolute;
        top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 200px;
        height: 212px; }
        .hero__txt .line__v:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 0;
          background: #fff; }
      .hero__txt .line.animate__animated .line__h:before {
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: drawLineH;
                animation-name: drawLineH; }
      .hero__txt .line.animate__animated .line__v:before {
        -webkit-animation-delay: 1.25s;
                animation-delay: 1.25s;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: drawLineV;
                animation-name: drawLineV; }
  @media (max-width: 991px) {
    .hero__txt h1 {
      padding: 0 100px;
      font-size: 70px; }
    .hero .line__v {
      right: 50px;
      height: 180px; } }
  @media (max-width: 575px) {
    .hero__txt h1 {
      font-size: 36px;
      padding: 0 60px; }
    .hero .line__v {
      right: 30px;
      height: 100px; } }

.filter {
  text-align: center;
  text-transform: uppercase;
  margin: 0; }
  .filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
	  font-weight: 600;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 7px; }
    .filter ul li a {
      color: #000;
      letter-spacing: 0.009em;
      position: relative; }
      .filter ul li a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 2px;
        background: #8d191c;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        opacity: 0; }
      .filter ul li a:hover {
        color: #8d191c; }
    .filter ul li.active a, .filter ul li.current-cat a {
      color: #8d191c;
      font-weight: 600; }
      .filter ul li.active a:before, .filter ul li.current-cat a:before {
        opacity: 1; }

.blog-filter {
  text-align: center;
  text-transform: uppercase;
  margin: 0; }
  .blog-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
	  font-weight: 600;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 7px; }
    .blog-filter ul li a {
      color: #000;
      letter-spacing: 0.009em;
      position: relative; }
      .blog-filter ul li a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 2px;
        background: #8d191c;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        opacity: 0; }
      .blog-filter ul li a:hover {
        color: #8d191c; }
    .blog-filter ul li.active a, .filter ul li.current-cat a {
      color: #8d191c;
      font-weight: 600; }
      .blog-filter ul li.active a:before, .filter ul li.current-cat a:before {
        opacity: 1; }

/* Magnific Popup CSS */
.modal {
  background: #FFF;
  padding: 1.25em 1.75em;
  text-align: left;
  max-width: 1254px;
  margin: 2em auto;
  position: relative; }

.modal .popup-modal-dismiss {
  border: solid 2px #8d00bc;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: block;
  font-size: 24px;
  color: #8d00bc;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  float: right;
  margin-left: 35px; }

.modal #breadcrumb {
  border-bottom: solid 1px #bfbfbf;
  padding: 0 1.75em 0.75em 1.75em;
  margin-left: -1.75em;
  margin-right: -1.75em;
  margin-bottom: 1.5em; }

.modal figure {
  width: 39.9%;
  margin-right: 1.75em;
  display: block;
  float: left;
  position: relative; }

.modal, .modal aside {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

.modal figure img {
  display: block;
  width: 100%;
  height: auto; }
.modal figure .profile {
	position: relative;
}
.modal figure .thumbs {
	margin-top: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.modal figure .thumbs a {
	padding: 0 5px;
	-ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  cursor: pointer;
}
.modal figure .thumbs a img {
	cursor: pointer;
}

.modal .linkedin {
  background: url(img/linkedin.svg) no-repeat 0 0;
  width: 42px;
  height: 36px;
  position: absolute;
  top: 1em;
  right: 1em; }

.modal h2 {
  color: #000;
  font-size: 1.9em;
  border-bottom: solid 1px #bfbfbf;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  text-transform: lowercase; }

.modal h2 small {
  color: #8d00bc;
  display: block;
  font-size: 0.526em;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase; }

.modal h3 {
  font-size: 1.4em;
  /* font-weight: 400; */
  color: #8d00bc;
  margin-bottom: 0.2em; }

.modal p {
  color: #000;
  line-height: 1.4em;
  margin-bottom: 1.4em; }

.modal ul {
  color: #000;
  line-height: 1.4em;
  margin-bottom: 1.4em;
  padding-left: 1em; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.52;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  background: none;
  border: solid 2px #fb9501;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: block;
  font-size: 24px;
  color: #fb9501;
  font-weight: 500;
  text-align: center;
  font: 24px;
  position: absolute;
  z-index: 1046;
  outline: 0 none;
  top: 10px;
  right: 10px; }

.mfp-image-holder .mfp-close {
  top: 0; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  height: 37px;
  width: 24px;
  background: url(img/arrow-lw.svg) no-repeat center center;
  outline: 0 none;
  font-size: 0em;
  text-indent: -999999px;
  cursor: pointer;
  outline: 0 none;
  border: 0; }

.mfp-arrow-right {
  background: url(img/arrow-rw.svg) no-repeat center center;
  left: auto;
  right: 20px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 1em;
  padding-bottom: 1em; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90%; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* @-webkit-keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeIn {
  0% {
    opacity: .75;
    left: -1em; }
  100% {
    opacity: 1;
    left: 0; } } */

.modal, .mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
  
  .gallery-slider {
    padding: 50px 0;
	  position: relative;
}
.gallery-slider .container {
    max-width: 1660px;
}
.gallery-slider .container > h2, .gallery-slider .container h3, .gallery-slider .container .h3 {
    margin-bottom: 25px;
}
.gallery-slider__carousel {
    margin: 0 -3px;
}
.gallery-slider__carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.gallery-slider__carousel .slick-slide {
    height: auto !important;
    margin: 0 3px;
}
.gallery-slider__carousel .slick-arrow {
    position: absolute;
    font-size: 32px;
    line-height: 1;
    color: #cba16c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer;
}

.gallery-slider .gallery-item img {
	height: auto;
}
.gallery-slider__carousel .slick-arrow.slick-prev {
    left: -35px;
}
.gallery-slider__carousel .slick-arrow.slick-next {
    right: -35px;
}
@media (max-width: 1779px) {
    .gallery-slider__carousel .slick-arrow.slick-prev {
        left: 10px;
    }
    .gallery-slider__carousel .slick-arrow.slick-next {
        right: 10px;
    }
}
@media (max-width: 1579px) {
    .gallery-slider {
        padding: 100px 0;
    }
}
@media (max-width: 1079px) {
    .gallery-slider {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .gallery-slider {
        padding: 50px 0;
    }
}


.gallery .container {
	padding: 0 10px;
	margin: 0;
	max-width: 1920px;
}

.gallery h1 {
  text-align: center;
  margin-bottom: 1.5em; }

.gallery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: -10px; }

.gallery__item {
  width: 33.333333%;
  padding: 10px; }
  .gallery__item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
    .gallery__item__overlay strong {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding: 20px; }
  .gallery__item a {
    display: block;
    position: relative;
    overflow: hidden;  }
    .gallery__item a:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .gallery__item a:hover .gallery__item__overlay {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .gallery__item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

@media (max-width: 1023px) {
  .gallery__item__overlay {
    font-size: 13px; } }

@media (max-width: 767px) {
  .gallery__item {
    width: 100%;
    font-size: 16px; } }

@media (max-width: 575px) {
  .gallery__item {
    font-size: 13px; } }

.accordion {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}

.accordion--dark {
	color: #fff;
}


.accordion .container {
  max-width: 960px;
}
.accordion h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.accordion dl {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
}
.accordion dl dt {
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 25px 0;
  line-height: 1.2;
  border-top: solid 1px #000;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
}
.accordion dl dt i {
  color: #000;
  font-size: 24px;
  padding-right: 10px;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
	position: relative;
    top: 10px;
    right: 10px;
}
.accordion dl dd {
  display: none;
  margin: 0;
  padding: 0 80px 35px 0;
}
.accordion dl dd p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion h2 {
    font-size: 20px;
  }
  .accordion dl dt {
    font-size: 18px;
  }
  .accordion dl dt i {
    font-size: 20px;
  }
  .accordion dl dd {
    padding-right: 0;
  }
}

.accordion--dark dl dt {
	color: #fff;
	border-top: solid 1px #fff;
}

.accordion--dark dl {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.tabbed-pics {
  background: #fff;
  margin: 110px 0;
  padding: 0;
  overflow: hidden;
}
.tabbed-pics .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabbed-pics article {
  width: 41.8666666667%;
  padding: 0px 20px 50px 0;
}
.tabbed-pics article > * {
  max-width: 540px;
}
.tabbed-pics article > *:last-child {
  margin-bottom: 0;
}
.tabbed-pics article > *:first-child {
  margin-top: 0;
}
.tabbed-pics h2 {
  margin-bottom: 0.3em;
}
.tabbed-pics p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
}

.tabbed-pics ul li:hover::before, .tabbed-pics ul li.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 3px;
  background: #000;
}
.tabbed-pics ul li {
  position: relative;
  padding: 0px 15px;
  cursor: pointer;
  line-height: 35px;
}

.tabbed-pics ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.tabbed-pics ul li {
  padding: 0px 15px;
  cursor: pointer;
  line-height: 35px;
}

.tabbed-pics ul li i {
  margin-left: 15px;
}
.tabbed-pics ul li:hover, .tabbed-pics ul li.active {
  color: #444;
}

.tabbed-pics h3 {
	margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
	color: #fff;
}


.tabbed-pics figcaption p {
	font-size: 18px;
	max-width: 450px;
}

.tabbed-pics ul {
	border-left: 1px solid #000;
}

.tabbed-pics figure {
  width: 58.1333333333%;
  min-height: 100%;
}
.tabbed-pics figure aside {
  width: calc(((100vw - 161.290322581%) / 2) + 100%);
  padding-bottom: 68.82%;
  min-height: 100%;
  position: relative;
}
.tabbed-pics figure div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}
.tabbed-pics figure div.on {
  opacity: 1;
}

.tabbed-pics figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
   width: 100%;
    max-width: 550px;
    height: 220px;
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    text-align: left;
    padding: 35px 0px 0px 30px;
    font-size: 16px;
    margin-left: -100px;
    font-weight: 400;
    line-height: 1.5;
    flex-direction: column;
    font-size: 18px;
}
.tabbed-pics figure div.on figcaption {
  opacity: 1;
}
@media (max-width: 1079px) {
  .tabbed-pics {
    margin: 90px 0;
  }
	.tabbed-pics figure figcaption {
		bottom: 20%;
		height: auto;
		margin-left: -50px;
	}
}
@media (max-width: 800px) {
	
	 .tabbed-pics {
    margin: 60px 0;
  }
	
		.tabbed-pics figure figcaption {
		bottom: 0;
	}
	
	.tabbed-pics figcaption p {
		font-size: 12px;
	}
	.tabbed-pics h3 {
		font-size: 14px;
	}
	
  .tabbed-pics .container {
    display: block;
	 padding: 0px;
  }
  .tabbed-pics figure {
    width: 100%;
  }
  .tabbed-pics figure aside {
    width: 100%;
  }
  .tabbed-pics article {
    width: 100%;
    padding-top: 0;
  }
	
		.tabbed-pics figure figcaption {
		margin-left: 0px;
		padding: 10px 10px 0 10px;
		height: auto;
	}
	
	.tabbed-pics article {
		padding: 0px 30px 50px 30px;
	}
	
	.tabbed-pics figure div {
		background-position: center top;
	}
}

 @media (max-width: 1479px) {
	.hero__text {
		bottom: 25%;
	}
}

@media (max-width: 767px) {
	.hero__text {
		bottom: 37%;
	}
}


/* New tabbed pics with changing text */

.tabbed-pics-new {
  background: #fff;
  margin: 110px 0;
  padding: 0;
  overflow: hidden;
}
.tabbed-pics-new .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabbed-pics-new article {
  max-width: 41.8666666667%;
  padding: 0px 20px 50px 0;
	width: 100%;
}
.tabbed-pics-new article > * {
  max-width: 540px;
}
.tabbed-pics-new article > *:last-child {
  margin-bottom: 0;
}
.tabbed-pics-new article > *:first-child {
  margin-top: 0;
}
.tabbed-pics-new h2 {
  margin-bottom: 0.3em;
  overflow-wrap: break-word;
  max-width: 540px;
}

.tabbed-pics-new p {
  max-width: 540px;
  margin-bottom: 1.5em;
  font-size: 16px;
  overflow-wrap: break-word;
}

.tabbed-pics-new ul li:hover::before, .tabbed-pics-new ul li.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 3px;
  background: #a5cd41;
}
.tabbed-pics-new ul li {
  position: relative;
  padding: 0px 15px;
  cursor: pointer;
  line-height: 35px;
}

.tabbed-pics-new ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.tabbed-pics-new ul li {
  padding: 0px 15px;
  cursor: pointer;
  line-height: 35px;
}

.tabbed-pics-new ul li i {
  margin-left: 15px;
}
.tabbed-pics-new ul li:hover, .tabbed-pics-new ul li.active {
  color: #444;
}

.tabbed-pics-new h3 {
	margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
	color: #000;
}


.tabbed-pics-new figcaption p {
	font-size: 16px;
	max-width: 450px;
	color: #000;
}

.tabbed-pics-new ul {
	border-left: 1px solid #000;
}

.tabbed-pics-new figure {
  width: auto;
  min-height: 100%;
}
.tabbed-pics-new figure aside {
  width: calc(((100vw - 161.290322581%) / 2) + 100%);
  padding-bottom: 68.82%;
  min-height: 100%;
  position: relative;
}
.tabbed-pics-new figure div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}
.tabbed-pics-new figure div.on {
  opacity: 1;
}

.tabbed-pics-new figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
   width: 100%;
    max-width: 550px;
    height: 200px;
    background-color: #a5cd41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    text-align: left;
    padding: 35px 0px 0px 30px;
    font-size: 16px;
    margin-left: -100px;
    font-weight: 400;
    line-height: 1.5;
    flex-direction: column;
}
.tabbed-pics-new figure div.on figcaption {
  opacity: 1;
}
@media (max-width: 1079px) {
  .tabbed-pics-new {
    margin: 90px 0;
  }
	.tabbed-pics-new figure figcaption {
		bottom: 20%;
		height: auto;
		margin-left: -50px;
	}
}
@media (max-width: 800px) {
	
	 .tabbed-pics-new {
    margin: 60px 0;
  }
	
		.tabbed-pics-new figure figcaption {
		bottom: 0;
	}
	
	.tabbed-pics-new figcaption p {
		font-size: 12px;
	}
	.tabbed-pics-new h3 {
		font-size: 14px;
	}
	
  .tabbed-pics-new .container {
    display: block;
	 padding: 0px;
  }
  .tabbed-pics-new figure {
    width: 100%;
  }
  .tabbed-pics-new figure aside {
    width: 100%;
  }
  .tabbed-pics-new article {
    width: 100%;
    padding-top: 0;
  }
	
		.tabbed-pics-new figure figcaption {
		margin-left: 0px;
		padding: 10px 10px 0 10px;
		height: auto;
	}
	
	.tabbed-pics-new article {
		padding: 0px 30px 50px 30px;
	}
	
	.tabbed-pics-new figure div {
		background-position: center top;
	}
}

/* end of new tabbed pics */

.testimonials {
  margin: 0;
  position: relative;
}

.testimonials--dark {
	color: #fff;
}

.testimonials .container {
    max-width: 1530px;
    position: relative;
    text-align: center;
}
.testimonials .carousel {
    padding-left: 200px;
    padding-right: 200px;
    position: static;
    overflow: hidden;
}
.testimonials .carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.testimonials .carousel .slick-slide {
    height: auto;
}
.testimonials .carousel .slick-arrow {
    font-size: 22px;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
    cursor: pointer;
    z-index: 200;
}
.testimonials .carousel .icon-arrow-left {
	left: 48%;
    margin-right: 30px;
}
.testimonials .carousel .icon-arrow-right {
    margin-left: 40px;
}
.testimonials blockquote {
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
}
.testimonials blockquote > *:last-child {
    margin-bottom: 0;
}
.testimonials blockquote p {
    margin: 0 0 1.333em;
	padding: 0px 10px;
}
.testimonials blockquote cite {
    font-size: 18px;
    font-style: normal;
}
.testimonials .btn {
    margin-top: 1.75em;
}
@media (max-width: 1079px) {
    .testimonials .carousel {
        padding-left: 100px;
        padding-right: 100px;
    }
    .testimonials .carousel .slick-arrow {
        font-size: 35px;
    }
}
@media (max-width: 809px) {
    .testimonials {
        margin: 0;
        padding: 50px 0;
    }
    .testimonials .carousel {
        font-size: 0.8em;
    }
    .testimonials .carousel .slick-arrow {
        font-size: 22px;
    }
    .testimonials .carousel .icon-arrow-left {
        margin-right: 30px;
    }
    .testimonials .carousel .icon-arrow-right {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .testimonials .container {
        max-width: 100%;
        padding: 0;
    }
    .testimonials .carousel {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonials blockquote {
        margin: 50px 0;
        text-align: center;
        font-size: 12px;
    }
}

/* Testimonials with BG Image */

.testimonials1 {
	position: relative;
}

.testimonials1 .container {
	max-width: 1460px;
}

.testimonial-slider1 .testimonial-slide {
    position: relative;
    overflow: hidden;
}

.testimonial-slider1 .slide-inner {
    position: relative;
}

.testimonial-slider1 .slide-image img {
    display: block;
    width: 100%;
	border-radius: 10px;
    height: auto;
    object-fit: cover;
}

.testimonial-slider1 .slide-aside {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    background: #fff;
    color: #000;
    padding: 75px 50px;
    border-top-right-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}


.testimonial-slider1 .slide-aside figure {
	max-width: 250px;
	height: auto;
}

.testimonial-slider1 .slide-aside blockquote {
    font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5em;
}

.testimonial-slider1 .testimonial-author {
    font-weight: 600;
	font-size: 18px;
}

.testimonials1 .slick-arrow {
	right: 20px;
    position: absolute;
    top: 50%;
}


/* Custom next arrow overlay */
.testimonial-slider1 .slick-next.custom-next {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.testimonial-slider1 .slick-dots {
    display: none;
}

.testimonial-slider1 .slick-prev {
    display: none !important;
}

@media (max-width: 767px) {

	.testimonial-slider1 .slide-aside {
		padding: 25px 15px;
	}
	
		.testimonial-slider1 .slide-aside p {
		margin-bottom: 15px;
	}
	
	.testimonial-slider1 .slide-aside blockquote {
		font-size: 17px;
		line-height: normal;
	}
	
	.testimonial-slider1 .testimonial-author {
		font-size: 16px;
	}
	
		.testimonial-slider1 .testimonial-company {
		font-size: 16px;
			line-height: normal;
	}
	
}


.table {
  margin: 100px 0;
}

.table h2 {
	margin: 20px 0;
}

table {
border-collapse: collapse;
  width: 100%;
}

table h4{
	font-size: 18px;
    font-weight: 700;
    margin: 0px auto 10px;
    color: #21272f;
}

td, th {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  padding: 0px 15px;
  font-size: 14px;
  margin: 10px auto;
}

.table .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
	flex-wrap: wrap;
   align-items: flex-end;
}

.table-title {
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1079px) {
  .table .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



.full-img-txt {
	position: relative;
}

.full-img-txt {
	display: flex;
}

.full-img-txt-content {
		  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.full-img-txt-content article {
	padding-left: 80px;
	max-width: 700px;
}


.full-img-txt--reverse .full-img-txt-content article {
	margin-left: auto;
	max-width: 650px;
	padding-left: 0px;
}

.full-img-txt--reverse 
.full-img-txt-content  {
		  display: grid;
  grid-template-columns: 1fr 1.3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	column-gap: 90px;
}

.full-img-txt--reverse figure {
	    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.full-img-txt .container {
	max-width: none;
	padding: 0px;
}

.full-img-txt--reverse .container {
	max-width: none;
	padding: 0px;
	padding-left: 30px;
}

.full-img-txt--dark {
	color: #fff;
}

@media (max-width: 1079px) {
	.full-img-txt-content article {
		padding: 0px 30px;
		font-size: 14px;
		max-width: 100%;
	}
	.full-img-txt-content article h2 {
		font-size: 28px;
	}
	
	.full-img-txt--reverse .full-img-txt-content {
		column-gap: 0;
	}
}

@media (max-width: 809px) {
	.full-img-txt-content {
		display: block;
	}
	.full-img-txt--reverse .full-img-txt-content article {
		max-width: 100%;
		padding-left: 30px!important;
	}
	
	.full-img-txt--reverse 
	.full-img-txt-content {
		display: block;
	}
	
	.full-img-txt--reverse .container {
		padding: 0px;
	}
}
.box-overlay {
 	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
	height: 220px;
    background-color: #303030;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    text-align: left;
    padding: 35px 0px 0px 30px;
    font-size: 16px;
    margin-left: -100px;
    font-weight: 400;
    line-height: 1.5;
    flex-direction: column;
	font-size: 18px;
}


.box-overlay h3 {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
}

.box-overlay p {
	max-width: 400px;
}

 @media (max-width: 1479px) {
  .box-overlay {
    height: auto;
	 font-size: 16px;
	  padding: 10px 12px 0px 12px;
  }
}
@media (max-width: 1079px) {
  .box-overlay {
    max-width: 36vw;
  }
}

@media (max-width: 575px) {
  .box-overlay {
   font-size: 11px;
	  margin-left: 0;
  }
	.box-overlay h3 {
		font-size: 12px;
	}
}

.video-module {
  position: relative;
margin: 50px auto;
}

.video-module .container {
  max-width: 1600px;
}

.centered-video {
    text-align: center;
    margin: 0px auto;
	position: relative;
}

.centered-image {
	 text-align: center;
    margin: 0 auto;
}

.centered-video iframe {
    max-width: 100%;
}

.centered-image img {
    max-width: 100%;
	padding: 50px 0px;
}

@media (max-width: 1439px) {
	.centered-video iframe {
	width: 900px;
	height: 550px;
}
}

@media (max-width: 575px) {
	.centered-video iframe {
	max-width: 100%;
	max-height: 225px;
}
}


.service-icons {
	position: relative;
	margin: 0 auto;
}

.service-icons h3 {
	font-size: 18px;
}

.service-icons--dark h3 {
	color: #fff;
}

.service-top {
	padding-bottom: 30px;
    width: 100%;
}

.service-top p {
	max-width: 650px;
}

.icons-row {
  display: flex;
  row-gap: 65px;
	width: 100%;
	padding-bottom: 20px;
	justify-content: center;
}

.icons-content {
	padding: 0px 15px;
}

.service-icons--dark {
	color: #fff;
}

.icons-column {
  width: 100%;
   display: flex;
   align-items: center;
	justify-content: center;
}

.icons-content p {
	font-size: 16px!important;
}

.icons-column img {
	max-width: 125px;
}

.icons-column p {
	max-width: 250px;
	margin-bottom: 0px;
	padding-right: 20px;
}


  @media (max-width: 1079px) {

	.icons-row {
		  flex-direction: column;
	  }
	  
	  .icons-column {
		  justify-content: flex-start;
	  }
}



  @media (max-width: 980px) {
	
	  .icon-column {
		 flex-wrap: wrap;
		  width: 100%;
	  }
	  
	  .icons-column {
		  width: 100%;
		  justify-content: flex-start;
	  }
	  
	  .icons-column p {
	max-width: none;
    margin-bottom: 0px;
    margin-top: 20px;
	}
}

/* Icons Carousel */

.icons-carousel, .icons-carousel--dark {
	position: relative;
	margin: 0 auto;
}

.icons-carousel h3 {
	font-size: 18px;
	margin-top: 12px;
}

.icons-carousel--dark h3 {
	color: #fff;
}

.icons-carousel .icon-arrow-left {
	position: absolute;
}

.icons-carousel .icon-arrow-right {
	position: absolute;
	right: 0;
}


.icons-carousel--dark .icon-arrow-left {
	position: absolute;
}

.icons-carousel--dark .icon-arrow-right {
	position: absolute;
	right: 0;
}

.icons-carousel .slick-arrow, .icons-carousel--dark .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer;
}

.icons-carousel .slick-slide img {
	margin: 0 auto;
	max-width: 250px;
}

.icons-carousel .slick-arrow.icon-arrow-left {
    left: -32px;
}
.icons-carousel .slick-arrow.icon-arrow-right {
    right: -32px;
}

.icons-carousel--dark .slick-slide img {
	margin: 0 auto;
	max-width: 250px;
}

.icons-carousel--dark .slick-arrow.icon-arrow-left {
    left: -32px;
}
.icons-carousel--dark .slick-arrow.icon-arrow-right {
    right: -32px;
}


.icc-top {
	padding-bottom: 30px;
    width: 100%;
}

.icons-carousel .slick-track, .icons-carousel--dark .slick-track {
	display: flex;
	align-items: center;
}

.icc-top p {
	max-width: 650px;
}

.icc-row {
  display: flex;
  row-gap: 65px;
	width: 100%;
	justify-content: center;
}

.icc-content {
	padding: 0px 15px;
}

.icons-carousel--dark {
	color: #fff;
}

.icc-column {
  width: 100%;
   display: flex;
   align-items: center;
	justify-content: center;
	flex-direction: column;
}

.icc-content p {
	font-size: 16px!important;
}


.icc-column p {
	max-width: 250px;
	margin-bottom: 0px;
	padding-right: 20px;
}


  @media (max-width: 1079px) {

	.icc-row {
		  flex-direction: column;
	  }
	  
	  .icc-column {
		  justify-content: flex-start;
	  }
}



  @media (max-width: 980px) {
	
	  .icc-column {
		 flex-wrap: wrap;
		  width: 100%;
	  }
	  
	  .icc-column {
		  width: 100%;
		  justify-content: flex-start;
	  }
	  
	  .icc-column p {
	max-width: none;
    margin-bottom: 0px;
    margin-top: 20px;
	}
}

.icc-column {
  width: 100%;
   display: flex;
   align-items: center;
	justify-content: center;
}

.icc-content p {
	font-size: 16px!important;
}

.icc-column img {
	max-width: 125px;
}

.icc-column p {
	max-width: 250px;
	margin-bottom: 0px;
	padding-right: 20px;
}


  @media (max-width: 1079px) {

	.icc-row {
		  flex-direction: column;
	  }
	  
	  .icc-column {
		  justify-content: flex-start;
	  }
}



  @media (max-width: 980px) {
	
	  .icc-column {
		 flex-wrap: wrap;
		  width: 100%;
	  }
	  
	  .icc-column {
		  width: 100%;
		  justify-content: flex-start;
	  }
	  
	  .icc-column p {
	max-width: none;
    margin-bottom: 0px;
    margin-top: 20px;
}
	  }
	  
.two-columns {
	position: relative;
	margin: 0;
}


.two-columns--dark {
	color: #fff;
}

.text-columns {
	display: flex;
	flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

.text-row {
	width: 50%;
    padding: 50px 50px 50px 0px;
}

.two-columns--dark h3 {
	color: #fff;
}

.two-columns--dark .text-row2 {
	 border-left: 1px solid #fff;
}

 .text-row2 {
	width: 50%;
	 padding: 50px 200px 50px 70px;
	 border-left: 1px solid #000;
}

@media (max-width: 1079px) {
	.text-row, .text-row2 {
		width: 100%;
	}
	
	.text-row2 {
		border-top: 1px solid #000;
		border-left: none;
	}
}


.center-module--dark {
	color: #fff;
}

.center-module--dark h3 {
	color: #fff;
}


.center-module {
	position: relative;}

.center-module {
	font-size: 16px;
}

  .center-module .container {
    max-width: 1002px; }


    .center-module .container > *:last-child {
      margin-bottom: 0; }


  .center-module__counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin: 0 auto;
	justify-items: center;
}


    .center-module__counter aside {
      max-width: 262px; }

      .center-module__counter aside strong {
        font-size: 4em;
        font-weight: 800;
        color: #006e75;
        line-height: 1;
        display: block; }

      .center-module__counter aside hr {
        margin: 20px 0;
        background: #000;
        height: 1px; }

      .center-module__counter aside h3 {
        text-transform: uppercase;
		color: #006e75;
		font-size: 18px;}

  .center-module--wide .container {
    max-width: 1660px; }

  @media (max-width: 1529px) {
    .center-module__counter {
      grid-column-gap: 50px;
      grid-row-gap: 50px; }
}

  @media (max-width: 1079px) {
    .center-module__counter {
      grid-template-columns: repeat(2, 1fr); }
}

  @media (max-width: 575px) {
    .center-module__counter {
      grid-template-columns: 1fr;
	  text-align: center;
	  justify-items: center;} 
}

.blog-content {
  max-width: 100%; 
  margin: 20px auto;
  word-wrap: break-word; 
}

  

.subpage-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 685px;
  color: #fff;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .subpage-hero__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .subpage-hero .container {
    position: relative;
    z-index: 3;
    padding-top: 6.8em;
    padding-bottom: 3.4em; }
  .subpage-hero h1 {
    font-size: 5em;
    font-weight: 800;
    text-transform: uppercase;
     margin-bottom: 0px; }
  @media (max-width: 1529px) {
    .subpage-hero {
      min-height: 33vw; }
      .subpage-hero .container {
        padding-bottom: 2em; }
      .subpage-hero h1 {
        font-size: 2.88em; } }

@media (max-width: 767px) {
	.subpage-hero h1 {
		font-size: 2em;
	}
}

.project__detail {
  padding: 100px 0;
  font-size: 18px;
  line-height: 1.5em;
}
.project__detail .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.project__detail .container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 335px;
  padding-right: 30px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.project__detail .container > ul li {
  margin-bottom: .9em;
}
.project__detail .container > ul li:last-child {
  margin-bottom: 0;
}
.project__detail .container > ul li span {
  position: relative;
  display: inline-block;
}
.project__detail .container > ul li span::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  height: 2px;
  left: 0;
  width: calc(100% - 0.3em);
}
.project__detail .container > ul::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  bottom: -100px;
  top: -100px;
  background-color: #c1ced7;
}

.project__detail .container aside > *:last-child {
  margin-bottom: 0;
}

.projects1 {
	padding-bottom: 80px;
}

.projects1 .page-nav {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}

.projects {
  padding: 150px 0 80px; }
  .projects h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    margin: 0;
	  letter-spacing: .5em;
	margin-bottom: 20px;}
  .projects__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin: 0 0 60px; }
    .projects__grid + hr.full {
      margin-top: 90px; }
    .projects__grid .nothing {
      grid-column: 1 / -1;
      text-align: center; }
 
.projects__item {
    color: #fff;
    font-weight: 300;
    line-height: 1.625em;
    outline: 0 none;
    position: relative;
    overflow: hidden;
}

.projects__item figure {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #000;
    z-index: 1;
}

.projects__item figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.projects__item figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.1); */
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.projects__item figure img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.projects__item aside {
    position: absolute;
    z-index: 3;
    font-size: 12px;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    bottom: 0;
    height: 90px;
    left: 0;
    right: 0;
    padding: 40px 10px;
    transition: height 0.3s ease, padding 0.3s ease;
    text-align: center;
}

.projects__item aside h2 {
    margin: 0;
    position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
    top: 50%;
	letter-spacing: .02em;
    transition: top 0.3s ease;
}

.projects__item aside h3 {
    margin: 0;
    position: relative;
    top: 50%;
	font-weight: 400;
	color: #fff;
    transition: top 0.3s ease;
}

.projects__item:hover figure:after {
    opacity: 1;
}

.projects__item:hover aside {
    height: 100%;
    padding-top: 50px; 
}

.projects__item:hover aside h2 {
    top: 50%;
}


  .projects__detail {
    max-width: 840px;
    margin: auto; }
  .projects .page-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 1259px) {
    .projects__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991px) {
    .projects__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .projects__grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 374px) {
    .projects h1 {
      font-size: 30px; }
    .projects__grid {
      margin-bottom: 60px; }
      .projects__grid + hr.full {
        margin-top: 60px; }
    .projects__item aside {
      left: 20px;
      right: 20px; } }



.solutions__item {
    color: #fff;
    font-weight: 300;
    line-height: 1.625em;
    outline: 0 none;
    position: relative;
    overflow: hidden;
}

.solutions__item figure {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #000;
    z-index: 1;
}

.solutions__item figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.solutions__item figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.1); */
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.solutions__item figure img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.solutions__item aside {
    position: absolute;
    z-index: 3;
    font-size: 12px;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    bottom: 0;
    height: 90px;
    left: 0;
    right: 0;
    padding: 40px 10px;
    transition: height 0.3s ease, padding 0.3s ease;
    text-align: center;
}

.solutions__item aside h2 {
    margin: 0;
    position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
    top: 50%;
	letter-spacing: .02em;
    transition: top 0.3s ease;
}

.solutions__item aside h3 {
    margin: 0;
    position: relative;
    top: 50%;
	font-weight: 400;
	color: #fff;
    transition: top 0.3s ease;
}

.solutions__item:hover figure:after {
    opacity: 1;
}

.solutions__item:hover aside {
    height: 100%;
    padding-top: 50px; 
}

.solutions__item:hover aside h2 {
    top: 50%;
}



.project__gallery {
  overflow: hidden;
  position: relative;
}
.project__gallery .slick-list {
  overflow: visible;
}
.project__gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: auto;
}
.project__gallery .slick-slide {
  height: auto;
}
.project__gallery .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 200;
  font-size: 52px;
  line-height: 22px;
  cursor: pointer;
}
.project__gallery .slick-arrow.slick-prev {
  right: calc(50% + 7px);
}
.project__gallery .slick-arrow.slick-next {
  left: calc(50% + 7px);
}
.project__gallery__slider {
  max-width: 960px;
  margin: auto;
  padding-bottom: 45px;
}

.project__gallery1 .slick-arrow.slick-prev {
    left: -50px;

}
.project__gallery1 .slick-arrow.slick-next {
    right: -50px;
}

.project__gallery1 .slick-arrow {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
  z-index: 200;
  font-size: 52px;
  line-height: 22px;
  cursor: pointer;
}

.project__gallery__slider1 {
  max-width: 960px;
  margin: auto;
  padding-bottom: 45px;
}


/* .project__gallery__item figure {
  aspect-ratio: 956/742;
  position: relative;
}
.project__gallery__item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.project__gallery__item__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.project__gallery__item__grid figure:first-child {
  width: 100%;
  height: 100%;
  grid-row: span 2;
  aspect-ratio: 476.5/742;
  position: relative;
} */
@media (max-width: 1079px) {
  .project__detail .container {
    gap: 50px;
  }
  .project__gallery__slider {
    padding-bottom: 40px;
  }
  .project__gallery .slick-arrow.slick-prev {
    right: 90px;
  }
  .project__gallery .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .project__hero article {
    padding: 30px 30px 30px 0;
  }
  .project__hero article h1 {
    font-size: 24px;
  }
  .project__detail {
    padding: 70px 0;
  }
  .project__detail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project__detail .container > ul::before {
    display: none;
  }
  .project__gallery .slick-arrow {
    font-size: 36px;
    line-height: 20px;
  }
  .project__gallery .slick-arrow.slick-prev {
    right: 74px;
  }
  .project__gallery .slick-arrow.slick-next {
    right: 30px;
  }
}


/* Grid with 5 images */
.five-imgs-grid {
	position: relative;
}

.five-imgs-grid .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.img-grid5 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}

.img-grid5 > div {
  position: relative;
	overflow: hidden;
}


.item1 {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 1;
}
.item2 {
  position: relative;
  grid-column: 1;
  grid-row: 2 / span 3;
}
.item3 {
  position: relative;
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
}
.item4 {
  position: relative;
  grid-column: 2 / span 1;
  grid-row: 4 / span 1;
}
.item5 {
  position: relative;
  grid-column: 3 / span 1;
  grid-row: 4 / span 1;
}

.img-grid5 aside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: left;
transition: all 0.3s ease-in-out;
	z-index: 2;
}

.item1 figure, .item2 figure, .item3 figure, .item4 figure, .item5 figure {
    position: relative;
    z-index: 0;
}

.item1:hover aside, .item2:hover aside, .item3:hover aside, .item4:hover aside, .item5:hover aside {
    z-index: 3;
}

.item1 a::before, .item2 a::before, .item3 a::before, .item4 a::before, .item5 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 1;
  background-color: rgba(0, 110, 117, 0);
  transition: background-color 0.3s ease-in-out;
}


.item1 a:hover::before, .item2 a:hover::before, .item3 a:hover::before, .item4 a:hover::before, .item5 a:hover::before {
  background-color: rgba(0, 110, 117, 0.8);
}


  .item1:hover aside, .item2:hover aside, .item3:hover aside, .item4:hover aside, .item5:hover aside {
  z-index: 2; 
}

.img-grid5 h5 {
	font-size: 15px;
	font-weight: 800;
	margin: 0 22px;
	letter-spacing: 1px;
}

.img-grid5 h3 {
	color: #fff;
	margin: 16px 22px 20px;
	font-weight: 500;
	font-size: 24px;
}
/* End of 5 img grid */

/* Grid with 3 images */
.three-imgs-grid {
	position: relative;
	margin-top: 10px;
}

.img-grid3 .no-link-style aside {
	background: transparent;
}

.three-imgs-grid .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.img-grid3 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}

.img-grid3 > div {
  position: relative;
	overflow: hidden;
}


.item_1 {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 1;
}
.item_2 {
  position: relative;
  grid-column: 1;
  grid-row: 2 / span 2;
}
.item_3 {
  position: relative;
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
}

.three-imgs-grid--reverse .item_1 {
  position: relative;
   grid-row: 2;
  grid-column: 3;
}
.three-imgs-grid--reverse .item_2 {
  position: relative;
   grid-row: 1;
  grid-column: 3;
}
.three-imgs-grid--reverse .item_3 {
  position: relative;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}


.img-grid3 aside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: left;
transition: all 0.3s ease-in-out;
	z-index: 2;
}

.item_1 figure, .item_2 figure, .item_3 figure, .item_4 figure, .item_5 figure {
    position: relative;
    z-index: 0;
}

.item_1:hover aside, .item_2:hover aside, .item_3:hover aside, .item_4:hover aside, .item_5:hover aside {
    z-index: 3;
}

.item_1 a::before, .item_2 a::before, .item_3 a::before, .item_4 a::before, .item_5 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 1;
  background-color: rgba(0, 110, 117, 0);
  transition: background-color 0.3s ease-in-out;
}


.item_1 a:hover::before, .item_2 a:hover::before, .item_3 a:hover::before, .item_4 a:hover::before, .item_5 a:hover::before {
  background-color: rgba(0, 110, 117, 0.8);
}


  .item_1:hover aside, .item_2:hover aside, .item_3:hover aside, .item_4:hover aside, .item_5:hover aside {
  z-index: 2; 
}


.img-grid3 h5 {
	font-size: 15px;
	font-weight: 800;
	margin: 0 22px;
	letter-spacing: 1px;
}

.img-grid3 h3 {
	color: #fff;
	margin: 16px 22px 20px;
	font-weight: 500;
	font-size: 24px;
}

@media (max-width: 1079px) {
	  .img-grid5 h3 {
        font-size: 20px;
    }
	
    .img-grid3 h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
	  .img-grid5 h3 {
        font-size: 18px;
		 margin: 5px 22px 10px;
    }
	
    .img-grid3 h3 {
        font-size: 14px;
		margin: 5px 22px 10px;
    }
}

@media (max-width: 575px) {
	  .img-grid5, .img-grid3 {
        display: flex;
		flex-wrap: wrap;
    }
}
/* End of 3 img grid */


  .solutions-carousel .content-solutions {
	  text-align: center;
	  margin: 0 auto;
  }

.solutions-carousel--dark {
color: #fff; 
}

.solutions-carousel, .solutions-carousel--dark {
  margin-top: 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  text-align: center; 
}
.solutions-carousel:before {
  content: "";
  width: 50vw;
  top: 0;
  z-index: -1;
  position: absolute;
}
.solutions-carousel .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  text-align: left;
  justify-content: flex-start;
  max-width: 1500px;
	margin: 0 auto;
	padding: 0px 75px;
	text-align: center;
}
.solutions-carousel .content {
  width: 400px;
  min-width: 400px;
}
.solutions-carousel .content > h2 {
  width: calc(100% + 10px);
  position: relative;
  z-index: 2;
  background-color: #093c5e;
}
.solutions-carousel .content > *:last-child {
  margin-bottom: 0;
}
.solutions-carousel .content .link {
  color: #000;
}
.solutions-carousel .side {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  position: relative;
}
.solutions-carousel .side * {
  min-width: 0 !important;
  min-height: 0 !important;
}
.solutions-carousel .side .slick-track {
  display: flex !important;
}
.solutions-carousel .side .slick-list {
  overflow: hidden;
}
.solutions-carousel .side .slick-slide {
  height: auto !important;
  margin: 0 1px;
}
.solutions-carousel .side .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  line-height: 20px;
  color: #093c5e;
  cursor: pointer;
  z-index: 10;
}

.solutions-carousel .side .slick-prev {
  left: -50px; 
}

.solutions-carousel .side .slick-next {
  right: -50px;
}

}
.solutions-carousel__slider {
  clip-path: inset(-100vw -100vw -100vw 0);
  margin: 0 auto; 
}
.solutions-carousel__slider .projects__item {
  display: block;
}
.solutions-carousel__slider figure img {
  width: 100%; 
  height: auto;
}
@media (max-width: 1679px) {
  .solutions-carousel .container:before {
    display: none;
  }
}
@media (max-width: 1079px) {
  .solutions-carousel:before {
    width: 100vw;
  }
  .solutions-carousel .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .solutions-carousel .content-solutions {
    width: 100%;
  }
  .solutions-carousel .content-solutions > h2 {
    width: 100%;
    background-color: transparent;
    padding-right: 0;
	  font-size: 28px;
  }
  .solutions-carousel .content > h2 br {
    display: none;
  }
  .solutions-carousel .content p, .solutions-carousel .content ol, .solutions-carousel .content ul {
    max-width: 440px;
  }
  .solutions-carousel .side {
      width: 85%; 
	  margin: 0 auto;
  }
  .solutions-carousel .side .slick-arrow {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
	.solutions-carousel .content p, .solutions-carousel .content ol, .solutions-carousel .content ul {
	width: 100%;
    min-width: auto;
  }
	
	 .solutions-carousel .side {
      width: 80%; 
	  margin: 0 auto;
  }
	
	.solutions-carousel .container {
		align-items: center;
		    padding: 0 15px;
	}
}





.grid-title1{
	position: relative;
    display: inline;
    z-index: 2;
    background-color: #fff;
    padding-right: 20px;
}

h2.hr-line{
	color: #006e75;
	margin: 0 0 50px 33px;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
  max-width: 100%;
}

.hr-line{
  position: relative;
  max-width: 100%;
}

.hr-line:after {
  content:" ";
  height: 4px;
  width: 82vw;
  background: #006e75;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
}

.cap-div {
	position: relative;
}

.capabilities-grid .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.grid-module {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid__item {
    position: relative;
    overflow: hidden;
}

.grid__item figure {
    margin: 0;
}

.grid__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.grid__item aside {
 position: absolute;
    z-index: 3;
    font-size: 12px;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    bottom: 0;
    height: 90px;
    left: 0;
    right: 0;
    padding: 40px 10px;
    transition: height 0.3s ease, padding 0.3s ease;
    text-align: center;
}
.grid__item aside h2 {
margin: 0;
    position: relative;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
    top: 50%;
	letter-spacing: .02em;
    transition: top 0.3s ease;
}


.grid__item:hover aside {
    height: 100%;
    padding-top: 50px; 
}

.grid__item:hover aside h2 {
    top: 50%;
}

@media (max-width: 768px) {
    .grid-module {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
		.grid__item aside {
		height: auto;
		width: 100%;
	}
    .grid-module {
        grid-template-columns: 1fr;
    }
	.hr-line:after {
		width: 135px;
		left: auto;
		right: 0;
	}
}


.projects-carousel {
  margin: 100px 0;
  position: relative;
  z-index: 2;
}
.projects-carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 40px;
}
.projects-carousel .content-proj {
  width: 400px;
  min-width: 400px;
}
.projects-carousel .content-proj > h2, 
.solutions-carousel .content-solutions > h2  {
  position: relative;
  z-index: 2;
  font-weight: 800;
}
.projects-carousel .content-proj > *:last-child {
  margin-bottom: 0;
}

.icon-column p {
	font-size: 16px!important;
}


.projects-carousel .content-proj p, .solutions-carousel .content-solutions p, .service-icons p {
	font-size: 18px;
}


.projects-carousel h3 {
	color: red;
	font-weight: 400;
}

.projects-carousel .side {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  position: relative;
}
.projects-carousel .side * {
  min-width: 0 !important;
  min-height: 0 !important;
}
.projects-carousel .side .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.projects-carousel .side .slick-slide {
  height: auto !important;
  margin: 0 1px;
}
.projects-carousel .side .slick-arrow {
  position: absolute;
  bottom: -42px;
  font-size: 45px;
  line-height: 20px;
  color: #000;
  cursor: pointer;
}
.projects-carousel .side .slick-arrow.slick-prev {
  right: 46px;
}
.projects-carousel .side .slick-arrow.slick-next {
  right: 0;
}
.projects-carousel__slider {
  margin: 0 -1px;
}
.projects-carousel__slider .projects__item {
  display: block;
}
@media (max-width: 1079px) {
  .projects-carousel .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
  }
  .projects-carousel .content-proj {
    width: 100%;
  }
  .projects-carousel .content-proj > h2 {
    width: 100%;
    background-color: transparent;
  }
  .projects-carousel .content-proj > h2 br {
    display: none;
  }
  .projects-carousel .content-proj p, .projects-carousel .content-proj ol, .projects-carousel .content-proj ul {
    max-width: 440px;
	padding-right: 40px;
  }
  .projects-carousel .side {
    width: 100%;
  }
  .projects-carousel .side .slick-arrow {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .projects-carousel .side .slick-slide {
    margin: 0;
  }
  .projects-carousel__slider {
    margin: 0;
  }
	.projects-carousel .content-proj {
  width: 100%;
  min-width: 0px;
}
}

.blog-article-wrap .common-wrap {
    max-width: 1000px;
	margin: 0 auto;
}

.content-proj {
	clear: both;
}

.content {
  clear: both;
  padding: 50px 0;
}

.content.blank {
  margin: 0 0 !important; }

.content.blank .fwp {
  margin: 0 auto 5em auto !important; }

.content h1, 
.featured-posts h1 {
  font-size: 2em;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.4em;
  text-align: center;
  letter-spacing: .5em; }

.content h2.large {
  font-size: 1.9em; }

.content h3 {
  line-height: 1.4em;
  font-size: 1.4em;
  color: #000;
  margin-bottom: 0.8em; }

.content p {
  margin-bottom: 1.4em; }

.content ul, content ol {
  margin-bottom: 1.4em;
  padding-left: 1em; }

.content p.large, .content ul li.large, .content ul.large {
  font-size: 1.1em; }

.content p.large.orange {
  color: #8d00bc; }

.content .post-info {
  margin-bottom: 1em;
  color: #000;
  position: relative; }
  .content .post-info hr {
    margin-bottom: 2em; }
  .content .post-info p {
    font-size: 0.8em; }
  .content .post-info .post-info-content {
    width: 66.4%; }
    .content .post-info .post-info-content a {
      color: #8d00bc;
      font-weight: bold; }
      .content .post-info .post-info-content a:hover {
        color: #c800ca; }
  .content .post-info .apss-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 70%;
    margin-left: 0; }
    .content .post-info .apss-social-share span {
      color: #fff !important;
      white-space: nowrap; }
  @media (max-width: 1023px) {
    .content .post-info .post-info-content {
      width: 100%;
      position: relative; }
    .content .post-info .apss-social-share {
      position: relative;
      left: 180px; }
      .content .post-info .apss-social-share .apss-single-icon {
        width: auto; } }
  @media (max-width: 767px) {
    .content .post-info .apss-social-share {
      left: 0;
      margin-bottom: 2em; } }
      
.content .post,
.featured-posts .post {
  margin-bottom: 2em;
  float: left;
  width: 27.5%;
  margin-left: 8.75%; }

.content .post.first,
.featured-posts .post.first {
  clear: both;
  margin-left: 0; }

.content .post img,
.featured-posts .post img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border: 1px solid #e1e1e1; }

.content .post h2,
.featured-posts .post h2 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0.5em; }

.content .post time,
.featured-posts .post time {
  color: #000;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  display: block;
  font-weight: bold; }

.content .post p,
.featured-posts .post p {
  margin-bottom: 0.8em; }

.content .post .more-link,
.featured-posts .post .more-link {
  font-weight: bold;
  color: #8d00bc;
  font-size: 0.9em; }

.content .post .more-link:hover,
.featured-posts .post .more-link:hover {
  color: #003643; }


.blog-content-img figure {
    float: left;
    width: 100%;
}

.blog-content-img figure img {width: 100%;}


.blog-content-img {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#team-pagination {
	justify-content: flex-end;
}

.contact-info {
	margin-bottom: 25px;
}

.contact-info h3{
	margin-top: 10px;
}

.contact-info p {
	margin: 10px 0px;
	font-size: 18px;
}

.team {
  padding: 150px 0 80px;
  position: relative; }
  .team h1 {
   letter-spacing: .5em;
    text-align: center;
    font-size: 2em;
    font-weight: 400;
	text-transform: uppercase;  }
    .team h1 small {
      display: block;
      font-size: 20px;
      margin-top: 5px 0px 15px;
		font-weight: 400;
      letter-spacing: 0.025em; }
  .team .content-team {
    text-align: center;
    max-width: 930px;
    margin: auto auto 50px auto; }
  .team__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 55px;
    margin: 0 0 90px; }
    .team__grid .nothing {
      grid-column: 1 / -1;
      text-align: center; }
 .team__item {
    color: #262525;
    font-size: 1em;
    font-weight: 300;
    outline: 0 none;
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.team__item__name {
    font-size: 20px;
    line-height: 1.3em;
    display: block;
	font-weight: 700;
	margin-top: 8px;
	color: #8d191c;
}

.team__item__title {
    letter-spacing: 0.025em;
    display: block;
}

.team__item figure {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #000;
    margin: 0;
}

/* .team__item figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
} */

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

.team__item figure figcaption h4 {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	top: 50%;
	position: relative;
}

.team__item figure figcaption {
    position: absolute;
    bottom: 0px;
    left: 50%;
	width: 100%;
	 background: linear-gradient(to top, #000 0%, transparent 100%);
    transform: translateX(-50%);
    z-index: 3;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 700;
	opacity: 0;
    transition: height 0.3s ease, padding 0.3s ease;
	height: 80px;
}

.team__item:hover figure figcaption {
   height: 100%;
   transition: height 0.3s ease, padding 0.3s ease;
	opacity: 1;

} 

/* .team__item figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team__item:hover figure:after {
    opacity: 1;
}

.team__item:hover figure figcaption {
    opacity: 1;
} */

  .team__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .team__header h1 {
      text-align: left;
		font-size: 2em;
		font-weight: 400;
		letter-spacing: normal;
		text-transform: none;
		margin: 0; }
    .team__header > a {
      font-size: 60px; }

  .team__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    margin: 60px 0 0;
    row-gap: 40px;
	  flex-direction: row-reverse;
word-wrap: break-word; }
    .team__detail aside {
      width: 50%;
	  word-wrap: break-word; }
    .team__detail figure {
      width: 50%; }
      .team__detail figure img {
        display: block;
		  float: left;
        width: 100%;
        height: auto; }
  @media (max-width: 1259px) {
    .team__grid {
      grid-template-columns: repeat(3, 1fr); }
    .team__detail {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; } }
  @media (max-width: 991px) {
    .team__grid {
      grid-template-columns: repeat(2, 1fr); }
    .team__detail {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 40px; }
      .team__detail figure {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%; }
      .team__detail aside {
        width: 100%; } }
  @media (max-width: 575px) {
    .team__grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 374px) {
    .team h1 {
      font-size: 30px; }
      .team h1 small {
        font-size: 14px; }
    .team__grid {
      margin: 0 0 60px; }
    .team__item {
      font-size: 14px; }
      .team__item__name {
        font-size: 24px; }
    .team__header > a {
      font-size: 50px; } }

.logos {
  overflow: hidden;
  margin: 100px 0; }
  .logos .container {
    max-width: 1640px; }
  .logos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -80px;
    margin-bottom: -60px; }
    .logos__grid > * {
      margin-right: 80px;
      margin-bottom: 60px; }
  @media (max-width: 809px) {
    .logos {
      margin: 50px 0; }
      .logos__grid {
        margin-right: -40px;
        margin-bottom: -40px; }
        .logos__grid > * {
          margin-right: 40px;
          margin-bottom: 40px; } }

  .accordion dt {
    font-size: 1.28em;
    line-height: 1.4;
    padding: 40px 0;
    border-top: solid 1px #c5c5c5;
    cursor: pointer; }
  .accordion dd {
    margin: 0;
    padding: 0;
    font-size: 0.88em;
    padding-bottom: 1.5em;
    display: none; }
    .accordion dd > *:last-child {
      margin-bottom: 0; }
    .accordion dd p {
      margin: 0 0 1em; }


.main-hero iframe {
	width: 100vw;
    height: 75.25vw;
    min-height: 100vh;
	min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.main-hero {
	    position: relative;
    height: 70.25vw;
    max-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.eyebrow {
	font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 0 0 1.1em;
}

.img-txt h2 {
	margin-bottom: .5em;
	font-weight: 700;
}

.img-txt p {
	font-size: 16px;
	max-width: 600px;
}

.img-txt {
	 position: relative; 
  overflow: hidden; 
  width: 100%; 
}

/*.img-txt {
  padding: 100px 0;
  margin: 0;
  overflow: hidden; }*/
  .img-txt .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;}
    .img-txt .container figure {
		padding: 0px 50px 0px 0px;
		margin: 0 auto;
}
.img-txt .container aside {
	width: 50%;
		padding: 0px 45px 0px 35px;
		margin: 0 auto;
}


.img-txt figure#lottie-imgtxt {
  width: 50%;
  padding-right: 80px;
}

.img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.img-txt--reverse .container aside {
	width: 50%;
		padding: 0px 40px 0px 0px;
		margin: 0 auto;
}

.img-txt--reverse .container figure {
	padding: 0px 0px 0px 50px;
		margin: 0 auto;
}

  .img-txt aside {
    -ms-flex-item-align: center;
        align-self: center; }
    .img-txt aside figure {
      width: 50vw; }
      .img-txt aside figure img {
        width: 100%;
        height: auto;
        display: block; }
  .img-txt article > * {
    max-width: 520px;
    color: #fff; }
  .img-txt article p {
    font-size: 0.8em;
    margin-bottom: 1em;
    line-height: 1.5; }
  .img-txt article ul {
    font-size: 0.68em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    max-width: 444px;
    letter-spacing: 0.05em; }
    .img-txt article ul li {
      border-bottom: solid 1px #c5c5c5;
      padding: 1em 0; }
      .img-txt article ul li strong {
        text-transform: none;
        display: block;
        font-weight: 300;
        margin-top: 0.2em; }
  .img-txt article > *:last-child {
    margin-bottom: 0; }


  @media (max-width: 1079px) {
	  
	  .img-txt--reverse .container aside {
		  width: 100%;
		  padding: 0;
	  }
	  .img-txt--reverse .container figure {
		  padding: 0;
	  }
	  
    .img-txt {
      padding: 50px 0; }
      .img-txt .container {
        display: block; }
        .img-txt .container > * {
          width: 100%; }
      .img-txt aside {
        margin-bottom: 50px; }
        .img-txt aside figure {
          width: calc(100% + 25px); }
	  .img-txt .container > * {
		  padding: 0px;
	  }
	  .eyebrow {
		  margin: 1.5em 0 1em;
	  }
	  .img-txt p {
	max-width: 100%;
	}
		}

.img-txt .video-container iframe {
	position: relative;
    left: 50%;
    width: 100%;
    border: 0;
    transform: translateX(-50%) translateY(0%);
}


.img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.img-txt--reverse p {
	max-width: 700px;
}

.img-txt--dark {
  color: #fff!important;
}

@media (max-width: 767px) {
	.img-txt .container aside {
		width: 100%;
		padding: 0;
	}
}


.filter {
  padding: 20px 0px;;
  border-top: solid 1px #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .filter aside {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px; }
  .filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-transform: uppercase;
    margin: 0 auto; }
    .filter ul li {
      margin: 0 10px; }
      .filter ul li a {
        color: #000; }
        .filter ul li a:hover {
          color: #8d191c; }
      .filter ul li.current-cat a {
        color: #8d191c; }
  .filter form {
    margin: 0;
    width: 312px;
    height: 40px; }
    .filter form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .filter form .field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .filter form .field input {
        background: transparent;
        border: 0;
        padding: 10px 0 10px 10px;
        width: 100%; }
    .filter form button {
      border: 0;
      outline: 0;
      background-size: 60% auto;
      width: 40px;
      cursor: pointer; }
.filter form {
    display: flex;
}

.filter form .search-field {
    flex: 1;
    /* Add your styles for the search field */
}

.filter form .search-submit {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}


.blog-filter {
  padding: 20px 0px;;
  border-top: solid 1px #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-filter aside {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px; }
  .blog-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-transform: uppercase;
	  justify-content: flex-start;
    margin: 0 auto; }
    .blog-filter ul li {
      margin: 0 10px; }
      .blog-filter ul li a {
        color: #000; }
        .blog-filter ul li a:hover {
          color: #8d191c; }
      .blog-filter ul li.current-cat a {
        color: #8d191c; }
  .blog-filter form {
    margin: 0;
    width: 312px;
    height: 40px; }
    .blog-filter form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .blog-filter form .field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .blog-filter form .field input {
        background: transparent;
        border: 0;
        padding: 10px 0 10px 10px;
        width: 100%; }
    .blog-filter form button {
      border: 0;
      outline: 0;
      background-size: 60% auto;
      width: 40px;
      cursor: pointer; }
.blog-filter form {
    display: flex;
}

.blog-filter form .search-field {
    flex: 1;
    /* Add your styles for the search field */
}

.blog-filter form .search-submit {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.contact {
  margin: 4em 0; }
  .contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact__form {
    width: 780px; }
    .contact__form .gform_confirmation_message {
      font-size: 1em;
      font-weight: 700;
      color: #8d191c; }
    .contact__form .gform_wrapper {
      margin: 0;
      width: 100%; }
      .contact__form .gform_wrapper .gform_validation_errors {
        margin: 0 0 1em;
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: transparent; }
        .contact__form .gform_wrapper .gform_validation_errors .gform-icon {
          display: none; }
        .contact__form .gform_wrapper .gform_validation_errors .gform_submission_error {
          font-size: 1em;
          line-height: 1.2; }
      .contact__form .gform_wrapper .description,
      .contact__form .gform_wrapper .gfield_description,
      .contact__form .gform_wrapper .gsection_description,
      .contact__form .gform_wrapper .instruction {
        display: none; }
      .contact__form .gform_wrapper img.gform_ajax_spinner {
        display: none !important; }
      .contact__form .gform_wrapper form .gform_fields {
        row-gap: 30px;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px; }
        @media only screen and (max-width: 641px) {
          .contact__form .gform_wrapper form .gform_fields {
            row-gap: 15px; } }
      .contact__form .gform_wrapper form .gform-body {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        .contact__form .gform_wrapper form .gform-body input[type=color],
        .contact__form .gform_wrapper form .gform-body input[type=date],
        .contact__form .gform_wrapper form .gform-body input[type=datetime-local],
        .contact__form .gform_wrapper form .gform-body input[type=datetime],
        .contact__form .gform_wrapper form .gform-body input[type=email],
        .contact__form .gform_wrapper form .gform-body input[type=month],
        .contact__form .gform_wrapper form .gform-body input[type=number],
        .contact__form .gform_wrapper form .gform-body input[type=password],
        .contact__form .gform_wrapper form .gform-body input[type=search],
        .contact__form .gform_wrapper form .gform-body input[type=tel],
        .contact__form .gform_wrapper form .gform-body input[type=text],
        .contact__form .gform_wrapper form .gform-body input[type=time],
        .contact__form .gform_wrapper form .gform-body input[type=url],
        .contact__form .gform_wrapper form .gform-body input[type=week],
        .contact__form .gform_wrapper form .gform-body select,
        .contact__form .gform_wrapper form .gform-body textarea {
          font-size: 16px;
          border: solid 1px #c5c5c5;
          border-radius: 12px;
          display: block;
          background: transparent;
          outline: none;
          color: #000;
          padding: 20px 30px;
          line-height: 1em;
          min-height: auto; }
          .contact__form .gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body select::-webkit-input-placeholder, .contact__form .gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
            color: inherit;
            opacity: 1; }
          .contact__form .gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .contact__form .gform_wrapper form .gform-body select::-moz-placeholder, .contact__form .gform_wrapper form .gform-body textarea::-moz-placeholder {
            color: inherit;
            opacity: 1; }
          .contact__form .gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body select:-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body textarea:-ms-input-placeholder {
            color: inherit;
            opacity: 1; }
          .contact__form .gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body select::-ms-input-placeholder, .contact__form .gform_wrapper form .gform-body textarea::-ms-input-placeholder {
            color: inherit;
            opacity: 1; }
          .contact__form .gform_wrapper form .gform-body input[type=color]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=date]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=datetime]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=email]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=month]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=number]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=password]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=search]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=tel]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=text]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=time]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=url]::placeholder,
          .contact__form .gform_wrapper form .gform-body input[type=week]::placeholder,
          .contact__form .gform_wrapper form .gform-body select::placeholder,
          .contact__form .gform_wrapper form .gform-body textarea::placeholder {
            color: inherit;
            opacity: 1; }
          @media only screen and (max-width: 641px) {
            .contact__form .gform_wrapper form .gform-body input[type=color],
            .contact__form .gform_wrapper form .gform-body input[type=date],
            .contact__form .gform_wrapper form .gform-body input[type=datetime-local],
            .contact__form .gform_wrapper form .gform-body input[type=datetime],
            .contact__form .gform_wrapper form .gform-body input[type=email],
            .contact__form .gform_wrapper form .gform-body input[type=month],
            .contact__form .gform_wrapper form .gform-body input[type=number],
            .contact__form .gform_wrapper form .gform-body input[type=password],
            .contact__form .gform_wrapper form .gform-body input[type=search],
            .contact__form .gform_wrapper form .gform-body input[type=tel],
            .contact__form .gform_wrapper form .gform-body input[type=text],
            .contact__form .gform_wrapper form .gform-body input[type=time],
            .contact__form .gform_wrapper form .gform-body input[type=url],
            .contact__form .gform_wrapper form .gform-body input[type=week],
            .contact__form .gform_wrapper form .gform-body select,
            .contact__form .gform_wrapper form .gform-body textarea {
              padding: 12px 20px; } }
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=color],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=date],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=datetime],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=email],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=month],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=number],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=password],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=search],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=tel],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=text],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=time],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=url],
        .contact__form .gform_wrapper form .gform-body .gfield_error input[type=week],
        .contact__form .gform_wrapper form .gform-body .gfield_error select,
        .contact__form .gform_wrapper form .gform-body .gfield_error textarea {
          color: #c02929;
          border-color: #c02929; }
      .contact__form .gform_wrapper form .gform_footer {
        margin: 40px 0 0;
        padding: 0; }
        .contact__form .gform_wrapper form .gform_footer .btn {
          display: block;
          width: 100%;
          max-width: 290px; }
  .contact__side {
    margin-left: 3em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .contact__side address {
      font-style: normal;
      font-size: 0.88em; }
      .contact__side address img {
        max-width: 220px;
        display: block;
        margin-left: -10px;
        margin-bottom: 1em; }
      .contact__side address strong {
        font-weight: normal;
        color: #8d191c; }
      .contact__side address a {
        color: #8d191c; }
        .contact__side address a:hover {
          color: #8d191c; }
      .contact__side address a[href^='tel'] {
        color: #000; }
        .contact__side address a[href^='tel']:hover {
          color: #8d191c; }
  @media (max-width: 1529px) {
    .contact__side {
      margin-left: 2em; } }
  @media (max-width: 1079px) {
    .contact__grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .contact__form {
      width: 100%; }
    .contact__side {
      margin-left: 0;
      margin-top: 2em; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
.animate {
  visibility: hidden;
}

:root {
  --animate-duration: 1.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}


@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}



@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}



/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
	#swipebox-slider .slide .swipebox-video-container {max-width: 90%!important;}
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
/*         width: 100vmin; */
		width: 100%;
        height: 0;
/*         padding-bottom: 56.25vmin; */
		padding-bottom: 90vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/arrow__prev--white.svg)!important;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/arrow__next--white.svg)!important;
  right: 20px; }

#swipebox-close {
  background-color: #fff;
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  border-radius: 62px;
  width: 62px;
  height: 62px;
  top: 20px;
  right: 20px; }
  @media (max-width: 575px) {
    #swipebox-close {
      width: 42px;
      height: 42px; } }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
   }

/*
 ----------------------------
 Core
 ----------------------------
 */
.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%; }

.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.custombox-content {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.custombox-lock {
  overflow: hidden; }

.custombox-reference {
  display: none; }

.custombox-content {
  overflow-y: auto; }
  .custombox-content > * {
    max-width: 100%; }

.custombox-fullscreen.custombox-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .custombox-fullscreen.custombox-content > * {
    width: 100%;
    max-height: 100%; }

.custombox-y-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.custombox-x-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.custombox-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.custombox-y-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.custombox-x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custombox-x-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.custombox-perspective,
.custombox-perspective body {
  -webkit-perspective: 600px;
          perspective: 600px;
  height: 100%;
  overflow: hidden; }

.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%; }

/*
 ----------------------------
 custombox-fadein
 ----------------------------
 */

@-webkit-keyframes fadeOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    transition-property: all; } }

@keyframes fadeOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    transition-property: all; } }

.custombox-fadein.custombox-content {
  opacity: 0; }
  .custombox-fadein.custombox-content.custombox-open {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-fadein.custombox-content.custombox-close {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-slide
 ----------------------------
 */
@-webkit-keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes slideInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slideOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.custombox-slide.custombox-content,
.custombox-contentscale.custombox-content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  .custombox-slide.custombox-content.custombox-open.custombox-top,
  .custombox-contentscale.custombox-content.custombox-open.custombox-top {
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-bottom,
  .custombox-contentscale.custombox-content.custombox-open.custombox-bottom {
    -webkit-animation-name: slideInBottom;
            animation-name: slideInBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-left,
  .custombox-contentscale.custombox-content.custombox-open.custombox-left {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-right,
  .custombox-contentscale.custombox-content.custombox-open.custombox-right {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-top,
  .custombox-contentscale.custombox-content.custombox-close.custombox-top {
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-bottom,
  .custombox-contentscale.custombox-content.custombox-close.custombox-bottom {
    -webkit-animation-name: slideOutBottom;
            animation-name: slideOutBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-left,
  .custombox-contentscale.custombox-content.custombox-close.custombox-left {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-right,
  .custombox-contentscale.custombox-content.custombox-close.custombox-right {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }



/*
 ----------------------------
 Loader
 ----------------------------
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998; }

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }


button#gform_submit_button_4 {
	color: #000;
	border: 1px solid #000;
}

button#gform_submit_button_4:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

/* Minicolors */

.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(img/jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
  border-radius: 2px;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
  touch-action: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px; /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}
[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute; /* Ensure it can be positioned freely */
    top: 100%; /* Move it below the wheel */
    left: 0;
    width: 100%; /* Make the slider span horizontally */
    height: 20px; /* Adjust height if needed */
    cursor: ew-resize;
}
[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px; /* LTR */
  background-position: -40px 0;
  display: none;
}
[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .25);
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .25);
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 1px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px; /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}
[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left; /* LTR */
  cursor: pointer;
  margin: 0 4px 0 0; /* LTR */
}
[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin: 0 0 0 4px;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px; /* LTR */
}
[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto; /* LTR */
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px; /* LTR */
  width: 18px;
  height: 18px;
}
[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 18px;
  height: 18px;
}
[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto; /* LTR */
  right: 5px; /* LTR */
}
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px; /* LTR */
}
[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px; /* LTR */
  padding-left: inherit; /* LTR */
}
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px; /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 2px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 20px;
  height: 20px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto; /* LTR */
  right: 3px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px; /* LTR */
  padding-left: 12px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px; /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  right: 4px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0; /* LTR */
  border-bottom-left-radius: 0; /* LTR */
}
[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* bootstrap input-group rtl override */
[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}
[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0; /* LTR */
  padding: 18px;
}
[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}

.color-picker-container {
    display: flex;
    align-items: center;
    gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 50px;
}

.jessie-color {
	display: flex;
	gap: 10px;
}

.colorpick {
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
}

.color-preview {
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.hex-code-input {
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
}

.project__gallery__slider1 img {
	width: 100%;
	height: auto;
}

 .thumbnail-slider img {
            width: 100%;
	 padding: 0px 10px;
            height: auto;
            cursor: pointer;
        }

.project__gallery {
	 width: 60%;
     margin: auto;
}

.thumbnail-slider {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}


.header__nav {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.header__nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
	align-items: center;
}
.header__nav ul li {
  text-transform: uppercase;
  position: relative;
}
.header__nav ul li a {
  color: #fff;
}
.header__nav ul li a:hover, .header__nav ul li a:focus, .header__nav ul li a.hover {
  color: #F47C2C;
}

@media (max-width: 1369px) {
  .header .container {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    min-height: 80px;
  }
	
  .header__nav ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}


  .header__nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    display: block;
    text-align: left;
    width: 220px;
    background-color: #182940;
  padding: 20px;
  }
  .header__nav ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
	  color: #fff;
  }

  .header__nav ul li .sub-menu li a:hover {
     color: #F47C2C;

  }

@media (max-width: 1244px) {
	.header__nav {
		display: none;
	}
	
}
@media (max-width: 767px) {
  .header .container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    min-height: 72px;
  }
}


.dynamic-tabs {
	position: relative;
}

.dynamic-tabs__nav {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 0;
	padding-left: 0px;
}


.dynamic-tabs__nav li {
	padding: 15px 30px;
	cursor: pointer;
	min-width: 250px;
	color: #fff;
	border: 1px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	list-style-type: none;
	font-size: 20px;
	border-bottom: none;
	text-align: center;
}

.dynamic-tabs__nav li.active {
	background: #fff;
	color: #008217;
}

.dynamic-tabs__content {
	display: none;
}

.dynamic-tabs__content.active {
	display: block;
}

.dynamic-tabs__item {
	display: flex;
	gap: 12px;
    align-items: center;
}

.dynamic-tabs__item h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	max-width: 300px;
    text-align: left;
    letter-spacing: .03em;
}

.dynamic-tabs__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 4rem;
	text-align: center;
}

.dynamic-tabs__item img {
	max-width: 100px;
	margin-bottom: 0.5rem;
}

.dynamic-tabs__wrapper {
	max-width: 1460px;
	padding: 0px 30px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.top-content {
	color: #fff;
	background: #008217;
	padding-top: 75px;
}

.top-content-inner {
	max-width: 1460px;
	margin: 0 auto 20px auto;
	padding: 0px 30px;
}

.top-content-inner p {
	max-width: 750px;
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
	.mobile-delay {
		animation: none!important;
		animation-name: none!important;
		animation-delay: 0s;
	}
}
.dynamic-tabs__contents {
	background-color: #fff;
	color: #000;
	padding: 50px 0px;
}

.lottie-animation-icon {
	max-width: 100px;
}

.lottie-animation {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: -65px;
  width: 100%;
  max-width: 60%;
  pointer-events: none;
}


 .lottie-animation1 {
  z-index: 2;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}


@media (max-width: 1079px) {
	.dynamic-tabs__item {
		flex-direction: column;
	}
	.dynamic-tabs__item h3 {
		text-align: center;
	}
}

@media (max-width: 850px) {
	.dynamic-tabs__items {
		grid-template-columns: 1fr 1fr;
	}
	.dynamic-tabs__nav li {
		font-size: 18px;
	}
}



@media (max-width: 575px) {
.dynamic-tabs__nav li {
	min-width: 0;
	}
	
	.dynamic-tabs__item h3 {
		font-size: 15px;
	}
}


.bg-slider {
  position: relative;
  overflow: hidden;
}

.bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.bg-slide.active {
  opacity: 1;
}

.bg-slider .container,
.bg-slider article {
  position: relative;
  z-index: 1; 
}

.txt-bg-img article {
	color: #fff;
}

.txt-bg-img article p {
	max-width: 700px;
}

.txt-bg-img h6.eyebrow {
	color: #fff;
}

.txt-bg-img {
	position: relative;
}