.font_main {
  font-family: "Days One", sans-serif;
  font-weight: 700;
}

.font_secondary {
  font-family: "Open Sans", sans-serif;
}

.font_body {
  font-family: "Days One", sans-serif;
}

.open_sans {
  font-family: "Open Sans", sans-serif;
}

.font_montserrat {
  font-family: "Days One", sans-serif;
}

big {
  font-size: 125%;
}

.font_bold {
  font-weight: 900;
}

.font_700 {
  font-weight: 700;
}

.font_semibold {
  font-weight: 600;
}

.font_800 {
  font-weight: 800;
}

.font_normal {
  font-weight: 400;
}

.font_thin {
  font-weight: 100;
}

.font_500 {
  font-weight: 500;
}

.font_600,
.font_600 * {
  font-weight: 600;
}

.font_900 {
  font-weight: 900;
}

.font_300,
.font_300 * {
  font-weight: 100;
}

.font_500 * {
  font-weight: 500;
}

.font_500 strong * {
  font-weight: 700;
}

.font_white,
.font_white * {
  color: #ffffff;
}

.font_black,
.font_black * {
  color: #000000;
}

.font_gray,
.font_gray * {
  color: #545454;
}

.font_italic,
.font_italic * {
  font-style: italic;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.letter_spacing_1 {
  letter-spacing: -0.01em;
}

.vc_row.vc_row-flex {
  width: 100%;
}

.h-100 {
  height: 100% !important;
}

.align-items-center {
  align-items: center !important;
  justify-content: center;
}

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

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

.justify_content_center {
  justify-content: center;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1081px) {
  .col_40 {
    width: 40% !important;
  }
}

@media (min-width: 1081px) {
  .col_60 {
    width: 60% !important;
  }
}

@media (min-width: 1081px) {
  .col_45 {
    width: 45% !important;
  }
}

@media (min-width: 1081px) {
  .col_55 {
    width: 55% !important;
  }
}

@media (min-width: 1081px) {
  .col_47 {
    width: 47% !important;
  }
}

@media (min-width: 1081px) {
  .col_53 {
    width: 53% !important;
  }
}

@media (min-width: 1081px) {
  .col_48 {
    width: 48% !important;
  }
}

@media (min-width: 1081px) {
  .col_52 {
    width: 52% !important;
  }
}

@media (min-width: 1081px) {
  .col_46 {
    width: 46% !important;
  }
}

@media (min-width: 1081px) {
  .col_54 {
    width: 54% !important;
  }
}

@media (min-width: 1081px) {
  .col_50 {
    width: 50% !important;
  }
}

@media (min-width: 1081px) {
  .col_37 {
    width: 37% !important;
  }
}

@media (min-width: 1081px) {
  .col_63 {
    width: 63% !important;
  }
}

@media (min-width: 1081px) {
  .col_30 {
    width: 30% !important;
  }
}

@media (min-width: 1081px) {
  .col_70 {
    width: 70% !important;
  }
}

.container,
.vc_row.container,
.archive_grid {
  width: 100%;
  max-width: 1227px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1080px) {
  .container,
  .vc_row.container,
  .archive_grid {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 100%;
  }
}

.container_medium,
.vc_row.container_medium {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1080px) {
  .container_medium,
  .vc_row.container_medium {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 100%;
  }
}

.container_large,
.vc_row.container_large,
.archive_grid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1080px) {
  .container_large,
  .vc_row.container_large,
  .archive_grid {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .container_right .wpb_column {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1080px) {
  .container_left .wpb_column {
    padding: 0 20px;
  }
}

.flex_section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media screen and (max-width: 1080px) {
  .flex_section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .flex_section {
    padding: 0;
  }
}

[class*=col-],
[class*=vc_col-] {
  float: none;
  display: flex;
}

[class*=col-] {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  [class*=col-] {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  [class*=col-] {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  clear: both;
  font-family: "Poppins", serif;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 24px;
  }
}

h1, .h1 {
  font-size: 38px;
  line-height: 44px;
}
@media screen and (max-width: 1080px) {
  h1, .h1 {
    font-size: 38px !important;
    line-height: 57px !important;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 40px;
}
@media screen and (max-width: 1080px) {
  h2, .h2 {
    font-size: 34px !important;
    line-height: 51px !important;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1080px) {
  h3, .h3 {
    font-size: 30px !important;
    line-height: 45px !important;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 1080px) {
  h4, .h4 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1080px) {
  h5, .h5 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
h5.sub_heading, .h5.sub_heading {
  color: #E30613;
  font-weight: 600;
  margin-bottom: 15px !important;
}

h6, .h6 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1080px) {
  h6, .h6 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

p.custom_sub_title {
  color: #E30613;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px !important;
  text-transform: uppercase;
}

p {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  p {
    margin-bottom: 24px !important;
    font-size: 16px !important;
    line-height: 150% !important;
  }
}
p a {
  color: #E30613;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  p a {
    font-size: 16px !important;
    line-height: 150% !important;
  }
}

.maincontent ul, .maincontent ol {
  margin-bottom: 25px;
}
.maincontent ul li, .maincontent ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 5px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .maincontent ul li, .maincontent ol li {
    font-size: 16px !important;
    line-height: 150% !important;
  }
}

ol li {
  margin-bottom: 10px;
}

ul, ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 5px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  ul li, ol li {
    font-size: 16px !important;
    line-height: 150% !important;
  }
}

cite,
dfn,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

blockquote {
  padding: 0 0 0 24px;
  border-left: 2px solid #E30613;
  margin: 32px 0 32px !important;
}
@media screen and (max-width: 767px) {
  blockquote {
    margin: 15px 0 40px !important;
  }
}
blockquote p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #E30613;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}

.citation {
  font-family: "Days One", sans-serif;
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #000000;
  margin-top: 40px;
  text-transform: uppercase;
}

.wpb_single_image .vc_figure-caption {
  color: #504749;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .wpb_single_image .vc_figure-caption {
    position: static;
    transform: none;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow: visible;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 1080px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
article,
sfebrandsde,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  color: #4B5353;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 13px;
  line-height: 18px;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  color: inherit;
  font-size: 18px;
  margin-bottom: 18px;
}

label {
  font-size: 18px;
  font-weight: 100;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    background-size: 100%;
  }
  to {
    background-size: 130%;
  }
}
@keyframes zoomOut {
  from {
    background-size: 130%;
  }
  to {
    background-size: 100%;
  }
}
html:not(.no-js) .tcm-animate.aos-animate {
  visibility: visible !important;
}

.tcm-animate {
  visibility: visible !important;
}

.mobile_only {
  display: none !important;
}

.tablet_only {
  display: none !important;
}

.big_tablet_only {
  display: none !important;
}

@media screen and (max-width: 1080px) {
  .big_tablet_center *,
  .big_tablet_center {
    text-align: center !important;
  }
  .space_mobile_large,
  .vc_empty_space.space_mobile_large {
    height: 80px !important;
  }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 60px !important;
  }
  .mobile_space_xs,
  .vc_empty_space.mobile_space_xs {
    height: 20px !important;
  }
  .big_tablet_hide {
    display: none !important;
  }
  .big_tablet_only {
    display: block !important;
  }
  .big_tablet_reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .big_tablet_fullwidth .wpb_column {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .tablet_center *,
  .tablet_center {
    text-align: center !important;
  }
  .tablet_center.vc_btn3-container {
    display: flex !important;
    justify-content: center;
  }
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 45px !important;
  }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 60px !important;
  }
  .vc_btn3-container {
    margin-bottom: 0 !important;
  }
  .wpb_content_element {
    margin-bottom: 20px !important;
  }
  .tablet_reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .tablet_hide {
    display: none !important;
  }
  .tablet_only {
    display: block !important;
  }
  .tablet_fullwidth .wpb_column {
    width: 100% !important;
  }
  .tablet_fullwidth .align-right {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block !important;
  }
  .mobile_center *,
  .mobile_center {
    text-align: center !important;
  }
  .mobile_center * a.button-arrow,
  .mobile_center a.button-arrow {
    justify-content: center;
  }
  .mobile_center * .button_wrap,
  .mobile_center .button_wrap {
    justify-content: center;
    display: flex;
  }
  .mobile_reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .mobile_hide {
    display: none !important;
  }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 60px !important;
  }
  .mobile_space_element,
  .vc_empty_space.mobile_space_element {
    height: 30px !important;
  }
  .vc_btn3-container {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1080px) {
  .vc_row.vc_row-o-full-height {
    min-height: auto !important;
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.vc_row-o-full-height {
    padding: 50px 30px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important;
  }
}
a:active,
a:hover {
  transition: all ease-in-out 0.5s;
}

a:focus {
  outline: none;
}

.inline_element {
  display: inline-block !important;
  margin: 0 12px 40px 0 !important;
}
@media screen and (max-width: 767px) {
  .inline_element {
    margin: 0 12px 0 0 !important;
  }
}

.bordered_colors {
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .bordered_colors {
    padding: 10px;
  }
}
.bordered_colors:before {
  background: #504749;
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  height: 146px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .bordered_colors:before {
    width: 94px;
    height: 68px;
  }
}
.bordered_colors:after {
  background: #E30613;
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  height: 146px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .bordered_colors:after {
    width: 94px;
    height: 68px;
  }
}

.dynamic_image {
  display: flex;
}
.dynamic_image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .dynamic_image .image_desktop_only {
    display: none;
  }
}
.dynamic_image .image_tablet_only {
  display: none;
}
@media screen and (max-width: 991px) {
  .dynamic_image .image_tablet_only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dynamic_image .image_tablet_only {
    display: none;
  }
}
.dynamic_image .image_mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .dynamic_image .image_mobile_only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .border_col .vc_column-inner {
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .shadowed_image.wpb_content_element {
    margin: 60px 0 !important;
  }
}
.shadowed_image.wpb_content_element img {
  border: 0.25px solid #666;
  box-shadow: 20px 20px 0px 0px #E30E06;
  max-width: 100%;
  height: 437px;
  width: 625px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .shadowed_image.wpb_content_element img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .shadowed_image.wpb_content_element img {
    box-shadow: 10px 10px 0px 0px #E30E06;
  }
}
.shadowed_image.wpb_content_element.auto_height img {
  height: auto;
}
.shadowed_image.wpb_content_element.industry_main_image img {
  height: 437px;
  width: 625px;
}
@media screen and (max-width: 1080px) {
  .shadowed_image.wpb_content_element.industry_main_image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .shadowed_image_left.wpb_content_element {
    margin: 60px 0 !important;
  }
}
.shadowed_image_left.wpb_content_element img {
  border: 0.25px solid #666;
  box-shadow: -20px 20px 0px 0px #E30613;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shadowed_image_left.wpb_content_element img {
    box-shadow: -10px 10px 0px 0px #E30613;
  }
}

/*slick carousel*/
.slick-dots {
  bottom: -40px;
  left: 0;
  margin: 0 !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.slick-dots li {
  box-shadow: none !important;
  margin: 0 6px !important;
  width: auto;
  height: auto;
  padding: 0 !important;
}
.slick-dots li:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    z-index: 1;
  }
}
.slick-dots li button {
  background: #D9D9D9;
  opacity: 1;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #E30613;
}

.slick-arrow {
  z-index: 6;
  display: inline-block;
  height: 46px;
  width: 46px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    height: 36px;
    width: 36px;
  }
}
.slick-arrow:before {
  display: none !important;
}
.slick-arrow.slick-prev {
  left: 0;
  background: #BA9846 url("../../images/arrow-left.svg") no-repeat center center !important;
  background-size: 65% !important;
}
.slick-arrow.slick-prev:hover {
  background: #BA9846 url("../../images/arrow-left.svg") no-repeat center center !important;
  background-size: 65% !important;
}
.slick-arrow.slick-next {
  right: 0;
  background: #BA9846 url("../../images/arrow-right.svg") no-repeat center center !important;
  background-size: 65% !important;
}
.slick-arrow.slick-next:hover {
  background: #BA9846 url("../../images/arrow-right.svg") no-repeat center center !important;
  background-size: 65% !important;
}

/* END slick carousel*/
.vc_btn3-inline {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .vc_btn3-inline {
    margin-right: 0;
    margin-bottom: 12px !important;
  }
}
.vc_btn3-inline:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .vc_btn3-inline:last-child {
    margin-bottom: 0 !important;
  }
}

/* Modals */
.modal-dialog {
  margin: 0 auto;
  background: transparent;
  border-radius: 0 !important;
  width: 100%;
  padding-bottom: 30px;
  opacity: 0;
  transition: all 0.25s linear;
  top: 50%;
  transform: translateY(-50%) !important;
}

@media (min-width: 1081px) {
  .modal-dialog {
    max-width: 1167px;
  }
}
.modal {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 888888;
  display: block;
  visibility: hidden;
  overflow-y: hidden;
}

.modal-body {
  position: relative;
  padding: 60px 45px;
}
@media screen and (max-width: 1080px) {
  .modal-body {
    padding: 50px 50px;
  }
}

.modal.in {
  visibility: visible;
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: none;
  transition: all 0.25s linear;
}

.modal-header {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .modal-header {
    width: 100%;
  }
}
.modal-header h6 {
  margin: 0 0 10px;
  font-size: 16px;
}
.modal-header h5 {
  margin-bottom: 0;
}

.modal-header .close {
  background: url("../../images/modal-close.svg") no-repeat center center !important;
  font-family: "Days One", sans-serif;
  color: #ffffff;
  text-shadow: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  width: 62px;
  height: 62px;
  padding: 0 !important;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  outline: none !important;
}
@media screen and (max-width: 991px) {
  .modal-header .close {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .modal-header .close {
    width: 35px;
    height: 35px;
    font-size: 25px;
    right: 15px;
    top: 15px;
  }
}

.modal-content {
  height: 90vh;
  overflow: auto;
}
@media screen and (max-width: 1080px) {
  .modal-content {
    height: 60vh;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    height: 85vh;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    flex-wrap: wrap;
  }
}

.modal-footer {
  border-top: 0;
  padding: 0;
  text-align: left;
}

.fancybox-content {
  max-width: 80vw !important;
  max-height: 80vh !important;
  width: 80%;
  height: 80%;
}

.fancybox-iframe {
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  /* Inherit box-sizing to make it esfebrandser to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}
blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  font-size: 16px;
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  font-size: 16px;
  margin: 0 0 1.5em;
  width: 100%;
}
table td, table th {
  border: 1px solid #000000;
  padding: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button_group {
  display: flex;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .button_group {
    flex-wrap: wrap;
  }
  .button_group a {
    justify-content: center;
  }
}
.button_group.align-center {
  justify-content: center;
}
.button_group .button_wrap {
  display: flex;
}

.button_wrap {
  display: flex;
}
.button_wrap.align-right {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .button_wrap.align-right {
    text-align: left;
    justify-content: flex-start;
  }
}
.button_wrap.align-right a {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .button_wrap.align-right a {
    justify-content: flex-start;
  }
}
.button_wrap.align-center {
  justify-content: center;
}

.btn, span.button-black,
input[type=submit].button-black,
.button-black a,
.button-black button,
a.button-black,
input.button-black, span.button-bordered-black,
input[type=submit].button-bordered-black,
.button-bordered-black a,
.button-bordered-black button,
a.button-bordered-black,
input.button-bordered-black, span.button-bordered-white,
input[type=submit].button-bordered-white,
.button-bordered-white a,
.button-bordered-white button,
a.button-bordered-white,
input.button-bordered-white, button.button-primary,
span.button-primary,
input[type=submit].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.button a,
.button button,
input[type=submit].button,
#mobile-menu li.btn a {
  cursor: pointer;
  font-family: "Poppins", serif !important;
  font-weight: 600 !important;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 13px 24px !important;
  border-radius: 2000px !important;
  display: inline-block;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 0;
  text-transform: capitalize !important;
  transition: all 0.3s ease-out !important;
  min-width: 142px;
}

@media screen and (max-width: 767px) {
  .btn-auto a {
    min-width: auto;
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .button.vc_btn3-right {
    text-align: left !important;
  }
}

input[type=submit] {
  border: none;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .vc_btn3-container.tablet_full {
    width: 100%;
  }
  .vc_btn3-container.tablet_full a {
    width: 100%;
  }
}

/*VC BUTTONS*/
.button a,
.rev-btn,
button {
  background-image: none !important;
}

.button a.vc_btn3:after,
.button a:after {
  display: none !important;
}

a.button {
  height: auto;
  padding: 0.8rem 1.8rem !important;
}

button.button-primary,
span.button-primary,
input[type=submit].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary {
  color: #ffffff;
  border-width: 1px;
  border-color: rgba(227, 6, 19, 0.8) !important;
  border-style: solid !important;
  background: rgba(227, 6, 19, 0.8) !important;
}

button.button-primary:hover,
span.button-primary:hover,
input[type=submit].button-primary:hover,
.button-primary a:hover,
.button-primary button:hover,
a.button-primary:hover,
input.button-primary:hover {
  color: #ffffff;
  border-color: rgba(227, 6, 19, 0.8) !important;
  border-style: solid !important;
  background: rgba(227, 6, 19, 0.8) !important;
}

span.button-bordered-white,
input[type=submit].button-bordered-white,
.button-bordered-white a,
.button-bordered-white button,
a.button-bordered-white,
input.button-bordered-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
}

span.button-bordered-white:hover,
input[type=submit].button-bordered-white:hover,
.button-bordered-white a:hover,
.button-bordered-white button:hover,
a.button-bordered-white:hover,
input.button-bordered-white:hover {
  color: #000000 !important;
  background: #ffffff !important;
}

span.button-bordered-black,
input[type=submit].button-bordered-black,
.button-bordered-black a,
.button-bordered-black button,
a.button-bordered-black,
input.button-bordered-black {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background: transparent !important;
}

span.button-bordered-black:hover,
input[type=submit].button-bordered-black:hover,
.button-bordered-black a:hover,
.button-bordered-black button:hover,
a.button-bordered-black:hover,
input.button-bordered-black:hover {
  color: #ffffff !important;
  background: #000000 !important;
}

span.button-black,
input[type=submit].button-black,
.button-black a,
.button-black button,
a.button-black,
input.button-black {
  color: #ffffff !important;
  border-width: 1px;
  border-color: #000 !important;
  border-style: solid !important;
  background: #000 !important;
}

span.button-black:hover,
input[type=submit].button-black:hover,
.button-black a:hover,
.button-black button:hover,
a.button-black:hover,
input.button-black:hover {
  color: #ffffff !important;
  border-color: #000 !important;
  border-style: solid !important;
  background: #000 !important;
}

.button-black {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.button-black svg {
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.91, -0.03, 0.07, 1.01);
}
.button-black:hover {
  color: #ffffff;
}
.button-black:hover svg {
  left: 5px;
}
.button-black:hover svg path {
  fill: #ffffff;
}

button.button-primary,
a.button-primary {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
button.button-primary svg,
a.button-primary svg {
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.91, -0.03, 0.07, 1.01);
}
button.button-primary:hover,
a.button-primary:hover {
  color: #ffffff;
}
button.button-primary:hover svg,
a.button-primary:hover svg {
  left: 5px;
}
button.button-primary:hover svg path,
a.button-primary:hover svg path {
  fill: #ffffff;
}

a.button-link-arrow {
  color: #E30613;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 15px;
}
a.button-link-arrow svg {
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.91, -0.03, 0.07, 1.01);
}
a.button-link-arrow:hover svg {
  left: 5px;
}

