/* This stylesheet is RENDER-BLOCKING */
/* 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: 17px;
  --font-family-body: "Poppins", sans-serif;
  --font-family-heading: "Poppins", sans-serif;
  --font-size-h1: 34px;
  --font-size-h2: 30px;
  --font-size-h3: 24px;
  --font-size-h4: 20px;
  --color-body-text: #13294B;
  --color-primary: #000000;
  --color-secondary: #13294B;
  --color-alternate: #249FF0;
  --color-yellow: #FEC844;
  --color-light-gray: #F2F2F2;
  --color-white: #fff;
  --color-black: #000000;
  --color-blue: #1A9AEF;
  --color-bluedark: #0D78BF;
  --gray-color: #D9D9D9;
  --header-height: 100px;
  --width-normal: 1280px;
  --width-narrow: 900px;
  --width-wide: 1599px;
  --body-font-family: "Poppins", sans-serif !important;
  --heading-font-family: "Poppins", serif;
  --gutter-size: 30px;
  --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: 16px;
  }
}

#container {
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
  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;
}

main {
  padding: 70px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

html {
  box-sizing: border-box;
}


body {
  display: block !important;
  line-height: 1.75;
  color: var(--color-body-text);
  font-size: 17px;
  font-family: var(--body-font-family);
  font-weight: normal;
  letter-spacing: -0.17px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*:focus {
  outline: none;
}

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

}

.test123 {
  color: red;
}

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

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

}

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

}

h3 {
  font-size: var(--font-size-h3);

}

h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.8px;
  text-align: left;
  color: var(--color-bluedark);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  margin-bottom: 10px;
}

h5,
h6 {
  font-size: 1rem;
}

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

h1 span.subtitle,
h2 span.subtitle {
  display: block;
  color: #0f8577;
  font-size: 50%;
}

h2.module-title:after {
  /*    content: "";
    width: 100px;
    margin: 5px 0 1rem;
    height: 5px;
    background-color: var(--secondary-color);
    display: block;
    margin: 0 auto;
    margin-top: 20px;*/
  /* margin-bottom: 20px; */
}

p {
  margin: 0 0 20px;

}

ul {
  list-style: none;
}

/* CORE > Links and Buttons */

a {
  color: var(--color-blue);
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:hover,
a:focus {
  color: var(--color-bluedark);
  text-decoration: none;

}




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

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

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

button,
.button {
  font-family: var(--body-font-family);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 18px 30px;
  text-align: center;
  display: inline-block;
  color: var(--color-secondary);
  background-color: var(--color-alternate);
  text-decoration: none;
  letter-spacing: -0.15px;
  outline: none;
  border-radius: 65px;

}

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




button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: var(--color-yellow);
  color: var(--color-secondary);
  font-weight: 600;
}

button.alt-01,
.button.alt-01 {
  background: var(--color-yellow);
  color: var(--color-secondary);
  border-color: var(--primary-color);
  border: none !important;

}

.button::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  margin-left: 7px;
  display: none;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background: var(--color-alternate);
  color: var(--color-secondary);
  border: none !important;
}

button.alt-02,
.button.alt-02 {
  background-color: var(--secondary-color);
  color: var(--color-white);
  border-color: var(--secondary-color);
}

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

.breadcrumbs-single:last-child {
  color: #15283F;
}

button.outline,
.button.outline {
  background: none;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 13px 40px 13px 25px;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: var(--color-blue);
  color: #fff;
  border: 2px solid var(--color-blue);
}

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

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: #fff;
  color: #400610;
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: #0f8577;
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: #000;
  text-decoration: none;
}

.office-map-button {
  background-color: #024222;
  border: 1px solid #024222;
}

.green {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.36px;
  text-align: left;
  color: #86a452 !important;
}

.green2 {
  color: #11480c !important;
  background: linear-gradient(90deg, #174d0f, #2a5f1c 30%, #699749);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal !important;
  margin-bottom: 15px !important;
}


.text-white {
  color: #fff;
}

/* Hero > Animation */



#my-text .letter {
  display: inline-block;
  line-height: 1em;
  opacity: 0;
}

#my-text {
  /* font-weight: bold; */
  /* font-size: 2em; */
  /* letter-spacing: 0.1em; */

  display: inline-block;
  color: var(--color-primary);
  opacity: 1;
  color: #fff
}

#my-text .letter {
  display: inline-block;
  color: #fff
}

.animate-in-view.tag1.tagline-first.animated {
  animation: slidetranslate 1s ease-out forwards;
}

@keyframes slidetranslate {
  from {
    transform: translateY(-20px);
    opacity: 0;
    scale: 1.2;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    scale: 1;
  }
}




/* CORE > Layout */
.columns,
.column {
  padding: 0 var(--gutter-size);
}

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

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



.module.attorneys .row {
  max-width: 1240px;
}

.row-1080 {
  max-width: 1080px;
}

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

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

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

.no-margin-last>p:last-of-type {
  margin: 0 !important;
}

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

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

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



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

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

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

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

.body-font {
  font-family: var(--body-font-family);
}

.header-font {
  font-family: var(--heading-font-family);
}

