/**
 * This stylesheet is RENDER-BLOCKING
 *
 * @format
 */

/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
  font-size: 18px;
  --font-size-h1: 40px;
  --font-size-h2: 30px;
  --font-size-h3: 25px;
  --font-size-h4: 20px;
  --font-size-h5: 1.1rem;
  --color-body-text: #000000;
  --color-primary: #1b335f;
  --color-secondary: #a1a1a1;
  --color-alternate: #121b39;
  --color-gray: #e3e3e3;
  --color-light-gray: #edf1f5;
  --color-near-white: #f9fbfd;
  --color-near-black: #041216;
  --font-family-body: 'Roboto', sans-serif;
  --font-family-heading: 'Libre Baskerville', serif;
  --body-font-family: 'Roboto', sans-serif;
  --heading-font-family: 'Libre Baskerville', serif;

  --header-height: 100px;
  --gutter-size: 25px;
  --swiper-theme-color: var(--color-primary);
  --swiper-navigation-color: var(--color-alternate);
  --swiper-pagination-bullet-inactive-color: var(--color-body-text);
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bottom: -50px;
}

@media screen and (min-width: 768px) {
  /*TABLET*/
  :root {
    font-size: 18px;
  }
}

#container {
  position: relative;
  right: 0;
  top: 0;
  overflow: clip;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html {
  box-sizing: border-box;
}

body {
  display: block !important;
  line-height: 1.6;
  color: var(--color-body-text);
  font-size: 18px;
  font-family: var(--font-family-body);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: auto;
}

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

/* Hidden elements */
.hide,
.show-in-pdf,
.show-for-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
  display: none !important;
}

/* CORE > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-family-heading);
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
  text-transform: uppercase;
  font-weight: normal;
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h5,
h6 {
  font-size: var(--font-size-h5);
}

h2 strong,
h3 strong {
  font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
  display: block;
  color: var(--color-secondary);
  font-size: 50%;
}

p {
  margin: 0 0 20px;
  font-size: 18px;
  color: var(--color-body-text);
}

ul {
  list-style: none;
}

/* CORE > Links and Buttons */
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}

a,
button,
.button,
.wp-element-button {
  transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button,
.wp-element-button {
  font-family: var(--font-family-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 18px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: var(--color-primary);
  text-decoration: none;
}

button:active,
.button:active,
.wp-element-button:active {
  transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  background-color: var(--color-secondary);
  color: white;
}

button.alt-01,
.button.alt-01 {
  background-color: var(--color-secondary);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background-color: var(--color-primary);
  color: white;
}

button.alt-02,
.button.alt-02 {
  background-color: var(--color-near-black);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
  background-color: var(--color-alternate);
  color: white;
}

button.outline,
.button.outline {
  background: none;
  border: 0px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0;
  text-transform: none;
  font-size: 15px;
  background: transparent !important;
  outline: none;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: transparent !important;
  color: var(--color-secondary);
  outline: none;
}

.post-bottom .fas.fa-caret-right {
  margin-left: 10px;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
  border-color: white;
  color: white;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
  background: var(--color-near-white);
  color: var(--color-primary);
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: var(--color-secondary);
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: var(--color-near-black);
  text-decoration: underline;
}

/* CORE > Page Structure */
main {
  padding: 60px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: clip;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-template-template-practices #main {
  min-height: 350px;
}

.no-banner main {
  padding-top: 180px;
}

.content.full-width {
  float: none;
}

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

.content section:not(:last-of-type) {
  margin-bottom: 60px;
}

.columns,
.column {
  padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.row-narrow {
  max-width: 1024px;
}

.row-wide {
  max-width: 1599px;
}

.row::after {
  clear: both;
}

.row:not(.main-inner)::before,
.row:not(.main-inner)::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.row.main-inner::before,
.row.main-inner::after {
  display: none;
}

@media screen and (min-width: 768px) {
  main {
    padding: 60px 0;
  }
  .page-template-template-practices #main {
    padding: 60px 0 40px 0;
  }

  .main-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .content {
    width: 65%;
    margin-bottom: 0;
    padding-right: 70px;
  }

  .content.full-width {
    width: 100%;
    padding-right: var(--gutter-size);
  }

  .sidebar {
    width: 35%;
    /*	padding-left: 0;*/
  }
}

@media screen and (min-width: 1025px) {
  .content {
    padding-right: calc(2 * var(--gutter-size));
  }
}

/* CORE > Priority Utility Classes */
.no-float {
  float: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-min-height {
  min-height: 0;
}

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

.position-static,
.static {
  position: static !important;
}

.position-relative,
.relative {
  position: relative !important;
}

.position-absolute,
.absolute {
  position: absolute;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.no-background {
  background: none !important;
}

.animate-in-view,
.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.small-text {
  font-size: 0.9rem;
}

.larger-text {
  font-size: 1.2rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.bold,
.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.module-header-a-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-self: center;
}

.module-header-a-right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.module-header-a-right-top span {
  font-weight: 600;
}

.module-header-a-phone {
  font-weight: 600;
  color: var(--color-secondary);
  font-size: 1.2rem;
  margin-left: 20px;
  display: inline-block;
}
.header-logo img {
  max-width: 435px;
  width: 100%;
}

.module-header-a-phone i {
  font-size: 80%;
}
.home .responsive-img.dark {
  display: none;
}
.module-header-a-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .module-header-a-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 8px;
    width: 70%;
  }

  .module-header-a-logo {
    flex: 1;
  }

  .home .module-header-a-inner {
    padding: 30px var(--gutter-size);
  }
  .module-header-a-inner {
    padding: 15px var(--gutter-size);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .module-header-a-logo img {
    padding: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9999;
  border-bottom: 2px solid transparent;
  transition: border-color 200ms ease-out;
}

.home .header {
  background-color: transparent !important;
  border: none;
}

.header-search {
  opacity: 0;
}

body.scrolled .header {
  background-color: #fff;
  box-shadow: 0 0 8px #888;
}

body.home.scrolled .header {
  background-color: transparent;
  box-shadow: 0 0 0px #888;
}

.header > .row {
  height: 100%;
}

.header a {
  text-decoration: none;
}

.header-desktop {
  display: none;
}

.header-logo {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 8px;
}

.header-mobile-inner {
  display: flex;
  min-height: 70px;
}

.header-mobile-buttons {
  display: flex;
  margin-left: 4%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 1;
  max-width: 50px;
  width: 50px;
  height: 50px;
}

.mega-menu {
  display: none;
}

@media screen and (min-width: 500px) {
  .header-mobile-buttons a,
  .header-mobile-buttons button {
    width: 60px;
    max-width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }

  .header-desktop {
    display: block;
  }

  .header-logo {
    padding: 0;
  }
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.main-navigation-menu li {
  display: block;
  position: relative;
  padding: 0;
}

.main-navigation-menu > li {
  padding: 0 0 00px 0;
  margin-right: 30px;
}
.main-navigation-menu > li::after {
  content: '';
  position: absolute;
  right: -16px;
  background: var(--color-primary);
  height: 13px;
  width: 1px;
  top: 6px;
}

.home .main-navigation-menu > li::after {
  background: #fff;
}

.main-navigation-menu > li:last-of-type::after {
  display: none;
}

.main-navigation-menu > li:last-of-type {
  margin-right: 0;
}

.main-navigation-menu > li:last-of-type > a {
  margin-right: 0;
}

.main-navigation-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
  margin: 0;
  background: var(--color-primary);
  padding: 8px 0;
}

.main-navigation-menu > a:hover + .mega-menu,
.main-navigation-menu > a:focus + .mega-menu,
.main-navigation-menu > li.active > .mega-menu,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
  display: block;
  -webkit-animation: menuSlideDown 200ms both;
  animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.home .main-navigation-menu a:focus,
.home .main-navigation-menu a:hover,
.home .main-navigation-menu li:hover > a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.home .main-navigation-menu > li > a {
  color: #fff;
}

.main-navigation-menu > li > a {
  position: relative;
  display: block;
  height: 100%;
  color: var(--color-primary);
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 5px 0;
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
.mega-menu li {
  background: var(--color-primary);
  padding-left: 35px;
  transition: background 200ms ease-out;
}

#desktop-navigation .sub-menu li {
  position: relative;
  cursor: pointer;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
  color: white;
  font-size: 15px;
  display: block;
  padding: 10px;
  padding-left: 0;
  line-height: 1;
  text-decoration: none;
  outline: none;
}

.mega-menu li.active,
#desktop-navigation .sub-menu li.active {
  background: var(--color-secondary);
}

.mega-menu li::before,
#desktop-navigation .sub-menu li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 13px;
  top: 2px;
  color: var(--color-secondary);
  pointer-events: none;
  transition: color 200ms ease-out;
}

.mega-menu li.active::before,
#desktop-navigation .sub-menu li.active::before {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children > a::after {
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 10px;
  color: var(--color-secondary);
}

#desktop-navigation .sub-menu .menu-item-has-children.active > a::after {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
  display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
  display: block;
  -webkit-animation: menuSlideRight 200ms both;
  animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
  display: none;
}

