.font_main {
  font-family: "Inter", sans-serif; }

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

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

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

.font_montserrat {
  font-family: "Inter", 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-weight: 600; }

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

.font_500 * {
  font-weight: 500; }

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

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

.text_uppercase {
  text-transform: uppercase; }

.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; } }

.vc_row.offset_container_left {
  padding-left: 16.5% !important; }
  @media screen and (max-width: 1439px) {
    .vc_row.offset_container_left {
      padding-left: 5% !important; } }
  @media screen and (max-width: 1080px) {
    .vc_row.offset_container_left {
      padding-left: 5% !important; } }
  @media screen and (max-width: 991px) {
    .vc_row.offset_container_left {
      padding-left: 3% !important; } }
  @media screen and (max-width: 767px) {
    .vc_row.offset_container_left {
      padding-left: 5% !important; } }
  .vc_row.offset_container_left .padded_columns > .vc_column-inner {
    padding-right: 10% !important; }
    @media screen and (max-width: 1439px) {
      .vc_row.offset_container_left .padded_columns > .vc_column-inner {
        padding-right: 10% !important; } }
    @media screen and (max-width: 1080px) {
      .vc_row.offset_container_left .padded_columns > .vc_column-inner {
        padding-right: 15% !important; } }
    @media screen and (max-width: 767px) {
      .vc_row.offset_container_left .padded_columns > .vc_column-inner {
        padding-right: 10% !important; } }
.vc_row.offset_container_right {
  padding-right: 16.5% !important; }
  @media screen and (max-width: 1439px) {
    .vc_row.offset_container_right {
      padding-right: 5% !important; } }
  @media screen and (max-width: 1080px) {
    .vc_row.offset_container_right {
      padding-right: 5% !important; } }
  @media screen and (max-width: 991px) {
    .vc_row.offset_container_right {
      padding-right: 3% !important; } }
  @media screen and (max-width: 767px) {
    .vc_row.offset_container_right {
      padding-right: 5% !important; } }
  @media screen and (max-width: 1439px) {
    .vc_row.offset_container_right .padded_columns > .vc_column-inner {
      padding-right: 10% !important; } }
  @media screen and (max-width: 1080px) {
    .vc_row.offset_container_right .padded_columns > .vc_column-inner {
      padding-left: 15% !important; } }
  @media screen and (max-width: 767px) {
    .vc_row.offset_container_right .padded_columns > .vc_column-inner {
      padding-left: 10% !important; } }
.container,
.vc_row.container,
.archive_grid {
  width: 100%;
  max-width: 60%;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1439px) {
    .container,
    .vc_row.container,
    .archive_grid {
      max-width: 100%; } }
  @media screen and (max-width: 1080px) {
    .container,
    .vc_row.container,
    .archive_grid {
      padding-right: 30px;
      padding-left: 30px;
      max-width: 100%; } }
.container_large,
.vc_row.container_large {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 69%;
  margin: 0 auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important; }
  @media screen and (max-width: 1439px) {
    .container_large,
    .vc_row.container_large {
      max-width: 100%; } }
  @media screen and (max-width: 1080px) {
    .container_large,
    .vc_row.container_large {
      padding-right: 3% !important;
      padding-left: 3% !important; } }
  @media screen and (max-width: 767px) {
    .container_large,
    .vc_row.container_large {
      padding-right: 5% !important;
      padding-left: 5% !important; } }
.container_form,
.vc_row.container_form {
  width: 100%;
  max-width: 895px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_form,
    .vc_row.container_form {
      padding-right: 0;
      padding-left: 0; } }
.container_small_heading,
.vc_row.container_small_heading {
  width: 100%;
  max-width: 700px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_small_heading,
    .vc_row.container_small_heading {
      padding-right: 30px;
      padding-left: 30px; } }
.container_small,
.vc_row.container_small {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_small,
    .vc_row.container_small {
      padding-right: 30px;
      padding-left: 30px; } }
.container_separator,
.vc_row.container_separator {
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: flex; }
  @media screen and (max-width: 767px) {
    .container_separator,
    .vc_row.container_separator {
      flex-wrap: wrap; } }
.mobile_container, .vc_row.mobile_container {
  padding-left: auto !important;
  margin-right: auto !important;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .mobile_container, .vc_row.mobile_container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 767px) {
    .mobile_container, .vc_row.mobile_container {
      flex-wrap: wrap; } }
.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.pl-0 {
  padding-left: 0; }

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

@media screen and (max-width: 1080px) {
  .padding_left .vc_column-inner {
    padding-left: 40px !important; } }

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

@media screen and (max-width: 1080px) {
  .padding_right .vc_column-inner {
    padding-right: 40px !important; } }

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

@media screen and (max-width: 768px) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

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

@media only screen and (min-device-width: 834px) and (orientation: portrait) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 767px) {
  .custom_padding.vc_btn3-container,
  .custom_padding.wpb_content_element {
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .mobile_padding .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 767px) {
  .mobile_padding .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.flex_section {
  display: flex;
  flex-wrap: wrap; }
  .flex_section .pl-0 {
    padding-left: 0 !important; }

.flex_section_auto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around; }

[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; } }
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
  @media screen and (max-width: 767px) {
    .col-2 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
  @media screen and (max-width: 767px) {
    .col-3 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
  @media screen and (max-width: 767px) {
    .col-4 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-5 {
  flex: 0 0 20%;
  max-width: 20%; }
  @media screen and (max-width: 767px) {
    .col-5 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (max-width: 767px) {
    .col-6 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
  @media screen and (max-width: 767px) {
    .col-7 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
  @media screen and (max-width: 767px) {
    .col-8 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
  @media screen and (max-width: 767px) {
    .col-9 {
      flex: 0 0 100%;
      max-width: 100%; } }
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #222830;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222830;
  clear: both;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 800; }
  @media screen and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 15px; } }
  h1.letter_spacing,
  h2.letter_spacing,
  h3.letter_spacing,
  h4.letter_spacing,
  h5.letter_spacing,
  h6.letter_spacing {
    letter-spacing: -2px; }

h1 {
  font-size: 80px;
  line-height: 76px;
  letter-spacing: -2px; }
  @media screen and (max-width: 1080px) {
    h1 {
      font-size: 45px !important;
      line-height: 55px !important; } }
h2 {
  font-size: 40px;
  line-height: 48px; }
  @media screen and (max-width: 1080px) {
    h2 {
      font-size: 30px !important;
      line-height: 40px !important; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 28px !important;
      line-height: 38px !important; } }
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900; }
  @media screen and (max-width: 1080px) {
    h3 {
      font-size: 26px !important;
      line-height: 32px !important; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 26px !important;
      line-height: 36px !important; } }
h4 {
  font-size: 24px;
  line-height: 32px; }

h5 {
  font-size: 1.25rem;
  line-height: 1.4em; }
  @media screen and (max-width: 1080px) {
    h5 {
      font-size: 1.25rem !important;
      line-height: 1.4em !important; } }
h6 {
  font-size: 15px;
  line-height: 24px; }
  h6.small_title {
    font-family: "Inter", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 25px; }

p {
  color: #222830;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0 !important;
  font-weight: normal; }
  @media screen and (max-width: 991px) {
    p {
      font-size: 16px !important;
      line-height: 32px !important;
      margin-bottom: 15px !important; } }
.maincontent ul li, .maincontent ol li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .maincontent ul li, .maincontent ol li {
      font-size: 16px !important;
      line-height: 32px !important; } }
ol li {
  margin-bottom: 10px; }

ul, ol {
  padding: 0 0 0 25px; }
  ul li, ol li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      ul li, ol li {
        font-size: 16px !important;
        line-height: 32px !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;
  font-size: 0.9375rem;
  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;
  font-size: 0.9375rem; }

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

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

blockquote {
  padding: 15px 0 15px 40px;
  border-left: 5px solid #E2E2E2;
  margin: 0 0 40px !important; }
  @media screen and (max-width: 767px) {
    blockquote {
      margin: 25px 0 !important; } }
  blockquote p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #222830; }

.citation {
  font-family: "Inter", 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; }

.box_shadow img {
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2); }

.small_paragraph p, .small_paragraph span, .small_paragraph ul, .small_paragraph ol {
  font-size: 0.875rem !important; }

/*--------------------------------------------------------------
# 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: 768px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden; } }

article,
kahuade,
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; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 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; }

.tablet_only {
  display: none !important; }

.big_tablet_only {
  display: none !important; }

@media screen and (max-width: 1080px) {
  .space_mobile_large,
  .vc_empty_space.space_mobile_large {
    height: 80px !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 100px !important; }
  .big_tablet_hide {
    display: none; }
  .big_tablet_only {
    display: block !important; }
  .big_tablet_reverse {
    flex-direction: column-reverse;
    display: flex; }
  .big_tablet_full_col .wpb_column {
    width: 100%; }
    .big_tablet_full_col .wpb_column * {
      text-align: center !important; } }

@media screen and (max-width: 991px) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 80px !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; } }

@media screen and (max-width: 767px) {
  .mobile_center *,
  .mobile_center {
    text-align: center !important; }
  .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; } }

@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; } }
.social_share {
  align-items: center; }
  .social_share .share_title,
  .social_share .social_media {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top; }
  .social_share .share_title {
    cursor: pointer;
    margin-right: 8px; }
    .social_share .share_title p {
      margin-bottom: 0 !important;
      font-family: "Montserrat", sans-serif;
      color: #1C3A63;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 0; }
  .social_share .social_media {
    position: relative; }
    .social_share .social_media ul {
      margin: 0 !important;
      padding: 0 !important;
      display: flex; }
      .social_share .social_media ul li {
        margin: 0px 7px;
        list-style: none;
        padding: 0 !important;
        line-height: 20px !important; }
      .social_share .social_media ul a {
        cursor: pointer;
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #000;
        border-radius: 100%; }
        .social_share .social_media ul a:hover {
          opacity: 0.7; }
        .social_share .social_media ul a:before {
          color: #fff;
          top: 50%;
          position: relative;
          transform: translateY(-50%);
          display: block; }

/*slick carousel*/
.slick-dots {
  bottom: 30px; }
  @media screen and (max-width: 768px) {
    .slick-dots {
      bottom: 0; } }
.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: #C4C4C4;
    opacity: 1;
    border-radius: 100%;
    width: 7px;
    height: 7px; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #FF5C00;
    opacity: 1;
    border-radius: 27px;
    width: 32px; }

.slick-arrow {
  bottom: 0;
  z-index: 6;
  display: inline-block;
  height: 58px;
  width: 54px;
  border-radius: 7px; }
  .slick-arrow.slick-prev {
    left: 0;
    background: #00809B url("../../images/arrow-left.svg") no-repeat center center !important;
    background-size: 35% !important;
    line-height: 0 !important; }
    .slick-arrow.slick-prev:before {
      content: none !important; }
    .slick-arrow.slick-prev:hover {
      background: rgba(0, 128, 155, 0.7) url("../../images/arrow-left.svg") no-repeat center center !important;
      background-size: 35% !important; }
  .slick-arrow.slick-next {
    right: 0;
    background: #00809B url("../../images/arrow-right.svg") no-repeat center center !important;
    background-size: 35% !important;
    line-height: 0 !important; }
    .slick-arrow.slick-next:before {
      content: none !important; }
    .slick-arrow.slick-next:hover {
      background: rgba(0, 128, 155, 0.7) url("../../images/arrow-right.svg") no-repeat center center !important;
      background-size: 35% !important; }

/* END slick carousel*/
/*Pagenavi*/
#pagenav {
  margin: 50px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #pagenav {
      margin: 50px 0 0; } }
  #pagenav .wp-pagenavi {
    margin: 0 auto;
    font-family: "Inter", sans-serif; }
  #pagenav a,
  #pagenav span {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #333333;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    margin: 0 5px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
    #pagenav a.nextpostslink, #pagenav a.previouspostslink,
    #pagenav span.nextpostslink,
    #pagenav span.previouspostslink {
      border: 1px solid #E0E0E0;
      border-radius: 4px;
      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;
      padding: 11px 15px; }
      #pagenav a.nextpostslink:hover, #pagenav a.nextpostslink:focus, #pagenav a.previouspostslink:hover, #pagenav a.previouspostslink:focus,
      #pagenav span.nextpostslink:hover,
      #pagenav span.nextpostslink:focus,
      #pagenav span.previouspostslink:hover,
      #pagenav span.previouspostslink:focus {
        background: #E0E0E0;
        border: 1px solid #E0E0E0; }
      #pagenav a.nextpostslink:before, #pagenav a.nextpostslink:before, #pagenav a.previouspostslink:before, #pagenav a.previouspostslink:before,
      #pagenav span.nextpostslink:before,
      #pagenav span.nextpostslink:before,
      #pagenav span.previouspostslink:before,
      #pagenav span.previouspostslink:before {
        color: #0E1F41;
        font-size: 14px;
        top: 0;
        position: relative; }
    #pagenav a.previouspostslink:before,
    #pagenav span.previouspostslink:before {
      content: "\f053"; }
    #pagenav a.nextpostslink:before,
    #pagenav span.nextpostslink:before {
      content: "\f054"; }
  #pagenav a:hover,
  #pagenav span.current {
    color: #FF5C00;
    border: 1px solid #FF5C00; }