.uppercase {
  text-transform: uppercase;
}

.show-in-pdf,
.hide {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

.flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.flex-align-vertical {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.two-buttons-container a,
.two-buttons-container button {
  display: block;
  margin-bottom: 10px;
}

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

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

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

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

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

.small-margin-left {
  margin-left: 10px;
}

.small-margin-right {
  margin-right: 10px;
}

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

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

.opacity1 {
  opacity: 1 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: #fff;
}

.header-a-btn.button.tab-dispaly {
  position: relative;
  max-width: 260px !important;
}

.header-a-btn.button.tab-dispaly::after {
  position: relative;
}

@media screen and (min-width: 450px) {
  .two-buttons-container {
    display: flex;
    justify-content: center;
  }

  .two-buttons-container a,
  .two-buttons-container button {
    margin: 0 6px;
  }
}

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

  .mobile-menu-search form {
    display: flex !important;
    border: 1px solid white !important;
    border-radius: 100px !important;
    margin: 80px 30px 50px 30px !important;
  }

  .mobile-menu-search input {
    border-bottom: 0px !important;
    height: 60px !important;
  }

  .mobile-menu-search button {
    background: transparent !important;
    color: var(--color-alternate) !important;
    font-size: 19px !important;
  }

  .mobile-menu-search label {
    display: none !important;
  }
}

@media screen and (max-width: 0px),
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: 640px) and (max-width: 1024px) {

  .hide-for-medium-only,
  .mobile-dispaly {
    display: none !important;
  }

  .tab-dispaly {
    display: flex !important;
  }

  .header-a-btn.button {
    align-content: center;
  }
}

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

}


@media screen and (min-width: 1024px) {

  /*button, .button {
 
	min-width: 190px;
}*/


}



@media screen and (max-width: 1366px) {

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

}




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


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

body.scrolled .header {
  border: none;
  background-color: var(--color-body-text);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}


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

.header a {
  text-decoration: none;
}

.module-header-a-right-top .button.btn-top.external-link {
  padding: 5px 15px;
  font-size: 15px;
}


.header-desktop {
  display: none;
  background: #fff;
}

.module-header-a {
  position: relative;
  z-index: 1;
}

#header-desktop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 80%);
  z-index: 0;
  opacity: 0;
}

.home #header-desktop::after {
  opacity: 0
}

.scrolled #header-desktop::after {
  opacity: 0
}

#header-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 80%);
  z-index: 0;
  opacity: 0.5;
  display: none;
}

.header-mobile-inner {
  position: relative;
  z-index: 1;
}

.header-a-btn.button {
  max-width: 280px;
  font-size: 16px;
  /* padding: 0 !important; */
  letter-spacing: -0.48px;
  font-weight: bold !important;
  background: var(--color-blue);
  border-color: var(--color-blue);
}


.header-a-btn.button:hover,
.header-a-btn.button:focus {
  max-width: 280px;
  font-size: 16px;
  /* padding: 0 !important; */
  letter-spacing: -0.48px;
  font-weight: bold !important;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}


.module-header-a .row {
  max-width: 1900px;
  padding: 10px 15px;
}


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

body.scrolled .header .responsive-img.color {
  display: none !important;
}

body.scrolled .header .responsive-img.white.hide {
  display: block !important;
}

body.scrolled .header .main-navigation-menu>li>a {
  color: #fff;
}

body.scrolled .header .main-navigation-menu>li>a:hover,
body.scrolled .header .main-navigation-menu>li>a:focus {
  color: var(--color-blue);
}

body.scrolled .header .main-navigation-menu>li::after {
  background: #343736;
}

.header-logo img {
  /* max-width: 100%; */
  height: auto;
  max-width: 415px;
  width: 415px;
}

.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;
  column-gap: 0px;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  flex: 1;
  max-width: 40px;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  border: none !important;
}


body.scrolled .header.header-mobile .mobile-menu-toggle {
  border: 1px solid var(--option-color) !important;
}

body.scrolled .header.header-mobile .responsive-img.color.hide {
  display: block !important;
  max-width: 120px;
}


.header-mobile-buttons button.mobile-menu-toggle {
  color: var(--option-color);
  background: #fff;
  border-color: white;
}

.button.alt-01.tel-link::after {
  display: none !important;
}

.header-mobile-buttons .button.alt-01.tel-link {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
  background: linear-gradient(to right, var(--color-blue), var(--color-blue)) !important;
  font-size: 20px;

}


.header-mobile-buttons .button.alt-01.tel-link:hover,
.header-mobile-buttons .button.alt-01.tel-link:focus {
  background-color: var(--option-color) !important;
  border-color: var(--option-color) !important;
  background: linear-gradient(to right, var(--option-color), var(--option-color)) !important;
  font-size: 20px;

}

.header-mobile-buttons .button.alt-01.tel-link i {
  color: var(--color-white);
}

.mega-menu {
  display: none;
}

@media screen and (min-width: 500px) {}

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

  .header-desktop {
    display: block;
  }

  .header-logo {
    padding: 0;
  }
}