input[type=text]:not(.adminbar-input),
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
select.form-control:not([size]):not([multiple]),
.selectize-input,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  font-family: "Poppins", serif;
  background: #ffffff !important;
  border: 1px solid #828282 !important;
  border-radius: 200px !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #828282 !important;
  height: 51px !important;
  padding: 12px 20px !important;
  display: inline-block;
  box-shadow: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single {
  font-family: "Poppins", serif;
  background: #ffffff !important;
  border: 1px solid #828282 !important;
  border-radius: 200px !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #828282 !important;
  height: 51px !important;
  padding: 12px 20px !important;
  display: inline-block;
  box-shadow: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-search input[type=text] {
  background-position: center left 20px !important;
  background-repeat: no-repeat !important;
  padding-left: 50px !important;
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
  margin-top: 0;
  padding-top: 0;
  line-height: 16px;
}

.gform_wrapper .ginput_container_date input {
  width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=date] {
  color: #48515A;
}

select,
select.form-control:not([size]):not([multiple]),
.selectize-input {
  position: relative;
  color: #828282;
  width: 100%;
  cursor: pointer;
  background-image: none !important;
}
select.form-control,
select.form-control:not([size]):not([multiple]).form-control,
.selectize-input.form-control {
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=select-one] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: none;
}

.form-group.select {
  position: relative;
  margin-bottom: 0;
}

.selectize-control .item {
  color: #1a2225;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
}

.selectize-input {
  position: relative;
  padding: 0px 20px;
}
.selectize-input:before {
  top: 12px !important;
}
.selectize-input:after {
  content: "Select One...";
  font-family: "Poppins", serif;
  color: #67666B;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  left: 20px;
  top: 15px !important;
  width: 80%;
  height: auto;
}
.selectize-input.has-options.full:after {
  display: none;
}

.selectize-dropdown {
  top: -10px !important;
  width: 100%;
  border-top: 0;
  position: relative;
}
.selectize-dropdown .selectize-dropdown-content {
  border: 1px solid #4F4F4F;
  position: absolute;
  z-index: 2;
  background: #ffffff;
  width: 100%;
}
.selectize-dropdown .selectize-dropdown-content .option {
  font-family: "Days One", sans-serif;
  cursor: pointer;
  color: #1a2225;
  line-height: 1.428571429;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 20px;
}
.selectize-dropdown .selectize-dropdown-content .option:hover {
  background: #4F4F4F;
  color: #1a2225;
}
.selectize-dropdown .selectize-dropdown-content .option:last-child {
  margin-bottom: 0;
}

select::-ms-expand {
  display: none !important;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
}

input[type=radio] {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  height: 14px;
  vertical-align: top;
  width: 14px;
  border: 1px solid #828282 !important;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

textarea.form-control {
  height: 96px;
  padding: 10px 15px;
}

label {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  font-family: "Days One", sans-serif;
}

input.error,
input[aria-invalid=true]:not(.adminbar-input),
input[aria-invalid=true],
select[aria-invalid=true],
select[aria-invalid=true].form-control:not([size]):not([multiple]),
textarea[aria-invalid=true],
select.error,
textarea.error,
.selectize-control.wpcf7-not-valid .selectize-input,
.gform_wrapper .gfield_error [aria-invalid=true] {
  background: #ffd7ce !important;
}

.form-control {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .form-control {
    margin-bottom: 0;
  }
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.form-group.select.mobile_dropdown,
#post_type_section .form-group.select,
.form-group.select span {
  position: relative;
}

.form-group.select.mobile_dropdown::before,
#post_type_section .form-group.select::before,
.form-group.select span::before,
.selectize-input::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #333333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  right: 15px;
  z-index: 1;
}

.form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Days One", sans-serif;
  font-weight: 900;
}

.form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Days One", sans-serif;
  font-weight: 900;
}

.form-control::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Days One", sans-serif;
  font-weight: 900;
}

.ui-datepicker select {
  padding: 0 10px !important;
  height: auto !important;
}