.tp-leftarrow {
  background: url("../../images/arrow-left.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px; }
  .tp-leftarrow:before {
    display: none; }
  .tp-leftarrow:hover {
    background: url("../../images/arrow-left.svg") no-repeat center center; }

.tp-rightarrow {
  background: url("../../images/arrow-right.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px; }
  .tp-rightarrow:before {
    display: none; }
  .tp-rightarrow:hover {
    background: url("../../images/arrow-right.svg") no-repeat center center; }

.vc_btn3-inline {
  margin-right: 20px; }

.vc_btn3-inline:last-child {
  margin-right: 0; }

.wpb_image_grid .wpb_image_grid_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto !important; }
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    display: flex;
    overflow: hidden;
    padding: 0px;
    justify-content: center;
    align-items: center;
    float: none !important;
    position: static !important;
    height: auto !important; }
    @media screen and (max-width: 1080px) {
      .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        max-width: 33% !important;
        flex: 0 0 33% !important;
        margin-bottom: 20px !important; } }
    @media screen and (max-width: 767px) {
      .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        max-width: 48% !important;
        flex: 0 0 48% !important;
        margin-bottom: 20px !important; } }
.image_carousel .slick-list {
  width: 100%;
  padding: 0 !important; }

.image_carousel .slick-track {
  display: flex;
  align-items: center; }
  .image_carousel .slick-track img {
    margin: 0 auto;
    width: 90%; }
  .image_carousel .slick-track .slick-slide > div {
    display: flex;
    align-items: center; }

@media screen and (max-width: 1080px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1080px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
    width: 80%; } }

/* Modals */
.modal-dialog {
  margin: 0 auto;
  background: #fff;
  border-radius: 0 !important; }

@media (min-width: 992px) {
  .modal-dialog {
    width: 999px; } }

.modal {
  background: transparent !important;
  z-index: 999999;
  display: block;
  visibility: hidden;
  overflow-y: hidden; }

.modal-body {
  position: relative;
  padding: 0 2rem; }

.modal.in {
  visibility: visible; }

.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: #14345A;
  background-size: contain;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.63);
  text-shadow: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 0 !important;
  right: -20px;
  top: -20px;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  outline: none !important;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    .modal-header .close {
      right: 10px;
      top: 10px;
      width: 40px;
      height: 40px;
      font-size: 28px; } }
.modal-content {
  max-height: 700px; }
  @media screen and (max-width: 991px) {
    .modal-content {
      max-height: 75vh;
      overflow: scroll; } }
.modal_content {
  padding: 1rem 0; }

@media screen and (max-width: 991px) {
  .mobile_modal {
    text-align: center; } }

.animate__animated.animate__delay-custom1 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important; }

.animate__animated.animate__delay-custom2 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important; }

.animate__animated.animate__delay-custom3 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

.animate__animated.animate__delay-custom4 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important; }

.animate__animated.animate__delay-custom5 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important; }

.animate__animated.animate__delay-custom6 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important; }

.icon_scroll_wrapper {
  margin-top: 50px; }

.icon_scroll_wrap {
  position: relative;
  width: 40px;
  height: 55px;
  display: block;
  cursor: pointer;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 28px;
  height: 50px;
  top: 0;
  box-shadow: inset 0 0 0 2px #1729E7;
  border-radius: 25px;
  overflow: hidden;
  left: 0; }
  @media screen and (max-width: 767px) {
    .icon-scroll {
      transform: translateX(-50%); } }
.icon-scroll:before {
  content: '';
  width: 3px;
  height: 10px;
  background: #1729E7;
  top: 10px;
  left: 12px;
  border-radius: 12px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }

html:not(.no-js) .tcm-animate.aos-animate {
  visibility: visible !important; }

.tcm-animate {
  visibility: visible !important; }
  @media screen and (max-width: 1080px) {
    .tcm-animate {
      visibility: visible !important; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  /* Inherit box-sizing to make it ekahuaer 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
--------------------------------------------------------------*/
.btn, span.button-outline,
input[type="submit"].button-outline,
.button-outline a,
.button-outline button,
a.button-outline,
input.button-outline, span.button-secondary,
input[type="submit"].button-secondary,
.button-secondary a,
.button-secondary button,
a.button-secondary,
input.button-secondary, span.button-primary,
input[type="submit"].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.gform_button,
.button a,
.button button,
input[type="submit"].button,
#mobile-menu li.btn a {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-style: normal;
  border: 0 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 16px 34px !important;
  border-radius: 7px !important;
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 0;
  font-weight: 900 !important;
  text-transform: capitalize !important;
  transition: all .15s ease-in !important;
  min-width: auto; }
  @media screen and (max-width: 991px) {
    .btn, span.button-outline,
    input[type="submit"].button-outline,
    .button-outline a,
    .button-outline button,
    a.button-outline,
    input.button-outline, span.button-secondary,
    input[type="submit"].button-secondary,
    .button-secondary a,
    .button-secondary button,
    a.button-secondary,
    input.button-secondary, span.button-primary,
    input[type="submit"].button-primary,
    .button-primary a,
    .button-primary button,
    a.button-primary,
    input.button-primary,
    .gform_button,
    .button a,
    .button button,
    input[type="submit"].button,
    #mobile-menu li.btn a {
      padding: 14px 25px !important;
      min-width: auto;
      font-size: 14px !important;
      line-height: 20px !important; } }
  .btn:active, span.button-outline:active,
  .button-outline a:active,
  .button-outline button:active,
  a.button-outline:active,
  input.button-outline:active, span.button-secondary:active,
  .button-secondary a:active,
  .button-secondary button:active,
  a.button-secondary:active,
  input.button-secondary:active, span.button-primary:active,
  .button-primary a:active,
  .button-primary button:active,
  a.button-primary:active,
  input.button-primary:active,
  .gform_button:active, .btn:focus, span.button-outline:focus,
  .button-outline a:focus,
  .button-outline button:focus,
  a.button-outline:focus,
  input.button-outline:focus, span.button-secondary:focus,
  .button-secondary a:focus,
  .button-secondary button:focus,
  a.button-secondary:focus,
  input.button-secondary:focus, span.button-primary:focus,
  .button-primary a:focus,
  .button-primary button:focus,
  a.button-primary:focus,
  input.button-primary:focus,
  .gform_button:focus, .btn:hover, span.button-outline:hover,
  .button-outline a:hover,
  .button-outline button:hover,
  a.button-outline:hover,
  input.button-outline:hover, span.button-secondary:hover,
  .button-secondary a:hover,
  .button-secondary button:hover,
  a.button-secondary:hover,
  input.button-secondary:hover, span.button-primary:hover,
  .button-primary a:hover,
  .button-primary button:hover,
  a.button-primary:hover,
  input.button-primary:hover,
  .gform_button:hover,
  .button a:active,
  .button a:focus,
  .button a:hover,
  .button button:active,
  .button button:focus,
  .button button:hover,
  input[type="submit"].button:active,
  input[type="submit"].button:focus,
  input[type="submit"].button:hover,
  #mobile-menu li.btn a:active,
  #mobile-menu li.btn a:focus,
  #mobile-menu li.btn a:hover {
    background: inherit; }

@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; }

.wpcf7-form input[type="submit"].button {
  margin-top: 15px; }

@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; }

/* buttons.scss */
.button.button_big a {
  font-size: 34px !important;
  line-height: 38px !important;
  padding: 25px 65px !important; }
  @media screen and (max-width: 767px) {
    .button.button_big a .button.button_big a {
      font-size: 20px !important;
      line-height: 20px !important;
      padding: 20px 20px !important; } }
.small_button a {
  padding: 16px 20px !important;
  min-width: auto !important;
  font-size: 14px !important;
  line-height: 20px !important; }