.module-header-a-right-top span a {
  color: var(--color-white);
  background-color: transparent !important;
  padding: 0;
}


.module-header-a-right-top span a:hover,
.module-header-a-right-top span a:focus {
  color: var(--secondary-color) !important;

}





/*******************************************************************************************
  - Module header a
*******************************************************************************************/

.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: flex-start;
}

.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: 5px;
}

.module-header-a-right-top span {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  text-align: right;
  color: var(--color-white);
}

.module-header-a-phone {
  font-weight: 600 !important;
  color: var(--secondary-color) !important;
  font-size: 20px !important;
  margin-left: 20px;
  display: inline-block;
  background: transparent;
  padding: 3px 0 !important;
  letter-spacing: 0.2px;
  background: transparent !important;
}

.module-header-a-phone.tel-link:hover,
.module-header-a-phone.tel-link:focus {
  font-weight: 600 !important;
  color: var(--color-white) !important;

}



.module-header-a-phone i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.module-header-a-phone:hover,
.module-header-a-phone:focus {
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  font-size: 20px !important;
  margin-left: 20px;
  display: inline-block;
  background: transparent;
  padding: 3px 0 !important;
  letter-spacing: 0.2px;
  background: transparent !important;
}


.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: center;
  justify-content: flex-end;
  column-gap: 25px;
}

.main-navigation-menu>li a::before {
  bottom: 00px;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-image: linear-gradient(to left, var(--color-blue) 70%, var(--color-blue));
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  bottom: -10px;
}

.main-navigation-menu>li a:hover:before,
.main-navigation-menu>li a:focus:before {
  opacity: 1;
  width: 100%;
}

@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: 0px;
    width: 75%;
  }

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

  .module-header-a-inner {
    padding: 14px 10px;
    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: 0px;
    margin-top: 0px;
  }


}






/*******************************************************************************************
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: 10px 0 10px 0;
  margin-right: 35px;
}


.main-navigation-menu>li::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 9px;
  color: transparent;
  opacity: 0.3;
  background: #fff;
  width: 1px;
  height: 15px;
  opacity: 0;
}


.main-navigation-menu>li:last-of-type::after {

  opacity: 0
}

.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: 290px;
  margin: 0;
  padding: 18px 27px;
  background: var(--color-white);
  border-top: 2px solid var(--color-alternate);
}

.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-blue) !important;
  text-decoration: none;
}

#desktop-navigation .sub-menu li a:hover,
#desktop-navigation .sub-menu li a:focus {
  color: var(--color-blue) !important;
}

.main-navigation-menu>li.menu-item-1463 .sub-menu {
  right: -100%;
}

/*.main-navigation-menu > li.menu-item-141 .sub-menu {
	width: 600px;
	left: -150%;
}
.main-navigation-menu > li.menu-item-141 .sub-menu li {
	width: 50%;
	float: left;
}*/
.main-navigation-menu>li>a {
  position: relative;
  display: block;
  height: 100%;
  color: var(--color-body-text);
  line-height: 1;
  font-size: 17px !important;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}



/* MENUS > Main Nav Dropdowns (Level 2) */


#desktop-navigation .sub-menu li,
.mega-menu li {
  background: transparent;
  padding-left: 0;
  transition: background 200ms ease-out;
}

#desktop-navigation .sub-menu li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}

#desktop-navigation .sub-menu li:last-child {
  border: none;
}

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

#mega-menu li a,
#desktop-navigation .sub-menu li a {
  color: var(--color-secondary);
  font-size: 17px;
  display: block;
  padding: 10px 0;
  line-height: normal;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.17px;
}

.mega-menu li.active,
#desktop-navigation .sub-menu li.active {
  background: transparent;
}

.mega-menu li::before,
#desktop-navigation .sub-menu li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 13px;
  top: 6px;
  color: var(--secondary-color);
  pointer-events: none;
  transition: color 200ms ease-out;
  font-size: 16px;
  font-weight: bold;
  opacity: 0 !important;
}

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

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

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

#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: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position: center right;
  overflow: hidden;
  /* border-bottom: 7px solid var(--secondary-color); */
}

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

.page-template-template-venue .banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: normal, multiply, normal;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 26%), linear-gradient(50deg, rgba(0, 69, 29, 0.58) 1%, rgba(0, 69, 29, 0.48) 15%, rgba(0, 125, 52, 0) 52%), linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 50%);
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(to right, #13294b, rgb(19, 41, 75, 0));
}


.single-attorneys .banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 60%); */
  pointer-events: none;
  opacity: 1;
}

.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.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: left;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  float: none !important;
  padding-top: 00px !important;
}

.banner-title {
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /* line-height: normal; */
  letter-spacing: normal;
  /* text-align: center; */
  margin: 0;
  color: #fff;
  /* max-width: 100%; */
  line-height: 1.2;
  text-align: left;
  max-width: 985px;
  text-transform: none;
  font-family: var(--heading-font-family);
  letter-spacing: 0;
}

.page-template-template-about .banner-title {
  opacity: 0
}

.page-template-template-about .banner-title {
  animation: fadeInUp 1000ms ease-out forwards;
  animation-delay: 500ms;
}