.gform_wrapper .gfield--type-fileupload {
  max-width: 338px;
  margin: 0 auto;
  position: relative;
}
.gform_wrapper .gfield--type-fileupload .gfield_label {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gfield--type-fileupload .gfield_label {
    justify-content: flex-start;
  }
}
.gform_wrapper .gfield--type-fileupload .gfield_fileupload_progressbar {
  display: none;
}
.gform_wrapper .gfield--type-fileupload .gfield_fileupload_progress_complete {
  justify-content: center;
}
.gform_wrapper .ginput_container_fileupload {
  border-radius: 10px;
  border: 1px dashed #828282;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  text-align: center;
}
.gform_wrapper .ginput_container_fileupload .gfield_description {
  color: #828282 !important;
  font-size: 16px !important;
}
.gform_wrapper .ginput_container_fileupload input {
  border: 0;
  background: rgba(227, 6, 19, 0.8);
  padding: 10px 20px;
  height: auto;
  border-radius: 200px;
  color: #ffffff;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 34px !important;
  grid-column-gap: 24px !important;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400;
  color: #828282;
}
.gform_wrapper .gfield-choice-input + label {
  vertical-align: inherit !important;
}
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 90% !important;
  margin: 0 auto !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body,
  .gform_wrapper .gform_footer {
    width: 90% !important;
  }
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  color: red !important;
}
.gform_wrapper .gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 8px 41px 8px 20px !important;
  color: #67666B;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gf_browser_chrome ul.gform_fields li.gfield select {
    padding-left: 15px !important;
  }
}
.gform_wrapper .gfield {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gfield {
    padding: 0 !important;
  }
}
.gform_wrapper .gfield.field_consent {
  padding: 14px 10px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
  margin-bottom: 10px !important;
}
.gform_wrapper .gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #828282 !important;
  font-family: "Poppins", serif !important;
  margin-bottom: 16px;
}
.gform_wrapper select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:before {
  position: absolute;
  top: 20px;
  right: 25px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0068AE;
  border-top: 2px solid #0068AE;
  transform: rotate(135deg);
  z-index: 1;
}
.gform_wrapper textarea {
  height: 150px !important;
  min-height: 150px !important;
  display: flex;
  border-radius: 10px !important;
}
.gform_wrapper .gform_validation_errors {
  padding: 5px !important;
  border: 0 !important;
  background: #ffffff !important;
  display: none !important;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-size: 10.2px !important;
  line-height: 13.6px !important;
  font-family: "Days One", sans-serif !important;
}
.gform_wrapper .gfield_required {
  font-size: 18px;
}
.gform_wrapper .validation_error {
  display: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.gform_wrapper .ginput_counter {
  display: none !important;
}
.gform_wrapper .field_description_below .gfield_description {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #BDBDBD;
  padding-top: 3px !important;
}
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 100% !important;
}
.gform_wrapper .gform_footer {
  margin: 20px auto 0 !important;
  padding: 0 !important;
  display: flex;
}
.gform_wrapper .gform_footer .gform_button {
  margin: 30px 0 0 !important;
  position: relative;
  border: 0 !important;
}
.gform_wrapper .gform_footer .gform_button svg path {
  all: revert-layer;
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
  max-width: 100% !important;
  width: 100% !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.col-6 {
  max-width: 48.5% !important;
  width: 48.5% !important;
}
@media screen and (max-width: 767px) {
  .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.col-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

.gform_body ::-moz-placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.gform_body ::placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.gfield--type-consent .gfield_label {
  display: none !important;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
}
.ginput_container_consent .gfield_consent_label {
  margin-left: 10px;
}
.ginput_container_consent .gfield_consent_label a {
  text-decoration: underline !important;
}
.ginput_container_consent .gfield_consent_label,
.ginput_container_consent .gfield_consent_label a {
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  text-transform: none;
  margin-top: 0;
}

.gform_confirmation_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gform_confirmation_wrapper .gform_confirmation_message h1, .gform_confirmation_wrapper .gform_confirmation_message h2, .gform_confirmation_wrapper .gform_confirmation_message h3, .gform_confirmation_wrapper .gform_confirmation_message h4, .gform_confirmation_wrapper .gform_confirmation_message h5, .gform_confirmation_wrapper .gform_confirmation_message h6 {
  font-style: italic;
}

.vc_row.form_wrapper,
.form_wrapper {
  display: flex;
  max-width: 485px;
  margin: 0 auto !important;
  background: #036;
  border-radius: 16px;
  float: right !important;
}
@media screen and (max-width: 991px) {
  .vc_row.form_wrapper,
  .form_wrapper {
    float: none !important;
  }
}
.vc_row.form_wrapper .vc_column-inner,
.form_wrapper .vc_column-inner {
  padding: 30px !important;
}
@media screen and (max-width: 767px) {
  .vc_row.form_wrapper .vc_column-inner,
  .form_wrapper .vc_column-inner {
    padding: 20px !important;
  }
}
.vc_row.form_wrapper textarea,
.form_wrapper textarea {
  height: 209px !important;
  min-height: 209px !important;
}
@media screen and (max-width: 767px) {
  .vc_row.form_wrapper textarea,
  .form_wrapper textarea {
    height: 112px !important;
    min-height: 112px !important;
  }
}
@media screen and (max-width: 1080px) {
  .vc_row.form_wrapper,
  .form_wrapper {
    width: 90%;
    gap: 0;
  }
}

.light_form .gform_wrapper .gfield_label, .light_form .gform_wrapper legend.gfield_label,
.light_form .ginput_container_consent .gfield_consent_label,
.light_form .ginput_container_consent .gfield_consent_label a {
  color: #ffffff !important;
}
.light_form .gfield--type-consent {
  display: flex;
  justify-content: center;
}
.light_form .gform_footer {
  justify-content: center;
}

.hsform_wrapper .hbspt-form {
  padding: 0 !important;
}
.hsform_wrapper .hbspt-form:after {
  display: none;
}
.hsform_wrapper fieldset {
  width: 100%;
  max-width: 100% !important;
}
.hsform_wrapper fieldset p {
  margin-bottom: 0 !important;
}
.hsform_wrapper fieldset.form-columns-2 {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .hsform_wrapper fieldset.form-columns-2 {
    flex-wrap: wrap;
  }
}
.hsform_wrapper label {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
}
.hsform_wrapper .hs-form-field {
  margin-bottom: 20px;
  float: none !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .hsform_wrapper .hs-form-field {
    margin: 0 0 10px;
  }
}
.hsform_wrapper .legal-consent-container {
  margin-bottom: 20px;
}
.hsform_wrapper .legal-consent-container * {
  font-size: 13px !important;
  line-height: 16px !important;
  color: #828282;
  font-family: "Open Sans", sans-serif !important;
}
.hsform_wrapper .legal-consent-container .hs-richtext {
  margin-bottom: 15px;
}
.hsform_wrapper .legal-consent-container label {
  margin-bottom: 0 !important;
  outline: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hsform_wrapper .legal-consent-container ul.inputs-list li span {
  margin: 0 !important;
}
.hsform_wrapper .legal-consent-container ul.inputs-list .hs-input {
  border-radius: 1.135px;
  border: 0.568px solid rgba(130, 130, 130, 0.24);
  background: #F5F5F5;
  position: relative;
  width: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px !important;
}
.hsform_wrapper .legal-consent-container ul.inputs-list .hs-input::before {
  background: url("../../images/icon-check.svg") no-repeat center center !important;
  background-size: 100% !important;
  content: "" !important;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: none;
}
.hsform_wrapper .legal-consent-container ul.inputs-list .hs-input:checked::before {
  display: block;
}
.hsform_wrapper .hs-form-required {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-family: "Open Sans", sans-serif;
}
.hsform_wrapper .hs-input {
  width: calc(100% - 24px) !important;
  display: block;
}
.hsform_wrapper .hs-input.invalid, .hsform_wrapper .hs-input.error {
  background: #ffd7ce !important;
}
.hsform_wrapper .input {
  margin-right: 0 !important;
}
.hsform_wrapper .hs_submit {
  margin-top: 25px !important;
  display: block;
}
.hsform_wrapper .hs_submit input {
  display: flex !important;
  outline: none !important;
  font-size: 14px !important;
  line-height: 24px !important;
  min-width: auto !important;
  justify-content: center;
  padding: 10px 25px !important;
  margin-bottom: 0 !important;
  border-radius: 2px !important;
}
.hsform_wrapper .hs-fieldtype-select .input {
  position: relative;
}
.hsform_wrapper .hs-fieldtype-select .input:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #505050;
  border-radius: 3px;
  z-index: 1;
}
.hsform_wrapper ul.inputs-list .hs-input {
  width: auto !important;
}
.hsform_wrapper ul.inputs-list,
.hsform_wrapper ul.inputs-list li {
  padding: 0 !important;
  margin: 0 !important;
}
.hsform_wrapper ul.inputs-list li span {
  margin-left: 20px;
  margin-top: 10px;
}
.hsform_wrapper ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.hsform_wrapper ul.inputs-list li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 5px 0 !important;
}
.hsform_wrapper ul.hs-error-msgs li label,
.hsform_wrapper label.hs-error-msg {
  color: red;
  font-size: 11px;
  line-height: 12px;
  margin: 0 !important;
}
.hsform_wrapper textarea {
  height: 140px !important;
}
.hsform_wrapper .submitted-message {
  text-align: center;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #E30613;
  outline: none;
  text-decoration: none !important;
  font-weight: 400;
  transition: all ease-in-out 0.5s;
  font-size: 18px;
  line-height: 150%;
  font-family: "Poppins", serif;
}
a:visited {
  color: #E30613;
}
a:active, a:hover {
  color: #E30613;
  outline: none !important;
}
a:active, a:hover {
  outline: 0;
}

@media screen and (max-width: 1080px) {
  .break_word a {
    word-break: break-all;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25) !important;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 20px;
  top: 60px;
  left: -50%;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li {
  margin-bottom: 15px !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li:last-child {
  margin-bottom: 0 !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li a {
  background: transparent !important;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0.14px;
  padding: 0 !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li a {
    color: #333 !important;
  }
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item {
  padding: 24px 0;
  margin: 0 10px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: inline-block !important;
  content: "" !important;
  right: 0;
  top: 10px;
  transition: all ease-in-out 0.15s;
  position: relative;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #ffffff;
  transform: rotate(180deg);
  z-index: 1;
  border-radius: 2px;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on {
  background: #fafafa;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link {
  color: #000 !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  transform: rotate(0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #333;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 73px;
  background: transparent !important;
}
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
  }
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row {
  background: #fafafa;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-weight: 500;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
  text-transform: none;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-bottom: 1px solid #E0E0E0;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu {
  background: transparent;
  padding: 0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li {
  margin-bottom: 10px;
  display: block;
  padding: 0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li.menu-item-has-children > a:after {
  display: inline-block !important;
  content: "" !important;
  transition: all ease-in-out 0.15s;
  position: relative;
  right: -10px;
  top: -2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #333;
  transform: rotate(180deg);
  z-index: 1;
  border-radius: 2px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li a {
  color: #4F4F4F !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.14px;
  text-transform: none;
  display: inline-block;
  width: auto;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li a.active:after {
  transform: rotate(0);
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li ul {
  position: static;
  transform: none;
  display: none;
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
  background: transparent;
  padding: 15px 10px;
  margin: 0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li ul li a {
  color: #828282 !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li ul.show {
  display: block;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    flex-direction: column;
    gap: 0;
  }
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  width: 21.333333% !important;
  padding: 70px 0 50px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column {
  width: 36% !important;
  padding: 0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column > ul.mega-sub-menu {
  height: 100%;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
  height: 100%;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column > ul.mega-sub-menu > li.mega-menu-item .textwidget {
  height: 100%;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray {
  display: flex;
  align-items: center;
  gap: 10px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray svg {
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.91, -0.03, 0.07, 1.01);
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray span {
  color: #828282;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0.14px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray:hover svg {
  left: 5px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray:hover span {
  color: #828282;
}

#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget a.title_link {
  color: #75787B;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: "Days One", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #75787B;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget a.title_link:hover {
  color: #00A3E0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li {
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li {
    margin-bottom: 7px;
  }
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li a {
  color: #031C38;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-family: "Days One", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li a:hover {
  color: #00A3E0;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li p {
  color: #75787B;
  font-family: "Days One", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .textwidget ul li p {
    display: none;
  }
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta {
  background: linear-gradient(180deg, #E30613 -14.13%, #871015 115.22%);
  padding: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta {
    padding: 20px;
    margin-bottom: 10px;
  }
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark h4, #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark p {
  color: #000;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark .button-link-white svg path {
  fill: #000;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark .button-link-white:hover {
  color: #000;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark .button-link-white:hover svg path {
  fill: #000;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta.dark .button-link-white span {
  color: #000 !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta img {
  margin-bottom: 20px;
  max-width: 254px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 114%;
  text-align: center;
  margin-bottom: 20px !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta p {
  color: #ffffff;
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 170% !important;
  text-align: center;
  margin-bottom: 20px !important;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white svg {
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.91, -0.03, 0.07, 1.01);
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white:hover {
  color: #ffffff;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white:hover svg {
  left: 5px;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white:hover svg path {
  fill: #ffffff;
}
#mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta .button-link-white span {
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  line-height: 170% !important;
  font-weight: 600;
  text-transform: none !important;
}

@media screen and (max-width: 1080px) {
  body.mega-menu-main-navigation-mobile-open .header_wrapper {
    background: #ffffff;
  }
  body.mega-menu-main-navigation-mobile-open .header_wrapper.solid_header header.sticky #logo .light_logo {
    display: none !important;
  }
  body.mega-menu-main-navigation-mobile-open .header_wrapper.solid_header header.sticky #logo .dark_logo {
    display: flex !important;
  }
  body.mega-menu-main-navigation-mobile-open header #logo .light_logo {
    display: none !important;
  }
  body.mega-menu-main-navigation-mobile-open header #logo .dark_logo {
    display: flex !important;
  }
  body.mega-menu-main-navigation-mobile-open header .fake-bg {
    background: transparent;
  }
  body.mega-menu-main-navigation-mobile-open #mega-menu-wrap-main-navigation .mega-menu-toggle {
    background: transparent;
  }
  body.mega-menu-main-navigation-mobile-open #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner {
    background-color: #E30613 !important;
  }
  body.mega-menu-main-navigation-mobile-open #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner::before, body.mega-menu-main-navigation-mobile-open #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: #E30613 !important;
  }
  #mega-menu-wrap-main-navigation .mega-menu-toggle {
    background: #E30613;
    height: 55px;
    width: 55px;
    border-radius: 0;
  }
  #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner {
    background-color: #ffffff !important;
  }
  #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner::before, #mega-menu-wrap-main-navigation .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: #ffffff !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 20px;
  }
  #mega-menu-wrap-main-navigation .mega-menu-toggle.mega-menu-open + #mega-menu-main-navigation {
    display: block;
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
    background: #ffffff;
    padding: 30px 20px;
    margin-top: 10px !important;
  }
  #mega-menu-wrap-main-navigation .mega-menu-toggle.mega-menu-open + #mega-menu-main-navigation::-webkit-scrollbar {
    display: none; /* Webkit browsers */
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item {
    margin: 0;
    display: inline-block;
    width: 100%;
    background: #F2F2F2 !important;
    padding: 0 20px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-button-primary a {
    color: #fff !important;
    margin-top: 10px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #BDBDBD !important;
    font-size: 16px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #E30613 !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li.menu-item-has-children > a:after {
    position: absolute;
    top: 20px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #E30613;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    width: 100% !important;
    background: #ffffff !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column {
    order: 2;
    background: transparent !important;
    width: 100% !important;
    margin-top: 20px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.cta_column .button-link-white {
    background: #E30613;
    padding: 10px 20px;
    border-radius: 200px;
    width: 100%;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta {
    background: transparent;
    padding: 0 !important;
    width: 100%;
    height: auto;
    display: flex;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta img, #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta h4, #mega-menu-wrap-main-navigation #mega-menu-main-navigation .menu_cta p {
    display: none;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    border-bottom: 1px solid #BDBDBD;
    color: #333;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row {
    background: transparent;
    box-shadow: none;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 0 10px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 18px !important;
    padding: 15px 0;
    margin: 0;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column a.button-link-gray {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu {
    margin: 0;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li {
    padding: 10px 0;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 0;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li ul {
    margin: 0;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu ul.menu li ul li {
    border-bottom: 0;
    padding: 5px 0;
    margin: 0;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !important;
    color: #000 !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout.mega-toggle-on {
    background: #f2f2f2 !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 10px;
    margin-top: 20px;
    box-shadow: none !important;
    background: #ffffff !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #BDBDBD;
    margin: 0 !important;
  }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li a {
    padding: 0 !important;
  }
}
/*--------------------------------------------------------------
## Side Nav
--------------------------------------------------------------*/
.menu-toggle {
  cursor: pointer !important;
  outline: 0;
  position: absolute;
  z-index: 100;
  right: 0;
  margin: 0;
  background: #367551;
  box-shadow: 0px 3px 0px #205E3C;
  width: 80px !important;
  top: 0;
  padding: 28px 0;
  height: 97%;
}
.menu-toggle .bar {
  display: block;
  background-color: #ffffff;
  width: 31px;
  height: 4px;
  margin: 4px auto;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.menu-toggle.menu-toggle--active .bar {
  margin: 2px auto;
}
.menu-toggle.menu-toggle--active .bar-1 {
  background-color: #ffffff;
  transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
}
.menu-toggle.menu-toggle--active .bar-2 {
  background-color: #ffffff;
  transform: translateY(1px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(1px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(1px) translateX(0) rotate(-45deg);
}
.menu-toggle.menu-toggle--active .bar-3 {
  display: none;
}

#side-menu ul,
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#side-menu ul li,
.primary-menu ul li {
  margin: 0;
  padding: 0;
}

#side-menu {
  width: 220px;
  height: auto;
  background-color: #205E3C;
  position: fixed;
  padding: 30px 15px;
  top: 94px;
  right: 0;
  transition: transform 0.3s;
  transform: translateX(300px);
  z-index: 8;
}
#side-menu.side-menu--active {
  transform: translateX(0px);
}
#side-menu li {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
#side-menu li a {
  color: inherit;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  padding: 5px 10px;
}
#side-menu li a:hover {
  color: #ffffff;
}
#side-menu .sub-menu {
  display: none;
}
#side-menu .sub-menu li {
  padding: 15px 0 15px 10px;
}
#side-menu .sub-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#side-menu ul.sub-menu li.current-menu-item > a,
#side-menu ul.sub-menu li.current_page_ancestor > a,
#side-menu ul.sub-menu li.current_page_item > a {
  color: #fff !important;
}
#side-menu .open-menu-sidenav {
  width: 20px !important;
  height: 20px !important;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
#side-menu .open-menu-sidenav:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 6px;
  top: 0;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
#side-menu li.menu-item-has-children.active > a.open-menu-sidenav:before {
  transform: rotateZ(-135deg);
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

img.alignright {
  margin-left: 50px;
  margin-bottom: 20px !important;
  float: right;
  clear: left;
}
@media screen and (max-width: 1080px) {
  img.alignright {
    width: 50%;
    height: auto;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  img.alignright {
    width: 100%;
    height: auto;
  }
}
img.alignleft {
  margin-right: 50px;
  margin-bottom: 20px !important;
  float: left;
  clear: right;
}
@media screen and (max-width: 1080px) {
  img.alignleft {
    width: 50%;
    height: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  img.alignleft {
    width: 100%;
    height: auto;
  }
}

.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.heading {
  margin-bottom: 50px;
}

.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.tablet_only {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .tablet_only {
    display: block !important;
  }
}

.wpb_single_image.bordered_image img {
  border-radius: 25px;
}

.wpb_single_image.shadow_image img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
}

.mobile_swap_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.mobile_swap_wrapper .mobile_swap {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
}

.archive_grid {
  padding: 0 30px;
}

@media screen and (max-width: 1080px) {
  .padded_columns > .vc_column-inner {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .padded_columns > .vc_column-inner {
    padding: 0 !important;
  }
}

.vc_row.bg_overlay1,
.bg_overlay1 {
  position: relative;
}
.vc_row.bg_overlay1:before,
.bg_overlay1:before {
  background: rgba(0, 0, 0, 0.8);
  width: 100% !important;
  height: 100% !important;
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
}

.vc_row.bg_pattern1,
.bg_pattern1 {
  background-position: left center !important;
}
@media screen and (max-width: 767px) {
  .vc_row.bg_pattern1,
  .bg_pattern1 {
    background-size: 250% !important;
    background-position: top left -100px !important;
  }
}

.vc_row.bg_pattern2,
.bg_pattern2 {
  background-position: right center !important;
}
@media screen and (max-width: 767px) {
  .vc_row.bg_pattern2,
  .bg_pattern2 {
    background-size: 180% !important;
    background-position: top right -100px !important;
  }
}

.image_pattern_top {
  position: absolute !important;
  left: 20px;
  top: 0;
  width: 901.252px;
  height: 991.643px;
  z-index: -1;
}

.image_pattern_bottom {
  position: absolute !important;
  right: 20px;
  bottom: -270px;
  width: 901.252px;
  height: 991.643px;
  z-index: -1;
}

.image_pattern_top_right {
  position: absolute !important;
  right: 20px;
  top: 0;
  width: 901.252px;
  height: 991.643px;
  z-index: -1;
}

.vc_row.bg_gradient_primary,
.bg_gradient_primary {
  background: linear-gradient(180deg, #E30613 -14.13%, #871015 115.22%);
}

.vc_row.bg_gradient_dark,
.bg_gradient_dark {
  background: linear-gradient(4deg, #000 -35.94%, #666 260.54%);
}

/*--------------------------------------------------------------
## asides
--------------------------------------------------------------*/
.blog .format-sfebrandsde .entry-title,
.archive .format-sfebrandsde .entry-title {
  display: table;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
  margin-bottom: 0 !important;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

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

.row {
  position: relative;
}

.rev_slider_wrapper {
  z-index: 7 !important;
  overflow: hidden !important;
}

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.wpb_single_image {
  position: relative;
}

.fancybox-caption__body {
  font-family: "Poppins", serif;
  font-size: 30px;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .fancybox-slide--image .fancybox-content {
    left: 10%;
  }
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-image, .fancybox-spaceball {
  -o-object-fit: cover;
     object-fit: cover;
}

#search_box {
  max-width: 600px;
  margin: 0 auto;
}
#search_box .nav-search-form {
  display: flex;
  margin: 0;
  position: relative;
}
#search_box .nav-search-form-inner-wrap {
  display: flex;
  flex: 1 0 auto;
  margin-right: 0;
  border-bottom: 0;
  outline: 0;
  margin-right: 0;
}
#search_box .search-input {
  flex: 1 0 auto;
  outline: none !important;
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  color: #191919 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  height: auto !important;
  box-shadow: 2px 2px 1px 0px #50B948;
}
#search_box input[type=submit] {
  text-indent: -999999px;
  background: url("../../images/i-search-green.svg") no-repeat center center !important;
  background-size: 25px;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#search_box input[type=submit]:hover {
  opacity: 0.5;
}
#search_box ::-moz-placeholder {
  font-size: 14px !important;
  line-height: 21px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
#search_box ::placeholder {
  font-size: 14px !important;
  line-height: 21px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

/*Search*/
.single-search-heading {
  padding: 80px 0 0;
  text-align: center;
}
.single-search-heading [class*=col-] {
  align-items: center !important;
  justify-content: center;
  position: relative;
}
.single-search-heading h6 {
  letter-spacing: 1px;
}

.search-content,
.no-results {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .search-content,
  .no-results {
    padding: 0;
  }
}

.searchform_container {
  padding-bottom: 80px;
}

.search-content {
  position: relative;
}
.search-content h4 a {
  color: #333;
  font-size: 24px !important;
  line-height: 34px !important;
  font-family: "Days One", sans-serif !important;
}
.search-content h4 a:hover {
  color: #E30613;
}
.search-content .page-header {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.search-content article {
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 60px;
  padding-top: 60px;
}
.search-content article:first-child {
  padding-top: 0;
}
.search-content .search_nothing_found {
  text-align: center;
}

.search_bottom p:empty {
  display: none;
}

.error404 .single-post-heading {
  background: transparent;
  padding: 200px 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .error404 .single-post-heading {
    padding: 120px 0;
  }
}
.error404 .single-post-heading .flex_section {
  justify-content: center;
  padding: 75px 20px;
}
@media screen and (max-width: 1080px) {
  .error404 .single-post-heading .container_small {
    padding: 0;
  }
}
.error404 .col_40 {
  width: 40% !important;
}
@media screen and (max-width: 767px) {
  .error404 .col_40 {
    width: 100% !important;
  }
}
.error404 .col_60 {
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  .error404 .col_60 {
    width: 100% !important;
  }
}

.search_toggle {
  background: #ffffff url("../../images/i-search-purple.svg") no-repeat center center !important;
  width: 44px;
  height: 44px;
  display: block;
  border-bottom: 0 !important;
}

.searchwrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.searchbar {
  margin-right: 5px;
  position: relative;
}
.searchbar #ajaxsearchpro1_1 .probox .proinput input.orig,
.searchbar #ajaxsearchpro1_2 .probox .proinput input.orig,
.searchbar div.asp_m.asp_m_1 .probox .proinput input.orig {
  padding: 0 15px !important;
  height: 46px !important;
}
.searchbar #ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button,
.searchbar #ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button,
.searchbar div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
  font-family: "Days One", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
.searchbar div.asp_m.ajaxsearchpro .probox .proinput {
  margin: 0 !important;
  padding: 0 !important;
}
.searchbar *:focus,
.searchbar *:focus-within {
  outline: none !important;
}

#ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchpro1_2 .probox .proloading, #ajaxsearchpro1_2 .probox .proclose, #ajaxsearchpro1_2 .probox .promagnifier, #ajaxsearchpro1_2 .probox .prosettings, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.asp_m_1 .probox .proclose, div.asp_m.asp_m_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .prosettings {
  height: 46px !important;
  outline: none !important;
  box-shadow: none !important;
}

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
  height: 46px !important;
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  margin: 0 !important;
}

#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
  height: 46px !important;
  border-radius: 0 !important;
  width: 300px !important;
}
#ajaxsearchpro1_1 input, #ajaxsearchpro1_2 input, div.asp_m.asp_m_1 input {
  border: 0 !important;
}

#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
  display: none !important;
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  background: #3e1761 !important;
}

.vc_row.hero_section,
.hero_section {
  position: relative;
  overflow: hidden;
}

.hero_slider.small_hero .slick-slide > div {
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .hero_slider.small_hero .slick-slide > div {
    min-height: auto;
  }
}
.hero_slider.small_hero .hero_item {
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .hero_slider.small_hero .hero_item {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.hero_slider .slick-slide > div {
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  .hero_slider .slick-slide > div {
    min-height: auto;
  }
}
.hero_slider .hero_video {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero_slider .hero_video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
}
.hero_slider .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero_slider .zoom_in {
  animation: zoomIn 3s ease-in-out forwards;
}
.hero_slider .zoom_out {
  animation: zoomOut 3s ease-in-out forwards;
}
.hero_slider .hero_item {
  min-height: 800px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero_slider .hero_item {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.hero_slider .hero_item.layout_image_slider_secondary .container {
  display: flex;
  justify-content: space-between;
}
.hero_slider .hero_item.layout_image_slider_secondary .secondary_image {
  max-width: 350px;
}
.hero_slider .hero_item.layout_image_slider_center .inner_hero {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero_slider .hero_item .container {
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
@media screen and (max-width: 1080px) {
  .hero_slider .hero_item .container {
    padding: 0 20px;
  }
}
.hero_slider .hero_item .inner_hero {
  max-width: 850px;
  width: 100%;
}
.hero_slider .hero_item .inner_hero .button_group {
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .hero_slider .hero_item .inner_hero .button_group {
    margin-bottom: 0;
  }
}
.hero_slider .hero_item h2 {
  font-family: "Poppins", serif;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 105%;
}
@media screen and (max-width: 1080px) {
  .hero_slider .hero_item h2 {
    font-size: 40px !important;
  }
}
.hero_slider .hero_item p {
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_slider.with_scrolling_logos .hero_item {
    padding-bottom: 250px;
  }
}

.hero_logos {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.carousel_navigation {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

.carousel_navigation button {
  position: static;
  background: transparent !important;
  padding: 0;
}

.custom-dots {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .custom-dots {
    gap: 8px;
  }
}

.custom-dots li {
  width: 10px;
  height: 10px;
  background: #474747;
  border-radius: 100%;
  list-style: none;
  text-indent: 999999px;
  cursor: pointer;
}

.custom-dots li.active-dot {
  background: #848484;
}

.hero_angles {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero_angles {
    display: none;
  }
}
.hero_angles .angle_color {
  position: absolute;
  right: 0;
}
.hero_angles .angle_white {
  display: flex;
}

.hero_angles_mobile {
  position: absolute;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .hero_angles_mobile {
    display: flex;
  }
}
.hero_angles_mobile .angle_color {
  position: absolute;
  right: 0;
}
.hero_angles_mobile .angle_white {
  display: flex;
}

.angle_right .angle_main {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .angle_right .angle_main {
    display: none;
  }
}
.angle_right .angle_mobile {
  position: absolute;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .angle_right .angle_mobile {
    display: flex;
  }
}

.angle_left .angle_main {
  position: absolute;
  top: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .angle_left .angle_main {
    display: none;
  }
}
.angle_left .angle_main .angle_color {
  position: absolute;
  left: 0;
}
.angle_left .angle_main .angle_white {
  display: flex;
}
.angle_left .angle_mobile {
  position: absolute;
  top: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .angle_left .angle_mobile {
    display: flex;
  }
}

.custom_boxes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1080px) {
  .custom_boxes {
    grid-row-gap: 40px;
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes {
    grid-row-gap: 24px;
    grid-column-gap: 30px;
  }
}
.custom_boxes.two_column {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .custom_boxes.two_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.two_column {
    grid-template-columns: 1fr;
  }
}
.custom_boxes.three_column {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1080px) {
  .custom_boxes.three_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.three_column {
    grid-template-columns: 1fr;
  }
}
.custom_boxes.four_column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1080px) {
  .custom_boxes.four_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.four_column {
    grid-template-columns: 1fr;
  }
}
.custom_boxes.five_column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .custom_boxes.five_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.five_column {
    grid-template-columns: 1fr;
  }
}

.custom_boxes_flex {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin: 0 -14px;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .custom_boxes_flex {
    grid-row-gap: 40px;
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex {
    grid-row-gap: 24px;
    grid-column-gap: 30px;
    margin: 0;
  }
}
.custom_boxes_flex.align-center {
  justify-content: center;
}
.custom_boxes_flex .slick-dots {
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex .slick-dots {
    bottom: -30px;
  }
}
.custom_boxes_flex .item_wrapper_type {
  margin: 0;
  display: flex;
}
.custom_boxes_flex.two_column .box_item {
  flex: 0 0 calc(50% - 38px);
  max-width: calc(50% - 38px);
}
@media screen and (max-width: 1080px) {
  .custom_boxes_flex.two_column .box_item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex.two_column .box_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.custom_boxes_flex.three_column .box_item {
  flex: 0 0 calc(33.333333% - 38px);
  max-width: calc(33.333333% - 38px);
}
@media screen and (max-width: 991px) {
  .custom_boxes_flex.three_column .box_item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex.three_column .box_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.custom_boxes_flex.four_column .box_item {
  flex: 0 0 calc(25% - 38px);
  max-width: calc(25% - 38px);
}
@media screen and (max-width: 1080px) {
  .custom_boxes_flex.four_column .box_item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex.four_column .box_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.grid_main_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 20px;
  align-items: stretch;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .grid_main_logo {
    margin-bottom: 30px;
  }
}
.grid_main_logo.carousel_main_logo img {
  width: auto;
}
.grid_main_logo img {
  max-width: 400px !important;
  height: 120px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .grid_main_logo img {
    max-width: 300px !important;
    height: 70px !important;
  }
}
.grid_main_logo .logo_text {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.grid_main_logo .logo_text span {
  color: #ffffff;
  font-size: 30px;
  font-family: "Days One", sans-serif;
}

.logo_grid {
  grid-row-gap: 3px;
  grid-column-gap: 3px;
}
@media screen and (max-width: 767px) {
  .logo_grid {
    margin: 0 -15px;
  }
}
.logo_grid.three_column .box_item {
  flex: 0 0 calc(33.333333% - 15px);
  max-width: calc(33.333333% - 15px);
}
.logo_grid.five_column .box_item {
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
}
.logo_grid.without_background .box_item {
  background: transparent !important;
  padding: 0;
}
.logo_grid.without_background .box_item img {
  height: auto;
}
.logo_grid .box_item {
  background: rgba(227, 6, 19, 0.1);
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .logo_grid .box_item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .logo_grid .box_item {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
  }
}
.logo_grid .box_item img {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  max-width: 180px;
  height: 90px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.logo_main_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.logo_main_wrapper.white_navigation .logo_arrows button {
  border: 1px solid #ffffff;
}
.logo_main_wrapper.white_navigation .logo_arrows button svg path {
  fill: #ffffff;
}

.logo_carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .logo_carousel {
    width: 75%;
  }
}
.logo_carousel.without_background .box_item {
  background: transparent !important;
  padding: 0;
}
.logo_carousel.without_background .box_item img {
  height: auto;
  width: 100%;
}
.logo_carousel .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 100px;
  padding: 10px;
  margin: 0 20px;
}
.logo_carousel .slick-slide img {
  max-height: 80px;
  max-width: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-grid {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  justify-items: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.logo-grid img {
  max-height: 70px;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single_brand_logo img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .single_brand_logo img {
    width: 200px;
  }
}

.sfe_global_logo_section {
  position: relative;
  overflow: hidden;
}
.sfe_global_logo_section .section_bg_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sfe_global_logo_section .section_bg_image .vc_figure, .sfe_global_logo_section .section_bg_image .vc_single_image-wrapper, .sfe_global_logo_section .section_bg_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sfe_global_logo_section.bg_overlay1:before {
  z-index: 1;
}
.sfe_global_logo_section .main_content_container {
  z-index: 2;
  position: relative;
}

.featured_products {
  background: linear-gradient(180deg, #E30613 -14.13%, #871015 115.22%);
}

.featured_products_slider {
  margin-top: 40px;
  /* Styling for the background image of the slides */
  /* Slide text content (title, description, and link) */
}
@media screen and (max-width: 767px) {
  .featured_products_slider {
    margin-top: 0;
  }
}
.featured_products_slider .slick-track {
  display: flex;
  align-items: center;
}
.featured_products_slider .slick-slide {
  opacity: 0.4;
  transform: scale(0.9); /* Slightly smaller for all slides */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .slick-slide {
    padding: 50px 40px 60px;
    transform: scale(1);
    opacity: 1;
  }
}
.featured_products_slider .slick-center {
  opacity: 1;
}
.featured_products_slider .category_item {
  position: relative;
  box-sizing: border-box;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.featured_products_slider .slick-center .category_item {
  transform: scale(1.1); /* Scale up the center slide */
  opacity: 1; /* Full opacity for the center slide */
  z-index: 10; /* Bring the center slide forward */
  box-shadow: -12px 12px 0px 0px #FFF;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .slick-center .category_item {
    box-shadow: -10px 10px 0px 0px #FFF;
  }
}
.featured_products_slider .slick-center .category_item .category_image {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .slick-center .category_item .category_image {
    height: auto;
  }
}
.featured_products_slider .slick-center .category_item .category_details p {
  display: block;
}
.featured_products_slider .slick-center .category_item .category_details a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.featured_products_slider .slick-center .category_item .category_details h5 {
  font-size: 34px;
}
.featured_products_slider .category_image {
  height: 365px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .category_image {
    height: auto;
  }
}
.featured_products_slider .category_image:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .featured_products_slider .category_image:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.featured_products_slider .category_details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 44px;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .category_details {
    position: relative;
    padding: 50px 30px 30px;
  }
}
.featured_products_slider .category_details h5 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px !important;
}
.featured_products_slider .category_details p {
  color: #F2F2F2;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170% !important;
  display: none;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  .featured_products_slider .category_details p {
    font-size: 14px !important;
  }
}

.featured_products_arrows {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .featured_products_arrows {
    margin-top: 20px;
  }
}
.featured_products_arrows button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_products_arrows button.slide-prev {
  opacity: 0.5;
}
.featured_products_arrows button.slide-prev:hover {
  opacity: 1;
}

.social_share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}
.social_share .share_title,
.social_share .social_media {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.social_share .share_title {
  cursor: pointer;
}
.social_share .share_title p {
  color: #333;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
}
.social_share .social_media {
  margin: 0 !important;
}
.social_share .social_media ul {
  gap: 0;
}
@media screen and (max-width: 1080px) {
  .social_share .social_media ul {
    justify-content: flex-start;
  }
}
.social_share .social_media ul li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_share .social_media ul li a:before {
  color: #E30613;
  font-size: 18px !important;
  line-height: 18px !important;
}
.social_share .social_media ul li a.fa-paperclip {
  cursor: pointer;
}

.social_media {
  position: relative;
  margin-bottom: 0;
}
.social_media ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  .social_media ul {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .social_media ul {
    justify-content: flex-start;
  }
}
.social_media ul li {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social_media ul li:last-child {
  margin-right: 0 !important;
}
.social_media ul li a {
  color: #E30613;
  font-size: 25px;
}
.social_media ul li a:hover {
  color: #E30613 !important;
}
@media screen and (max-width: 1080px) {
  .social_media.social_links ul {
    justify-content: flex-start;
  }
}
.social_media.social_links .widget {
  margin: 0;
  padding: 0;
}
.social_media.social_links .widget-title {
  display: none;
}

#social_section .social_media_images {
  max-width: 700px;
  padding-right: 7px;
  padding-left: 0;
  float: right;
}
@media screen and (min-width: 1600px) {
  #social_section .social_media_images {
    float: none;
  }
}
@media screen and (max-width: 1080px) {
  #social_section .social_media_images {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
#social_section .social_media_images img {
  width: 227px;
  height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1080px) {
  #social_section .social_media_images img {
    width: 133px;
    height: 133px;
  }
}

.social_media_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .social_media_images.mobile_slider {
    display: block;
    padding-bottom: 40px;
  }
}
.social_media_images.mobile_slider .slick-dots {
  bottom: 0;
  margin: 0 !important;
}
.social_media_images div {
  display: flex;
  justify-content: center;
}
.social_media_images img {
  border-radius: 10px;
}

#industry_section {
  background: linear-gradient(4deg, #000 -35.94%, #666 260.54%);
}

.industries_grid #viewMore {
  margin-top: 30px;
}
.industries_grid .box_item {
  height: 375px;
  width: 375px;
  display: grid;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: background-size 0.5s ease;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: background-size;
}
@media screen and (max-width: 1080px) {
  .industries_grid .box_item {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .industries_grid .box_item {
    height: 375px;
  }
}
.industries_grid .box_item:hover .box_hover {
  opacity: 1;
  visibility: visible;
}
.industries_grid .box_item:hover .box_details {
  opacity: 0;
  visibility: hidden;
}
.industries_grid .box_details {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 1;
  visibility: visible;
  padding: 15px;
}
.industries_grid .box_details h4 {
  color: #ffffff;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industries_grid .box_hover {
  background: rgba(227, 6, 19, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.industries_grid .box_hover h4 {
  color: #ffffff;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0 0 20px !important;
}
.industries_grid .box_hover p {
  color: #ffffff;
  margin-bottom: 20px !important;
}
.industries_grid .box_hover .button_wrap {
  display: flex;
}

.loadMore_grid .hide-on-load.box_item {
  display: none;
}

.latest_news_carousel article {
  display: flex;
  height: 100%;
}
.latest_news_carousel .box_item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 2.659px 2.659px 13.297px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.latest_news_carousel .item_image {
  width: 100%;
  height: 348px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .latest_news_carousel .item_image {
    height: 259px;
  }
}
.latest_news_carousel .item_content {
  padding: 40px 50px 40px;
}
@media screen and (max-width: 767px) {
  .latest_news_carousel .item_content {
    padding: 40px 20px;
  }
}
.latest_news_carousel .item_content h5 {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest_news_carousel .item_content .post_excerpt {
  margin-bottom: 10px;
}
.latest_news_carousel .post_category {
  color: #E30613;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: 0.72px;
  margin-bottom: 10px;
}
.latest_news_carousel .button_wrap {
  margin-top: 10px;
}

.news_all_button {
  display: none;
}
@media screen and (max-width: 1080px) {
  .news_all_button {
    display: block;
  }
}

.latest_news_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest_news_nav .slick-dots {
  position: static;
}

@media screen and (max-width: 1080px) {
  .latest_news_dots {
    display: none;
  }
}

.testimonial_grid {
  padding-bottom: 150px;
  padding-top: 140px;
}
@media screen and (max-width: 1080px) {
  .testimonial_grid {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
.testimonial_grid.slick-slider {
  margin: 0 -20px !important;
}
.testimonial_grid .slick-dots {
  bottom: 20px;
}
.testimonial_grid .slick-slide {
  padding: 20px;
}
.testimonial_grid.small_testi_section {
  padding-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.testimonial_grid.small_testi_section.slick-dotted {
  padding-bottom: 50px;
}
.testimonial_grid.small_testi_section .testimonial_item {
  max-width: 100%;
}
.testimonial_grid.small_testi_section .testimonial_item .testi_image {
  height: auto;
}
@media screen and (max-width: 767px) {
  .testimonial_grid.small_testi_section .testimonial_item .testi_image {
    height: 260px;
  }
}

.testimonial_item {
  display: flex;
  gap: 10px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .testimonial_item {
    flex-direction: column;
  }
}
.testimonial_item .testi_image {
  width: 400px;
  height: 370px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .testimonial_item .testi_image {
    height: 260px;
    width: 100%;
  }
}
.testimonial_item .testimonial_content {
  width: 60%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .testimonial_item .testimonial_content {
    width: 100%;
    padding: 40px 30px 30px;
  }
}
.testimonial_item .testi_content {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 114% !important;
  color: #333;
}
.testimonial_item .testi_name {
  color: #4F4F4F;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 114% !important;
  margin: 0 !important;
}
.testimonial_item .testi_headline {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170% !important;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .events_section .col_55, .events_section .col_45 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .events_section .image_column {
    display: none;
  }
}

.events_widget {
  margin-top: 60px;
}
.events_widget .all_button {
  margin-top: 80px;
}
.events_widget .event_item {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #4F4F4F;
}
@media screen and (max-width: 767px) {
  .events_widget .event_item {
    flex-direction: column;
    gap: 30px;
  }
}
.events_widget .event_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.events_widget .event_date {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .events_widget .event_date {
    width: 100%;
    align-items: flex-start;
  }
}
.events_widget .event_day {
  color: #E0E0E0;
  font-size: 92px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 80px !important;
  margin: 0 !important;
}
.events_widget .event_month {
  color: #333;
  text-align: center;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px !important;
  letter-spacing: 0.03px;
  margin: 0 !important;
}
.events_widget .event_content {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .events_widget .event_content {
    width: 100%;
  }
}
.events_widget .event_content h4 {
  color: #333;
  font-size: 34px !important;
  font-style: normal;
  line-height: normal !important;
  text-transform: capitalize;
  margin-bottom: 24px !important;
}
.events_widget .event_excerpt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 24px !important;
}

.templatera_shortcode p:empty {
  display: none;
}

.vc_row#global_footer,
#global_footer {
  position: relative;
}
.vc_row#global_footer:before,
#global_footer:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vc_row#global_footer .footer_angle,
#global_footer .footer_angle {
  top: -2px;
  position: relative;
  margin-bottom: -2px;
}
.vc_row#global_footer h3,
#global_footer h3 {
  max-width: 800px;
  margin: 0 auto 20px;
}
.vc_row#global_footer .angle_main,
.vc_row#global_footer .angle_mobile,
#global_footer .angle_main,
#global_footer .angle_mobile {
  top: 0;
  bottom: auto;
}

.vc_row#newsletter_section,
#newsletter_section {
  background: linear-gradient(180deg, #E30613 -14.13%, #871015 115.22%);
  padding: 50px 0;
}
.vc_row#newsletter_section p:empty,
#newsletter_section p:empty {
  display: none;
}
@media screen and (max-width: 991px) {
  .vc_row#newsletter_section .container .wpb_column,
  #newsletter_section .container .wpb_column {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row#newsletter_section .container .form_col,
  #newsletter_section .container .form_col {
    margin-top: 30px;
  }
}
.vc_row#newsletter_section .container .form_col .wpb_wrapper,
#newsletter_section .container .form_col .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .vc_row#newsletter_section .container .form_col .wpb_wrapper,
  #newsletter_section .container .form_col .wpb_wrapper {
    align-items: flex-start;
  }
}
.vc_row#newsletter_section .container .form_col .wpb_wrapper p,
#newsletter_section .container .form_col .wpb_wrapper p {
  margin-bottom: 0 !important;
}
.vc_row#newsletter_section .container .form_col form,
#newsletter_section .container .form_col form {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .vc_row#newsletter_section h3,
  #newsletter_section h3 {
    font-size: 38px !important;
  }
}
.vc_row#newsletter_section .form_details,
#newsletter_section .form_details {
  margin-top: 20px;
}
.vc_row#newsletter_section .form_details *,
#newsletter_section .form_details * {
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: 0.14px;
}
.vc_row#newsletter_section .gform_wrapper .gform_fields,
#newsletter_section .gform_wrapper .gform_fields {
  grid-row-gap: 20px !important;
  grid-column-gap: 20px !important;
}
.vc_row#newsletter_section .gform-theme--foundation,
#newsletter_section .gform-theme--foundation {
  max-width: 600px;
  width: 100%;
}
.vc_row#newsletter_section .gform-theme--foundation .gfield input.large,
#newsletter_section .gform-theme--foundation .gfield input.large {
  border-radius: 200px !important;
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  height: 70px !important;
  padding: 10px 30px !important;
}
.vc_row#newsletter_section .gform-theme--foundation .validation_message,
#newsletter_section .gform-theme--foundation .validation_message {
  display: none;
}
.vc_row#newsletter_section .gform-theme--foundation input[aria-invalid=true],
#newsletter_section .gform-theme--foundation input[aria-invalid=true] {
  border: 1px solid red !important;
  color: #d8000c;
}
.vc_row#newsletter_section .gform-theme--foundation input[aria-invalid=true]::-moz-placeholder, #newsletter_section .gform-theme--foundation input[aria-invalid=true]::-moz-placeholder {
  color: #d8000c;
}
.vc_row#newsletter_section .gform-theme--foundation input[aria-invalid=true]::placeholder,
#newsletter_section .gform-theme--foundation input[aria-invalid=true]::placeholder {
  color: #d8000c;
}
.vc_row#newsletter_section .gform-theme--foundation .gform_footer,
#newsletter_section .gform-theme--foundation .gform_footer {
  position: absolute;
  right: 10px;
  top: 78%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: auto !important;
}
@media only screen and (min-width: 800px) and (min-height: 1280px) {
  .vc_row#newsletter_section .gform-theme--foundation .gform_footer,
  #newsletter_section .gform-theme--foundation .gform_footer {
    top: 78%;
  }
}
@media screen and (max-width: 767px) {
  .vc_row#newsletter_section .gform-theme--foundation .gform_footer,
  #newsletter_section .gform-theme--foundation .gform_footer {
    top: 86%;
  }
}
.vc_row#newsletter_section .gform-theme--foundation .gform_footer button,
#newsletter_section .gform-theme--foundation .gform_footer button {
  margin: 0 !important;
  text-indent: -999999px;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  background-color: rgba(227, 6, 19, 0.8);
}
.vc_row#newsletter_section .gform-theme--foundation .gform_footer button span,
#newsletter_section .gform-theme--foundation .gform_footer button span {
  display: none;
}
.vc_row#newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder,
#newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vc_row#newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder, #newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vc_row#newsletter_section .gform-theme--foundation .gform_body ::placeholder,
#newsletter_section .gform-theme--foundation .gform_body ::placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.vc_row#footer_newsletter_section .wpb_wrapper,
#footer_newsletter_section .wpb_wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.vc_row#footer_newsletter_section form,
#footer_newsletter_section form {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .vc_row#footer_newsletter_section h3,
  #footer_newsletter_section h3 {
    font-size: 38px !important;
  }
}
.vc_row#footer_newsletter_section .form_details,
#footer_newsletter_section .form_details {
  margin-top: 20px;
}
.vc_row#footer_newsletter_section .form_details *,
#footer_newsletter_section .form_details * {
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: 0.14px;
}
.vc_row#footer_newsletter_section .gform-theme--foundation,
#footer_newsletter_section .gform-theme--foundation {
  max-width: 340px;
  width: 100%;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gfield input[type=email].large,