/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/

.banner {
  height: 225px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.banner,
.banner-xl {
  margin-top: 65px;
}

.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(20, 23, 47, 0.5); */
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
}

.single-attorneys .banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(20, 23, 47, 0.5); */
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.banner img {
  position: relative;
  width: 100%;
}

.banner > .row {
  height: 100%;
}

.banner-inner {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  float: none;
}

.banner-title {
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  color: var(--color-near-white);
  margin-bottom: 0;
  font-family: var(--font-family-heading);
  text-shadow: 0 0 10px #000;
  border: 2px solid #fff;
  padding: 10px;
}

@media screen and (min-width: 1025px) {
  .banner {
    height: 300px;
  }

  .banner,
  .banner-xl {
    margin-top: 97px;
  }

  .banner-title {
    font-size: 60px;
  }
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
  background: none;
}

.swiper {
  visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  padding: 0;
}

/* HOME HERO AND/OR SLIDER Start */

.home-hero {
  position: relative;
  margin-top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #0a2336;
}
.slick-autoplay-toggle-button {
  display: none;
}

.home-slider,
.home-slider-single {
  height: 670px;
}

.home-slider-single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
}
.home-slider-single.home-slider-fourth {
  position: relative;
}

.opacity0 {
  opacity: 0;
}
.home-slider-single-background {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-position-x: 80%;
}
.home-slider .slick-dots li button:before {
  color: #fff;
}

.home-hero-form-container {
  display: none;
}

.home-slider-single .columns,
.home-slider-single .row {
  height: 100%;
}

.home-slider-tagline-inner {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  justify-content: center;
  position: relative;
}
.home-slider-tagline-inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0, 0, 0,0.5) 100%); */
  opacity: 1;
  /* background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); */
  background-blend-mode: multiply, multiply, multiply;
  background-image: linear-gradient(to bottom, rgba(18, 27, 57, 0) 84%, #121b39 103%), linear-gradient(to bottom, #121b39, rgba(18, 27, 57, 0) 33%), linear-gradient(to bottom, rgba(12, 25, 44, 0.29), rgba(12, 25, 44, 0.29));
}

.home-slider-single-tagline {
  width: 100%;
  max-width: 1100px;
  background: transparent;
  text-align: left;
  padding: 20px 0 00px 0;
  position: relative;
  z-index: 2;
}

.tag-one {
  font-size: 22px !important;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: var(--body-font-family);
  font-weight: 500;
  letter-spacing: 0px !important;
  position: relative;
  padding-right: 5px;
}

.tag-one-main {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
}

.tag-one-line img {
  max-width: 100px !important;
  margin-bottom: 5px;
  /* transition-delay: 2s; */
  width: 100%;
}
.tag-one-line.right img {
  width: 230px;
}
.tag-one-line.right {
  margin-left: 20px;
  /* transition-delay: 2s; */
}

.tag-one div,
.tag-two-tagline div,
.tag-third div {
  display: inline-block;
}