.single-attorneys-template-a .attorney-banner-name h1 {
  opacity: 0
}


.single-attorneys-template-a .attorney-banner-name h1 {
  animation: none !important;
  /* animation-delay: 500ms; */
  opacity: 1 !important;
}

@media screen and (min-width: 1900px) {
  .banner {
    height: 500px !important;
  }
}

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




.cust-title-2.banner-title {
  color: var(--secondary-color);
}

.cust-title-1 {
  overflow: hidden;
  text-align: center;
}

.cust-title-2 {
  overflow: hidden;
  text-align: center;
}

.cust-title-2.banner-title {
  color: var(--secondary-color);
}

.page-template-template-venue .banner-title {
  font-size: 70px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  max-width: 100%;
  line-height: 1;
  text-align: center;
  max-width: 985px;
  margin: 0 auto;
}


.banner-title strong {
  color: var(--secondary-color);
  font-weight: 800;
  display: block;
  text-align: left;
}

.page-template-template-venue .banner-title strong {
  text-align: center;
}


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

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

  .banner-title {
    font-size: 70px;

  }

}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .banner {

    height: 350px;
  }
}






/* HOME HERO AND/OR SLIDER Start */
/* Hero */

/* ESSENTIALS CHILD THEME: "MINIMAL" */

.home-hero {
  position: relative;
}

.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

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

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

.home-slider-single .columns,
.home-slider-single .row {
  height: 100%;
  max-width: 1100px;
}

.home-slider-single-tagline {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 90px;
  max-width: 800px;
}

.home-slider-single-tagline h2 span {
  font-style: italic;
}

.home-slider-single-tagline h2 strong {
  display: block;
  font-style: normal;
}

.home-slider-single-tagline-inner {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 80px;
}

.home-slider-single-tagline-inner .button {
  line-height: normal;
}

.swiper-pagination {
  bottom: 10vh !important;
}

.tag-1 h1 {
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
}


.tag-2 {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  text-transform: none;
}

.tag-3,
.tag-3 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.18px;
  text-align: left;
  color: #fff;
  max-width: 450px;
}

.hero-btn-main {
  display: flex;
  column-gap: 10px;
  margin-top: 45px;
}


.home-hero .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}






.home-slider-single picture img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}



@media screen and (min-width: 1025px) {


  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 100vh !important;
  }





}


.module-header-d-phone {
  padding: 6px 10px;
}

.module-header-d-phone span {
  display: none;
}

.module-header-d-phone,
.home-slider-single-button {
  border: 2px solid #fff;
  background: transparent;
}

.module-header-d-phone {
  padding: 6px 10px;
}

.module-header-d-phone span {
  display: none;
}

.module-header-d-phone,
.home-slider-single-button {
  border: 2px solid #fff;
  background: transparent;
}

/* Intro Section */
.intro {
  position: relative;
  padding-top: 75px;
  padding-bottom: 30px;
}

.intro-holder {
  display: flex;
  flex-wrap: wrap;
}

.intro-heading {
  text-transform: uppercase;
}

.intro-heading h6 {
  margin-bottom: 5px;
  color: var(--color-alternate);
  font-size: 1.25rem;
  letter-spacing: 4px;
}

.intro-heading h2 {
  color: #0e2840;
  margin-bottom: 22px;
}

.intro-right {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.intro-right img {
  width: 100%;
}

.intro-shape {
  position: absolute;
  top: 0;
  height: 100%;
  left: -240px;
  opacity: 0.04;
  pointer-events: none;
}

.intro-shape img {
  height: 100%;
  width: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .intro {
    padding-bottom: 90px;
  }

  .intro:before {
    position: absolute;
    top: 0;
    right: 50%;
    width: 381px;
    height: 100%;
    background-color: var(--color-light-gray);
    content: "";
    transform: translateX(50%);
    pointer-events: none;
    margin-right: -390px;
  }

  .intro-holder {
    justify-content: space-between;
    flex-wrap: unset;
  }

  .intro-content {
    width: 50%;
    position: relative;
    margin-right: 80px;
    line-height: 1.75;
    padding-top: 60px;
    order: 1;
  }

  .intro-content:before {
    position: absolute;
    top: 60px;
    left: -45px;
    width: 3px;
    min-height: 350px;
    background-color: var(--color-secondary);
    content: "";
  }

  .intro-right {
    width: calc(50% + 125px);
    margin-right: -125px;
    position: relative;
    order: 2;
    margin-bottom: 0;
  }

  .intro-right img {
    margin-left: auto;
    display: block;
    width: auto;
  }
}

/* Factors */
.steps {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--color-near-white);
  background-color: #0e2840;
}

.steps-block {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 25px;
}

.steps-block:after {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-near-white);
  opacity: 0.2;
  content: "";
}

.steps-block:last-child:after {
  display: none;
}

.steps-block i {
  margin-bottom: 25px;
  font-size: 48px;
  display: block;
  font-weight: 100;
  color: var(--color-secondary);
}

.steps-block p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.steps-block strong {
  display: block;
  font-weight: 600;
  font-family: var(--heading-font-family);
}