#footer_newsletter_section .gform-theme--foundation .gfield input[type=email].large {
  border-radius: 200px !important;
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  height: 70px !important;
  padding: 10px 30px !important;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .validation_message,
#footer_newsletter_section .gform-theme--foundation .validation_message {
  display: none;
}
.vc_row#footer_newsletter_section .gform-theme--foundation input[aria-invalid=true],
#footer_newsletter_section .gform-theme--foundation input[aria-invalid=true] {
  border: 1px solid red !important;
  color: #d8000c;
}
.vc_row#footer_newsletter_section .gform-theme--foundation input[aria-invalid=true]::-moz-placeholder, #footer_newsletter_section .gform-theme--foundation input[aria-invalid=true]::-moz-placeholder {
  color: #d8000c;
}
.vc_row#footer_newsletter_section .gform-theme--foundation input[aria-invalid=true]::placeholder,
#footer_newsletter_section .gform-theme--foundation input[aria-invalid=true]::placeholder {
  color: #d8000c;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_footer,
#footer_newsletter_section .gform-theme--foundation .gform_footer {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  width: auto !important;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_footer button,
#footer_newsletter_section .gform-theme--foundation .gform_footer button {
  margin: 0 !important;
  text-indent: -999999px;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  background-color: rgba(227, 6, 19, 0.8);
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_footer button span,
#footer_newsletter_section .gform-theme--foundation .gform_footer button span {
  display: none;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder,