.tag-two-tagline {
  font-size: 99px !important;
  line-height: 1;
  color: #fff;
  font-size: 99px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.979;
  letter-spacing: -2.97px;
  text-align: left;
  font-family: var(--heading-font-family);
  margin-top: 0;
}

.home-slider-single-tagline .tag-two-tagline:nth-child(2) {
  /*margin-left: -10px;*/
}
.home-hero .slick-slide:first-child .home-slider-single-tagline .tag-two-tagline:nth-child(3) {
  /*	margin-left: -8px;*/
}

.second-before-tagline {
  position: relative;
  margin-top: -30px;
}
.tag-third,
.tag-third h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.98px;
  text-align: left;
  color: #fff;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  margin: 20px 0 85px 0;
}

.awesome {
  /*-webkit-animation: colorchange 5s infinite alternate;*/
}

@-webkit-keyframes colorchange {
  0% {
    color: #fff;
    opacity: 0;
  }

  30% {
    color: #fff;
    opacity: 1;
  }

  70% {
    color: #fff;
    opacity: 1;
  }

  100% {
    color: #fff;
    opacity: 1;
  }
}

.home-slider-tagline-inner .hpCta {
  color: var(--color-primary);
  font-size: 15px;
  /* letter-spacing: 1.3px; */
  text-transform: uppercase;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.78px;
  padding: 12px 25px 12px 25px;
  outline: none;
  border: 1px solid #fff;
  text-decoration: none !important;
}

.home-slider-tagline-inner .hpCta:hover,
.home-slider-tagline-inner .hpCta:focus {
  font-size: 15px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 0;
  background: transparent !important;
  font-weight: bold;
  letter-spacing: 0.78px;
  padding: 12px 25px 12px 25px;
  outline: none;
  color: #fff !important;
  border: 1px solid #fff;
}

.hpCta i {
  margin-left: 0;
  font-size: 15px;
}

body.scrolled .slide-scroll-btn {
  display: none;
}

.slide-scroll-btn {
  position: fixed;
  bottom: 1px;
  text-align: center;
  width: 100%;
}

.scroll-to i {
  color: #112d32;
  font-size: 32px;
}

.scroll-to {
  background: transparent !important;
  position: relative;
  padding: 0;
}

.scroll-to:hover i,
.scroll-to:focus i {
  color: #fff;
}

/*.scroll-to::after {
  background: transparent;
  content: "";
  position: absolute;
  left: -8px;
  top: 11px;
  width: 32px;
  height: 97%;
  background-image: linear-gradient(to bottom, #007297, #1d608c);
  z-index: -1;
}*/

.home-slider-single-tagline button:hover,
.home-slider-single-tagline button:focus,
.home-slider-single-tagline .button:hover,
.home-slider-single-tagline .button:focus {
  color: #6dbe5a;
  background-color: #fff;
  text-decoration: none;
}

.postArrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 30px;
}

.postArrow i {
  font-size: 30px;
  color: #52ddff;
}
.postArrow:hover i,
.postArrow:focus i {
  color: #fff;
}

.hp-post-block .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
}

.home-hero .slick-dots li.slick-active button .slick-dot-icon {
  color: #6dbe5a;
  opacity: 1;
}
.home-hero .slick-dots li button .slick-dot-icon {
  color: #fff;
  opacity: 1;
}
.home-hero .slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #6dbe5a;
  opacity: 1;
}
.home-hero .slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #6dbe5a;
  opacity: 1;
}

/*Fourth slide CSS START*/

.home-slider-single.home-slider-fourth .home-slider-single-tagline {
  position: absolute;
  text-align: center;
  margin-top: -5%;
  padding: 0;
}