.steps-block h3 {
  font-size: 1.7rem;
  margin-bottom: 8px;
  color: var(--color-secondary);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .steps-block {
    width: 50%;
    padding: 0 15px;
  }

  .steps-block:after {
    top: 0;
    left: auto;
    bottom: unset;
    right: 0;
    width: 1px;
    height: 100%;
  }

  .steps-block:nth-child(even):after {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .steps-block {
    width: 25%;
    margin: 0;
    padding: 0 30px;
  }

  .steps-block:nth-child(even):after {
    display: block;
  }

  .steps-block:last-child:after {
    display: none;
  }
}

/* Testimonials */
.testimonials {
  position: relative;
  padding-bottom: 50px;
}

.testimonials-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  pointer-events: none;
  z-index: -1;
  height: 100%;
}

.testimonials-shape img {
  width: auto;
  height: 100%;
  display: block;
}

.testimonials-left {
  position: relative;
  background-color: var(--color-light-gray);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  z-index: 1;
}

.testimonials-left:before {
  position: absolute;
  right: calc(var(--gutter-size) * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--color-light-gray);
  content: "";
  pointer-events: none;
}

.testimonials-left blockquote {
  margin-bottom: 0;
  border-left: 0;
  padding-left: 0;
  padding-right: 60px;
}

.testimonials blockquote::before {
  margin-bottom: 20px;
}

.testimonials-content button.no-button,
.testimonials-content .button.no-button {
  position: relative;
  padding-bottom: 10px;
}

.testimonials-content button.no-button:after,
.testimonials-content .button.no-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-secondary);
  transition: width 200ms ease-out;
}

.testimonials-content button.no-button:hover,
.testimonials-content button.no-button:focus,
.testimonials-content .button.no-button:hover,
.testimonials-content .button.no-button:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.testimonials-content button.no-button:hover:after,
.testimonials-content button.no-button:focus:after,
.testimonials-content .button.no-button:hover:after,
.testimonials-content .button.no-button:focus:after {
  width: 0;
}

@media screen and (min-width: 768px) {
  .testimonials {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .testimonials-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .testimonials-shape {
    top: 0;
    bottom: unset;
    right: -132px;
  }

  .testimonials-left {
    width: 41.6%;
    margin-right: 102px;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 0;
  }

  .testimonials-left:before {
    right: 100%;
  }

  .testimonials-content {
    flex: 1;
    align-self: center;
    line-height: 1.8;
  }

  .testimonials-slider {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .testimonials-slider {
    padding-right: 110px;
  }
}

/* Team Slider */
.attorney-hover-box {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
}

.attorney-result-image-container {
  height: 392px;
  position: relative;
}

.attorney-result-image-container:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
  content: "";
  width: 100%;
  height: 50%;
}

.attorney-result-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attorney-result-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  transition: 400ms ease-out;
  color: var(--color-near-white);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
}

.attorney-result-overlay-inner {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.attorney-result-overlay p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 0.8rem;
}

.attorney-result-overlay span {
  color: var(--color-secondary);
  font-size: 0.813rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
  top: 0;
}

.attorney-hover-box-info {
  padding: 12px;
  position: absolute;
  bottom: 0;
  color: var(--color-near-white);
  background-color: var(--color-primary);
  width: 100%;
  text-align: center;
  font-size: 1.063rem;
  box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
  margin: 0;
}

.attorney-hover-box-info h2 {
  color: var(--color-secondary);
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-transform: none;
}

.attorney-hover-box-info p {
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
  .attorney-hover-box {
    margin-bottom: 0;
  }
}

.module-attorneys-e {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(images/background_columns.webp);
  background-size: cover;
}

.module-attorneys-e-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
  content: "";
}

.module-attorneys-e-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.module-attorneys-e-button {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .module-attorneys-e {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .module-attorneys-e:before {
    position: absolute;
    top: -115px;
    left: 50%;
    z-index: 2;
    background-color: var(--color-secondary);
    width: 3px;
    height: 408px;
    content: "";
    margin-left: -560px;
    transform: translateX(-50%);
  }
}

/* Badges */
.module-badges-b {
  padding: 30px 0;
}

.module-badges-b-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.module-badges-b-single {
  flex-basis: 50%;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.module-badges-b-single img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .module-badges-b-single {
    flex-basis: 33.3%;
    width: 33.3%;
  }
}

@media screen and (min-width: 1025px) {
  .module-badges-b-single {
    flex-basis: 20%;
    width: 20%;
    margin: 0;
  }
}

.home footer.module-footer-c {
  display: none;
}

.logo-watermark-inn img {
  max-width: 120px;
}

.logo-watermark {
  margin-top: 55px;
}

.hero-line {
  position: absolute;
  bottom: -115px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.hero-line-inn.animate-in-view.animated {
  opacity: 1;
}

.hero-line-inn {
  position: relative;
  height: 180px;
  width: 10px;
  overflow: hidden
}

.line-inn-con.active {
  background: var(--secondary-color);
  height: 100%;
  -webkit-animation: expand1 2s;
  width: 3px;
  position: absolute;
  margin-left: 0;
  z-index: 3;
  margin: 0 auto;
  left: 5px;
}

@-webkit-keyframes expand1 {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

/* 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%;
  height: 100%;
}

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

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

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

@media screen and (min-width: 640px) {

  .home-hero-height-sync,
  .home-hero {
    height: 600px;
  }
}

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

  .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: var(--light-gray-color);
  }
}

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



@media screen and (min-width: 768px) {
  .hero h2 {
    font-size: 4.063rem;
    letter-spacing: 15px;
  }

  .hero-slide-content {}
}

@media screen and (min-width: 1025px) {
  .hero-height {
    height: 100vh;
    min-height: 760px;
    max-height: 1080px;
  }

  .hero h2 {
    font-size: 5.313rem;
    letter-spacing: 20px;
  }

  .hero-slide-content {}
}

.mobile-navigation-top-inner img {
  display: none;
}

body.scrolled #header-mobile {
  /* padding: 5px 10px; */
  background: #fff;
  background-color: var(--color-body-text) !important;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15) !important;
}


#header-mobile {
  background: #fff;
}