/* Primary Button */
span.button-primary,
input[type="submit"].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.gform_button {
  background: #E9001F !important;
  border: 3px solid #E9001F !important;
  color: #ffffff !important; }

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,
.gform_button {
  background: #C8001B !important;
  border: 3px solid #C8001B !important;
  color: #ffffff !important; }

/* Secondary Button */
span.button-secondary,
input[type="submit"].button-secondary,
.button-secondary a,
.button-secondary button,
a.button-secondary,
input.button-secondary {
  color: #ffffff !important;
  background: #14345A !important;
  border: 1px solid #14345A !important; }

span.button-secondary:hover,
input[type="submit"].button-secondary:hover,
.button-secondary a:hover,
.button-secondary button:hover,
a.button-secondary:hover,
input.button-secondary:hover {
  color: #fff !important;
  background: #14345A !important;
  border: 1px solid #14345A !important; }

/* Outline Button */
span.button-outline,
input[type="submit"].button-outline,
.button-outline a,
.button-outline button,
a.button-outline,
input.button-outline {
  background: transparent !important;
  color: #00809B !important;
  border: 2px solid #00809B !important; }

span.button-outline:hover,
input[type="submit"].button-outline:hover,
.button-outline a:hover,
.button-outline button:hover,
a.button-outline:hover,
input.button-outline:hover {
  background: #00809B !important;
  border: 2px solid #00809B !important;
  color: #fff !important; }

/* BUtton CTA */
/* Button CTA  White*/
/* Button Link  */
/* Button Icons  */
/* Read more  */
span.r-more,
input[type="submit"].r-more,
.r-more a,
.r-more span,
.r-more button,
a.r-more,
input.r-more {
  background: transparent !important;
  border: 0 !important;
  font-family: "Inter", sans-serif;
  position: relative;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FF5C00 !important;
  margin-top: 20px; }

span.button-back,
input[type="submit"].button-back,
.button-back a,
.button-back span,
.button-back button,
a.button-back,
input.button-back {
  background: transparent !important;
  border: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #FF5C00 !important;
  padding: 0 0 0 35px !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase !important; }
  span.button-back::after,
  input[type="submit"].button-back::after,
  .button-back a::after,
  .button-back span::after,
  .button-back button::after,
  a.button-back::after,
  input.button-back::after {
    background: url("../../images/arrow-left-red.svg") no-repeat;
    background-size: 50%;
    background-position: left center;
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 40px !important;
    height: 20px !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

span.button-back-icon,
input[type="submit"].button-back-icon,
.button-back-icon a,
.button-back-icon span,
.button-back-icon button,
a.button-back-icon,
input.button-back-icon {
  position: relative;
  text-decoration: none; }
  span.button-back-icon::after,
  input[type="submit"].button-back-icon::after,
  .button-back-icon a::after,
  .button-back-icon span::after,
  .button-back-icon button::after,
  a.button-back-icon::after,
  input.button-back-icon::after {
    background: url("../../images/back-icon-blue.svg") no-repeat;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    position: relative;
    width: 12px;
    height: 20px;
    top: 0;
    left: 0; }

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 {
  font-family: "Roboto", sans-serif;
  background: #FFFFFF !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #A5B8CE !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  height: 60px;
  padding: 8px 20px !important;
  display: inline-block; }
  input[type="text"]:not(.adminbar-input):focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus,
  select.form-control:not([size]):not([multiple]):focus,
  .selectize-input:focus {
    outline: none; }

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: #1a2225;
  width: 100%;
  cursor: pointer; }
  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: "Open Sans", sans-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 #bdbdbd;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 100%; }
    .selectize-dropdown .selectize-dropdown-content .option {
      font-family: "Roboto", 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: #bdbdbd;
        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; }

.selectbox_wrapper {
  position: relative; }
  .selectbox_wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    top: 70px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #2B2012;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    right: 25px;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .selectbox_wrapper:before {
        padding: 3px;
        right: 15px; } }
input[type="radio"] {
  outline: none; }

input[type="radio"],
input[type="checkbox"] {
  height: 20px;
  vertical-align: top;
  width: 20px; }

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

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

.wpcf7-list-item-label,
label {
  font-family: "Inter", sans-serif;
  margin-left: 0;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #14345A; }
  .wpcf7-list-item-label small,
  label small {
    margin-top: 2px; }

form .aligncenter .button {
  margin: 40px auto 0 !important; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  color: #1a2225;
  float: left;
  font-size: 16px;
  width: 100%;
  margin-left: -5px;
  text-align: center; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #f5d5d5;
  background: #f5d5d5 !important;
  color: #f5d5d5; }

div.wpcf7-mail-sent-ok,
.wpcf7-response-output {
  padding: 20px !important;
  text-align: center;
  background-color: #dddddd;
  border: 0 !important;
  color: #333;
  font-size: 14px;
  line-height: 20px; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  padding: 10px !important; }

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] {
  border-bottom: 1px solid #FF0000 !important; }

.form_separator {
  display: block;
  text-align: center; }
  .form_separator h3 {
    color: #f4f6f7;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #F2994A;
  font-size: 12px;
  border: 1px solid #ffb900 !important;
  padding: 5px 0 !important;
  background: transparent; }

span.wpcf7-not-valid-tip {
  color: #FF4200;
  font-size: 1em;
  display: none !important;
  border: 1px solid #FF4200 !important; }

div.wpcf7 .ajax-loader {
  display: none; }

div.wpcf7 input[type="file"] {
  margin: 0; }

input[type="search"]::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500; }

input[type="search"]:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500; }

input[type="search"]::placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500; }

.form-control {
  width: 100%; }

.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 input[type="submit"] {
  margin-top: 0 !important;
  outline: none !important; }
  @media screen and (max-width: 767px) {
    form input[type="submit"] {
      margin: 0; } }
.time_picker.select {
  display: block;
  width: 100%; }
  .time_picker.select span {
    display: inline-block;
    width: 31%;
    vertical-align: middle;
    margin-right: 12px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .time_picker.select span {
        width: 30%; } }
    @media screen and (max-width: 768px) {
      .time_picker.select span {
        width: 29%; } }
    @media screen and (max-width: 767px) {
      .time_picker.select span {
        width: 30%; } }
    .time_picker.select span:last-child {
      margin-right: 0; }
    .time_picker.select span::before {
      top: 20px !important; }

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

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

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

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

.wpcf7-form [class*='col-'] {
  padding: 0 6px; }

.form_notes {
  margin-top: 15px; }
  .form_notes p {
    color: #FF5C00; }

.form-group p.desc {
  color: #000000;
  font-size: 14px !important;
  line-height: 18px !important; }

.file.form-group {
  margin-bottom: 20px; }

.file .label_title {
  display: block;
  margin-bottom: 10px; }

.file .file_name {
  margin-left: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #48515A; }

.file .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file .file_label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 170px;
  text-align: center;
  padding: 15px 0;
  border-radius: 0;
  border: solid 1px #B4D4E8;
  background: #B4D4E8;
  color: #435762;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 600; }

::-webkit-file-upload-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 60px;
  border-radius: 0;
  background: #C9C9C9;
  border: 1px solid #C9C9C9;
  color: #FFFFFF;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 600; }

div.wpcf7 input[type="file"] {
  border: 1px solid #C9C9C9;
  color: #222830;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  margin: 0;
  outline: none;
  font-size: 14px; }

.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0; }
  .wpcf7-checkbox .wpcf7-list-item, .radio .wpcf7-list-item {
    display: block;
    margin: 0 0 0 10px; }
    .wpcf7-checkbox .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=radio] {
      display: none; }
      .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
        content: "";
        background: #B4D4E8 url("../../images/i-check.png") no-repeat center center;
        background-size: 90%;
        text-align: center; }
  .wpcf7-checkbox .wpcf7-list-item-label, .radio .wpcf7-list-item-label {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    left: 25px;
    position: relative; }
    .wpcf7-checkbox .wpcf7-list-item-label::before, .radio .wpcf7-list-item-label::before {
      background: #B4D4E8;
      border-radius: 0;
      content: "";
      height: 20px;
      left: -35px;
      position: absolute;
      width: 20px;
      top: 5px; }
    .wpcf7-checkbox .wpcf7-list-item-label:hover, .radio .wpcf7-list-item-label:hover {
      cursor: pointer; }

.radio .wpcf7-list-item-label::before {
  border-radius: 100%; }

.custom_date {
  padding: 0 !important;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .custom_date {
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .custom_date [class*='col-'] {
      flex: 0 0 100%;
      max-width: 100%; } }
.type2 {
  background: #3f95ff;
  padding: 65px 60px; }
  @media screen and (max-width: 1080px) {
    .type2 {
      padding: 30px; } }
  .type2 .wpcf7-list-item-label,
  .type2 label {
    color: #F2F2F2;
    font-weight: bold; }

.vc_row.dark_form {
  background: #192841;
  border-radius: 20px;
  max-width: 895px;
  margin: 0 auto !important; }
  @media screen and (max-width: 991px) {
    .vc_row.dark_form {
      width: 90%; } }
  .vc_row.dark_form .wpb_column {
    padding: 80px 60px !important; }
    @media screen and (max-width: 991px) {
      .vc_row.dark_form .wpb_column {
        padding: 50px 30px !important; } }
.gform_wrapper,
.gform_confirmation_wrapper {
  padding: 30px 0; }

.gform_wrapper .gform_validation_errors {
  margin-bottom: 40px !important; }

.gform_wrapper .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important; }
  .gform_wrapper .gform_fields .col-6 {
    max-width: 47%;
    flex: 0 0 47%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .gform_wrapper .gform_fields .col-6 {
        max-width: 100%;
        flex: 0 0 100%; } }
.gform_wrapper input[type=submit].gform_button {
  text-align: center !important;
  display: flex !important;
  justify-content: center;
  outline: none !important; }

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 90% !important;
  margin: 0 auto !important; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper .gform_body,
    .gform_wrapper .gform_footer {
      width: 90% !important; } }
.gform_wrapper .gfield {
  padding: 0 !important;
  margin-bottom: 30px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .gform_wrapper .gfield .ginput_container {
    width: 100%; }

.gform_wrapper .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: "Inter", sans-serif;
  color: #14345A;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 27px;
  margin: 0 !important; }

.gform_wrapper select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

.gform_wrapper .ginput_container_select,
.gform_wrapper .ginput_container_date {
  position: relative; }
  .gform_wrapper .ginput_container_select:before,
  .gform_wrapper .ginput_container_date:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    top: 25px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #14345A;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    right: 25px;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .gform_wrapper .ginput_container_select:before,
      .gform_wrapper .ginput_container_date:before {
        padding: 3px;
        right: 15px; } }
.gform_wrapper textarea {
  height: 216px !important; }

.gform_wrapper .gfield_required {
  color: #c02b0a !important; }

.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 .field_description_below .gfield_description {
  display: none !important; }

.gform_wrapper .gfield_error .gfield_label {
  color: #FF0000 !important; }

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 100% !important; }

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: "Inter", sans-serif;
  width: 100% !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 30px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #A5B8CE !important;
  color: #14345A !important;
  padding: 0 !important; }

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

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

.gform_body :-ms-input-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

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

.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  display: flex;
  justify-content: center; }

.gform_confirmation_message h1, .gform_confirmation_message h2, .gform_confirmation_message h3, .gform_confirmation_message h4, .gform_confirmation_message h5, .gform_confirmation_message h6 {
  color: #333333; }

.gform_confirmation_message p {
  color: #828282; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3A4A56;
  outline: none;
  text-decoration: none !important;
  font-weight: normal;
  transition: color 200ms ease-in-out;
  font-size: 16px;
  line-height: 20px; }
  a:visited {
    color: #3A4A56; }
  a:active, a:hover {
    color: #3A4A56;
    outline: none !important; }
  a:active, a:hover {
    outline: 0; }

@media screen and (max-width: 1080px) {
  .break_word a {
    word-break: break-all; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.desktop-nav {
  display: block; }

.mobile-nav {
  display: none; }

@media screen and (min-width: 992px) {
  #navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; }
    #navigation ul li {
      position: relative;
      float: left;
      padding: 0;
      white-space: nowrap;
      margin: 0 15px; }
      #navigation ul li:last-child {
        margin-right: 0; }
        #navigation ul li:last-child a {
          padding-right: 0; }
      #navigation ul li.menu-item-has-children > a:after {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0;
        right: 0;
        top: 26px;
        transition: all ease-in-out 150ms;
        transform: rotate(45deg);
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.3px; }
      #navigation ul li a {
        display: block;
        color: #222830;
        font-family: "Inter", sans-serif;
        text-decoration: none;
        padding: 20px 10px 20px 10px;
        position: relative;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        transition: none !important;
        border-bottom: 3px solid transparent; }
        #navigation ul li a.active {
          border-bottom: 3px solid #E9001F !important; }
    #navigation ul [class*='button-'] a {
      padding: 14px 24px !important; }
  #navigation ul li:hover > ul,
  #navigation ul li:focus > ul,
  #navigation ul li:focus-within > ul {
    display: block; }
  #navigation ul ul {
    background: #FFFFFF;
    border-radius: 0;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 0;
    padding: 15px 0;
    text-align: left;
    width: 200px;
    left: 0; }
    #navigation ul ul li {
      display: flex;
      align-items: center;
      float: none;
      padding: 0;
      margin: 0;
      position: relative; }
      #navigation ul ul li:last-child {
        border-bottom: 0; }
      #navigation ul ul li.current-page-ancestor a, #navigation ul ul li.current-menu-ancestor a, #navigation ul ul li.current-menu-item a, #navigation ul ul li:hover a, #navigation ul ul li:focus a {
        opacity: 1; }
    #navigation ul ul a {
      font-family: "Inter", sans-serif;
      color: #000000 !important;
      opacity: 1;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 20px;
      display: block;
      width: 100%;
      font-weight: 400;
      text-transform: capitalize;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word; }
  #navigation ul ul ul {
    background: #F2F2F2;
    position: absolute;
    box-shadow: none;
    top: 0;
    left: 100%;
    width: 100%; }
    #navigation ul ul ul li:hover, #navigation ul ul ul li:focus {
      background: #347a82;
      cursor: pointer; }
      #navigation ul ul ul li:hover:after, #navigation ul ul ul li:hover:before, #navigation ul ul ul li:focus:after, #navigation ul ul ul li:focus:before {
        display: none !important; }
      #navigation ul ul ul li:hover > a, #navigation ul ul ul li:focus > a {
        color: #ffffff !important; }
    #navigation ul ul ul a {
      color: #bdbdbd !important; }
  .desktop-nav ul.menu > li:after, .desktop-nav ul.menu > li:before {
    display: block !important;
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 2px;
    margin: 5px 0 0;
    opacity: 1;
    z-index: 999; }
  .desktop-nav ul.menu > li:after {
    left: 0;
    background-color: #ffffff; }
  .desktop-nav ul.menu > li.current-page-ancestor, .desktop-nav ul.menu > li.current-menu-ancestor, .desktop-nav ul.menu > li.current-menu-item {
    cursor: pointer;
    background: transparent !important; }
    .desktop-nav ul.menu > li.current-page-ancestor:after, .desktop-nav ul.menu > li.current-page-ancestor:before, .desktop-nav ul.menu > li.current-menu-ancestor:after, .desktop-nav ul.menu > li.current-menu-ancestor:before, .desktop-nav ul.menu > li.current-menu-item:after, .desktop-nav ul.menu > li.current-menu-item:before {
      display: block !important;
      width: 100%;
      opacity: 1;
      left: 50%;
      transform: translateX(-50%); }
    .desktop-nav ul.menu > li.current-page-ancestor[class*='button-'], .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-'], .desktop-nav ul.menu > li.current-menu-item[class*='button-'] {
      background: none; }
      .desktop-nav ul.menu > li.current-page-ancestor[class*='button-']:after, .desktop-nav ul.menu > li.current-page-ancestor[class*='button-']:before, .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-']:after, .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-']:before, .desktop-nav ul.menu > li.current-menu-item[class*='button-']:after, .desktop-nav ul.menu > li.current-menu-item[class*='button-']:before {
        display: none !important; }
    .desktop-nav ul.menu > li.current-page-ancestor.button-outline a, .desktop-nav ul.menu > li.current-menu-ancestor.button-outline a, .desktop-nav ul.menu > li.current-menu-item.button-outline a {
      background: #FF5C00 !important;
      color: #fff !important; }
    .desktop-nav ul.menu > li.current-page-ancestor:hover:after, .desktop-nav ul.menu > li.current-menu-ancestor:hover:after, .desktop-nav ul.menu > li.current-menu-item:hover:after {
      display: none !important;
      opacity: 0 !important; }
  .desktop-nav ul.menu > li:hover a:after, .desktop-nav ul.menu > li:focus a:after {
    transform: rotate(-135deg) !important;
    top: 30px !important; } }