.home-slider-single.home-slider-fourth .home-slider-tagline-inner {
  justify-content: center;
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one {
  font-family: var(--heading-font-family);
  letter-spacing: -5px !important;
  font-weight: normal;
  font-size: 75px !important;
  color: #ebe1d5;
  opacity: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
  line-height: 1;
  height: 85px;
  margin-bottom: 0;
}

.fourth-slide-line {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 71px;
  display: flex;
  /* justify-content: center; */
  /* text-align: center; */
  max-width: 700px;
  overflow: hidden;
  margin: 17px auto 42px auto;
  /*border-top: 1px solid #fff;*/
}

.slide-line {
  position: absolute;
  margin-left: 0;
  /* margin-top: -40%; */
  z-index: 3;
  /* right: 31%; */
  margin: 0 auto;
}
.slide-line.active {
  background: #fff;
  height: 1px;
  -webkit-animation: expand3 1500ms;
  width: 100%;
  position: absolute;
  margin-left: 0;
  /* margin-top: -40%; */
  z-index: 3;
  /* right: 31%; */
  margin: 0 auto;
}

@-webkit-keyframes expand3 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one::after,
.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one::before {
  display: none !important;
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one span {
  letter-spacing: -18px !important;
  text-transform: none !important;
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one span:nth-child(8) {
  position: relative;
  left: -4px;
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one.animation-characters-fly-up {
  opacity: 1;
}

.home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one::after {
  display: none;
}

.home-slider-single.home-slider-fourth .hpCol {
  padding: 0;
}
.home-slider-single.home-slider-fourth .hpCol .hpCol-inner {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  align-items: center;
  position: relative;
}

.home-slider-single.home-slider-fourth .hpCol .hpCol-inner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  /*	background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));*/
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-blend-mode: multiply, multiply, multiply;
  background-image: linear-gradient(to bottom, rgba(0, 0, 2, 0) 84%, #111933 103%), linear-gradient(to bottom, #000 0%, rgba(18, 27, 57, 0) 30%), linear-gradient(to bottom, rgba(6, 22, 45, 0.55), rgba(0, 4, 11, 0.55));
}

.tag-cta.tag-fourth-cta.tagline {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 20%;
}

.home-slider-single.home-slider-fourth .hpCol .hpCol-inner img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-transform: none;
  letter-spacing: -1.76px;
  text-align: center;
  font-family: var(--heading-font-family);
  margin-top: 13%;
}

.tagline.tagline-fourth.tag-fourth-left {
  text-align: right !important;
  padding-right: 50px;
}
.tagline.tagline-fourth.tag-fourth-right {
  padding-left: 50px;
  text-align: left !important;
}

/*Fourth slide CSS END*/

@media screen and (min-width: 1025px) {
  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 100vh;
    min-height: 744px;
    width: 100%;
    background-size: cover;
    background-position: center 0;
  }

  .home-hero-form-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: #e9f5f7;
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}

/* HOME HERO AND/OR SLIDER */
.home-hero-height-sync {
  height: 400px;
}

.home-hero,
.home-hero-inner {
  position: relative;
}

.home-hero-image-container {
  position: absolute;

  left: 0;
  top: 0;
  width: 100%;
}

.home-hero-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50%;
}

.home-hero-form-container {
  display: none;
}

.home-hero-form-row {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .home-hero-inner {
    display: block;
  }

  .home-hero-height-sync {
    height: 750px;
  }

  .home-hero-form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
  }

  .home-hero-form-container,
  .home-hero-form-inner,
  .home-hero-form-container .row,
  .home-hero-form-container .columns {
    height: 100%;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: #e9f5f7;
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}

/* HOME HERO AND/OR SLIDER END */

/* HOME HERO CUSTOM CSS START */

.slider-main {
  position: relative;
  padding: 0;
}
.slider-main::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  /* background: rgb(255,255,255); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.9%, rgb(0, 0, 0, 0.8) 80%);
  pointer-events: none;
  z-index: 0;
}

.slider-left-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-right-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tagline-inner {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 9;
}

.tagline-inner-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tagline-inner-main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(86, 31, 122, 0.9), rgb(144, 0, 96, 0.9));
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.tagline-inner-main h2 {
  position: relative;
  top: 82%;
  width: 100%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  text-transform: uppercase;
  font-size: 31px;
  text-align: center;
}

.slide-btn-main h3 {
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: bold;
}

.tagline-inner:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -80%, 0) translate3d(0, -500px, 0);
  transform: translate3d(0, -80%, 0) translate3d(0, -500px, 0);
  left: 0px;
  opacity: 0;
}

.tagline-inner:hover .tagline-inner-main::before,
.tagline-inner:hover .tagline-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tagline-inner .tagline-inner-main::before,
.tagline-inner .tagline-content {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  /*! transition: opacity 0.35s, transform 0.35s; */
}

.tagline-content {
  position: absolute;
  top: 200px;
  left: 0;
  padding: 100px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  /* transition: opacity 0.35s, transform 0.35s; */
  height: 100%;
}

.tagline-inner:hover .tagline-content {
  opacity: 1;
  -webkit-transform: translate3d(0, -80%, 0) translate3d(0, 50%, 0);
  transform: translate3d(0, -80%, 0) translate3d(0, 50%, 0);
}

.slide-btn-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.slide-btn-main .slide-btn.button {
  background: #1a1a1a;
  padding: 20px 30px 20px 30px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  font-size: 21px;
  min-height: 35px;
  align-items: center;
  border-radius: 0;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
  letter-spacing: 0.22px;
  font-weight: 600;
}

.slide-btn-main .slide-btn.button:hover,
.slide-btn-main .slide-btn.button:focus {
  background: #d6198d;
}

.slide-btn-main .slide-btn.button::after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.5rem;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 5%;
  font-weight: bold;
}
.bottom-icon {
  /* display: flex; */
  justify-content: center;
  position: absolute;
  bottom: 17px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.bottom-icon::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.5rem;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: -9px;
  font-weight: bold;
  margin: 0 auto;
  /* left: inherit; */
  z-index: 1;
}

.bottom-icon::after {
  content: ' ';
  color: #fff;
  position: absolute;
  bottom: -17px;
  margin: 0 auto;
  /* left: inherit; */
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 64px solid #900061;
  z-index: 0;
}

.tagline-content ol,
.tagline-content ul {
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
}
.tagline-content ul li {
  font-size: 17px;
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: var(--heading-font-family);
  letter-spacing: 0.68px;
}

.tagline-content ul li::before {
  position: absolute;
  left: 3px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-size: 16px;
  top: 1px;
  font-weight: bold;
}

.tagline-inner:hover .bottom-icon::before,
.tagline-inner:focus .bottom-icon::before {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
}

.tagline-inner:hover .bottom-icon::after {
  border-bottom: 64px solid #b95f9c;
}

.home-slider-mob-border {
  position: absolute;
  width: 94%;
  height: 90px;
  bottom: 0px;
  left: 3%;
  z-index: 0;
}

.home-slider-mob-border::before {
  /* content: ""; */
  content: '';
  position: absolute;
  width: 50px;
  height: 90px;
  bottom: 20px;
  background: transparent;
  left: 0;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
}