@media screen and (min-width: 280px) and (max-width: 639px) {
  .mobile-dispaly {
    display: flex !important;
  }

  .tab-dispaly {
    display: none !important;
  }

  .header-mobile-buttons .button.alt-01.tel-link {
    align-content: center;
  }
}

@media screen and (min-width: 280px) and (max-width: 767px) {



  .banner {
    margin-top: 72px !important;
  }

  .banner-title {
    font-size: 40px !important;
    font-weight: 600 !important;
    text-align: center !important;
  }


  h1.cust-title-1 {
    padding-bottom: 10px;
  }

  h2.cust-title-2 {
    padding-bottom: 10px;
  }

  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    padding-top: 50px;

  }

  .hero-content-inner {
    z-index: 1;
    margin: 0px 0;
    padding-left: 0;
    position: relative;
  }

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

  .swiper-slide.home-slider-single {
    height: 540px;
  }

  .home-slider-single-tagline {
    margin-top: 0px;
  }

  .fa-flip-horizontal {
    transform: scaleX(-1) rotate(225deg) !important;
  }


  body.scrolled .header .responsive-img.color {
    display: none;
  }

  body.scrolled .header .responsive-img.white.hide {
    display: block !important;
  }

  .header-mobile-buttons button.mobile-menu-toggle {
    color: var(--color-body-text) !important;
    background: transparent !important;
    border-color: transparent !important;
  }

  body.scrolled .header.header-mobile .mobile-menu-toggle {
    border: none !important;
    color: white !important;
  }

  .header-mobile-buttons button.mobile-menu-toggle:focus {
    outline: 0 !important;
  }

  .sidebar-cta .button.alt-01 {
/*     padding: 13px 28px 13px 15px !important; */
  }

  .single-practices #main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .blog #main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .single-post #main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .single-post .post-body-content h1 {
    font-size: var(--font-size-h2) !important;
  }

  .home-hero {
    height: 540px !important;
    margin-top: 73px;
  }

  .tag-1 h1 {
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
  }

  .home-slider-single-tagline {
    align-items: flex-start;
    margin-top: 0;
    margin-top: 0px;
    padding: 40px 20px 30px 20px;
  }

  .tag-1 h1 {
    font-size: 36px;

  }

  .tag-3,
  .tag-3 p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.17px;
  }

  .hero-btn-main {
    margin-top: 25px;
  }

  .hero-btn-main {
    row-gap: 10px;
    flex-direction: column;
    margin-top: 15px;
  }

  .hero-btn-main .button {
    min-width: 160px;
  }






}









@media screen and (min-width: 600px) and (max-width: 767px) {}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .button.alt-01.mobile.tel-link {
    display: none;
  }

  .hide.tablet {
    display: flex !important;
    align-items: center;
    column-gap: 12px;
  }

  .hide.tablet span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }

  .hide.tablet .module-header-a-phone.tel-link {
    width: auto !important;
    max-width: inherit !important;
    margin: 0 0;
    font-size: 15px !important;
    padding: 0 15px !important;
    align-items: center !important;
    line-height: normal !important;
    height: 40px !important;
    max-height: 40px;
    align-content: center !important;
    justify-content: center;
    display: inline-flex !important;
  }

  .hide.tablet .module-header-a-phone.tel-link i {
    top: 0;
  }

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

  .swiper-slide.home-slider-single {
    height: 500px;
  }

  .home-hero {
    height: 500px !important;
    margin-top: 73px;
  }

  .home-slider-single-tagline {
    padding: 50px 20px 30px 20px;

  }

  .tag-1 h1 {
    font-size: 50px;
  }










}