.toggle-nav {
  height: 15px;
  width: 20px;
  background: transparent;
  top: 50%;
  left: 50%;
  position: absolute;
  cursor: pointer;
  display: none;
  transform: translate(-50%, -50%); }

body.collapse_menu {
  overflow-y: hidden; }

.toggle-nav,
.toggle-nav span {
  transition: all linear 200ms; }

.toggle-nav span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff; }

.toggle-nav span.toggle-line2 {
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.toggle-nav span.toggle-line3 {
  bottom: 0;
  top: auto; }

.collapse_menu .toggle-nav span {
  background-color: #192841; }

.collapse_menu .mobile-toggle-wrap {
  background-color: transparent; }

.collapse_menu .mobile-toggle-wrap .toggle-nav span {
  background-color: #ffffff; }

.hide_desktop {
  display: none; }

.none {
  display: none; }

.nav-mobile-header {
  display: none; }

button.firstToggle {
  position: absolute;
  border: none;
  background: transparent;
  overflow: hidden;
  right: 0;
  text-indent: -999px;
  width: 50px;
  height: 40px;
  z-index: 10;
  display: none;
  outline: none;
  top: 0; }

@media only screen and (max-width: 1399px) {
  #navigation .desktop-nav ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (max-width: 1387px) {
  #navigation .desktop-nav ul > li a {
    font-size: 14px !important; } }

@media only screen and (max-width: 1270px) {
  #navigation .desktop-nav ul > li a {
    font-size: 12px !important; }
  #navigation .desktop-nav ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (max-width: 1160px) {
  .main-nav ul li a {
    font-size: 14px; } }

@media only screen and (max-width: 1025px) {
  .main-nav ul li a {
    font-size: 15px; } }

@media only screen and (min-width: 1081px) {
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu,
  .main-nav ul li.menu-item-has-children ul.sub-menu li:focus > ul.sub-menu {
    display: inline-block; } }

@media only screen and (max-width: 991px) {
  .alert-banner {
    display: none !important; }
  #navigation {
    text-align: right;
    width: 100%; }
  button.firstToggle {
    display: block; }
  .menu-toggle-wrap {
    display: none; }
  .toggle-nav {
    display: inline-block;
    margin-right: 0; }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .mobile-toggle-wrap {
    position: relative;
    right: 0;
    top: 0;
    width: 20px;
    height: 50px;
    padding: 0 15px; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  nav.main-nav {
    margin-top: 0;
    position: fixed;
    width: 100%;
    right: 0;
    top: 78px;
    overflow-y: auto;
    height: calc(100% - 103px);
    z-index: -1;
    right: 0;
    transition: transform 0.3s;
    transform: translateY(-1000px); } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    nav.main-nav {
      width: 100%; } }
@media only screen and (max-width: 991px) {
  body.collapse_menu nav.main-nav {
    transform: translateY(0px);
    opacity: 1;
    z-index: -1; }
  /*Mobile Menu*/
  .desktop-nav {
    display: none; }
  .mobile-nav {
    display: block; }
  .menu-main-navigation-container,
  .menu-mobile-menu-container {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .mobile-nav.main-nav .main-nav-list {
    height: auto;
    background-color: #ffffff;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 20px;
    overflow-y: scroll;
    overflow-x: hidden; }
  .mobile-nav.main-nav ul {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-left: 0; }
  #mobile-menu li {
    line-height: 0 !important;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0; }
    #mobile-menu li a {
      font-family: "Inter", sans-serif !important;
      display: inline-block;
      justify-content: inherit;
      color: #222830;
      height: auto;
      padding: 20px 10px 20px 20px;
      font-style: normal;
      font-size: 16px;
      line-height: 22px;
      font-weight: 600; }
  #mobile-menu li.menu-item-has-children > ul.sub-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: auto;
    left: 0;
    width: 100%;
    display: none;
    position: relative;
    z-index: 8;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0; }
    #mobile-menu li.menu-item-has-children > ul.sub-menu:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      background: #ffffff;
      border-top: 1px solid #ffffff;
      width: 100%;
      height: 10px; }
    #mobile-menu li.menu-item-has-children > ul.sub-menu li {
      position: relative;
      margin-bottom: 0;
      padding: 0;
      background: #ffffff !important;
      border-bottom: 1px solid #ffffff;
      padding-left: 10px; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li > a {
        color: #222222; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li:last-child {
        border-bottom: 0; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li a {
        text-transform: none;
        color: #222222;
        font-size: 14px;
        font-weight: normal;
        padding: 12px 20px; }
        #mobile-menu li.menu-item-has-children > ul.sub-menu li a > li {
          padding: 0; }
          #mobile-menu li.menu-item-has-children > ul.sub-menu li a > li a {
            padding: 10px 20px; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li.active > a {
        padding-bottom: 8px; }
  .main-nav.mobile-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu {
    margin-top: 10px; }
  .main-nav.mobile-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu,
  a.open-menu {
    width: 20px !important;
    height: 20px !important;
    float: right;
    margin-right: 15px;
    margin-top: 0; }
  .main-nav ul li a:hover,
  .main-nav ul li a:focus {
    color: inherit !important; }
  .main-nav ul li.menu-item-has-children ul.sub-menu {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: inherit;
    box-shadow: none;
    padding-bottom: 0;
    margin: 0 0 10px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a {
    color: #fff;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    padding-left: 0;
    font-size: 15px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:hover,
  .main-nav ul li.menu-item-has-children ul.sub-menu a:focus {
    color: #ffffff;
    background: transparent; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:before {
    display: none; }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  .main-nav ul li.menu-item-has-children a:after {
    display: none; }
  .main-nav ul li.menu-item-has-children a.open-menu:before,
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a.open-menu:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 18px;
    top: 30px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.3px; }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
    top: 12px; }
  .main-nav ul li.menu-item-has-children.active > a {
    color: #ffffff !important; }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children.active > a.open-menu:before,
  .main-nav ul li.menu-item-has-children.active a.open-menu:before {
    transform: rotateZ(225deg); }
  .main-nav ul li.menu-item-has-children ul.sub-menu li {
    background: #1729E7 !important;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:last-child > a {
    border-bottom: none; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a span {
    font-size: 16px;
    display: inline-block;
    margin: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li a {
    color: #ffffff;
    height: auto !important;
    display: inline-block;
    width: auto;
    padding: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:hover,
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:focus {
    background: none; }
  /*All Menu Item with Icons*/
  .main-nav ul li:before {
    left: 0 !important; }
  /*Third Level Menu*/
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    color: #bdbdbd; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
    padding-left: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current-menu-item > a,
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current_page_item > a {
    color: #bdbdbd !important;
    background: transparent !important; } }

@media only screen and (max-width: 1370px) {
  .mobile-nav ul li {
    margin: 0; }
  .mobile-nav ul li.active {
    padding-bottom: 0; }
  .main-nav ul [class*='button-'] a {
    font-size: 10px !important;
    padding: 0.5rem 0.6rem !important; }
  .main-nav ul li.menu-item-has-children a:after {
    top: 3px; }
  .menu_footer ul li a {
    font-size: 12px !important; } }

@media only screen and (max-width: 992px) {
  #mobile-menu [class*='button-'] {
    margin-bottom: 15px;
    padding: 0 20px; }
    #mobile-menu [class*='button-'] a {
      font-size: 15px !important;
      padding: 15px 20px !important;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  body.collapse_menu nav.main-nav {
    top: 77px; } }

/* iPad Pro in portrait & landscape*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-nav ul li a {
    font-size: 13px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:focus > ul.sub-menu,
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu {
    display: none; }
  .desktop-nav ul li.menu-item-has-children:focus > ul.sub-menu,
  .desktop-nav ul li.menu-item-has-children:hover > ul.sub-menu {
    display: none; } }

/*--------------------------------------------------------------
## 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%; }

.contact_form [class*='col-'] {
  margin-bottom: 15px; }

.contact_form .wpcf7-form-control-wrap {
  width: 100%; }

.archive_grid {
  padding: 0 30px; }

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

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

@media screen and (max-width: 767px) {
  .cta_columns .wpb_column > .vc_column-inner {
    padding: 40px 20px !important; } }

.offset_image_right {
  position: relative;
  right: 0; }
  .offset_image_right img {
    border-radius: 25px 0px 0px 25px; }

.offset_left_content,
.offset_right_content {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0 25px 25px 0;
  position: relative;
  padding: 120px 0;
  overflow: hidden; }
  .offset_left_content.no_padding,
  .offset_right_content.no_padding {
    padding: 0; }
    .offset_left_content.no_padding .vc_column-inner,
    .offset_right_content.no_padding .vc_column-inner {
      padding: 0; }
  .offset_left_content .wpb_single_image,
  .offset_left_content .wpb_single_image .vc_figure,
  .offset_left_content .wpb_single_image .vc_single_image-wrapper,
  .offset_left_content .wpb_single_image .vc_single_image-wrapper img,
  .offset_right_content .wpb_single_image,
  .offset_right_content .wpb_single_image .vc_figure,
  .offset_right_content .wpb_single_image .vc_single_image-wrapper,
  .offset_right_content .wpb_single_image .vc_single_image-wrapper img {
    width: 100%; }

.offset_left_content {
  border-radius: 0 25px 25px 0; }

.offset_right_content {
  border-radius: 25px 0px 0px 25px; }

/*--------------------------------------------------------------
## asides
--------------------------------------------------------------*/
.blog .format-kahuade .entry-title,
.archive .format-kahuade .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
--------------------------------------------------------------*/
/*Search*/
.single-post-heading {
  background: #252525;
  padding: 100px 0; }
  .single-post-heading [class*='col-'] {
    align-items: center !important;
    justify-content: center;
    position: relative; }
  .single-post-heading .title {
    color: #fff; }
  .single-post-heading h2 {
    font-size: 45px;
    font-weight: 500;
    text-align: center; }
  .single-post-heading h6 {
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px; }

.search-content,
.no-results {
  padding: 60px 30px; }

.search-content .container_small {
  display: block !important; }

.search-content a {
  color: #222830; }
  .search-content a:hover {
    color: #FF5C00; }

.search-content .page-header {
  padding-bottom: 30px;
  margin-bottom: 40px; }

.search-content article {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  .search-content article .meta.bg-color3 {
    background: #FF5C00; }
  .search-content article .meta.bg-color4 {
    background: #FF5C00; }
  .search-content article .meta {
    font-size: 14px;
    line-height: 26px;
    padding: 5px 2em;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px; }
  .search-content article h4 {
    font-weight: 600; }

.search-content .excerpt p {
  font-size: 16px;
  line-height: 26px;
  font-family: 300; }

.error404 .single-post-heading {
  background: transparent;
  padding: 250px 0 300px; }
  .error404 .single-post-heading h2 {
    font-weight: bold;
    text-transform: uppercase; }

.vc_row.hero_section,
.hero_section {
  position: relative;
  width: 100%;
  background-position: center center !important;
  overflow: hidden; }
  .vc_row.hero_section .hero_big_heading,
  .hero_section .hero_big_heading {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .vc_row.hero_section .hero_sub_heading,
  .hero_section .hero_sub_heading {
    font-weight: normal;
    font-size: 32px;
    line-height: 50px; }
  .vc_row.hero_section.inner_hero,
  .hero_section.inner_hero {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1080px) {
      .vc_row.hero_section.inner_hero,
      .hero_section.inner_hero {
        height: 678px; } }
    @media screen and (max-width: 991px) {
      .vc_row.hero_section.inner_hero,
      .hero_section.inner_hero {
        background-position: right -260px center !important; } }
    @media screen and (max-width: 767px) {
      .vc_row.hero_section.inner_hero,
      .hero_section.inner_hero {
        height: auto;
        min-height: 100vh; } }
    .vc_row.hero_section.inner_hero:before,
    .hero_section.inner_hero:before {
      background: rgba(43, 45, 66, 0.7);
      content: "" !important;
      display: block !important;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .vc_row.hero_section.inner_hero > .wpb_column,
    .vc_row.hero_section.inner_hero > .container,
    .hero_section.inner_hero > .wpb_column,
    .hero_section.inner_hero > .container {
      display: flex !important;
      height: 100vh;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1080px) {
        .vc_row.hero_section.inner_hero > .wpb_column,
        .vc_row.hero_section.inner_hero > .container,
        .hero_section.inner_hero > .wpb_column,
        .hero_section.inner_hero > .container {
          height: 678px; } }
      @media screen and (max-width: 767px) {
        .vc_row.hero_section.inner_hero > .wpb_column,
        .vc_row.hero_section.inner_hero > .container,
        .hero_section.inner_hero > .wpb_column,
        .hero_section.inner_hero > .container {
          height: auto;
          min-height: 100vh; } }
    .vc_row.hero_section.inner_hero .hero_wave,
    .hero_section.inner_hero .hero_wave {
      position: absolute;
      bottom: 0; }

.hero_slides_wrap {
  position: relative; }
  .hero_slides_wrap .hero_wave {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    width: 100%;
    height: 124px;
    background: url("../../images/hero-wave.png") no-repeat;
    background-size: cover;
    background-position: top center; }

.hero-slider {
  width: 100%;
  position: relative;
  mix-blend-mode: normal; }
  .hero-slider .wrap-slide-slides {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100vh; }
    @media screen and (max-width: 1080px) {
      .hero-slider .wrap-slide-slides {
        height: 678px; } }
    @media screen and (max-width: 991px) {
      .hero-slider .wrap-slide-slides {
        background-position: right -180px center !important; } }
    @media screen and (max-width: 767px) {
      .hero-slider .wrap-slide-slides {
        height: auto;
        min-height: 100vh; } }
    .hero-slider .wrap-slide-slides:before {
      background: linear-gradient(89.69deg, rgba(43, 45, 66, 0.8) 28.14%, rgba(43, 45, 66, 0) 53.42%);
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 100%;
      height: 100%;
      z-index: 1; }
    .hero-slider .wrap-slide-slides:after {
      background: rgba(43, 45, 66, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 100%;
      height: 100%;
      z-index: 0; }
  .hero-slider .slide_content_wrapper {
    flex-wrap: wrap;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 300px 20px 350px;
    z-index: 2;
    position: relative;
    height: 100vh; }
    @media screen and (max-width: 1440px) {
      .hero-slider .slide_content_wrapper {
        max-width: 1180px;
        padding: 250px 20px 350px;
        height: auto; } }
    @media screen and (max-width: 1200px) {
      .hero-slider .slide_content_wrapper {
        max-width: 1080px; } }
    @media screen and (max-width: 1080px) {
      .hero-slider .slide_content_wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 200px;
        padding-bottom: 250px; } }
    @media screen and (max-width: 767px) {
      .hero-slider .slide_content_wrapper {
        padding: 200px 20px 200px; } }
    @media screen and (max-width: 767px) {
      .hero-slider .slide_content_wrapper {
        padding: 170px 20px 220px; } }
  .hero-slider .slide_content {
    width: 50%; }
    @media screen and (max-width: 991px) {
      .hero-slider .slide_content {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .hero-slider .slide_content {
        width: 100%; } }
    .hero-slider .slide_content h1 {
      color: #fff;
      margin-bottom: 40px; }
      @media screen and (max-width: 1440px) {
        .hero-slider .slide_content h1 {
          font-size: 42px !important;
          line-height: 50px !important;
          margin-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .hero-slider .slide_content h1 {
          font-size: 28px !important;
          line-height: 32px !important; } }
    .hero-slider .slide_content p {
      color: #fff;
      margin-bottom: 40px !important; }
      @media screen and (max-width: 1440px) {
        .hero-slider .slide_content p {
          font-size: 14px !important;
          line-height: 28px !important; } }
      @media screen and (max-width: 991px) {
        .hero-slider .slide_content p {
          font-size: 14px !important;
          line-height: 28px !important; } }
  .hero-slider .slick-dots {
    bottom: 150px;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .hero-slider .slick-dots {
        bottom: 130px; } }
  .hero-slider .slick-dots li button {
    background: rgba(237, 242, 244, 0.4);
    border-radius: 2px;
    width: 19px;
    height: 19px; }
  .hero-slider .slick-dots li.slick-active button {
    background: #CC5053; }

.vc_row.hero_overlay,
.hero_overlay {
  position: relative; }
  .vc_row.hero_overlay:before,
  .hero_overlay:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    top: auto;
    left: 0;
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.5), rgba(2, 2, 2, 0.5)); }
  .vc_row.hero_overlay > .vc_row,
  .hero_overlay > .vc_row {
    z-index: 1; }

.custom_boxes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px; }
  @media screen and (max-width: 1080px) {
    .custom_boxes {
      grid-row-gap: 15px;
      grid-column-gap: 15px; } }
  .custom_boxes.two_column {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 991px) {
      .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_flex {
  display: flex;
  flex-wrap: wrap; }
  .custom_boxes_flex.align-center {
    justify-content: center; }
  .custom_boxes_flex.boxes_slider .slick-slide > div {
    height: 100%; }
  .custom_boxes_flex.boxes_slider .item_wrapper_type {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    height: 100%; }
    .custom_boxes_flex.boxes_slider .item_wrapper_type .box_details h3 {
      position: absolute;
      bottom: 0;
      left: 0; }
  .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; }
  .custom_boxes_flex.two_column .item_wrapper_type {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.two_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .custom_boxes_flex.three_column .item_wrapper_type {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.three_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .custom_boxes_flex.four_column .item_wrapper_type {
    flex: 0 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 991px) {
      .custom_boxes_flex.four_column .item_wrapper_type {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 15px 0; } }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.four_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 991px) {
  #mobile_slider {
    display: flex !important; } }

.cta_grid {
  position: relative; }
  .cta_grid .item_wrapper_type {
    box-shadow: none;
    border-radius: 0;
    padding: 25px;
    text-decoration: none;
    position: relative;
    transition: none;
    max-width: 100%;
    flex: 0 0 100%; }
    .cta_grid .item_wrapper_type .item_content {
      display: flex;
      flex-wrap: wrap; }
    .cta_grid .item_wrapper_type .box_details {
      width: 100%; }
      @media screen and (max-width: 1080px) {
        .cta_grid .item_wrapper_type .box_details {
          width: 90%; } }
      .cta_grid .item_wrapper_type .box_details h3 {
        margin-bottom: 30px; }
      .cta_grid .item_wrapper_type .box_details .box_content {
        margin-bottom: 20px;
        min-height: 200px; }
    .cta_grid .item_wrapper_type .item_image_wrap {
      margin-bottom: 30px; }
      .cta_grid .item_wrapper_type .item_image_wrap img {
        border-radius: 4px; }

.cta_boxes {
  position: relative;
  margin: 0 -7.5px !important; }
  @media screen and (max-width: 1080px) {
    .cta_boxes.custom_boxes_flex .item_wrapper_type {
      margin: 5px 0 !important; } }
  .cta_boxes .item_wrapper_type {
    box-shadow: none;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    transition: none;
    max-width: 100%;
    flex: 0 0 100%;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
    border-radius: 14px; }
    .cta_boxes .item_wrapper_type:hover .item_content {
      transform: scale(1.03);
      transition: all .2s ease-in-out; }
    .cta_boxes .item_wrapper_type .item_content {
      display: block;
      padding: 0 10px;
      position: relative;
      border-radius: 14px;
      z-index: 2;
      margin: 15px 15px;
      height: 300px;
      transition: all .2s ease-in-out; }
      @media screen and (max-width: 1200px) {
        .cta_boxes .item_wrapper_type .item_content {
          padding: 300px 30px 60px; } }
      @media screen and (max-width: 1080px) {
        .cta_boxes .item_wrapper_type .item_content {
          padding: 230px 10px 60px; } }
      @media screen and (max-width: 991px) {
        .cta_boxes .item_wrapper_type .item_content {
          padding: 120px 10px 60px;
          height: 300px;
          margin: 10px 5px; } }
    .cta_boxes .item_wrapper_type h6 {
      font-family: "Inter", sans-serif;
      position: absolute;
      top: 60px;
      color: #ffffff;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .cta_boxes .item_wrapper_type .box_details {
      width: 100%;
      text-align: left;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      z-index: 2;
      background: #222830;
      border-radius: 0px 0px 14px 14px; }
      .cta_boxes .item_wrapper_type .box_details.has_button {
        padding-bottom: 80px; }
      .cta_boxes .item_wrapper_type .box_details h3 {
        margin-bottom: 0;
        font-weight: 800;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
        color: #ffffff; }
        @media screen and (max-width: 1080px) {
          .cta_boxes .item_wrapper_type .box_details h3 {
            font-size: 18px !important;
            line-height: 24px !important; } }
  .cta_boxes .button-primary {
    display: none !important; }
  .cta_boxes .button-icon-wrapper {
    position: absolute;
    bottom: 30px; }
  .cta_boxes .slick-track {
    display: flex !important; }
  .cta_boxes .slick-slide {
    height: inherit !important;
    border-radius: 4px;
    margin: 0 10px; }

.logo_grid {
  position: relative;
  margin: 0 -7.5px !important; }
  @media screen and (max-width: 767px) {
    .logo_grid {
      grid-row-gap: 10px;
      grid-column-gap: 0; } }
  @media screen and (max-width: 1080px) {
    .logo_grid {
      grid-template-columns: 1fr 1fr 1fr 1fr !important; } }
  @media screen and (max-width: 991px) {
    .logo_grid {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media screen and (max-width: 767px) {
    .logo_grid {
      grid-template-columns: 1fr !important; } }
  .logo_grid .item_wrapper_type {
    box-shadow: none;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    transition: none;
    max-width: 100%;
    flex: 0 0 100%;
    overflow: hidden;
    border-radius: 14px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15)); }
    .logo_grid .item_wrapper_type .item_content {
      display: flex;
      flex-wrap: wrap; }
    .logo_grid .item_wrapper_type .item_image_wrap {
      background: #ffffff;
      display: flex;
      padding: 0 20px;
      position: relative;
      z-index: 2;
      margin: 15px 15px;
      width: 100%;
      height: 180px;
      transition: all .2s ease-in-out;
      border-radius: 14px; }
      @media screen and (max-width: 767px) {
        .logo_grid .item_wrapper_type .item_image_wrap {
          padding: 0 5px; } }
      .logo_grid .item_wrapper_type .item_image_wrap:hover {
        transform: scale(1.03);
        overflow: hidden; }
    .logo_grid .item_wrapper_type .item_image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .logo_grid .item_wrapper_type .item_image img {
        width: 80%; }
        @media screen and (max-width: 767px) {
          .logo_grid .item_wrapper_type .item_image img {
            width: 60%; } }
    .logo_grid .item_wrapper_type .box_details {
      padding: 20px 20px; }
      @media screen and (max-width: 991px) {
        .logo_grid .item_wrapper_type .box_details {
          padding: 10px 20px; } }
      .logo_grid .item_wrapper_type .box_details p {
        font-size: 18px;
        line-height: 28px;
        color: #333333; }
        @media screen and (max-width: 767px) {
          .logo_grid .item_wrapper_type .box_details p {
            font-size: 14px !important;
            line-height: 22px !important; } }
.mobile_arrows {
  margin-top: 30px;
  text-align: center;
  padding: 0;
  display: none !important; }
  @media screen and (max-width: 767px) {
    .mobile_arrows {
      display: block !important; } }
.colors_grid {
  position: relative;
  margin: 0 -7.5px !important;
  grid-row-gap: 40px;
  grid-column-gap: 20px; }
  .colors_grid .item_wrapper_type {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 10px 40px;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-radius: 14px; }
    @media screen and (max-width: 1080px) {
      .colors_grid .item_wrapper_type {
        padding: 40px 5px 10px; } }
    @media screen and (max-width: 767px) {
      .colors_grid .item_wrapper_type {
        filter: none;
        margin: 0;
        padding: 25px 20px; } }
    .colors_grid .item_wrapper_type:hover .item_image_wrap {
      transform: scale(1.03);
      overflow: hidden; }
    .colors_grid .item_wrapper_type .item_content {
      background: #ffffff;
      display: block;
      position: relative;
      padding: 0;
      z-index: 2;
      width: 100%;
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
      transition: all .2s ease-in-out;
      border-radius: 14px; }
    .colors_grid .item_wrapper_type .item_image_wrap {
      display: flex;
      width: 100%;
      transition: all .2s ease-in-out;
      padding: 50px 20px 0; }
      .colors_grid .item_wrapper_type .item_image_wrap:hover {
        transform: scale(1.03);
        overflow: hidden; }
    .colors_grid .item_wrapper_type .item_image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .colors_grid .item_wrapper_type .item_image img {
        max-width: 85%;
        height: 323px; }
        @media screen and (max-width: 1080px) {
          .colors_grid .item_wrapper_type .item_image img {
            height: 150px;
            max-width: 250px; } }
        @media screen and (max-width: 767px) {
          .colors_grid .item_wrapper_type .item_image img {
            height: auto;
            max-width: 60%; } }
      .colors_grid .item_wrapper_type .item_image.small_image img {
        max-width: 181px;
        height: 209px; }
        @media screen and (max-width: 1080px) {
          .colors_grid .item_wrapper_type .item_image.small_image img {
            height: 120px;
            max-width: 250px; } }
        @media screen and (max-width: 767px) {
          .colors_grid .item_wrapper_type .item_image.small_image img {
            height: auto;
            max-width: 60%; } }
    .colors_grid .item_wrapper_type .box_details {
      padding: 20px 20px;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      width: 100%;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .colors_grid .item_wrapper_type .box_details {
          padding: 15px 10px;
          justify-content: center;
          align-items: center;
          text-align: center; } }
      .colors_grid .item_wrapper_type .box_details h2 {
        width: 100%;
        margin-bottom: 20px; }
      .colors_grid .item_wrapper_type .box_details p {
        font-size: 16px;
        line-height: 35px;
        width: 100%;
        color: #002D36; }
        @media screen and (max-width: 768px) {
          .colors_grid .item_wrapper_type .box_details p {
            font-size: 12px !important;
            line-height: 18px !important; } }
.slide_arrows {
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .slide_arrows {
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .slide_arrows {
      justify-content: center;
      margin-top: 40px; } }
.slick-arrow {
  bottom: 0;
  z-index: 6;
  display: inline-block;
  height: 54px;
  width: 58px;
  border-radius: 7px;
  margin: 0 3px;
  padding: 0;
  transition: all .15s ease-in; }

.slider_row,
.vc_row.slider_row {
  position: relative;
  padding-left: 17%; }
  @media screen and (max-width: 1439px) {
    .slider_row,
    .vc_row.slider_row {
      padding-left: 5%; } }
  @media screen and (max-width: 767px) {
    .slider_row,
    .vc_row.slider_row {
      padding-left: 0;
      padding: 0 20px !important; } }
  .slider_row .slick-list,
  .vc_row.slider_row .slick-list {
    padding: 0 16.5% 0 0; }
    @media screen and (max-width: 767px) {
      .slider_row .slick-list,
      .vc_row.slider_row .slick-list {
        padding: 0; } }
  .slider_row .slide_arrows,
  .vc_row.slider_row .slide_arrows {
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 50px; }
    @media screen and (max-width: 991px) {
      .slider_row .slide_arrows,
      .vc_row.slider_row .slide_arrows {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .slider_row .slide_arrows,
      .vc_row.slider_row .slide_arrows {
        justify-content: center;
        margin-top: 40px; } }
  .slider_row .slick-arrow,
  .vc_row.slider_row .slick-arrow {
    bottom: 0;
    z-index: 6;
    display: inline-block;
    height: 54px;
    width: 58px;
    border-radius: 7px;
    margin: 0 3px;
    padding: 0;
    transition: all .15s ease-in; }

.boxes_slider {
  position: relative;
  margin: 0 -7.5px !important;
  grid-row-gap: 40px;
  grid-column-gap: 20px; }
  .boxes_slider.disabled_hover .item_wrapper_type:hover .box_details {
    opacity: 0;
    visibility: hidden; }
  .boxes_slider .item_wrapper_type {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 10px;
    height: 100%;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    overflow: hidden; }
    .boxes_slider .item_wrapper_type .box_details {
      background: linear-gradient(0deg, rgba(0, 128, 155, 0.7), rgba(0, 128, 155, 0.7));
      visibility: hidden;
      opacity: 0;
      width: 100%;
      height: 100%;
      transition-duration: 0.3s;
      border-radius: 14px; }
      .boxes_slider .item_wrapper_type .box_details .box_content {
        position: absolute;
        bottom: 30px;
        left: 30px; }
      .boxes_slider .item_wrapper_type .box_details h3 {
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -2px;
        color: #FFFFFF;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .boxes_slider .item_wrapper_type .box_details h3 {
            font-size: 18px;
            line-height: 24px; } }
      .boxes_slider .item_wrapper_type .box_details p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 22px; }
    .boxes_slider .item_wrapper_type:hover .box_details {
      opacity: 1;
      visibility: visible; }
    .boxes_slider .item_wrapper_type .item_content {
      background: #ffffff;
      display: block;
      position: relative;
      height: 500px;
      padding: 0;
      z-index: 2;
      width: 100%;
      transition: all .2s ease-in-out;
      border-radius: 14px; }
      @media screen and (max-width: 1080px) {
        .boxes_slider .item_wrapper_type .item_content {
          height: 300px; } }
      @media screen and (max-width: 991px) {
        .boxes_slider .item_wrapper_type .item_content {
          height: 200px; } }
      @media screen and (max-width: 767px) {
        .boxes_slider .item_wrapper_type .item_content {
          height: 440px; } }
#gallery_images_wrapper #gallery_images {
  grid-row-gap: 20px;
  grid-column-gap: 20px; }
  @media screen and (max-width: 1080px) {
    #gallery_images_wrapper #gallery_images {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media screen and (max-width: 767px) {
    #gallery_images_wrapper #gallery_images {
      grid-template-columns: 1fr !important; } }
  #gallery_images_wrapper #gallery_images a {
    padding: 0;
    overflow: visible;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    border-radius: 14px;
    transition: none !important; }
    #gallery_images_wrapper #gallery_images a:hover img {
      transform: scale(1.03); }
  #gallery_images_wrapper #gallery_images .image_inner {
    border-radius: 14px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
  #gallery_images_wrapper #gallery_images img {
    width: 100%;
    border-radius: 14px;
    transition: all .2s ease-in-out; }

#gallery_images_wrapper .gallery_arrows {
  display: none; }
  @media screen and (max-width: 767px) {
    #gallery_images_wrapper .gallery_arrows {
      display: flex;
      justify-content: center;
      align-items: center; } }
.post_type_section.sticky_post {
  border-top: 0;
  padding-top: 0; }

.post_type_section .form-group {
  margin-bottom: 0; }

.post_type_section .button {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .post_type_section .button {
      margin-top: 30px; } }
.post_type_section .tax_name {
  margin: 50px 0; }

.post_type_section [class*='col-'] {
  padding: 0; }

.post_type_section .post_list .post_item {
  position: relative; }
  .post_type_section .post_list .post_item article {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .post_type_section .post_list .post_item .item_content {
    padding: 40px 30px 40px 0;
    display: block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .post_type_section .post_list .post_item .item_content {
        padding: 40px 30px; } }
    .post_type_section .post_list .post_item .item_content .post_terms {
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .post_type_section .post_list .post_item .item_content .post_terms {
          margin-bottom: 10px; } }
      .post_type_section .post_list .post_item .item_content .post_terms span {
        background: #F2DE0A;
        padding: 5px 10px;
        color: #0E1F41;
        font-size: 14px;
        line-height: 30px;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .post_type_section .post_list .post_item .item_content .post_terms span {
            font-size: 10px;
            line-height: 15px;
            margin: 2px;
            padding: 2px 5px;
            display: inline-block; } }
    .post_type_section .post_list .post_item .item_content h3, .post_type_section .post_list .post_item .item_content h3 a {
      font-family: "Inter", sans-serif;
      font-weight: bold;
      font-size: 38px;
      line-height: 39px;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #14345A; }
      @media screen and (max-width: 991px) {
        .post_type_section .post_list .post_item .item_content h3, .post_type_section .post_list .post_item .item_content h3 a {
          font-size: 24px !important;
          line-height: 32px !important; } }
    .post_type_section .post_list .post_item .item_content p {
      font-weight: normal;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      -moz-line-clamp: 6;
      overflow: hidden; }
    .post_type_section .post_list .post_item .item_content .post_meta {
      margin-bottom: 20px; }
      .post_type_section .post_list .post_item .item_content .post_meta span {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.025em;
        text-transform: capitalize;
        color: #222830; }
  .post_type_section .post_list .post_item .item_image {
    border-radius: 0;
    height: 352px;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (max-width: 1080px) {
      .post_type_section .post_list .post_item .item_image {
        height: 250px; } }
.post_type_section.resources_widget {
  margin: 0 -15px; }
  .post_type_section.resources_widget .post_item .item_content {
    padding: 40px 50px; }
    .post_type_section.resources_widget .post_item .item_content h3, .post_type_section.resources_widget .post_item .item_content h3 a {
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      text-transform: inherit;
      letter-spacing: 0; }
    .post_type_section.resources_widget .post_item .item_content .post_meta {
      display: none; }
    .post_type_section.resources_widget .post_item .item_content p {
      font-weight: normal;
      font-size: 15px;
      line-height: 20px;
      color: #3A4A56;
      font-weight: normal;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      -moz-line-clamp: 6;
      overflow: hidden; }
    .post_type_section.resources_widget .post_item .item_content .r-more {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      color: #3A4A56 !important;
      text-transform: capitalize !important; }

.single_post_item {
  margin: 100px 0 0; }
  .single_post_item .back_button {
    padding: 0 30px;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .single_post_item .back_button {
        padding: 0;
        margin-bottom: 40px; } }
  .single_post_item .post_meta {
    display: block;
    width: 100%;
    margin: 35px 0; }
    .single_post_item .post_meta span {
      display: inline-block;
      border-right: 2px solid #FF5C00;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      text-align: right;
      letter-spacing: -0.025em;
      text-transform: capitalize;
      color: #FF5C00;
      padding-right: 10px;
      margin-right: 10px; }
      .single_post_item .post_meta span:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }
  .single_post_item .post_content {
    padding: 100px 0 0; }
    @media screen and (max-width: 1080px) {
      .single_post_item .post_content {
        padding: 50px 0 0; } }
.related_posts_main {
  width: 100%;
  position: relative;
  margin: 100px 0 0;
  display: block; }
  @media screen and (max-width: 767px) {
    .related_posts_main {
      margin: 100px 0; } }
@media screen and (max-width: 991px) {
  .related_posts .container {
    padding: 0 20px !important; } }

.related_posts .vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.related_posts_wrapper {
  width: 100%; }
  .related_posts_wrapper h2.related_title {
    margin: 0 0 70px;
    text-align: center !important; }

.archive .maincontent {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.archive_grid {
  margin-top: 150px !important; }
  @media screen and (max-width: 1080px) {
    .archive_grid {
      margin-top: 150px; } }
  .archive_grid .tax_title {
    text-align: center; }

.filter_wrap {
  margin: 40px 0 100px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .filter_wrap {
      margin: 40px 0 50px; } }
  .filter_wrap .filter_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .filter_wrap .filter_inner .posts_filter {
      display: flex; }
      .filter_wrap .filter_inner .posts_filter.filter_left {
        justify-content: flex-start;
        max-width: 30%;
        flex: 0 0 30%; }
        @media screen and (max-width: 1080px) {
          .filter_wrap .filter_inner .posts_filter.filter_left {
            justify-content: flex-start;
            flex: 0 0 100%;
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .filter_wrap .filter_inner .posts_filter.filter_left {
            justify-content: center; } }
        .filter_wrap .filter_inner .posts_filter.filter_left h3, .filter_wrap .filter_inner .posts_filter.filter_left h3 a {
          font-family: "Inter", sans-serif;
          margin: 0;
          font-weight: bold;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.025em;
          text-transform: uppercase;
          color: #14345A; }
          @media screen and (max-width: 767px) {
            .filter_wrap .filter_inner .posts_filter.filter_left h3, .filter_wrap .filter_inner .posts_filter.filter_left h3 a {
              text-align: center; } }
          .filter_wrap .filter_inner .posts_filter.filter_left h3:hover, .filter_wrap .filter_inner .posts_filter.filter_left h3 a:hover {
            color: #FF5C00; }
      .filter_wrap .filter_inner .posts_filter.filter_right {
        justify-content: flex-end;
        max-width: 70%;
        flex: 0 0 70%; }
        @media screen and (max-width: 1080px) {
          .filter_wrap .filter_inner .posts_filter.filter_right {
            justify-content: flex-start;
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 20px; } }
        @media screen and (max-width: 767px) {
          .filter_wrap .filter_inner .posts_filter.filter_right {
            justify-content: center;
            flex-wrap: wrap; } }
        .filter_wrap .filter_inner .posts_filter.filter_right a {
          font-weight: normal;
          border-right: 1px solid #9A9A9A;
          padding: 0 10px;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: -0.025em;
          text-transform: uppercase;
          color: #222830; }
          @media screen and (max-width: 767px) {
            .filter_wrap .filter_inner .posts_filter.filter_right a {
              font-size: 13px;
              line-height: 16px;
              border-right: 1px solid #9A9A9A;
              margin-bottom: 10px; } }
          .filter_wrap .filter_inner .posts_filter.filter_right a:hover {
            color: #FF5C00; }
          .filter_wrap .filter_inner .posts_filter.filter_right a:last-child {
            border-right: 0;
            padding-right: 0; }
          .filter_wrap .filter_inner .posts_filter.filter_right a:first-child {
            padding-left: 0; }
          .filter_wrap .filter_inner .posts_filter.filter_right a.selected {
            color: #FF5C00; }

#featured_resources .wrap-slide-slides {
  display: flex !important;
  align-items: center; }
  @media screen and (max-width: 991px) {
    #featured_resources .wrap-slide-slides {
      flex-wrap: wrap; } }
  #featured_resources .wrap-slide-slides .slide_content {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 50px; }
    @media screen and (max-width: 991px) {
      #featured_resources .wrap-slide-slides .slide_content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 30px;
        margin-top: 0; } }
    #featured_resources .wrap-slide-slides .slide_content h3 {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 55px;
      line-height: 60px;
      text-transform: uppercase;
      color: #14345A;
      font-family: "Inter", sans-serif; }
  #featured_resources .wrap-slide-slides .item_image {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 40%;
    max-width: 40%; }
    @media screen and (max-width: 991px) {
      #featured_resources .wrap-slide-slides .item_image {
        flex: 0 0 100%;
        max-width: 100%; } }
    #featured_resources .wrap-slide-slides .item_image img {
      width: 90%; }
      @media screen and (max-width: 991px) {
        #featured_resources .wrap-slide-slides .item_image img {
          width: 100%; } }
#featured_resources .post_meta {
  margin-bottom: 25px;
  width: 100%; }
  #featured_resources .post_meta span {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.025em;
    text-transform: capitalize;
    color: #222830; }

#featured_resources .featured_nav {
  display: flex;
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    #featured_resources .featured_nav {
      margin-top: 50px; } }
  #featured_resources .featured_nav div {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%; }
    #featured_resources .featured_nav div a {
      width: 100%;
      cursor: pointer;
      height: auto; }
      @media screen and (max-width: 767px) {
        #featured_resources .featured_nav div a {
          font-size: 13px !important; } }
  #featured_resources .featured_nav .next_button {
    display: flex;
    justify-content: flex-end; }
    #featured_resources .featured_nav .next_button a {
      display: flex;
      justify-content: flex-end; }

.sharer_wrap {
  margin-top: 80px; }
  .sharer_wrap .share_title p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #222830;
    margin-bottom: 10px; }
  .sharer_wrap .sharer_list ul {
    padding: 0;
    list-style: none; }
    .sharer_wrap .sharer_list ul li {
      padding: 0;
      margin: 0;
      display: inline-block;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 2px solid #FF5C00;
      line-height: 20px; }
      .sharer_wrap .sharer_list ul li:last-child {
        border: 0;
        padding: 0;
        margin: 0; }
      .sharer_wrap .sharer_list ul li a {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.025em;
        color: #FF5C00; }
        .sharer_wrap .sharer_list ul li a:hover {
          opacity: 0.8; }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
  width: 100%; }