#footer_newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder, #footer_newsletter_section .gform-theme--foundation .gform_body ::-moz-placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vc_row#footer_newsletter_section .gform-theme--foundation .gform_body ::placeholder,
#footer_newsletter_section .gform-theme--foundation .gform_body ::placeholder {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.boxes_grid {
  grid-row-gap: 40px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .boxes_grid {
    grid-row-gap: 30px;
  }
}
.boxes_grid .box_item {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 2.659px 2.659px 13.297px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.boxes_grid .box_image {
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 991px) {
  .boxes_grid .box_image {
    height: 200px;
  }
}
.boxes_grid .box_logo {
  margin-bottom: 24px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .boxes_grid .box_logo {
    min-height: auto;
  }
}
.boxes_grid .box_logo img {
  width: 100%;
  max-width: 180px;
}
.boxes_grid .box_details {
  padding: 60px 30px 30px;
}
@media screen and (max-width: 991px) {
  .boxes_grid .box_details {
    padding: 40px 20px 20px;
  }
}
.boxes_grid .box_details h5, .boxes_grid .box_details p {
  margin-bottom: 24px !important;
}
.boxes_grid.related_posts .box_details h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchform {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.searchform .nav-search {
  width: 100%;
  padding: 0 20px;
}
.searchform .nav_icon {
  display: none;
}
.searchform .global_icon {
  display: flex;
}
.searchform form {
  background: #ffffff;
  display: flex;
  position: relative;
  border: 1px solid #4F4F4F;
  border-radius: 200px;
  overflow: hidden;
  padding: 10px 10px 10px 30px !important;
  max-width: 500px;
  justify-content: space-between;
  margin: 0 auto;
}
.searchform input[type=search].search-input {
  border: 0 !important;
  background: #ffffff !important;
  padding: 0 !important;
  margin: 0 auto !important;
  height: 50px !important;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .searchform input[type=search].search-input {
    width: auto;
  }
}
.searchform input[type=search].search-input:focus {
  outline: none;
}
.searchform .submit-btn {
  border-radius: 200px;
  background: rgba(227, 6, 19, 0.8);
  width: 50px;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchform .submit-btn svg {
  width: 20px;
  height: 20px;
}
.searchform.mobile_search {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .searchform.mobile_search {
    display: block !important;
    padding: 10px 0 !important;
  }
}
.searchform.mobile_search form {
  padding: 0 0 0 20px !important;
}
.searchform.mobile_search .nav_icon {
  display: flex;
}
.searchform.mobile_search .global_icon {
  display: none;
}
.searchform.mobile_search input[type=search] {
  font-size: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
.searchform.mobile_search .submit-btn {
  background: transparent !important;
}

.nav-search-form .nav_icon {
  display: none;
}
.nav-search-form .global_icon {
  display: flex;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-panel .vc_tta-panel-body {
  transform: none !important;
  transition: none !important;
  animation: fadein 1s;
}

@media screen and (max-width: 1080px) {
  #our-locations .vc_tta-container {
    padding: 0 25px;
  }
}

.horizontal_tabs .vc_tta.vc_general {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .horizontal_tabs.container {
    padding: 0 !important;
  }
}
.horizontal_tabs .vc_tta-tabs-container {
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  overflow: hidden;
}
.horizontal_tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  border-radius: 200px;
}
.horizontal_tabs .vc_tta-container {
  margin: 0 !important;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .horizontal_tabs .vc_tta-container {
    padding: 0;
  }
}
.horizontal_tabs .vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important;
}
.horizontal_tabs .vc_tta-tabs .vc_tta-panel-body {
  border-radius: 0 !important;
  position: relative;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 64px 10px 0 !important;
  margin-top: 0;
}
.horizontal_tabs .vc_tta-tabs .modal {
  height: 100%;
  overflow: hidden;
}
.horizontal_tabs .vc_tta-tabs .vc_tta-tabs-list {
  text-align: center;
  margin-top: 0 !important;
  display: inline-flex !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .horizontal_tabs .vc_tta-tabs .vc_tta-tabs-list {
    flex-wrap: wrap;
  }
}
.horizontal_tabs .vc_tta-tabs .vc_tta-tab {
  overflow: hidden;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .horizontal_tabs .vc_tta-tabs .vc_tta-tab {
    margin: 0 auto !important;
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
}
.horizontal_tabs .vc_tta-tabs .vc_tta-tab a {
  background: rgba(227, 6, 19, 0.2) !important;
  border-radius: 0px 200px 200px 0px;
  cursor: pointer !important;
  color: #fff !important;
  padding: 20px 30px !important;
  font-family: "Poppins", serif;
  text-transform: capitalize;
  transition: background-color 475ms ease !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  min-width: 115px;
  height: 100%;
  align-items: center;
  display: flex !important;
}
@media screen and (max-width: 1080px) {
  .horizontal_tabs .vc_tta-tabs .vc_tta-tab a {
    min-width: auto;
  }
}
.horizontal_tabs .vc_tta-tabs .vc_tta-tab a:hover {
  background: #ffffff !important;
  color: #E30613 !important;
}
.horizontal_tabs .vc_tta-tabs .vc_tta-tab.vc_active > a {
  background: #ffffff !important;
  color: #E30613 !important;
}

@media screen and (max-width: 767px) {
  .horizontal_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: none !important;
    width: 100% !important;
  }
  .horizontal_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container.show {
    display: block !important;
    position: absolute;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    top: 0;
    left: 0;
  }
  .horizontal_tabs .vc_tta-panel-heading {
    display: none !important;
  }
  .horizontal_tabs .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 0 !important;
  }
  .horizontal_tabs .vc_tta.vc_general .vc_tta-panel-body {
    border: 0 !important;
    background: transparent !important;
  }
  .horizontal_tabs .vc_tta.vc_general .vc_tta-tabs-list {
    padding: 0 !important;
    width: 100%;
  }
  .horizontal_tabs .vc_tta-tabs .vc_tta-tab > a {
    opacity: 1;
    font-family: "Days One", sans-serif;
    background: transparent !important;
    color: #000 !important;
    padding: 18px 20px !important;
  }
  .horizontal_tabs .vc_tta-tabs .vc_tta-tab.vc_active > a {
    background: transparent !important;
    color: #000 !important;
  }
  .horizontal_tabs .vc_tta-panel-body {
    padding: 30px 10px !important;
  }
}
.vc_row.vertical_tabs,
.vertical_tabs {
  position: relative;
  background: linear-gradient(4deg, #000 -35.94%, #666 260.54%);
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs,
  .vertical_tabs {
    padding: 0;
  }
}
.vc_row.vertical_tabs .vc_tta.vc_general,
.vertical_tabs .vc_tta.vc_general {
  align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta.vc_general,
  .vertical_tabs .vc_tta.vc_general {
    display: block;
  }
}
.vc_row.vertical_tabs .vc_tta-tabs-list,
.vertical_tabs .vc_tta-tabs-list {
  margin: 0 !important;
  overflow: visible !important;
}
.vc_row.vertical_tabs .vc_tta-tabs-container,
.vertical_tabs .vc_tta-tabs-container {
  width: 31%;
  overflow: visible !important;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta-tabs-container,
  .vertical_tabs .vc_tta-tabs-container {
    width: 100%;
  }
}
.vc_row.vertical_tabs .vc_tta-panels-container,
.vertical_tabs .vc_tta-panels-container {
  width: 69%;
}
@media screen and (max-width: 1080px) {
  .vc_row.vertical_tabs .vc_tta-panels-container,
  .vertical_tabs .vc_tta-panels-container {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta-panels-container,
  .vertical_tabs .vc_tta-panels-container {
    width: 100%;
  }
}
.vc_row.vertical_tabs .vc_tta-panels,
.vertical_tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body,
.vertical_tabs .vc_tta-panel-body {
  padding: 0 0 0 130px !important;
  background: transparent !important;
  border: 0 !important;
  max-width: 600px;
}
@media screen and (max-width: 1080px) {
  .vc_row.vertical_tabs .vc_tta-panel-body,
  .vertical_tabs .vc_tta-panel-body {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta-panel-body,
  .vertical_tabs .vc_tta-panel-body {
    padding: 30px 0 !important;
  }
}
.vc_row.vertical_tabs .vc_tta-panel-body *:not([class^=button-]):not([class^=button-] *),
.vertical_tabs .vc_tta-panel-body *:not([class^=button-]):not([class^=button-] *) {
  color: #ffffff !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body .gmnoprint .gm-style-mtc button,
.vertical_tabs .vc_tta-panel-body .gmnoprint .gm-style-mtc button {
  color: rgb(86, 86, 86) !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body .gm-style-iw .gm-style-iw-d *,
.vertical_tabs .vc_tta-panel-body .gm-style-iw .gm-style-iw-d * {
  color: rgb(86, 86, 86) !important;
  margin-bottom: 10px !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body h4,
.vertical_tabs .vc_tta-panel-body h4 {
  font-size: 34px !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body h5,
.vertical_tabs .vc_tta-panel-body h5 {
  font-size: 18px !important;
  line-height: 114% !important;
}
.vc_row.vertical_tabs .vc_tta-panel-body p, .vc_row.vertical_tabs .vc_tta-panel-body ul li, .vc_row.vertical_tabs .vc_tta-panel-body ol li,
.vertical_tabs .vc_tta-panel-body p,
.vertical_tabs .vc_tta-panel-body ul li,
.vertical_tabs .vc_tta-panel-body ol li {
  line-height: 170% !important;
}
.vc_row.vertical_tabs #downloads .vc_tta-panel-body p,
.vertical_tabs #downloads .vc_tta-panel-body p {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.vc_row.vertical_tabs #downloads .vc_tta-panel-body .vc_row .wpb_text_column:last-child p,
.vertical_tabs #downloads .vc_tta-panel-body .vc_row .wpb_text_column:last-child p {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.vc_row.vertical_tabs .vc_tta-tab,
.vertical_tabs .vc_tta-tab {
  overflow: visible !important;
  width: 100%;
  margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta-tab,
  .vertical_tabs .vc_tta-tab {
    margin: 0 auto !important;
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
}
.vc_row.vertical_tabs .vc_tta-tab a,
.vertical_tabs .vc_tta-tab a {
  background: transparent !important;
  border-radius: 50px 0px 0px 50px !important;
  cursor: pointer !important;
  padding: 13px 20px 13px 0 !important;
  font-family: "Poppins", serif;
  text-transform: capitalize;
  transition: all 300ms !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: normal !important;
  color: #ffffff !important;
  align-items: center;
  border: 0 !important;
  display: flex !important;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .vc_row.vertical_tabs .vc_tta-tab a,
  .vertical_tabs .vc_tta-tab a {
    padding: 18px 20px !important;
    font-size: 18px !important;
    justify-content: center;
    text-align: center;
  }
}
.vc_row.vertical_tabs .vc_tta-tab a small,
.vertical_tabs .vc_tta-tab a small {
  color: #828282;
  display: block;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 170% !important;
  color: #828282 !important;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  display: none;
}
.vc_row.vertical_tabs .vc_tta-tab a:hover,
.vertical_tabs .vc_tta-tab a:hover {
  background: rgba(227, 6, 19, 0.2) !important;
}
.vc_row.vertical_tabs .vc_tta-tab a:before, .vc_row.vertical_tabs .vc_tta-tab a:after,
.vertical_tabs .vc_tta-tab a:before,
.vertical_tabs .vc_tta-tab a:after {
  display: none !important;
}
.vc_row.vertical_tabs .vc_tta-tab.vc_active,
.vertical_tabs .vc_tta-tab.vc_active {
  position: relative;
}
.vc_row.vertical_tabs .vc_tta-tab.vc_active > a,
.vertical_tabs .vc_tta-tab.vc_active > a {
  background: rgba(227, 6, 19, 0.2) !important;
  position: relative;
}
.vc_row.vertical_tabs .vc_tta-tab.vc_active > a small,
.vertical_tabs .vc_tta-tab.vc_active > a small {
  display: block;
}
@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta-tab.vc_active > a small,
  .vertical_tabs .vc_tta-tab.vc_active > a small {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vc_row.vertical_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
  .vertical_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    width: 90% !important;
  }
  .vc_row.vertical_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container.show,
  .vertical_tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container.show {
    display: block !important;
    position: absolute;
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .vc_row.vertical_tabs .vc_tta-panel-heading,
  .vertical_tabs .vc_tta-panel-heading {
    display: none !important;
  }
  .vc_row.vertical_tabs .vc_tta.vc_general .vc_tta-panel,
  .vertical_tabs .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 0 !important;
  }
  .vc_row.vertical_tabs .vc_tta.vc_general .vc_tta-panel-body,
  .vertical_tabs .vc_tta.vc_general .vc_tta-panel-body {
    border: 0 !important;
    background: transparent !important;
  }
  .vc_row.vertical_tabs .vc_tta-tab,
  .vertical_tabs .vc_tta-tab {
    border-bottom: 0 !important;
    border-top: 0 !important;
  }
  .vc_row.vertical_tabs .vc_tta-tab.vc_active a,
  .vertical_tabs .vc_tta-tab.vc_active a {
    background: transparent !important;
  }
  .vc_row.vertical_tabs .vc_tta-tab > a,
  .vertical_tabs .vc_tta-tab > a {
    font-size: 16px !important;
    line-height: 120% !important;
    font-weight: 500 !important;
    opacity: 1;
    color: #000 !important;
    justify-content: flex-start;
    text-align: left;
    font-family: "Poppins", serif;
  }
  .vc_row.vertical_tabs .vc_tta-tab.vc_active > a,
  .vertical_tabs .vc_tta-tab.vc_active > a {
    opacity: 1;
    border-radius: 0 !important;
  }
}

.mobile_tab_menu {
  display: none;
  position: relative;
  background: #ffffff;
  border: 1px solid #4F4F4F;
  padding: 13px 25px;
  font-size: 16px !important;
  line-height: 170% !important;
  font-weight: 500;
  color: #4F4F4F;
  margin-bottom: 0 !important;
  border-radius: 200px;
  font-family: "Poppins", serif;
  width: 90%;
  margin: 0 auto;
}
.mobile_tab_menu:after {
  display: inline-block !important;
  content: "" !important;
  right: 20px;
  top: 20px;
  transition: all ease-in-out 0.15s;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #E30613;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mobile_tab_menu {
    display: block;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  gap: 5px;
}

.breadcrumbs a, .breadcrumbs span, .breadcrumbs .bc_separator {
  color: #828282;
  font-family: "Poppins", serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  letter-spacing: 0.14px;
}
.breadcrumbs span {
  color: #E30613;
  font-weight: 700;
}
.breadcrumbs a:visited {
  color: #828282;
}
.breadcrumbs a:hover {
  color: #E30613;
}

.product_category_content .vc_column-inner {
  padding-right: 100px !important;
}
@media screen and (max-width: 1080px) {
  .product_category_content .vc_column-inner {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .product_category_content .vc_column-inner {
    padding-right: 0 !important;
  }
}

.default_boxes.custom_boxes_flex {
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .default_boxes.custom_boxes_flex {
    padding: 0;
  }
}

#main_product_grid {
  grid-row-gap: 40px;
  grid-column-gap: 30px;
  justify-content: flex-start;
}
#main_product_grid .box_item {
  border-radius: 12px;
  border: 1px solid #BDBDBD;
  background: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  #main_product_grid .box_item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main_product_grid .box_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#main_product_grid .box_image {
  width: 100%;
  height: 225px;
  margin-bottom: 40px;
}
#main_product_grid .box_details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#main_product_grid .box_details p {
  margin-bottom: 0 !important;
}
#main_product_grid .box_details h5 {
  font-size: 22px !important;
  font-weight: 600;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main_product_grid .box_details .product_title_separator {
  height: 1px;
  width: 100%;
  background: #000;
}
#main_product_grid .box_details [class*=button-] {
  width: 100%;
}

.product-specifications-table {
  width: 100%;
  margin: 0;
}
.product-specifications-table.product_table {
  margin-bottom: 50px;
  margin-top: 20px !important;
}
.product-specifications-table.product_table .table-title {
  margin-bottom: 0 !important;
}
.product-specifications-table td,
.product-specifications-table th {
  border: 0;
}
.product-specifications-table td {
  padding: 20px 7px;
}
.product-specifications-table .title, .product-specifications-table .value {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 170% !important;
  opacity: 0.5;
}
.product-specifications-table .title {
  text-align: left;
  white-space: nowrap;
}
.product-specifications-table .value {
  text-align: right;
}
.product-specifications-table .odd-row {
  background-color: #F2F2F2;
}
.product-specifications-table .even-row {
  background-color: #ffffff;
}
.product-specifications-table.light_table {
  margin-top: 40px;
  border-top: 1px solid #E30613;
}
.product-specifications-table.light_table td {
  padding: 20px 30px;
}
@media screen and (max-width: 991px) {
  .product-specifications-table.light_table td {
    padding: 15px 10px;
  }
}
.product-specifications-table.light_table .odd-row {
  background: rgba(227, 6, 19, 0.2);
}
.product-specifications-table.light_table .even-row {
  background-color: transparent;
}
.product-specifications-table.light_table .title {
  font-weight: 700;
}
.product-specifications-table.light_table .value {
  font-weight: 400;
}
.product-specifications-table.light_table .title, .product-specifications-table.light_table .value {
  color: #f2f2f2;
  opacity: 1;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  font-style: normal;
  line-height: 170% !important;
}

@media screen and (min-width: 768px) {
  .product_tab_section.vertical_tabs .vc_tta.vc_general {
    flex-direction: column;
  }
  .product_tab_section.vertical_tabs .vc_tta-tabs-container {
    width: 100%;
    border-right: 0;
    margin-bottom: 60px !important;
  }
  .product_tab_section.vertical_tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex;
    border-radius: 100px;
    overflow: hidden !important;
  }
  .product_tab_section.vertical_tabs .vc_tta-tabs-container .vc_tta-tab {
    margin: 0 !important;
  }
  .product_tab_section.vertical_tabs .vc_tta-tabs-container .vc_tta-tab a {
    justify-content: center;
    background: rgb(255, 255, 255) !important;
    border-radius: 0 !important;
    color: var(--primary-color) !important;
    padding: 20px 10px !important;
    height: 100%;
    font-weight: 500;
  }
  .product_tab_section.vertical_tabs .vc_tta-panels-container {
    width: 100%;
  }
  .product_tab_section.vertical_tabs .vc_tta-panel-body {
    max-width: 100%;
    padding: 0 !important;
  }
}
.product_tab_section .vc_tta-panel-body {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.product_tab_section .vc_tta-panel-body::-webkit-scrollbar {
  height: 8px;
}
.product_tab_section .vc_tta-panel-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product_tab_section .vc_tta-panel-body::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.product_tab_section .vc_tta-panel-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product_tab_section #specifications table {
  border-top: 1px solid #E30613;
  margin-top: 40px;
  min-width: 1200px;
}
@media screen and (max-width: 1080px) {
  .product_tab_section #specifications table {
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.product_tab_section #specifications table tr:nth-child(even) {
  background: #ffffff;
}
.product_tab_section #specifications table tr:nth-child(even) td {
  color: #333333 !important;
}
.product_tab_section #specifications table td {
  border: 0;
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  font-style: normal;
  line-height: 170% !important;
  padding: 20px 10px;
}

body.single-products #global_footer {
  display: none;
}

.product_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .product_top h1 {
    font-size: 34px !important;
  }
}