.home-slider-mob-border::after {
  /* content: ""; */
  content: '';
  position: absolute;
  width: 50px;
  height: 90px;
  bottom: 20px;
  background: transparent;
  right: 0;
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .columns.small-6.medium-6.large-6 {
    width: 100%;
    float: left;
  }

  .home-hero .row {
    display: inline-block;
    height: 100%;
  }
  .home-hero {
    height: 100vh;
    min-height: 640px;
  }
  .home-hero .slick-dots {
    display: none;
  }

  .home-hero {
    background: var(--color-primary);
  }

  .slider-main {
    position: relative;
    height: 50%;
  }

  .tagline-inner-main h2 {
    position: relative;
    top: 50%;
    max-width: 75%;
    margin: 0 auto;
    font-size: 27px;
  }

  .tagline-content {
    top: 80px;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }

  .slide-btn-main {
    padding: 15px;
  }
  .bottom-icon::before {
    font-size: 1rem;
  }
  .bottom-icon::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #900061;
    z-index: 0;
  }
  .slide-btn-main h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .tagline-content ul li {
    font-size: 11px;
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.1;
  }

  .tagline-content ol,
  .tagline-content ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 64px;
  }

  .slide-btn-main .slide-btn.button {
    background: #1a1a1a;
    padding: 7px 30px 7px 30px;
    margin-bottom: 4px;
    color: #fff;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    min-height: inherit;
    align-items: center;
  }

  .slide-btn-main .slide-btn.button::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 23%;
    right: 5%;
    font-weight: bold;
  }

  .bottom-icon::after {
    border-left: 35px solid transparent !important;
    border-right: 35px solid transparent !important;
    border-bottom: 50px solid #900061 !important;
    z-index: 0;
  }

  .tagline-inner:hover .bottom-icon::after {
    border-bottom: 50px solid #b95f9c !important;
  }
  .slide-image.slider-right-image.slider-main .tagline-content {
    top: 100px;
  }

  .tagline-content ul li::before {
    position: absolute;
    left: 4px;
    color: #fff;
    font-size: 11px;
    top: -2px;
    font-weight: bold;
  }

  .header-mobile-inner {
    min-height: 90px;
    padding: 0 15px;
    align-items: center;
  }
  .header-logo img {
    max-width: 260px;
    width: 100%;
  }

  .header-mobile-buttons a,
  .header-mobile-buttons button {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: transparent !important;
    color: var(--color-primary);
    font-size: 21px;
    border: 1px solid var(--color-primary) !important;
    font-weight: normal !important;
  }

  .header-mobile-buttons button:hover,
  .header-mobile-buttons button:focus {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: var(--color-primary);
    background: #fff;
    border: 1px solid var(--color-primary) !important;
  }

  .home .header-mobile-buttons a,
  .home .header-mobile-buttons button {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: transparent !important;
    color: #fff;
    font-size: 21px;
    border: 1px solid #fff !important;
    font-weight: normal !important;
  }

  .home .header-mobile-buttons button:hover,
  .home .header-mobile-buttons button:focus {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: #fff;
    border: 1px solid #fff !important;
  }

  .header-logo {
    padding: 0;
  }

  .tag-one {
    font-size: 10px !important;
    line-height: 1;
    margin-bottom: 0;
    font-weight: normal;
    width: auto;
    /* margin: 0 auto; */
    /* display: table; */
    text-align: center;
    letter-spacing: -1px !important;
  }
  .tag-one-main {
    display: flex;
    align-items: center !important;
    justify-content: center;
  }
  .tag-one-line.right {
    margin-left: 10px;
    margin-top: 5px;
  }
  .tag-one-line.left.show-for-small-only {
    margin-right: 10px;
    margin-top: 5px;
  }

  .second-before-tagline {
    margin-top: 0px;
  }

  .tag-two-tagline {
    font-size: 54px !important;
    line-height: 51px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: -2px !important;
    margin: 0 auto;
    text-align: center;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }

  .tag-two-tagline .cursive-tagline {
    font-size: 50px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: -8px;
    line-height: 50px;
    padding-left: 15px;
  }
  .tag-third {
    font-size: 18px !important;
    line-height: 25px;
    letter-spacing: 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .tag-third h1 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 0 46px;
    line-height: 1.2;
  }
  .home-slider,
  .home-slider-single {
    height: 100vh;
  }

  .home-slider,
  .home-slider-single {
  }
  .home-slider-single-tagline {
    padding: 00px 15px 35px 15px;
    text-align: center;
  }

  .hp-post-block {
    opacity: 1 !important;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 290px;
    background: #242424;
  }

  .news-title {
    font-weight: bold;
    max-width: inherit;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  .columns.medium-2.large-2.small-12.news-col .news-col-inner::after {
    right: 0;
    background: #52ddff;
    height: 4px;
    width: 30px;
    top: inherit;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: unset;
    margin: -10px auto 15px auto;
    display: block;
    position: relative;
  }

  .newsDate {
    font-size: 15px;
    color: #fff;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .news-col-inner-right {
    position: inherit;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 50px;
  }

  .postArrow {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    top: 264px;
  }

  .postArrow i {
    font-size: 25px;
    color: #fff;
    background: #52ddff;
    font-weight: 300 !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .postArrow:hover i,
  .postArrow:focus i {
    font-size: 25px;
    color: #fff;
    background: #b2b2b2;
    font-weight: 300 !important;
    width: 50px;
    height: 45px;
    line-height: 45px;
  }

  .newsTitle {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 28px;
  }

  body.scrolled .header {
  }

  .tag-one.tagline::after {
    right: -70px;
    width: 60px;
    height: 12px;
    background-size: 60px;
    transition-delay: 3s;
    display: none;
  }

  .tag-one.tagline::before {
    content: '';
    left: -70px;
    width: 60px;
    height: 12px;
    background-image: url(../images/tagline-line.png);
    position: absolute;
    top: 0;
    z-index: 1;
    /* background: red; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    transition-delay: 3s;
    rotate: 180deg;
    display: none !important;
  }

  .home-slider-tagline-inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 80px;
    justify-content: center;
    position: relative;
  }

  .home-slider-single.home-slider-fourth .home-slider-tagline-inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }

  .home-slider-single.home-slider-fourth .hpCol {
    padding: 0;
    width: 100%;
    height: 33.33%;
  }

  .home-slider-single.home-slider-fourth .leftHpImg.hpCol {
    height: 36%;
  }
  .home-slider-single.home-slider-fourth .middleHpImg.hpCol {
    height: 33%;
  }

  .home-slider-single.home-slider-fourth .leftHpImg.hpCol .tagline.tagline-fourth.tag-fourth-left {
    padding-top: 50px !important;
  }

  .home-slider-single.home-slider-fourth .rightHpImg.hpCol {
    height: 32%;
  }

  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    padding: 0 !important;
    text-align: center !important;
    font-size: 50px !important;
  }
  .leftHpImg-inner.hpCol-inner {
    align-items: flex-end !important;
  }

  .tagline.tagline-fourth.tag-fourth-left {
    margin: 0 !important;
    margin-bottom: 5% !important;
  }

  .middleHpImg-inner.hpCol-inner .tagline.tagline-fourth.tag-fourth-middle {
    margin: 0 !important;
  }
  .rightHpImg.hpCol .middleHpImg-inner.hpCol-inner {
    align-items: flex-start !important;
  }
  .rightHpImg.hpCol .middleHpImg-inner.hpCol-inner .tagline.tagline-fourth.tag-fourth-right {
    margin: 0 !important;
    margin-top: 0% !important;
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one {
    letter-spacing: -3px !important;
    font-weight: normal;
    font-size: 19px !important;
    margin-bottom: 18%;
  }
  .tag-cta.tag-fourth-cta.tagline {
    align-items: flex-end;
    height: 100%;
    padding-top: 0;
    padding-bottom: 10%;
    display: none !important;
  }

  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  .hpCta {
    font-size: 13px;
  }
  .tag-one-line img {
    max-width: 70px !important;
  }
  .home-slider-single.home-slider-fourth .home-slider-single-tagline {
    padding: 0;
  }

  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner::after {
    background-image: linear-gradient(to bottom, rgba(18, 27, 57, 0.2) 84%, rgba(12, 25, 44, 0.19) 83%), linear-gradient(to top, #121b39, rgba(18, 27, 57, 0.2) 0%), linear-gradient(to bottom, rgba(12, 25, 44, 0.29), rgba(12, 25, 44, 0.29));
  }

  .home-slider-single.home-slider-fourth .leftHpImg.hpCol .leftHpImg-inner.hpCol-inner::after {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, #1b335f, rgba(0, 0, 0, 0.3));
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline {
    display: none !important;
  }

  .home-slider-single.home-slider-fourth {
    position: relative;
    margin-bottom: 0px !important;
    height: calc(100vh - 100px);
  }
  .banner-title {
    text-align: center;
    font-size: 36px;
  }
}

@media screen and (min-width: 280px) and (max-width: 1024px) {
  #main-navigation {
    width: 100%;
  }

  .home-slider-tagline-inner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
    opacity: 1;
    background-image: linear-gradient(to top, #121b39, rgba(0, 0, 0, 0));
  }

  .home-slider-tagline-inner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    z-index: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, #1b335f, rgba(0, 0, 0, 0));
  }

  #main-navigation.active {
    top: 0;
    padding-top: 130px;
  }

  #close-main-menu {
    position: absolute;
    right: 25px;
    top: 20px;
    /* padding: 0; */
    height: 40px;
    width: 40px;
    background: 0 0;
    color: #7bdafb;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #7bdafb;
    padding: 0 !important;
    outline: none;
  }

  #container.active::before {
    opacity: 0;
  }
  #main-navigation {
    top: 90px;
  }
  #main-navigation,
  #main-navigation .sub-menu {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.1);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0, 0.1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0, 0, 0, 0.1);
  }

  #menu-main-navigation h3 {
    display: none;
  }

  #main-navigation .sub-menu a {
    padding: 5px 0 5px 70px !important;
  }
  #main-navigation .sub-menu a:hover,
  #main-navigation .sub-menu a:focus {
    padding: 5px 0 5px 70px !important;
  }

  #container.active .mobile-menu-toggle i::before {
    background-image: none !important;
    content: '\f00d';
  }
  #container.active .mobile-menu-toggle {
    background-image: none;
    background-color: #1a1a1a;
  }
  #container.active .mobile-menu-toggle .fas.fa-bars {
    opacity: 1 !important;
  }

  .main-navigation-expand i {
    font-size: 17px;
    color: #52ddff;
    margin-top: 8px;
    margin-right: 19px;
  }

  #main-navigation a::after {
    /*left: 38px;*/
    left: 10%;
    right: 10%;
  }
  #main-navigation .sub-menu a::before {
    position: absolute;
    left: 52px;
    font-weight: 600;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tagline-content ol,
  .tagline-content ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    -webkit-line-clamp: inherit;
    overflow: visible;
  }

  .tagline-content {
    top: 125px;
    padding: 0 15px;
  }

  .tagline-content ul li {
    font-size: 13px;
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.1;
    width: 48%;
  }

  .slide-image.slider-right-image.slider-main .tagline-content {
    top: 138px;
    padding: 0 50px;
  }

  .slide-btn-main h3 {
    font-size: 18px;
  }
  .home-hero {
    height: 100vh;
    min-height: 640px;
  }

  .home-slider,
  .home-slider-single {
    height: 100vh;
    min-height: 640px;
  }
  .home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one {
    margin-bottom: 13%;
  }

  .tag-cta.tag-fourth-cta.tagline {
    padding-bottom: 2%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .tagline-inner-main h2 {
    font-size: 24px;
  }
  .home-hero {
    min-height: 700px;
    height: calc(100vh - 140px);
  }
  .header-mobile-buttons a,
  .header-mobile-buttons button {
    max-width: 50px;
    width: 45px;
    height: 50px;
    border-radius: 0;
    border-radius: 0;
    border-color: #52ddff;
    background: #52ddff;
  }

  .header-mobile-buttons button:hover,
  .header-mobile-buttons button:focus {
    max-width: 50px;
    width: 45px;
    height: 50px;
    border-radius: 0;
    border-radius: 0;
    border-color: #52ddff;
    background: #52ddff;
  }
  .home-slider,
  .home-slider-single {
    height: 100vh;
  }

  #close-main-menu {
    position: absolute;
    right: 25px;
    top: 20px;
    /* padding: 0; */
    height: 50px;
    width: 50px;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 0 !important;
    outline: none;
  }

  .header-mobile-buttons a,
  .header-mobile-buttons button {
    max-width: 50px;
    width: 45px;
    height: 50px;
    border-radius: 0;
  }
  .header-logo img {
    max-width: 190px;
    width: 230px;
  }

  .tagline-content {
    top: 200px;
    padding: 40px;
    height: 100%;
  }
  .slide-btn-main h3 {
    font-size: 20px;
  }
  .slide-btn-main .slide-btn.button {
    padding: 15px 30px 15px 30px;
    font-size: 16px;
    min-height: 35px;
    align-items: center;
  }
  .tagline-content ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 15px;
  }

  .header-mobile-inner {
    padding: 5px 10px;
    align-items: center;
  }

  .header-mobile-buttons a,
  .header-mobile-buttons button {
    max-width: 50px;
    width: 50px;
    height: 50px;
  }
  .home-slider-single-tagline {
    padding: 00px 0 180px 0;
    text-align: center;
  }
  .tag-one {
    font-size: 40px !important;
    line-height: 54px;
    /* font-weight: 200; */
    letter-spacing: -2px !important;
  }
  .tag-two-tagline {
    font-size: 40px !important;
    line-height: 50px;
    letter-spacing: -2px !important;
  }
  .tag-two-tagline .cursive-tagline {
    font-size: 85px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: -12px;
    line-height: 90px;
    padding-left: 15px;
  }
  .tag-third {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 3px !important;
  }
  .news-block {
    padding-left: 30px;
  }
  .news-col-inner-right {
    position: relative;
    padding-right: 50px !important;
  }
  .columns.medium-2.large-2.small-12.news-col .news-col-inner::after {
    right: -25px;
    top: 0;
  }
  .newsDate {
    font-size: 12px;
    line-height: 1.5;
  }

  .newsTitle {
    font-size: 16px;
  }

  .news-title {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.99px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 160px;
    text-align: right;
    margin: 0;
  }

  #menu-main-navigation {
    padding: 0 50px;
  }

  #main-navigation a::after {
    width: 90% !important;
  }

  .lottie svg {
    width: 650px !important;
  }

  body.scrolled .header {
    background: #fff !important;
    box-shadow: 0 0 5px #000;
  }

  body.scrolled .header {
    background: #fff !important;
    box-shadow: 0 0 5px #000;
  }

  .tag-one.tagline::after {
    right: -70px;
    width: 60px;
    height: 12px;
    background-size: 60px;
    transition-delay: 3s;
  }

  .tag-one.tagline::before {
    content: '';
    left: -70px;
    width: 60px;
    height: 12px;
    background-image: url(../images/tagline-line.png);
    position: absolute;
    top: 0;
    z-index: 1;
    /* background: red; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    transition-delay: 3s;
    rotate: 180deg;
    display: none;
  }

  .home-slider-tagline-inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 0;
    justify-content: center;
    position: relative;
  }
  .tag-third,
  .tag-third h1 {
    /* margin: 50px 0 05px 0; */
    margin-bottom: 15px;
  }

  body.scrolled .header-logo img {
    max-width: 300px;
  }

  .tagline-content ul li::before {
    position: absolute;
    left: 4px;
    color: #fff;
    font-size: 11px;
    top: -2px;
    font-weight: bold;
  }

  .header-mobile-inner {
    min-height: 90px;
    padding: 15px;
    align-items: center;
  }
  .header-logo img {
    max-width: 300px;
    width: 100%;
  }

  .header-mobile-buttons a,
  .header-mobile-buttons button {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: transparent !important;
    color: var(--color-primary);
    font-size: 21px;
    border: 1px solid var(--color-primary) !important;
    font-weight: normal !important;
  }

  .header-mobile-buttons button:hover,
  .header-mobile-buttons button:focus {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: var(--color-primary);
    background: #fff;
    border: 1px solid var(--color-primary) !important;
  }

  .home .header-mobile-buttons a,
  .home .header-mobile-buttons button {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: transparent !important;
    color: #fff;
    font-size: 21px;
    border: 1px solid #fff !important;
    font-weight: normal !important;
  }

  .home .header-mobile-buttons button:hover,
  .home .header-mobile-buttons button:focus {
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    border-radius: 0;
    border-color: #fff;
    background: #fff;
    border: 1px solid #fff !important;
  }
  .banner-title {
    font-size: 40px;
  }
  .header-logo {
    padding: 0;
  }

  .tag-one {
    font-size: 18px !important;
    line-height: 1;
    margin-bottom: 0;
    font-weight: normal;
    /* width: auto; */
    /* margin: 7px auto; */
    text-align: center;
  }
  .tag-one-line.left.show-for-small-only {
    display: block !important;
    margin-right: 20px;
  }

  .second-before-tagline {
    margin-top: 0px;
  }

  .tag-two-tagline {
    font-size: 65px !important;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: -2px !important;
    margin: 0 auto;
    text-align: center;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }

  .tag-two-tagline .cursive-tagline {
    font-size: 50px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: -8px;
    line-height: 50px;
    padding-left: 15px;
  }
  .tag-third {
    font-size: 75px !important;
    line-height: 75px;
    letter-spacing: 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .home-slider-single.home-slider-fourth .home-slider-tagline-inner {
    justify-content: center;
    padding-bottom: 0;
  }

  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    font-size: 35px;
  }
  .home-slider-single.home-slider-fourth .home-slider-tagline-inner {
    justify-content: center;
    padding-bottom: 0;
    align-items: center;
  }
  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    margin-top: 10%;
  }

  .tag-cta.tag-fourth-cta.tagline {
    padding-top: 25%;
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline {
    position: absolute;
    text-align: center;
    margin-top: -10%;
  }

  .tag-one-line.left.show-for-small-only {
    display: inline-block !important;
  }

  .tag-one-main {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
  }

  .home-slider-tagline-inner::before {
    height: 80%;
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one {
    font-size: 70px !important;
  }

  .fourth-slide-line {
    max-width: 630px;
  }

  .banner,
  .banner-xl {
    margin-top: 92px;
  }
}

/* HOME HERO CUSTOM CSS END */

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .home-slider-tagline-inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 250px;
    justify-content: center;
    position: relative;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main-navigation-menu > li > a {
    font-size: 15px;
    padding: 0px;
  }

  .banner-title {
    font-size: 60px;
  }

  #mega-menu li a,
  #desktop-navigation .sub-menu li a {
    font-size: 15px;
  }

  .tagline-content {
    padding: 100px 50px;
  }
  .module {
    padding: 80px 0;
  }
  .service-sec-title {
    font-size: 22px;
  }
  .module.module-benefits-b.service-section .columns {
    padding: 0 60px;
  }
  .module-service-box {
    padding: 0 00px 30px 15px !important;
  }
  .module.module-benefits-b.service-section {
    padding-bottom: 30px !important;
  }

  .home-slider-single-tagline {
    max-width: 90%;
  }

  .header-logo img {
    max-width: 300px;
  }

  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    font-size: 55px;
  }
  .home-slider-single.home-slider-fourth .home-slider-single-tagline {
    margin-top: -10%;
  }

  .main-navigation-menu > li::after {
    top: 0;
  }
  .mega-menu li::before,
  #desktop-navigation .sub-menu li::before {
    left: 12px;
    top: 3px;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1366px) {
  .lottie {
    bottom: 60px;
    left: inherit;
    display: block;
    position: absolute;
    margin: 0 auto !important;
    padding-right: 55px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
  .lottie {
    bottom: 60px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
  .header-desktop .row {
    max-width: 95%;
  }
  /*	.module-header-a-inner {
		padding: 60px 15px 20px 15px;

	}*/
  .module-header-a {
    padding: 10px 0;
    height: auto;
  }
  body.scrolled .header-logo img {
    max-width: 250px;
  }

  .header-logo img {
    max-width: 490px;
    width: 100%;
  }
  .banner,
  .banner-xl {
    margin-top: 135px !important;
    height: 400px;
  }

  .module-header-b-phone {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
  }

  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 100vh;
    width: 100%;
    min-height: 1165px;
  }

  .home-hero {
    margin-top: 0px;
  }

  .module-header-b .columns.no-float {
    padding: 0;
  }
  .row,
  .row-wide,
  .row-narrow {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-navigation-menu > li > a {
    font-size: 15px !important;
    letter-spacing: 0.55px;
  }

  .module-header-a-phone {
    font-size: 22px !important;
    padding: 15px 55px !important;
  }

  .module-header-a-phone:hover,
  .module-header-a-phone:focus {
    font-size: 22px !important;
    padding: 15px 55px !important;
  }

  .home-slider-single-tagline {
    width: 100%;
    max-width: 1500px;
    background: transparent;
    padding: 100px 0 00px 0;
  }
  .home-slider-tagline-inner .hpCta {
    font-size: 16px !important;
    letter-spacing: 0.78px !important;
    padding: 20px 35px 20px 35px !important;
    min-width: 200px !important;
  }

  /*
.home main .row, .home main .row-narrow {
  max-width: 1600px;
}*/
  .main-navigation-menu .sub-menu {
    width: 320px;
  }
  #mega-menu li a,
  #desktop-navigation .sub-menu li a {
    font-size: 15px;
  }
  .mega-menu li::before,
  #desktop-navigation .sub-menu li::before {
    /* top: 15px; */
    top: 5px;
    font-size: 16px;
  }

  #header-search-open {
    font-size: 1.1rem;
    display: inline-block;
    line-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
    padding: 0;
    text-align: center;
    margin: 0 0 0px 30px;
    background: transparent;
    border: 2px solid #89ae8f !important;
    font-size: 25px !important;
    font-weight: normal;
  }

  .mobile-menu-toggle {
    color: #fff;
    font-weight: bold;
    height: 61px !important;
    border-radius: 0;
    max-width: 55px !important;
    min-width: 60px !important;
  }

  .tagline-content {
    top: 300px;
  }
  .tagline-inner-main h2 {
    font-size: 36px;
  }
  .slide-btn-main h3 {
    font-size: 35px;
  }
  .tagline-content ul li {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .tagline-content ul li::before {
    font-size: 19px;
    top: 1px;
  }
  .slide-btn-main .slide-btn.button {
    padding: 25px 30px 25px 30px !important;
    font-size: 23px !important;
  }

  .tagline-inner .tagline-content {
    max-width: 900px;
  }
  .tagline-inner .tagline-content {
    left: auto !important;
    right: inherit;
  }
  .desktop-menu-toggle {
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 0;
    border: 2px solid rgb(255, 255, 255, 0.76) !important;
    color: #fff;
    font-size: 25px;
  }

  .module-header-a-right {
    padding-top: 0px;
  }

  .main-navigation-menu > li {
    margin-right: 40px;
  }

  .tag-one {
    font-size: 35px !important;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: var(--body-font-family);
    font-weight: 500;
    letter-spacing: 0px !important;
  }
  .tag-one.tagline::after {
    right: -185px;
    width: 195px;
    height: 40px;
    top: 6px;
    background-size: 140px;
  }

  .tag-two-tagline {
    font-size: 140px !important;
    line-height: 120px;
    margin-bottom: 5px;
    /* letter-spacing: -2.67px !important; */
  }

  .tag-third {
    font-size: 26px !important;
    line-height: 40px;
    letter-spacing: 2.79px;
    margin-top: 35px;
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline .tag-one.tagline.tag-fourth-one {
    letter-spacing: -20px !important;
    font-weight: normal;
    font-size: 125px !important;
    height: 175px;
  }

  .home-slider-single.home-slider-fourth .home-slider-single-tagline .row {
    max-width: 1740px;
  }
  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    font-size: 85px;
    margin-top: 22%;
  }
  .hpCta {
    font-size: 19px;
  }
  .tag-cta.tag-fourth-cta.tagline {
    position: absolute;
  }
  .banner > .row {
    height: 100%;
    max-width: 1360px;
  }

  #home-slider .slick-dots {
    position: relative;
    bottom: 25%;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: left;
    max-width: 1515px;
    margin: 0 auto;
  }

  .fourth-slide-line {
    max-width: 1100px;
    overflow: hidden;
    margin: -5px auto 24px auto;
  }
}

@media screen and (min-width: 2560px) and (max-width: 12000px) {
  .home-slider-single.home-slider-fourth .hpCol .hpCol-inner .tagline {
    margin-top: 14%;
  }
}

.sitemap-block {
  margin-bottom: 35px;
}

/* Header & Slider Media CSS */