@media screen and (max-width: 768px) {
  .accordion_section.container {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.vc_tta.vc_general.vc_tta-accordion {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .vc_tta.vc_general.vc_tta-accordion {
      width: 90%;
      padding: 0 15px; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 0;
    border-bottom: 0 !important;
    padding: 20px 32px 20px 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-top: 2px dashed #D3D3D3 !important; }
    @media screen and (max-width: 767px) {
      .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
        margin-bottom: 16px; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 20px 0 30px !important;
    background: transparent !important;
    border: 0 !important; }
    @media screen and (max-width: 991px) {
      .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
        padding: 20px 0 !important; } }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body .wpb_column .vc_column-inner {
      padding: 0 10px; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body [class*='button-'] {
      margin-top: 25px; }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
    padding: 0 0 !important;
    background: transparent !important;
    border: 0 !important; }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
    padding: 15px 0 30px; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
      font-size: 24px !important;
      line-height: 32px !important;
      color: #00B0D2 !important;
      font-weight: 900;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 0 !important; }
      @media screen and (max-width: 991px) {
        .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
          font-size: 20px !important;
          line-height: 30px !important; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
    height: 20px !important;
    width: 20px !important;
    right: 0 !important; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
      border-color: #00B0D2 !important;
      border-width: 0 7px 7px 0 !important;
      border-style: solid !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
  -sand-transform: none;
  transform: none;
  transition: none;
  -webkit-animation: fadein 1s;
          animation: fadein 1s; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tabs_section.offset_top {
  position: relative;
  margin: -40px auto 0 !important; }

.tabs_section .vc_tta-panels-container {
  margin-top: -10px; }

.tabs_section .vc_tta-tabs-container {
  margin: 0 !important;
  background: #FFFFFF;
  box-shadow: 0px 9px 28px rgba(45, 48, 61, 0.1); }

.tabs_section .vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important; }

.tabs_section .vc_tta-tabs .vc_tta-panel-body {
  border-radius: 0 !important;
  background: transparent !important;
  position: relative;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 150px 0 120px !important;
  margin-top: 0; }
  @media screen and (max-width: 991px) {
    .tabs_section .vc_tta-tabs .vc_tta-panel-body {
      padding: 80px 0 !important; } }
.tabs_section .vc_tta-tabs .modal {
  height: 100%;
  overflow: hidden; }

.tabs_section .vc_tta-tabs .vc_tta-tabs-list {
  text-align: center;
  margin-top: 0 !important;
  display: flex !important; }
  @media screen and (max-width: 767px) {
    .tabs_section .vc_tta-tabs .vc_tta-tabs-list {
      flex-wrap: wrap; } }
.tabs_section .vc_tta-tabs .vc_tta-tab {
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important; }
  @media screen and (max-width: 767px) {
    .tabs_section .vc_tta-tabs .vc_tta-tab {
      margin: 0 auto !important;
      display: block;
      flex: 0 0 100%;
      width: 100%; } }
  .tabs_section .vc_tta-tabs .vc_tta-tab a {
    cursor: pointer !important;
    background: #ffffff !important;
    color: rgba(136, 136, 136, 0.72) !important;
    padding: 30px 25px !important;
    font-family: "Inter", sans-serif;
    border-radius: 0 !important;
    text-transform: capitalize;
    transition: background-color 475ms ease !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .tabs_section .vc_tta-tabs .vc_tta-tab a {
        padding: 20px !important; } }
    .tabs_section .vc_tta-tabs .vc_tta-tab a:hover {
      color: #FF5C00 !important; }
  .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a {
    border: 0 !important;
    color: #FF5C00 !important;
    position: relative; }
    .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a span {
      position: relative; }
      .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a span:before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        border-top: 2px solid #FF5C00 !important;
        width: 47px !important;
        height: 2px !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px; }

@media screen and (max-width: 767px) {
  .tabs_section .vc_tta-tabs-container {
    display: block !important; }
  .tabs_section .vc_tta-panel .vc_tta-panel-heading {
    display: none !important; } }

.testimonial_blocks {
  padding-top: 0;
  padding-bottom: 0; }
  .testimonial_blocks .testimonial_item {
    display: block;
    width: 100%;
    position: relative; }
  .testimonial_blocks .testimonial_image {
    width: 70%;
    float: right; }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks .testimonial_image {
        width: 100%;
        float: none; } }
    .testimonial_blocks .testimonial_image img {
      border-radius: 4px; }
  .testimonial_blocks .testimonial_content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #EDF2F4;
    border-radius: 4px;
    max-width: 600px;
    padding: 80px 60px 100px; }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks .testimonial_content {
        position: relative;
        transform: none;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 80px 60px 130px; } }
    @media screen and (max-width: 991px) {
      .testimonial_blocks .testimonial_content {
        padding: 40px 30px 130px; } }
    @media screen and (max-width: 991px) {
      .testimonial_blocks .testimonial_content {
        padding: 40px 30px 100px; } }
  .testimonial_blocks h6 {
    font-size: 16px;
    line-height: 26px;
    color: #8D99AE;
    font-family: "Open Sans", sans-serif;
    margin-top: 60px; }
    .testimonial_blocks h6 span {
      color: #CC5053;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        .testimonial_blocks h6 span {
          display: block; } }
    @media screen and (max-width: 991px) {
      .testimonial_blocks h6 {
        font-size: 11px !important;
        line-height: 18px !important;
        margin-top: 30px; } }
  .testimonial_blocks p {
    color: #2B2D42;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize; }
    @media screen and (max-width: 991px) {
      .testimonial_blocks p {
        font-size: 13px !important;
        line-height: 20px !important; } }
  .testimonial_blocks ul {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 20px; }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks ul {
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center; } }
  .testimonial_blocks .slick-arrow {
    bottom: 0;
    z-index: 6;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    margin: 0 3px;
    padding: 0;
    float: left; }
    @media screen and (max-width: 991px) {
      .testimonial_blocks .slick-arrow {
        height: 39px;
        width: 39px; } }
    .testimonial_blocks .slick-arrow.slick-prev {
      left: 0;
      background: #ffffff url("../../images/arrow-left-black.svg") no-repeat center center !important;
      background-size: 15% !important; }
      .testimonial_blocks .slick-arrow.slick-prev:before {
        content: none !important; }
      .testimonial_blocks .slick-arrow.slick-prev:hover {
        background: #cecece url("../../images/arrow-left-black.svg") no-repeat center center !important;
        background-size: 15% !important; }
    .testimonial_blocks .slick-arrow.slick-next {
      right: 0;
      background: #CC5053 url("../../images/arrow-right.svg") no-repeat center center !important;
      background-size: 15% !important; }
      .testimonial_blocks .slick-arrow.slick-next:before {
        content: none !important; }
      .testimonial_blocks .slick-arrow.slick-next:hover {
        background: #9c2845 url("../../images/arrow-right.svg") no-repeat center center !important;
        background-size: 15% !important; }