.product_content {
  width: 47% !important;
}
@media screen and (max-width: 991px) {
  .product_content {
    width: 100% !important;
  }
}
.product_content .vc_column-inner {
  padding-left: 60px !important;
}
@media screen and (max-width: 1080px) {
  .product_content .vc_column-inner {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .product_content .vc_column-inner {
    padding: 0 !important;
  }
}

.product_gallery {
  width: 53% !important;
}
@media screen and (max-width: 991px) {
  .product_gallery {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product_gallery .vc_column-inner {
    padding: 0 !important;
  }
}

#product-media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #product-media {
    flex-wrap: wrap;
    flex-direction: column;
    display: block;
  }
}
#product-media .slider-for {
  flex: 1;
  max-width: 77%;
}
@media screen and (max-width: 1080px) {
  #product-media .slider-for {
    width: 100%;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #product-media .slider-for {
    width: 100%;
    max-width: 100%;
  }
}
#product-media .slider-for .slider-item img, #product-media .slider-for .slider-item video {
  width: 100%;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  #product-media .slider-for .slider-item img, #product-media .slider-for .slider-item video {
    height: 250px;
  }
}
#product-media .slider-nav {
  max-width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #product-media .slider-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #product-media .slider-nav {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #product-media .slider-nav .slick-slide {
    margin: 0 5px;
  }
}
#product-media .slider-nav .nav-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #product-media .slider-nav .nav-item {
    margin-bottom: 0;
  }
}
#product-media .slider-nav .nav-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #product-media .slider-nav .nav-item img {
    width: 100%;
    height: 90px;
  }
}
#product-media .media_video_icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#product-media .slick-slide {
  outline: none;
}
#product-media .slick-current {
  opacity: 1;
}
#product-media .slick-slide img {
  opacity: 0.7;
  transition: opacity 0.3s;
}
#product-media .slick-slide.slick-current img {
  opacity: 1;
}

.featured_carousel.slick-slider,
.related_products.slick-slider,
.related_services.slick-slider,
.related_posts.slick-slider,
.carousel_boxes.slick-slider,
.latest_news_carousel.slick-slider {
  margin: 30px -15px 0 !important;
}
.featured_carousel .slick-list,
.related_products .slick-list,
.related_services .slick-list,
.related_posts .slick-list,
.carousel_boxes .slick-list,
.latest_news_carousel .slick-list {
  padding-bottom: 40px;
}
.featured_carousel .slick-slide,
.related_products .slick-slide,
.related_services .slick-slide,
.related_posts .slick-slide,
.carousel_boxes .slick-slide,
.latest_news_carousel .slick-slide {
  display: flex;
  align-items: stretch; /* Stretch slides to be the same height */
  margin: 0 15px; /* Add Spacing between Slides*/
}
.featured_carousel .slick-slide > div,
.featured_carousel .slick-slide > div .box_item,
.related_products .slick-slide > div,
.related_products .slick-slide > div .box_item,
.related_services .slick-slide > div,
.related_services .slick-slide > div .box_item,
.related_posts .slick-slide > div,
.related_posts .slick-slide > div .box_item,
.carousel_boxes .slick-slide > div,
.carousel_boxes .slick-slide > div .box_item,
.latest_news_carousel .slick-slide > div,
.latest_news_carousel .slick-slide > div .box_item {
  flex: 1; /* Ensures that the content inside each slide stretches to full height */
}
.featured_carousel .box_item,
.related_products .box_item,
.related_services .box_item,
.related_posts .box_item,
.carousel_boxes .box_item,
.latest_news_carousel .box_item {
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .featured_carousel .box_item,
  .related_products .box_item,
  .related_services .box_item,
  .related_posts .box_item,
  .carousel_boxes .box_item,
  .latest_news_carousel .box_item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.featured_carousel_nav,
.related_products_nav,
.related_services_nav,
.related_posts_nav,
.case_study_gallery_nav,
.carousel_boxes_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .featured_carousel_nav,
  .related_products_nav,
  .related_services_nav,
  .related_posts_nav,
  .case_study_gallery_nav,
  .carousel_boxes_nav {
    justify-content: center;
  }
}
.featured_carousel_nav .slick-dots,
.related_products_nav .slick-dots,
.related_services_nav .slick-dots,
.related_posts_nav .slick-dots,
.case_study_gallery_nav .slick-dots,
.carousel_boxes_nav .slick-dots {
  position: static;
}

@media screen and (max-width: 991px) {
  .featured_carousel_dots,
  .related_products_dots,
  .related_services_dots,
  .related_posts_dots,
  .case_study_gallery_dots,
  .carousel_boxes_dots {
    display: none;
  }
}

.featured_carousel_arrows,
.related_products_arrows,
.related_services_arrows,
.related_posts_arrows,
.case_study_gallery_arrows,
.carousel_boxes_arrows,
.latest_news_arrows {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px;
}
.featured_carousel_arrows button,
.related_products_arrows button,
.related_services_arrows button,
.related_posts_arrows button,
.case_study_gallery_arrows button,
.carousel_boxes_arrows button,
.latest_news_arrows button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #E30613;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_carousel_arrows button.slide-prev,
.related_products_arrows button.slide-prev,
.related_services_arrows button.slide-prev,
.related_posts_arrows button.slide-prev,
.case_study_gallery_arrows button.slide-prev,
.carousel_boxes_arrows button.slide-prev,
.latest_news_arrows button.slide-prev {
  opacity: 0.5;
}
.featured_carousel_arrows button.slide-prev:hover,
.related_products_arrows button.slide-prev:hover,
.related_services_arrows button.slide-prev:hover,
.related_posts_arrows button.slide-prev:hover,
.case_study_gallery_arrows button.slide-prev:hover,
.carousel_boxes_arrows button.slide-prev:hover,
.latest_news_arrows button.slide-prev:hover {
  opacity: 1;
}

#product_photos .box_item {
  height: 375px;
  width: 100%;
  display: grid;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#product_photos .box_item img {
  width: 100%;
}
#product_photos .product-title {
  color: #fff;
  margin-top: 10px !important;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}
#product_photos .product-title h4 {
  color: #ffffff;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 26px !important;
  text-transform: capitalize;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photos_modal .modal-dialog {
  padding-bottom: 0;
}
.photos_modal .modal-body {
  position: relative;
  padding: 10px 30px;
}
@media screen and (max-width: 1080px) {
  .photos_modal .modal-body {
    padding: 50px 50px;
  }
}
.photos_modal .modal_content {
  text-align: center;
}
.photos_modal .modal_content h4 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.photos_modal .modal_content img {
  max-width: 600px;
  width: 100%;
}
.photos_modal button {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.photos_modal .btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.photos_modal .btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.photos_modal .button_wrap {
  justify-content: center;
  margin-top: 5px;
}
.photos_modal .button-link-arrow {
  color: #ffffff;
}
.photos_modal .button-link-arrow svg path {
  fill: #ffffff;
}

#product_videos {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
}
@media screen and (max-width: 1080px) {
  #product_videos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #product_videos {
    margin: 0 -30px;
  }
}
#product_videos .box_item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #product_videos .box_item {
    flex: 0 0 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
#product_videos .box_item a {
  display: flex;
  height: 416px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #product_videos .box_item a {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  #product_videos .box_item a {
    height: 181px;
  }
}
#product_videos .box_item a:hover img {
  transform: scale(1.2);
}
#product_videos .box_item h6 {
  margin-top: 15px;
  color: #ffffff;
}
#product_videos .box_item .item_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#product_videos .box_item .item_image:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#product_videos .box_item img {
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#product_videos .box_item .media_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

.resources_grid .box_details {
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  .resources_grid .box_details {
    padding: 30px 20px;
  }
}

.post_category {
  color: #E30613;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: 0.72px;
  margin-bottom: 10px;
}

.featured-post .content_column {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .featured-post .content_column {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featured-post .content_column {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.featured-post h3 {
  font-size: 34px !important;
  line-height: normal;
}
@media screen and (max-width: 1080px) {
  .featured-post h3 {
    font-size: 22px !important;
  }
}
.featured-post .item_content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .featured-post .item_content {
    width: 100%;
  }
}
.featured-post .item_image {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .featured-post .item_image {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .featured-post .item_image {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: -10px 10px 0px 0px #E30613;
  }
}
.featured-post .item_image.no_shadow {
  box-shadow: none;
}

.timeline_nav_wrap {
  position: relative;
}
.timeline_nav_wrap .timeline-slide-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .timeline_nav_wrap .timeline-slide-prev {
    top: 35%;
  }
}
.timeline_nav_wrap .timeline-slide-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .timeline_nav_wrap .timeline-slide-next {
    top: 35%;
  }
}
.timeline_nav_wrap button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #E30613;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.timeline_nav_wrap button.slide-prev {
  opacity: 0.5;
}
.timeline_nav_wrap button.slide-prev:hover {
  opacity: 1;
}

.history_item {
  display: flex !important;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .history_item {
    flex-direction: column;
    gap: 10px;
  }
}
.history_item .history_image {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .history_item .history_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.history_item .history_details {
  flex: 1 1 45%;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .history_item .history_details {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.history_item .history_details .history_date {
  border-radius: 50px;
  background: #E30613;
  padding: 10px 40px;
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
}
.history_item .history_details h5 {
  font-size: 34px !important;
  color: #3D3834;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 15px 0 !important;
}
.history_item .history_details p {
  font-size: 18px !important;
  line-height: 30px !important;
}
.history_item .history_details p:last-child {
  margin-bottom: 0 !important;
}

.timeline-carousel-nav_box {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .timeline-carousel-nav_box {
    max-width: 60%;
    margin: 0 auto;
  }
}

.timeline-carousel-nav_box:before,
.timeline-carousel-nav_box:after {
  content: "";
  height: 110px;
  width: 13%;
  margin: 0 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .timeline-carousel-nav_box:before,
  .timeline-carousel-nav_box:after {
    display: none;
  }
}

.timeline-carousel-nav_box:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f4f4f4", endColorstr="#f4f4f4",GradientType=1 );
  right: 0;
}

.timeline-carousel-nav_box:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f4f4", endColorstr="#00f4f4f4",GradientType=1 );
  left: 0;
}

.timeline-carousel-nav_list {
  position: relative;
  margin: 0 !important;
}

.timeline-carousel-nav_list:after {
  content: "";
  height: 3px;
  background-color: #E0E0E0;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  z-index: -1;
}

.timeline-carousel-nav_item {
  display: inline-block;
  line-height: 1;
  width: 100px !important;
  padding: 80px 50px 0;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.timeline-carousel-nav_item span {
  left: 20px;
  position: relative;
  font-size: 18px;
  font-family: "Poppins", serif !important;
  color: #3D3834;
  top: -20px;
  font-weight: 600;
}

.timeline-carousel-nav_item:before {
  content: "";
  height: 15px;
  width: 15px;
  margin: 0 auto;
  background-color: #E0E0E0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.timeline-carousel-nav_item:after {
  content: "";
  height: 0;
  width: 3px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #050052;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: all 0.3sease;
}

.timeline-carousel_nav .slick-slide.slick-current .timeline-carousel-nav_item {
  margin: 0;
}
.timeline-carousel_nav .slick-slide.slick-current .timeline-carousel-nav_item span {
  top: -50px;
  color: #10069F;
}
.timeline-carousel_nav .slick-slide.slick-current .timeline-carousel-nav_item:before {
  height: 20px;
  width: 20px;
  background-color: #050052;
  bottom: 0;
}
.timeline-carousel_nav .slick-slide.slick-current .timeline-carousel-nav_item:after {
  height: 25px;
}

.image_video_popup {
  position: relative;
  max-width: 625px;
  display: flex;
}
.image_video_popup img {
  width: 625px;
  height: 625px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_video_popup .media_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.members_grid #viewMore {
  margin-top: 30px;
}
.members_grid .box_item {
  height: 375px;
  width: 375px;
  display: grid;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: background-size 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: background-size;
}
@media screen and (max-width: 1080px) {
  .members_grid .box_item {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .members_grid .box_item {
    height: 375px;
  }
}
.members_grid .box_details {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px;
}
.members_grid .box_details h4 {
  color: #ffffff;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0 !important;
}
.members_grid .box_details h5 {
  color: #ffffff;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0 !important;
}

.industries_grid .hide-on-load {
  display: none;
}

#videos_grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  margin: 0 -30px;
}
@media screen and (max-width: 1080px) {
  #videos_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 -15px;
  }
}
#videos_grid .box_item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #videos_grid .box_item {
    flex: 0 0 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
#videos_grid .box_item a {
  display: flex;
  height: 416px;
}
@media screen and (max-width: 1080px) {
  #videos_grid .box_item a {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  #videos_grid .box_item a {
    height: 181px;
  }
}
#videos_grid .box_item a:hover img {
  transform: scale(1.2);
}
#videos_grid .box_item .item_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#videos_grid .box_item .item_image:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#videos_grid .box_item img {
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#videos_grid .box_item .media_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

/*Pagenavi*/
#pagenav {
  margin: 80px 0 100px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pagenav {
    margin: 50px 0 !important;
  }
}
#pagenav .wp-pagenavi {
  margin: 0 auto;
  font-family: "Poppins", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagenav a,
#pagenav span {
  border: 0;
  border-radius: 100% !important;
  color: #E30613;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 114%;
  font-family: "Poppins", serif;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagenav a.nextpostslink, #pagenav a.previouspostslink,
#pagenav span.nextpostslink,
#pagenav span.previouspostslink {
  border-color: #E30613;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #pagenav a.nextpostslink, #pagenav a.previouspostslink,
  #pagenav span.nextpostslink,
  #pagenav span.previouspostslink {
    height: 36px;
    width: 36px;
  }
}
#pagenav a.nextpostslink:before, #pagenav a.nextpostslink:after, #pagenav a.previouspostslink:before, #pagenav a.previouspostslink:after,
#pagenav span.nextpostslink:before,
#pagenav span.nextpostslink:after,
#pagenav span.previouspostslink:before,
#pagenav span.previouspostslink:after {
  display: none;
}
#pagenav a.nextpostslink svg path, #pagenav a.previouspostslink svg path,
#pagenav span.nextpostslink svg path,
#pagenav span.previouspostslink svg path {
  fill: #E30613;
}
#pagenav a:hover,
#pagenav span.current {
  font-weight: 700;
}

.events_grid .month-section h3 {
  font-size: 34px !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .events_grid .month-section h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }
}
.events_grid .month-section {
  margin-bottom: 60px;
}
.events_grid .event_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #4F4F4F;
}
@media screen and (max-width: 767px) {
  .events_grid .event_item {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.events_grid .event_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.events_grid .event_image {
  width: 225px;
  height: 191px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .events_grid .event_image {
    width: 100%;
    max-width: 100%;
    height: 250px;
  }
}
.events_grid .event_details {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .events_grid .event_details {
    width: 100%;
  }
}
.events_grid .event_details p.event_date {
  color: #828282;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 114% !important;
  letter-spacing: 0.72px;
  margin-bottom: 15px !important;
}
.events_grid .event_details h4 {
  margin-bottom: 15px !important;
}
.events_grid .event_details p.event_excerpt {
  margin-bottom: 24px !important;
}

#ajax-results.loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.events-template .hero_section .vc_column-inner {
  padding: 0 !important;
}

.contact-template .vertical_tabs .vc_column-inner {
  padding: 0 !important;
}
.searchandfilter input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  font-family: "Poppins", serif;
}
.searchandfilter input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  font-family: "Poppins", serif;
}
.searchandfilter input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  font-family: "Poppins", serif;
}
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #E30613;
}
@media screen and (max-width: 991px) {
  .searchandfilter .chosen-container-active.chosen-with-drop .chosen-drop {
    display: block;
  }
}
.searchandfilter .chosen-container-active .chosen-single {
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #E30613;
}
.searchandfilter .chosen-single {
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #67666B;
  font-family: "Days One", sans-serif;
  background: #F7F7F2 !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0 !important;
  padding-right: 30px;
  padding-left: 18px;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}