@media screen and (min-width: 768px) and (max-width: 1024px) {

  .button.alt-01.mobile.tel-link {
    display: none;
  }

  .hide.tablet {
    display: flex !important;
    align-items: center;
    column-gap: 12px;
  }

  .hide.tablet span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }

  .hide.tablet .module-header-a-phone.tel-link {
    width: auto !important;
    max-width: inherit !important;
    margin: 0 0;
    font-size: 15px !important;
    padding: 0 15px !important;
    align-items: center !important;
    line-height: normal !important;
    height: 40px !important;
    max-height: 40px;
    align-content: center !important;
    justify-content: center;
    display: inline-flex !important;
  }

  .hide.tablet .module-header-a-phone.tel-link i {
    top: 0;
  }



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

  .header-mobile-buttons {
    column-gap: 5px;
  }



  .home-hero-form-container {
    display: inline-block;
  }

  .home-hero-form-container {
    display: inline-block;
    /* position: absolute; */
    top: 5%;
    position: absolute;
    width: 100%;
    text-align: center !important;
    z-index: 37;
  }

  .tag-main {
    display: flex;
    height: auto;
    max-width: 1255px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .home-hero-content-side h1 {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center
  }


  .module-attorneys-a-inner .module-attorneys-a-content .elementor-widget-container p {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  .module-attorneys-a-photo img {
    width: 350px !important;
    max-width: 100%;
  }

  .swiper-slide.module-badges-a-single {
    text-align: center;
  }

  .module.module-attorneys-a {
    padding-bottom: 0;
  }

  .module-practices-b-inner {

    column-gap: 5px;
    row-gap: 5px;
  }

  .module.module-practices-b {
    padding-bottom: 0;
  }

  .module-practices-c-inner {
    grid-row-gap: 10px !important;

  }

  .elementor-heading-title.elementor-size-default {
    font-size: 16px !important;
  }

  .module-attorneys-a-content .module_title {
    font-size: 28px !important;
  }


  .home-hero-content-side {
    width: 100% !important;
    padding-right: 0px !important;
    justify-content: center !important;
    justify-content: center;
    text-align: center;
  }

  .home-hero-content-side h2 {
    margin-right: 0;
    margin-top: 0;
    /* color: #333; */
    text-shadow: none !important;
    font-size: 40px;
    text-align: center;
  }

  .home-hero-form.mobile.hide-for-large .contact-form-heading:first-child {
    display: none;
  }

  .home-hero-form {
    background: #090f2c !important;
    padding-top: 20px;
  }

  .module.module-blog-c {
    position: relative;
  }

  .module-benefits-c-box:last-child {
    margin: 0 !important;
  }

  .home-hero-form.hide-for-small-only {
    display: none !important;
  }

  .home-hero-form.mobile.hide-for-large {
    width: 100% !important;
    max-width: 100% !important;
  }

  #slider-blog-c {
    width: 85%;
  }

  .module-benefits-c-box {
    padding: 0 10px !important;
    margin-bottom: 40px !important;
    width: 33% !important;
  }

  .module-benefits-c-boxes {
    align-items: flex-start !important;
  }

  .module-benefits-c-box i {
    font-size: 45px !important;
    height: 68px !important;

  }

  .box-content h3 {
    font-size: 22px !important;
  }

  .module.module-benefits-c {
    padding-bottom: 25px !important;
  }

  .module-intro-b-content .module-title {
    margin-bottom: 15px !important;
    font-size: 28px !important;
  }

  .module-footer-b-footer-half-side .form-container {
    max-width: 600px !important;
    margin: 0 auto;
  }

  .home .module-blog-c-single {
    padding: 15px !important;
    text-align: center !important;
  }

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

  .banner-title {
    font-size: 50px;

  }

  .sidebar-block h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }



  .header-mobile-inner {
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }



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

  .home-hero-content-side p.tag1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3.8px;
    margin-bottom: 10px;
    text-align: center;
  }

  .home-hero-content-side h1 {
    font-size: 60px;
    text-align: center;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-left: 25%;
  }

  .home-hero-icon-img img {
    max-width: 450px;
    height: auto;
    width: 100%;
  }

  .home-hero {
    margin-top: 0;
    overflow: hidden;
    height: 700px;
  }

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

  .mobile-navigation-top-inner {
    padding: 24px 4%;
    background: transparent;
    display: none;
    width: 100%;
  }

  .hero-title-2 {
    font-size: 75px;

  }

  .hero-title-3 {
    font-size: 75px;

  }

  .swiper-slide.slide-2 .hero-title-2,
  .swiper-slide.slide-2 .hero-title-3 {
    font-size: 95px;
    line-height: normal;
  }

  .swiper-slide.slide-3 .hero-slide-content-inner {
    padding-bottom: 145px;
  }

  .cust-title-1 {
    min-height: 87px;
  }

  .cust-title-2 {
    min-height: 87px;
  }

  .cust-title-2 {
    margin-top: -10px;
  }


  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    padding-top: 50px;

  }

  .hero-content-inner {
    z-index: 1;
    margin: 0px 0;
    padding-left: 0;
    position: relative;
  }

  .hero .hero-title-1 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3.2px;
  }

  .hero {

    min-height: 600px;

  }

  .home-slider-single-tagline {
    height: 700px !important;
    margin-top: 0px !important;
    padding-top: 40px;

  }

  .header-mobile-buttons button.mobile-menu-toggle {
    color: var(--color-blue);
    background: transparent;
    border-color: transparent !important;
    border: none !important;
  }

  body.scrolled .header.header-mobile .mobile-menu-toggle {
    border: 1px solid white !important;
    border: none !important;
    color: #fff;
  }

  .header-mobile-buttons button.mobile-menu-toggle:focus {
    outline: 0 !important;
  }

  .sidebar-cta .button.alt-01 {
    padding: 13px 28px 13px 15px !important;
    font-size: 14px !important;
  }

  .single-post .post-body-content h1 {
    font-size: var(--font-size-h2) !important;
  }

  .contact-full-wrapper {
    padding: 40px 20px !important;
  }

  .page-template-template-practices .banner {
    margin-top: 96px !important;
  }

  .mobile-menu-search form {
    display: flex !important;
    border: 1px solid white !important;
    border-radius: 100px !important;
    margin: 142px 30px 50px 30px !important;

  }

  .mobile-menu-search input {
    border-bottom: 0px !important;
    height: 60px !important;
  }

  .mobile-menu-search button {
    background: transparent !important;
    color: var(--color-alternate) !important;
    font-size: 19px !important;
  }

  .mobile-menu-search label {
    display: none !important;
  }

  .home-slider-single-tagline-inner {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
    max-width: 600px;
    margin-left: 0;
    padding-left: 40px;
  }


  .home h2.module-title {
    font-size: 34px !important;

  }



}