/* Youtube Video */
.videoWrapper {
  position: relative;
  background-color: #000;
  margin: 0 auto; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  outline: none;
  box-shadow: none; }

.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -40px 0 0 -40px;
  background: #EC9036;
  border-radius: 100%;
  transition: border-color 300ms; }

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -19px 0 0 -11px;
  border-left: 22px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  transition: border-color 300ms; }

.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #ffffff; }

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms; }

.video_wrapper {
  border-radius: 4px;
  margin: 0 auto; }
  .video_wrapper.big_video {
    height: 450px;
    width: 70%; }
    @media screen and (max-width: 1300px) {
      .video_wrapper.big_video {
        height: 500px; } }
    @media screen and (max-width: 1080px) {
      .video_wrapper.big_video {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .video_wrapper.big_video {
        height: 350px; } }
    @media screen and (max-width: 767px) {
      .video_wrapper.big_video {
        height: 245px; } }
    .video_wrapper.big_video video {
      opacity: 0;
      height: 450px;
      width: 100%; }
      @media screen and (max-width: 1300px) {
        .video_wrapper.big_video video {
          height: 500px; } }
      @media screen and (max-width: 1300px) {
        .video_wrapper.big_video video {
          height: 500px; } }
      @media screen and (max-width: 1080px) {
        .video_wrapper.big_video video {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .video_wrapper.big_video video {
          height: 350px; } }
      @media screen and (max-width: 767px) {
        .video_wrapper.big_video video {
          height: 245px;
          width: 100%;
          margin: 0 auto;
          display: block; } }
  @media screen and (max-width: 1080px) {
    .video_wrapper {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .video_wrapper {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .video_wrapper {
      height: 245px; } }
.custom_video {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .custom_video .slide_image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block; }
  .custom_video.without_bg .slide_image {
    display: none; }
  .custom_video.videoWrapper {
    height: 510px;
    width: 900px;
    top: 25px; }
    @media screen and (max-width: 1080px) {
      .custom_video.videoWrapper {
        width: 100%;
        height: 480px;
        top: 0; } }
    @media screen and (max-width: 768px) {
      .custom_video.videoWrapper {
        height: 370px; } }
    @media screen and (max-width: 767px) {
      .custom_video.videoWrapper {
        height: 160px;
        margin: 0 auto; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px !important; } }
    @media screen and (max-width: 320px) {
      .custom_video.videoWrapper {
        height: 140px;
        margin-top: 0; } }
  .custom_video video {
    opacity: 0;
    height: auto;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .custom_video video {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .custom_video video {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .custom_video video {
        height: 245px;
        width: 100%;
        margin: 0 auto;
        display: block; } }
  .custom_video .playpause {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .custom_video .playpause .play-button {
      background: url("../../images/i-play.svg") no-repeat center center;
      width: 70px;
      height: 70px;
      background-size: 100%;
      border-radius: 100%;
      margin: 0 auto;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .custom_video .playpause .play-button {
          margin: 0 auto; } }
  .custom_video .content_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .custom_video .content_wrap img {
        display: none; } }
  .custom_video .no_video {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%); }

.popup_video {
  position: relative;
  filter: drop-shadow(0px 20px 80px rgba(42, 62, 82, 0.25)); }
  .popup_video a {
    display: block; }
    .popup_video a:before {
      background: url("../../images/i-play.svg") no-repeat top center;
      background-size: cover;
      content: "" !important;
      display: block !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .popup_video a:before {
          width: 30px;
          height: 30px; } }
  .popup_video.no_video a:before {
    display: none !important; }
  .popup_video.default {
    max-width: 100%; }
    @media screen and (max-width: 1080px) {
      .popup_video.default {
        max-width: 100%; } }
    .popup_video.default img {
      width: 100%; }
  .popup_video.big_video {
    position: absolute;
    top: 50%;
    right: -120px;
    transform: translateY(-50%); }
    @media screen and (max-width: 1080px) {
      .popup_video.big_video {
        position: relative;
        bottom: 0;
        transform: translate(-50%, 0);
        left: 50%;
        right: auto;
        margin-bottom: 0; } }
.image_slider {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .image_slider {
      margin-bottom: 30px; } }
  .image_slider .slick-slide {
    width: 100%; }
  .image_slider .slide_image {
    height: 450px;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .image_slider .slide_image {
        height: 300px; } }
  .image_slider .slick-dots {
    bottom: -40px; }
    .image_slider .slick-dots li.slick-active button {
      background: #FF5C00;
      opacity: 1;
      border-radius: 100%;
      width: 7px; }

.vc_row.slider_offset,
.slider_offset {
  position: relative;
  margin-top: -330px; }

.gallery-slider .slick-slide > div {
  transform: scale(0.7);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 1080px) {
    .gallery-slider .slick-slide > div {
      transform: scale(1); } }
.gallery-slider .slick-center > div {
  transform: scale(1); }

.gallery-slider .slider__item > img {
  width: 100%;
  height: auto; }

.gallery-slider .slick-dots {
  bottom: -60px; }
  @media screen and (max-width: 1080px) {
    .gallery-slider .slick-dots {
      bottom: -30px; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.header_wrapper {
  position: fixed;
  top: 0;
  z-index: 8;
  top: 0;
  width: 100% !important;
  z-index: 101 !important; }
  @media screen and (max-width: 991px) {
    .header_wrapper {
      padding: 10px 20px; } }
  .header_wrapper.solid_header .desktop-nav ul li a,
  .header_wrapper.solid_header .desktop-nav ul li a:hover,
  .header_wrapper header.sticky .desktop-nav ul li a,
  .header_wrapper header.sticky .desktop-nav ul li a:hover {
    color: #222830 !important;
    transition: all ease 700ms !important; }
  .header_wrapper.solid_header .desktop-nav ul li.menu-item-has-children > a:after,
  .header_wrapper header.sticky .desktop-nav ul li.menu-item-has-children > a:after {
    border: solid #14345A !important;
    border-width: 0 2px 2px 0 !important; }
  .header_wrapper.solid_header .desktop-nav ul.menu > li.current-page-ancestor > a, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-ancestor > a, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-item > a, .header_wrapper.solid_header .desktop-nav ul.menu > li:hover > a, .header_wrapper.solid_header .desktop-nav ul.menu > li:focus > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-page-ancestor > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-menu-ancestor > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-menu-item > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li:hover > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li:focus > a {
    border-bottom: 3px solid #E9001F !important; }
  .header_wrapper.solid_header .toggle-nav span,
  .header_wrapper header.sticky .toggle-nav span {
    background-color: #14345A; }
  .header_wrapper.solid_header #logo .light_logo,
  .header_wrapper header.sticky #logo .light_logo {
    display: none; }
  .header_wrapper.solid_header {
    background: #ffffff;
    border-bottom: 1px solid rgba(42, 60, 68, 0.06); }
    .header_wrapper.solid_header .fake-bg {
      display: none !important; }
    .header_wrapper.solid_header #logo .dark_logo {
      opacity: 1 !important;
      display: block !important; }
    .header_wrapper.solid_header #logo .light_logo {
      opacity: 0 !important;
      display: none !important; }

header {
  opacity: 1;
  transition: padding 300ms ease;
  margin: 0 auto;
  padding: 10px 1rem; }
  @media screen and (max-width: 991px) {
    header {
      padding: 0; } }
  header .flex_section {
    max-width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 1440px) {
      header .flex_section {
        max-width: 70%;
        padding: 0 1.5em; } }
    @media screen and (max-width: 1280px) {
      header .flex_section {
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      header .flex_section {
        width: 100%;
        max-width: 100%; } }
  header .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center; }
  header .fake-bg {
    opacity: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(42, 60, 68, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      header .fake-bg {
        height: 68px; } }
  header.transparent_header .dark_logo {
    display: block;
    transition: all in ease 500ms; }
  header .logo {
    transition: all 0.4s ease; }
  header #logo {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 1139px) {
      header #logo {
        align-items: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 991px) {
      header #logo {
        flex: 0 0 90%;
        max-width: 90%; } }
    header #logo .logo {
      width: 100%; }
      @media screen and (max-width: 991px) {
        header #logo .logo {
          width: 80%;
          margin-top: 0; } }
      header #logo .logo img {
        width: 145px;
        height: 60px; }
    header #logo .dark_logo {
      display: none; }
  header #navigation {
    margin: auto;
    display: flex;
    flex: 0 0 75%;
    max-width: 75%;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 991px) {
      header #navigation {
        flex: 0 0 10%;
        max-width: 10%; } }