@media screen and (max-width: 991px) {
  .searchandfilter .chosen-single {
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .searchandfilter .chosen-single {
    padding-left: 10px;
  }
}
.searchandfilter .chosen-single div b {
  position: relative;
  background: transparent !important;
}
.searchandfilter .chosen-single div b:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #67666B;
  border-radius: 3px;
  z-index: 1;
}
.searchandfilter .chosen-single:focus, .searchandfilter .chosen-single:hover {
  box-shadow: none;
}
.searchandfilter .chosen-search {
  display: none !important;
}
.searchandfilter .chosen-drop {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
  padding: 0;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 991px) {
  .searchandfilter .chosen-drop {
    display: none;
    position: static;
    border: 0;
  }
}
.searchandfilter .chosen-drop ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0;
  max-height: inherit !important;
  width: 100%;
}
.searchandfilter .chosen-drop ul li {
  font-family: "Days One", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #67666B;
  padding: 10px 17px;
  cursor: pointer;
  display: block !important;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 991px) {
  .searchandfilter .chosen-drop ul li:first-child {
    border-top: 1px solid #E5E5E5;
  }
  .searchandfilter .chosen-drop ul li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .searchandfilter .chosen-drop ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #E30613;
  }
}
.searchandfilter .chosen-drop ul li.sf-option-active, .searchandfilter .chosen-drop ul li:hover {
  color: #E30613;
  background: transparent;
}
.searchandfilter .chosen-drop ul li.result-selected {
  display: none !important;
}

.searchfilter_noresults {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.result_reset {
  text-align: center;
  padding-bottom: 100px;
  margin-top: 30px;
}

.active_filters {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .active_filters {
    width: 100%;
  }
}
.active_filters .inner_filter {
  display: flex;
  justify-content: flex-start;
  border-radius: 30px;
  background: #F6F9FC;
  padding: 10px 30px;
}
.active_filters p {
  margin: 0 !important;
  font-weight: 500;
  color: #666;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0 !important;
  border-right: 1px solid #666;
  padding-right: 5px;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .active_filters p {
    font-size: 12px !important;
  }
}
.active_filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.active_filters ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #5B6AC5;
}
.active_filters ul li:last-child {
  border-right: 0;
}
.active_filters ul li label {
  color: #E30613;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: block;
  cursor: pointer;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .active_filters ul li label {
    font-size: 12px;
  }
}
.active_filters ul li input {
  display: none;
}
.active_filters ul .children {
  display: none;
}

#filter_results {
  margin-top: 60px;
}

#filter_mobile {
  position: relative;
  width: 100%;
  display: none;
  border-color: #E30613;
  border-width: 0 0 2px;
  border-style: solid;
  background: #F6F9FC;
  padding: 18px 16px;
}
@media screen and (max-width: 767px) {
  #filter_mobile {
    display: none;
    align-items: center;
    margin-bottom: 20px;
  }
}
#filter_mobile a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #E30613;
  flex: 1;
  text-align: left;
}
#filter_mobile .filter_toggle_mobile {
  background: url("../../images/icon-mobile-tab.svg") no-repeat center center;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#main_filter {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  #main_filter {
    margin-bottom: 40px;
  }
}
#main_filter .searchandfilter .sf-input-checkbox, #main_filter .searchandfilter .sf-input-radio {
  display: none;
}
#main_filter .searchandfilter label {
  width: 100%;
}
#main_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li label {
  cursor: pointer;
  position: relative;
  color: #3A3A3A;
}
#main_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li label:hover {
  opacity: 1;
}
#main_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li input[type=checkbox] {
  visibility: hidden;
}
#main_filter .searchandfilter > ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 14px;
}
@media screen and (max-width: 1080px) {
  #main_filter .searchandfilter > ul {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#main_filter .searchandfilter > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#main_filter .searchandfilter > ul > li .chosen-container {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul > li .chosen-container {
    width: 100% !important;
  }
}
#main_filter .searchandfilter > ul > li.sf-field-search {
  position: relative;
  width: 400px;
  justify-content: center;
  display: flex;
}
#main_filter .searchandfilter > ul > li.sf-field-search:before {
  display: none !important;
}
#main_filter .searchandfilter > ul > li.sf-field-search label {
  position: relative;
  max-width: 597px;
}
#main_filter .searchandfilter > ul > li.sf-field-search label .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E30613;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_filter .searchandfilter > ul > li.sf-field-search input[type=text] {
  box-shadow: none !important;
  height: 56px !important;
  font-style: normal !important;
  color: #4F4F4F !important;
  font-size: 16px;
  width: 100%;
  border: 1px solid #4F4F4F !important;
  background: #ffffff !important;
  border-radius: 200px !important;
  padding: 10px 30px !important;
}
#main_filter .searchandfilter > ul > li.sf-field-reset a {
  color: #333;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 150% !important;
  border: 1px solid #333;
  border-radius: 200px;
  text-decoration: none;
  padding: 15px 24px;
  display: inline-block;
}
#main_filter .searchandfilter > ul > li h4 {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #4F4F4F;
  font-family: "Poppins", serif;
  background: #ffffff !important;
  border: 1px solid #333 !important;
  border-radius: 200px !important;
  padding: 16px 50px 16px 24px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul > li h4 {
    width: 100%;
  }
}
#main_filter .searchandfilter > ul > li h4:after {
  display: inline-block !important;
  content: "" !important;
  right: 20px;
  top: 20px;
  transition: all ease-in-out 0.15s;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #E30613;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul > li h4:after {
    right: 25px;
  }
}
#main_filter .searchandfilter > ul > li > ul {
  position: absolute;
  top: 100%;
  justify-content: flex-start;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0;
  display: none;
  z-index: 8;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main_filter .searchandfilter > ul > li > ul {
    position: static;
    min-width: 100%;
  }
}
#main_filter .searchandfilter > ul > li > ul.show_filter {
  display: block;
}
#main_filter .searchandfilter > ul > li > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  flex-wrap: wrap;
  padding: 4px 16px;
  border-bottom: 1px solid #F6F9FC;
}
@media screen and (max-width: 1080px) {
  #main_filter .searchandfilter > ul > li > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#main_filter .searchandfilter > ul > li > ul > li.sf-option-active label, #main_filter .searchandfilter > ul > li > ul > li:hover label {
  color: #E30613 !important;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren {
  position: relative;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren label {
  width: 85%;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-plus-gray.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active {
  background: #381451;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active > label {
  color: #fff !important;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent {
  background: #381451;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent > label {
  color: #fff !important;
}
#main_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#main_filter .searchandfilter > ul > li > ul > li:last-child {
  margin: 0;
  border-bottom: 0;
}
#main_filter .searchandfilter > ul > li > ul > li label {
  font-family: "Poppins", serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 170% !important;
  color: #333 !important;
  padding-left: 0 !important;
  margin: 5px 0 !important;
  cursor: pointer;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children {
  display: none;
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  background: rgba(217, 217, 217, 0.4);
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li {
  padding: 0 !important;
  border-bottom: 1px solid #D9D9D9;
  background: #D9D9D9;
  padding: 0 15px !important;
  display: flex;
  flex-wrap: wrap;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li:last-child {
  border-bottom: 0 !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li.hasChildren {
  padding: 0 15px !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li > label {
  color: #381451 !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li.active {
  background: #3A676C;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li.active > label {
  color: #fff !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children li.active > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children {
  display: none;
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  background: rgba(217, 217, 217, 0.7);
  width: 100%;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children.show_filter {
  display: block !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li {
  padding: 0 !important;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 15px !important;
  display: flex;
  flex-wrap: wrap;
  background: rgba(217, 217, 217, 0.7);
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li:last-child {
  border-bottom: 0 !important;
}
#main_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li > label {
  color: #381451 !important;
  margin: 0 !important;
}

#resources_filter {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  #resources_filter {
    margin-bottom: 40px;
  }
}
#resources_filter .searchandfilter .sf-input-checkbox, #resources_filter .searchandfilter .sf-input-radio {
  display: none;
}
#resources_filter .searchandfilter label {
  width: 100%;
}
#resources_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li label {
  cursor: pointer;
  position: relative;
  color: #3A3A3A;
}
#resources_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li label:hover {
  opacity: 1;
}
#resources_filter .searchandfilter li[data-sf-field-input-type=checkbox] > ul > li input[type=checkbox] {
  visibility: hidden;
}
#resources_filter .searchandfilter > ul {
  gap: 14px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  #resources_filter .searchandfilter > ul {
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul {
    gap: 0;
  }
}
#resources_filter .searchandfilter > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#resources_filter .searchandfilter > ul > li .chosen-container {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li .chosen-container {
    width: 100% !important;
  }
}
#resources_filter .searchandfilter > ul > li.sf-field-search {
  position: relative;
  width: 500px;
  justify-content: center;
  display: flex;
}
#resources_filter .searchandfilter > ul > li.sf-field-search:before {
  display: none !important;
}
#resources_filter .searchandfilter > ul > li.sf-field-search label {
  position: relative;
  max-width: 597px;
}
#resources_filter .searchandfilter > ul > li.sf-field-search label .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E30613;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#resources_filter .searchandfilter > ul > li.sf-field-search input[type=text] {
  box-shadow: none !important;
  height: 56px !important;
  font-style: normal !important;
  color: #4F4F4F !important;
  font-size: 16px;
  width: 100%;
  border: 1px solid #4F4F4F !important;
  background: #ffffff !important;
  border-radius: 200px !important;
  padding: 10px 30px !important;
}
#resources_filter .searchandfilter > ul > li.sf-field-reset a {
  color: #333;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 150% !important;
  border: 1px solid #333;
  border-radius: 200px;
  text-decoration: none;
  padding: 15px 24px;
  display: flex;
}
#resources_filter .searchandfilter > ul > li h4 {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #4F4F4F;
  font-family: "Poppins", serif;
  background: #ffffff !important;
  border: 1px solid #333 !important;
  border-radius: 200px !important;
  padding: 16px 50px 16px 24px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li h4 {
    width: 100%;
  }
}
#resources_filter .searchandfilter > ul > li h4:after {
  display: inline-block !important;
  content: "" !important;
  right: 20px;
  top: 20px;
  transition: all ease-in-out 0.15s;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #E30613;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li h4:after {
    right: 25px;
  }
}
#resources_filter .searchandfilter > ul > li > ul {
  padding: 0;
  z-index: 8;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 !important;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li > ul {
    min-width: 100%;
    gap: 5px;
  }
}
#resources_filter .searchandfilter > ul > li > ul.show_filter {
  display: block;
}
#resources_filter .searchandfilter > ul > li > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 0;
}
#resources_filter .searchandfilter > ul > li > ul > li.sf-option-active label, #resources_filter .searchandfilter > ul > li > ul > li:hover label {
  background: #E30613 !important;
  color: #ffffff !important;
  border-color: #E30613;
  border-width: 1px;
  border-style: solid;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren {
  position: relative;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren label {
  width: 85%;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-plus-gray.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active {
  background: #381451;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active > label {
  color: #fff !important;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent {
  background: #381451;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent > label {
  color: #fff !important;
}
#resources_filter .searchandfilter > ul > li > ul > li.hasChildren.active_parent > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#resources_filter .searchandfilter > ul > li > ul > li:last-child {
  margin: 0;
  border-bottom: 0;
}
#resources_filter .searchandfilter > ul > li > ul > li label {
  font-family: "Poppins", serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #333 !important;
  margin: 5px 0 !important;
  border-radius: 200px;
  border: 1px solid #333;
  padding: 10px 20px !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #resources_filter .searchandfilter > ul > li > ul > li label {
    font-size: 14px !important;
    line-height: 150% !important;
    padding: 5px 10px !important;
  }
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children {
  display: none;
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  background: rgba(217, 217, 217, 0.4);
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li {
  padding: 0 !important;
  border-bottom: 1px solid #D9D9D9;
  background: #D9D9D9;
  padding: 0 15px !important;
  display: flex;
  flex-wrap: wrap;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li:last-child {
  border-bottom: 0 !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li.hasChildren {
  padding: 0 15px !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li > label {
  color: #381451 !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li.active {
  background: #3A676C;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li.active > label {
  color: #fff !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children li.active > span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../../images/i-minus-white.svg") no-repeat center center !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children {
  display: none;
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  background: rgba(217, 217, 217, 0.7);
  width: 100%;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children.show_filter {
  display: block !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li {
  padding: 0 !important;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 15px !important;
  display: flex;
  flex-wrap: wrap;
  background: rgba(217, 217, 217, 0.7);
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li:last-child {
  border-bottom: 0 !important;
}
#resources_filter .searchandfilter > ul > li > ul > li > ul.children > li > ul.children li > label {
  color: #381451 !important;
  margin: 0 !important;
}

.single-events .event_details {
  margin-top: 24px;
}
.single-events .event_details p {
  margin-bottom: 3px !important;
}

.single-post h1,
.single_events h1,
.single-case_studies h1 {
  font-size: 44px !important;
}
@media screen and (max-width: 767px) {
  .single-post h1,
  .single_events h1,
  .single-case_studies h1 {
    font-size: 34px !important;
  }
}
.single-post .breadcrumbs,
.single_events .breadcrumbs,
.single-case_studies .breadcrumbs {
  padding: 20px 0 80px;
}
@media screen and (max-width: 991px) {
  .single-post .breadcrumbs,
  .single_events .breadcrumbs,
  .single-case_studies .breadcrumbs {
    padding: 20px 0 40px;
  }
}
.single-post .featured_image,
.single_events .featured_image,
.single-case_studies .featured_image {
  margin-bottom: 40px !important;
  margin-top: 60px;
}
.single-post .featured_image.wpb_content_element img,
.single_events .featured_image.wpb_content_element img,
.single-case_studies .featured_image.wpb_content_element img {
  height: auto;
  max-width: 100%;
}
.single-post .single_footer,
.single_events .single_footer,
.single-case_studies .single_footer {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 80px;
}
.single-post #content .wpb_alert p:last-child, .single-post #content .wpb_text_column :last-child, .single-post #content .wpb_text_column p:last-child, .single-post #content .wpb_alert p:last-child, .single-post #content .wpb_text_column :last-child, .single-post #content .wpb_text_column p:last-child,
.single_events #content .wpb_alert p:last-child,
.single_events #content .wpb_text_column :last-child,
.single_events #content .wpb_text_column p:last-child,
.single_events #content .wpb_alert p:last-child,
.single_events #content .wpb_text_column :last-child,
.single_events #content .wpb_text_column p:last-child,
.single-case_studies #content .wpb_alert p:last-child,
.single-case_studies #content .wpb_text_column :last-child,
.single-case_studies #content .wpb_text_column p:last-child,
.single-case_studies #content .wpb_alert p:last-child,
.single-case_studies #content .wpb_text_column :last-child,
.single-case_studies #content .wpb_text_column p:last-child {
  margin-bottom: 30px !important;
}

.single-casee_studies .cs_details p {
  margin: 0 !important;
}

.case_study_gallery_nav {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .case_study_gallery_nav {
    margin-top: 0;
  }
}

.case_study_gallery_section {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .case_study_gallery_section {
    margin-top: 0;
  }
}

.case-study-gallery.slick-slider {
  margin: 0 -20px !important;
}
.case-study-gallery .slick-slide {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .case-study-gallery .shadowed_image_left {
    margin: 0 0 30px !important;
  }
}
.case-study-gallery .shadowed_image_left.wpb_content_element img {
  width: 100%;
  height: 600px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .case-study-gallery .shadowed_image_left.wpb_content_element img {
    height: 300px;
  }
}
.case-study-gallery .gallery-item {
  position: relative;
}
.case-study-gallery .media_video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.related_case_studies {
  margin-top: 80px;
  margin-bottom: 80px;
}
.related_case_studies h3.section_title {
  margin-bottom: 60px;
}

.catalog_heading {
  padding-top: 60px;
}

#media-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #media-gallery {
    flex-wrap: wrap;
    flex-direction: column;
    display: block;
  }
}
#media-gallery.bottom_thumbnails {
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #media-gallery.bottom_thumbnails {
    margin: 40px 0;
  }
}
#media-gallery.bottom_thumbnails .slider-for {
  flex: auto;
  max-width: 100%;
}
#media-gallery.bottom_thumbnails .slider-for .slider-item:before {
  display: none;
}
#media-gallery.bottom_thumbnails .slider-nav {
  width: 100%;
}
#media-gallery.bottom_thumbnails .slider-nav .nav-item {
  padding: 5px;
}
#media-gallery.default_layout .slider-for {
  flex: 1;
  max-width: 85%;
}
@media screen and (max-width: 1080px) {
  #media-gallery.default_layout .slider-for {
    width: 100%;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #media-gallery.default_layout .slider-for {
    width: 100%;
    max-width: 100%;
  }
}
#media-gallery.default_layout .slider-nav {
  max-width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #media-gallery.default_layout .slider-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #media-gallery.default_layout .slider-nav {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #media-gallery.default_layout .slider-nav .slick-slide {
    margin: 0 5px;
  }
}
#media-gallery.default_layout .slider-nav .nav-item {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #media-gallery.default_layout .slider-nav .nav-item {
    margin-bottom: 0;
  }
}
#media-gallery.default_layout .slider-nav .nav-item img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #media-gallery.default_layout .slider-nav .nav-item img {
    width: 100%;
    height: 90px;
  }
}
#media-gallery .slider-item {
  position: relative;
}
#media-gallery .slider-item:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#media-gallery .slider-item img, #media-gallery .slider-item video {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  #media-gallery .slider-item img, #media-gallery .slider-item video {
    height: 250px;
  }
}
#media-gallery .media_video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#media-gallery .slick-slide {
  outline: none;
}
#media-gallery .slick-current {
  opacity: 1;
}
#media-gallery .slick-slide img {
  opacity: 0.7;
  transition: opacity 0.3s;
}
#media-gallery .slick-slide.slick-current img {
  opacity: 1;
}

body.page-template-marketing-template .header_wrapper {
  display: none;
}