@media screen and (min-width: 1025px) and (max-width: 1199px) {

  .header-mobile-buttons button.mobile-menu-toggle {
    color: var(--color-blue);
    background: #fff;
    border-color: white;
  }

  body.scrolled .header.header-mobile .mobile-menu-toggle {
    border: 1px solid white !important;
  }

  .header-mobile-buttons button.mobile-menu-toggle:focus {
    outline: 0 !important;
  }

  .header-a-btn.button {
    font-size: 14px !important;
  }

  body.scrolled .header .responsive-img.color.hide {
    display: none !important;
  }

  body.scrolled .header .responsive-img.white {
    display: block !important;
  }

  body.scrolled .header .main-navigation-menu>li>a {
    color: white !important;
  }

  .sidebar-cta .button.alt-01 {
    padding: 13px 28px 13px 15px !important;
    font-size: 14px !important;
  }


}


@media screen and (min-width: 1025px) and (max-width: 12000px) {
  .cust-title-1.banner-title {
    min-height: 105px;
    padding-bottom: 12px;
  }

  .cust-title-2.banner-title {
    min-height: 105px;
    padding-bottom: 12px;
  }

  .cust-title-2 {
    margin-top: -10px;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1279px) {

  .module-header-a .row {
    max-width: 1280px;
    padding: 0 15px;
  }

  .home-hero-content-side h1 {
    font-size: 80px;
    max-width: 800px;
    margin-left: 0;
    width: 100%;
  }

  .home-hero-content-side {
    max-width: 700px;
    text-align: left;
  }

  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 100vh !important;
    width: 100%;
    min-height: 600px;
    overflow: hidden !important;

  }

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

  .main-navigation-menu>li {
    padding: 10px 0 10px 0;
    margin-right: 20px;
  }

  .main-navigation-menu>li>a {
    font-size: 14px;

  }

  .main-navigation-menu>li::after {
    right: -12px;

  }

  /*.hero-title-2 {
	font-size: 75px;
 
}
.hero-title-3 {
	font-size: 75px;
 
}*/

  .swiper-slide.slide-2 .hero-title-2,
  .swiper-slide.slide-2 .hero-title-3 {
    font-size: 130px;
  }


  .swiper-slide.slide-2 .hero-slide-content-inner .hero-title-4 {
    width: 100%;
    font-size: 25px;
    padding-right: 130px;
  }

  .hero .hero-title-1 {
    font-size: 25px;

  }

  .swiper-slide.module-results-a-single.swiper-slide-prev::after {
    opacity: 0 !important;
  }

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

  }




}

@media screen and (min-width: 1025px) and (max-width: 1279px) {

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


  .module-header-a-inner {
    padding: 30px 10px;

  }






}

@media screen and (min-width:1025px) {
  .home-slider-single picture img {
    height: 100vh;
    width: 100%;
  }

  .swiper-slide.module-results-a-single.swiper-slide-prev::after {
    opacity: 0;
  }

}




@media screen and (min-width: 1366px) and (max-width: 12000px) {

  .home-slider-single .columns,
  .home-slider-single .row {
    height: 100%;
    max-width: 1500px;
    width: 90%;
  }


}

@media screen and (min-width: 1920px) and (max-width: 12000px) {

  .tag-1 h1 {
    font-size: 70px;
    line-height: 77px;
    margin: 0;
  }

  .tag-2 {
    display: inline;
    font-size: 70px;
    line-height: 1;
    padding-left: 10px;
  }

  .home-slider-single-tagline-inner {
    max-width: 770px;
    margin-left: 0;
  }

  .tag-3,
  .tag-3 p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    max-width: 480px;
  }

  .tag-3 {
    margin-top: 25px;
  }


  .row.main-inner {
    max-width: 1280px;
  }





}








/* Footer Css Start Here, need to shift in style */