.footer {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 100px 0 60px; }
  .footer .footer-contact {
    flex-wrap: wrap; }
    .footer .footer-contact img {
      width: 145px;
      height: 60px;
      margin-bottom: 20px; }
    .footer .footer-contact .phone_number {
      margin-top: 40px;
      display: block; }
  .footer .footer-grid {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .footer .footer-grid {
        flex-wrap: wrap; } }
    .footer .footer-grid .container {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1439px) {
        .footer .footer-grid .container {
          max-width: 100%; } }
      @media screen and (max-width: 1080px) {
        .footer .footer-grid .container {
          display: flex;
          flex-wrap: wrap;
          grid-column-gap: 0;
          max-width: 100%; } }
    .footer .footer-grid .footer-col {
      margin-top: 40px; }
      @media screen and (max-width: 1080px) {
        .footer .footer-grid .footer-col {
          display: flex;
          max-width: 25%;
          flex: 0 0 25%;
          padding: 0 25px; } }
      @media screen and (max-width: 767px) {
        .footer .footer-grid .footer-col {
          max-width: 100%;
          flex: 0 0 100%;
          text-align: center;
          justify-content: center;
          padding: 0; } }
      .footer .footer-grid .footer-col a:hover {
        color: #00809B; }
      .footer .footer-grid .footer-col.footer-contact {
        margin-top: 0; }
      .footer .footer-grid .footer-col.two_col ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
        @media screen and (max-width: 1200px) {
          .footer .footer-grid .footer-col.two_col ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1; } }
        @media screen and (max-width: 767px) {
          .footer .footer-grid .footer-col.two_col ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2; } }
      .footer .footer-grid .footer-col .widget_media_image img {
        width: 146px;
        height: 60px; }
      .footer .footer-grid .footer-col.site_details {
        max-width: 90%;
        flex: 0 0 90%; }
        @media screen and (max-width: 1080px) {
          .footer .footer-grid .footer-col.site_details {
            max-width: 100%;
            flex: 0 0 100%;
            margin-bottom: 20px;
            text-align: center; } }
      .footer .footer-grid .footer-col.social_links {
        max-width: 10%;
        flex: 0 0 10%;
        align-items: flex-end;
        justify-content: flex-end; }
        @media screen and (max-width: 1080px) {
          .footer .footer-grid .footer-col.social_links {
            max-width: 100%;
            flex: 0 0 100%; } }