.featured_carousel .slick-list {
  padding-bottom: 60px;
}
.featured_carousel .content_column {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .featured_carousel .content_column {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featured_carousel .content_column {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.featured_carousel h3 {
  font-size: 38px !important;
  line-height: normal;
}
@media screen and (max-width: 1080px) {
  .featured_carousel h3 {
    font-size: 38px !important;
  }
}
.featured_carousel .item_content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .featured_carousel .item_content {
    width: 100%;
  }
}
.featured_carousel .item_image {
  box-shadow: -20px 20px 0px 0px #E30613;
  width: 55%;
  height: 450px;
  max-width: 625px;
}
@media screen and (max-width: 991px) {
  .featured_carousel .item_image {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .featured_carousel .item_image {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: -10px 10px 0px 0px #E30613;
  }
}
.featured_carousel .item_image.no_shadow {
  box-shadow: none;
}

.pictures_grid .custom_boxes_flex {
  grid-row-gap: 80px;
}
@media screen and (max-width: 767px) {
  .pictures_grid .custom_boxes_flex {
    grid-row-gap: 50px;
  }
}

.sticky_nav {
  position: relative;
  z-index: 8 !important;
  background: #ffffff;
}
@media screen and (max-width: 1080px) {
  .sticky_nav {
    padding: 20px 0;
  }
}

.site_nav_main .button_wrap {
  display: none;
}
@media screen and (max-width: 1080px) {
  .site_nav_main .button_wrap {
    display: block;
  }
}
.site_nav_main .button_wrap svg {
  display: none;
}

.nav_text {
  display: none;
  border-radius: 200px;
  border: 1px solid #4F4F4F;
  background: #ffffff;
  padding: 10px 20px;
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.nav_text:before {
  position: absolute;
  top: 17px;
  right: 25px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #E30613;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #E30613;
  transform: rotate(135deg);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .nav_text {
    display: block;
    margin-top: 20px;
  }
}

.site_navigator {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 1080px) {
  .site_navigator {
    display: block;
  }
}

.site_navigator a {
  border-radius: 200px;
  padding: 10px 18px;
  border: 1px solid #3D3834;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #3D3834;
}
@media screen and (max-width: 1080px) {
  .site_navigator a {
    display: block;
    padding: 10px 15px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
}
.site_navigator a:visited {
  color: #3D3834;
}

.site_navigator a.active {
  color: #ffffff;
  background: #E30613;
  border-color: #E30613;
}

.careers-template .hero_section .vc_column-inner {
  padding: 0 !important;
}

.contact-template .vertical_tabs .vc_column-inner {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.top_header {
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .top_header {
    display: none;
  }
}
.top_header.sticky p,
.top_header.sticky a {
  color: #fff !important;
}
.top_header.sticky #navSearchBtn svg path {
  fill: #fff !important;
}
.top_header .top_header_logo {
  max-width: 195px;
}
.top_header .dark-logo {
  display: none !important;
}
.top_header .default-logo {
  display: flex !important;
}
.top_header.has_top_logo .container {
  border-bottom: 1px solid #ffffff;
  padding: 0 0 10px;
}
.top_header .right_col {
  display: flex;
  gap: 24px;
}
.top_header .widget {
  padding: 0;
  margin: 0;
}
.top_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  max-width: 1320px;
  position: relative;
}
.top_header p,
.top_header a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 !important;
}
.top_header a {
  text-decoration: none !important;
}

#top-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#top-navigation li {
  margin: 0;
  border-right: 1px solid #ffffff;
  padding: 0 10px;
  line-height: 0;
}
#top-navigation li:last-child {
  border-right: 0;
  padding-right: 0;
}

.header_wrapper {
  position: fixed;
  top: 0;
  z-index: 8;
  top: 0;
  width: 100% !important;
  z-index: 101 !important;
  padding: 10px 20px;
}
@media screen and (max-width: 1080px) {
  .header_wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1081px) {
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu {
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li a {
    background: transparent !important;
    color: #ffffff !important;
  }
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout.mega-toggle-on {
    background: transparent !important;
  }
}
.header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-button-primary > a.mega-menu-link {
  color: #fff !important;
}
@media screen and (max-width: 1080px) {
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-button-primary > a.mega-menu-link {
    color: #fff !important;
  }
}
.header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
  color: #fff !important;
}
@media screen and (max-width: 1080px) {
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
  }
}
.header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link {
  color: #000 !important;
}
.header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #333;
}
@media screen and (max-width: 1080px) {
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #E30613 !important;
  }
}
.header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li > a.mega-menu-link > span.mega-indicator:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #fff;
}
@media screen and (max-width: 1080px) {
  .header_wrapper header.sticky #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li > a.mega-menu-link > span.mega-indicator:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #E30613 !important;
  }
}
.header_wrapper header.sticky #navigation .desktop-nav ul li a {
  color: #fff;
}
.header_wrapper header.sticky #navigation .desktop-nav ul li.menu-item-has-children > a:after {
  border-bottom: 7px solid #fff;
}
.header_wrapper.solid_header .top_header.sticky .default-logo {
  display: flex !important;
}
.header_wrapper.solid_header .top_header.sticky .dark-logo {
  display: none !important;
}
.header_wrapper.solid_header header.sticky #logo .light_logo {
  display: block !important;
}
.header_wrapper.solid_header header.sticky #logo .dark_logo {
  display: none !important;
}
.header_wrapper.solid_header .top_header.has_top_logo.sticky .container {
  border-bottom: 1px solid #ffffff;
}
.header_wrapper.solid_header header #logo .dark_logo {
  display: block !important;
  transition: all in ease 500ms;
}
.header_wrapper.solid_header header #logo .light_logo {
  display: none !important;
}
.header_wrapper.solid_header .top_header .default-logo {
  display: none !important;
}
.header_wrapper.solid_header .top_header .dark-logo {
  display: flex !important;
}
.header_wrapper.solid_header .top_header.has_top_logo .container {
  border-bottom: 1px solid #000000;
}
.header_wrapper.solid_header .top_header p,
.header_wrapper.solid_header .top_header a {
  color: #000;
}
.header_wrapper.solid_header #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-button-primary > a.mega-menu-link {
  color: #fff !important;
}
.header_wrapper.solid_header #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
  color: #000 !important;
}
.header_wrapper.solid_header #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li > a.mega-menu-link > span.mega-indicator:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #333;
}
@media screen and (max-width: 1080px) {
  .header_wrapper.solid_header #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li > a.mega-menu-link > span.mega-indicator:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #E30613 !important;
  }
}
.header_wrapper.solid_header #navigation .desktop-nav ul li a {
  color: #000;
}
.header_wrapper.solid_header #navigation .desktop-nav ul li.menu-item-has-children > a:after {
  border-bottom: 7px solid #000;
}
.header_wrapper.solid_header #navSearchBtn svg path {
  fill: #000;
}

header {
  opacity: 1;
  transition: padding 300ms ease;
  margin: 10px auto 0;
}
header .container {
  max-width: 1320px;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  header .container {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 767px) {
  header .container {
    padding: 0 20px !important;
  }
}
header .container-fluid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .fake-bg {
  opacity: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 167px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  header .fake-bg {
    height: 85px;
  }
}
header .logo {
  transition: all 0.4s ease;
}
header #logo {
  display: flex;
}
@media screen and (max-width: 1139px) {
  header #logo {
    align-items: center;
    justify-content: flex-start;
  }
}
header #logo .logo {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  header #logo .logo {
    width: 100%;
    margin-top: 0;
    justify-content: center;
  }
}
header #logo .logo img {
  height: 100px;
  width: 270px;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  header #logo .logo img {
    width: 195px !important;
    max-width: 195px !important;
    height: auto !important;
  }
}
header #logo .dark_logo {
  display: none !important;
}
header #logo .light_logo {
  display: flex !important;
}
header #navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  header #navigation {
    margin: 0;
    justify-content: flex-end;
  }
}

#navSearchBtn {
  outline: none;
  border: 0;
  cursor: pointer;
  margin-top: 0 !important;
  background: transparent !important;
  padding: 0;
  margin: 0;
}

#headersearch {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  max-width: 300px;
  z-index: 2;
}
#headersearch .nav-search-form-inner-wrap {
  display: flex;
  flex: 1 0 auto;
  border-bottom: 0;
  outline: 0;
  margin-right: 0;
}
#headersearch .nav-search {
  position: relative;
  margin: 0 auto;
  max-width: 100% !important;
  width: 100% !important;
  background: #edeef3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  padding: 5px;
}
#headersearch .nav-search-form {
  display: flex;
  margin: 0;
}
#headersearch .search-input {
  flex: 1 0 auto;
  outline: none !important;
  background: #fff !important;
  border: 1px solid rgba(71, 76, 105, 0.09) !important;
  border-radius: 4px !important;
  padding: 10px !important;
  color: #000 !important;
  font-size: 12px !important;
  line-height: 30px !important;
  height: 30px !important;
}
#headersearch button[type=submit] {
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  padding: 5px 15px !important;
  background: #E30613;
  color: #fff !important;
  border: 0 !important;
}

.footer {
  padding: 100px 0;
  background: linear-gradient(4deg, #000 -35.94%, #666 260.54%);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 100px 30px;
  }
}
.footer .footer-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .footer .footer-widget {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-widget {
    gap: 24px;
  }
}
.footer .footer-grid {
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid {
    flex-direction: column;
    gap: 50px;
    padding: 0 30px;
  }
}
.footer .footer-grid .footer-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid .footer-col {
    gap: 5px;
  }
}
.footer .footer-grid .footer-form {
  width: 55%;
  border-right: 1px solid var(--footer-bottom-color);
}
@media screen and (max-width: 767px) {
  .footer .footer-grid .footer-form {
    width: 100%;
    border-right: 0;
  }
}
.footer .footer-grid .footer-form p:empty {
  display: none;
}
.footer .footer-grid .widget-title, .footer .footer-grid .widget-title a {
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120% !important;
  margin: 0 0 25px;
}
.footer .copyright-grid {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .footer .copyright-grid {
    justify-content: center;
  }
}
.footer .footer-logo a {
  display: flex;
}
.footer .footer-logo img {
  width: 172px;
}
@media screen and (max-width: 1080px) {
  .footer .footer-logo img {
    width: 211px;
  }
}
.footer .footer_top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer_top .menu li {
  margin: 0;
  padding: 0;
}
.footer .footer_top .menu li a {
  color: #BDBDBD;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .footer .footer_top .menu li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.15px;
  }
}
.footer .footer_top .menu li a:hover {
  color: #E30613;
}
.footer .footer_logos .widget_media_gallery {
  width: 100%;
}
.footer .footer_logos .wp-block-gallery {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
  gap: 95px;
}
@media screen and (max-width: 1080px) {
  .footer .footer_logos .wp-block-gallery {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logos .wp-block-gallery {
    flex-wrap: wrap;
  }
}
.footer .footer_logos .wp-block-gallery .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .footer .footer_logos .wp-block-gallery .wp-block-image {
    width: 43% !important;
  }
}
.footer .footer_bottom {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #E30613;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer_bottom .left_col {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .footer .footer_bottom .left_col {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .left_col {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .right_col {
    margin-top: 30px;
  }
}
.footer .copyright {
  display: flex;
}
.footer .copyright p {
  color: #828282;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.14px;
  margin: 0 !important;
}
.footer .widget {
  margin: 0;
  padding: 0;
  border: 0;
}
.footer .footer-navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer .footer-navigation ul {
    display: block;
    text-align: center;
  }
}
.footer .footer-navigation ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-navigation ul li {
    display: inline-block;
    margin: 0 7px;
  }
}
.footer .footer-navigation ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-navigation ul li:first-child {
  padding-left: 0;
}
.footer .footer-navigation ul li a {
  color: #828282;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22%;
  letter-spacing: 0.14px;
}
.footer .footer-navigation ul li a:hover {
  color: #E30613;
}

.widget {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .widget {
    margin: 0 0 10px;
    padding-bottom: 10px;
  }
}
.widget:last-child {
  border-bottom: 0;
}

.widget-title {
  color: #828282;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .widget-title {
    margin: 0 0 20px;
  }
}

.page_sidebar,
.sidebar,
.wpb_widgetised_column {
  padding-right: 50px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_sidebar,
  .sidebar,
  .wpb_widgetised_column {
    padding-right: 0;
  }
}
.page_sidebar .wpb_wrapper,
.sidebar .wpb_wrapper,
.wpb_widgetised_column .wpb_wrapper {
  background: #005DAB;
  padding: 30px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .page_sidebar .wpb_wrapper,
  .sidebar .wpb_wrapper,
  .wpb_widgetised_column .wpb_wrapper {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_sidebar .wpb_wrapper,
  .sidebar .wpb_wrapper,
  .wpb_widgetised_column .wpb_wrapper {
    background: #E30613;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 20px;
    top: -6px;
  }
}
.page_sidebar .widget,
.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_sidebar .widget-title,
.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  display: none;
}
.page_sidebar .wpb_wrapper,
.sidebar .wpb_wrapper,
.wpb_widgetised_column .wpb_wrapper {
  font-size: 0;
  line-height: 0;
}
.page_sidebar ul,
.sidebar ul,
.wpb_widgetised_column ul {
  margin: 0;
  padding: 0;
}
.page_sidebar ul li,
.sidebar ul li,
.wpb_widgetised_column ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 30px 0;
  list-style: none;
  font-size: 18px;
  line-height: 0;
}
@media screen and (max-width: 1080px) {
  .page_sidebar ul li,
  .sidebar ul li,
  .wpb_widgetised_column ul li {
    padding: 8px 0;
    margin: 0;
  }
}
.page_sidebar ul li:first-child,
.sidebar ul li:first-child,
.wpb_widgetised_column ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.page_sidebar ul li.current_page_item a, .page_sidebar ul li.current-menu-item a,
.sidebar ul li.current_page_item a,
.sidebar ul li.current-menu-item a,
.wpb_widgetised_column ul li.current_page_item a,
.wpb_widgetised_column ul li.current-menu-item a {
  color: #ffffff !important;
  font-weight: bold;
}
.page_sidebar ul li.current_page_item a:hover, .page_sidebar ul li.current-menu-item a:hover,
.sidebar ul li.current_page_item a:hover,
.sidebar ul li.current-menu-item a:hover,
.wpb_widgetised_column ul li.current_page_item a:hover,
.wpb_widgetised_column ul li.current-menu-item a:hover {
  color: #ffffff !important;
}
.page_sidebar ul li .sub-menu,
.sidebar ul li .sub-menu,
.wpb_widgetised_column ul li .sub-menu {
  display: none;
  padding-left: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_sidebar ul li .sub-menu,
  .sidebar ul li .sub-menu,
  .wpb_widgetised_column ul li .sub-menu {
    margin: 5px 0 10px 0;
  }
}
.page_sidebar ul li.current-menu-ancestor > a,
.page_sidebar ul li .current_page_ancestor > a,
.sidebar ul li.current-menu-ancestor > a,
.sidebar ul li .current_page_ancestor > a,
.wpb_widgetised_column ul li.current-menu-ancestor > a,
.wpb_widgetised_column ul li .current_page_ancestor > a {
  color: #ffffff !important;
  font-weight: bold;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu,
.page_sidebar ul li .current_page_ancestor .sub-menu,
.sidebar ul li.current-menu-ancestor .sub-menu,
.sidebar ul li .current_page_ancestor .sub-menu,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu {
  display: block;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li,
.page_sidebar ul li .current_page_ancestor .sub-menu li,
.sidebar ul li.current-menu-ancestor .sub-menu li,
.sidebar ul li .current_page_ancestor .sub-menu li,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li {
  padding: 7px 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page_sidebar ul li.current-menu-ancestor .sub-menu li,
  .page_sidebar ul li .current_page_ancestor .sub-menu li,
  .sidebar ul li.current-menu-ancestor .sub-menu li,
  .sidebar ul li .current_page_ancestor .sub-menu li,
  .wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li,
  .wpb_widgetised_column ul li .current_page_ancestor .sub-menu li {
    padding: 2px 0;
    margin: 0;
    line-height: 0;
  }
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li:last-child,
.page_sidebar ul li .current_page_ancestor .sub-menu li:last-child,
.sidebar ul li.current-menu-ancestor .sub-menu li:last-child,
.sidebar ul li .current_page_ancestor .sub-menu li:last-child,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li:last-child,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li:last-child {
  padding-bottom: 0;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li a,
.page_sidebar ul li .current_page_ancestor .sub-menu li a,
.sidebar ul li.current-menu-ancestor .sub-menu li a,
.sidebar ul li .current_page_ancestor .sub-menu li a,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li a,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li a {
  color: #ffffff !important;
}
.page_sidebar ul a,
.sidebar ul a,
.wpb_widgetised_column ul a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Days One", sans-serif;
}
@media screen and (max-width: 1139px) {
  .page_sidebar ul a,
  .sidebar ul a,
  .wpb_widgetised_column ul a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page_sidebar ul a,
  .sidebar ul a,
  .wpb_widgetised_column ul a {
    font-size: 13px;
    line-height: 23px;
  }
}
.page_sidebar ul a:hover,
.sidebar ul a:hover,
.wpb_widgetised_column ul a:hover {
  color: #ffffff;
}
.page_sidebar select.form-control,
.sidebar select.form-control,
.wpb_widgetised_column select.form-control {
  background: #E30613;
  border: 0 !important;
  color: #fff;
  font-family: "Days One", sans-serif;
  font-size: 16px;
}
.page_sidebar .form-group.select.mobile_dropdown,
.sidebar .form-group.select.mobile_dropdown,
.wpb_widgetised_column .form-group.select.mobile_dropdown {
  margin: 25px 0 0px;
  background: #E30613;
  padding: 15px 20px;
  border-radius: 0;
  line-height: 23px;
}
.page_sidebar .form-group.select.mobile_dropdown a,
.sidebar .form-group.select.mobile_dropdown a,
.wpb_widgetised_column .form-group.select.mobile_dropdown a {
  color: #ffffff;
  font-family: "Days One", sans-serif;
}
.page_sidebar .form-group.select.mobile_dropdown::before,
.sidebar .form-group.select.mobile_dropdown::before,
.wpb_widgetised_column .form-group.select.mobile_dropdown::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  z-index: 7;
  top: 17px;
}

/*# sourceMappingURL=style.css.map */