.footer-widget .widget {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  width: 100%; }
  .footer-widget .widget p, .footer-widget .widget a {
    color: #002D36;
    font-weight: normal !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: "Inter", sans-serif;
    margin: 0;
    letter-spacing: 0.25px; }
    @media screen and (max-width: 1080px) {
      .footer-widget .widget p, .footer-widget .widget a {
        display: block;
        line-height: 22px !important; } }
  .footer-widget .widget a {
    color: #002D36;
    padding: 0; }
  .footer-widget .widget ul {
    padding: 0; }
    .footer-widget .widget ul.social_media_links li a {
      color: #00809B; }
      .footer-widget .widget ul.social_media_links li a:hover {
        opacity: 0.7; }
    .footer-widget .widget ul li {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .footer-widget .widget ul li a {
        display: block;
        margin-bottom: 0;
        font-weight: normal !important;
        font-size: 17px !important;
        line-height: 30px !important;
        font-family: "Inter", sans-serif;
        letter-spacing: 0.25px; }
        .footer-widget .widget ul li a:hover {
          color: #00809B; }

.footer-widget .widget-title {
  margin-bottom: 40px;
  color: #ffff !important;
  font-weight: bold !important;
  line-height: 24px !important;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .footer-widget .widget-title {
      margin-bottom: 20px; } }
  .footer-widget .widget-title a:hover {
    color: #00809B;
    text-decoration: underline !important; }

.footer_bottom {
  display: flex;
  width: 100%;
  margin-top: 60px; }
  @media screen and (max-width: 1080px) {
    .footer_bottom {
      margin-top: 20px; } }
  .footer_bottom .bottom-col {
    display: flex;
    align-items: center; }
  .footer_bottom .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .footer_bottom .container {
        flex-wrap: wrap; } }
    @media screen and (max-width: 1080px) {
      .footer_bottom .container .bottom-col {
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 20px;
        text-align: center; } }
  .footer_bottom .copyright {
    color: #002D36;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .footer_bottom .copyright {
        align-items: center;
        justify-content: center;
        text-align: center; }
        .footer_bottom .copyright .footer-col {
          order: 1; } }
    .footer_bottom .copyright p, .footer_bottom .copyright small {
      color: #002D36;
      font-family: "Inter", sans-serif;
      display: inline-block;
      margin-bottom: 0;
      font-weight: normal !important;
      font-size: 13px !important;
      line-height: 20px !important; }
    .footer_bottom .copyright small {
      margin-right: 30px; }
      @media screen and (max-width: 1080px) {
        .footer_bottom .copyright small {
          margin-right: 10px;
          display: block;
          margin: 10px 0; } }
    .footer_bottom .copyright a {
      font-family: "Inter", sans-serif;
      font-weight: normal !important;
      font-size: 13px !important;
      line-height: 20px !important;
      display: inline-block !important;
      color: #002D36;
      margin-right: 20px;
      letter-spacing: 0.25px; }
      @media screen and (max-width: 1080px) {
        .footer_bottom .copyright a {
          margin-right: 10px; } }
      .footer_bottom .copyright a:first-child {
        margin-left: 15px; }
        @media screen and (max-width: 1080px) {
          .footer_bottom .copyright a:first-child {
            margin-left: 10px; } }
      .footer_bottom .copyright a:hover {
        color: #00809B; }
  .footer_bottom .social_media {
    width: 100%;
    position: relative;
    margin-bottom: 0; }
    .footer_bottom .social_media ul {
      padding: 0;
      margin: 0;
      justify-content: flex-end;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 1080px) {
        .footer_bottom .social_media ul {
          justify-content: center;
          align-items: center; } }
      .footer_bottom .social_media ul li {
        display: inline-block;
        list-style: none;
        margin: 0 5px 0;
        list-style: none;
        padding-left: 0; }
        .footer_bottom .social_media ul li a {
          font-family: "Font Awesome 5 Brands" !important;
          color: #3A3D5A !important;
          font-size: 25px !important;
          text-decoration: none !important;
          line-height: 13px !important;
          text-align: center; }
          .footer_bottom .social_media ul li a:before {
            color: #002D36;
            font-size: 16px !important;
            line-height: 16px !important; }
          .footer_bottom .social_media ul li a:first-child {
            padding-left: 0; }
          .footer_bottom .social_media ul li a:hover {
            opacity: 0.7;
            text-decoration: none !important; }
    .footer_bottom .social_media .widget {
      margin: 0;
      padding-bottom: 0; }

.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: #222830 !important;
  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: #FF5C00;
        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: "Inter", 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: #FF5C00;
    border: 0 !important;
    color: #fff;
    font-family: "Inter", 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: #FF5C00;
    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: "Inter", 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 */