/**
 * ESSENTIALS CHILD THEME: "Timeless"
 *
 * @format
 */

.home-hero {
  position: relative;
  /*	background-image: url('images/hero-bg-min.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.home-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(17, 50, 85, 0));
  opacity: 0.8;
}

.home-hero-button {
  position: absolute;
  right: -60px;
  bottom: 59px;
  transform: rotate(-90deg);
}

.home-hero-button .button {
  background: white;
  color: #f26522;
  border-radius: 0;
  margin: 0 !important;
  font-size: 17px;
}

.home-hero-button .button:hover,
.home-hero-button .button:focus {
  background: #f26522;
  color: #fff;
  border-radius: 0;
  margin: 0 !important;
  font-size: 17px;
}
.module-practices-i-right-single {
  animation-duration: 2s;

  transform-origin: bottom;
}

.module-practices-i-right-single:hover,
.module-practices-i-right-single:focus {
  transition: all 0.5s;
  transform: translateY(-15px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 5px #000, 0 0 10px #000;
}

.home-hero-accolades {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 25px 50px;
  background: #f26522;
  opacity: 0.85;
  color: white;
  display: none;
  z-index: 1;
}

.module-accolades-a {
  display: block;
}

.module-accolades-a .home-hero-accolades {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: static;
}

.module-accolades-a .home-hero-accolades .home-hero-accolades-single {
  text-align: center;
  padding: 0;
  margin: 0;
}

.module-accolades-a .home-hero-accolades .divider:not(:last-child) {
  width: 50vw;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}

.module-accolades-a .home-hero-accolades .home-hero-accolades-single .home-hero-accolades-number {
  padding: 0;
  font-size: 1.2rem;
}

.module-accolades-a .home-hero-accolades .home-hero-accolades-single:not(:last-child) {
  border: none;
}

.home-hero-accolades-single {
  font-size: 0.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}

.home-hero-accolades-single p {
  margin: 0;
  color: #fff;
  padding-left: 0;
  text-align: left;
}

.home-hero-accolades-single:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  border-right: 1px solid #a5c8ff;
}

.home-hero-accolades-number {
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 20px;
  line-height: 1.5;
}

.home-hero-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-bottom: 0;
  z-index: 1;
}

.home-hero-inner .large-message {
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  font-family: var(--heading-font-family);
}

.home-hero-inner .small-message {
  position: absolute;
  font-size: 2rem;
  font-style: italic;
  bottom: -25px;
  right: -20px;
  text-shadow: 0 0 5px #000;
}

.home-hero-message-container {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
}

@media screen and (min-width: 1025px) {
  .home-hero {
    height: calc(100vh - 00px);
    margin-top: 00px;
  }

  .module-accolades-a {
    display: none;
  }

  .home-hero-inner .large-message {
    font-size: 3.2rem;
    letter-spacing: 00px;
    line-height: 1;
    width: 100%;
    display: inline-block;
  }

  .home-hero-inner .small-message {
    font-size: 2.2rem;
    bottom: 0;
    right: 0;
    position: relative;
    line-height: normal;
    width: 100%;
    display: inline-block;
  }
  .home-hero-accolades {
    display: flex;
  }
}

.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 Testimonial E START */
.module-testimonials-e {
  background-image: url('images/testimonial-bg-min.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.module-testimonials-e-inner {
  background: white;
  max-width: 1180px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.module-testimonials-e .testimonial-stars {
  margin-bottom: 45px;
}

.module-testimonials-e .testimonial-stars .fa-star {
  color: #f26522;
  font-size: 2.3rem;
  margin: 0 10px;
}

.module-testimonials-e .testimonial-stars .fa-star:first-child {
  margin-left: 0;
}

.module-testimonials-e-quoter {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .module-testimonials-e-inner {
    padding: 100px 100px 130px 130px;
    min-height: 680px;
  }
  .module-testimonials-e-quote {
    margin-bottom: 140px;
  }
  .module-testimonials-e .testimonial-stars .fa-star {
    font-size: 3rem;
  }
  .module-testimonials-e {
    padding: 240px 0;
  }
}

/* Module Testimonial E END */

/* Module Intro C START */
.module-intro-c {
  padding: 60px 0;
}
.module-intro-c .module-title {
  display: block;
}

.module-intro-c .row {
  /*max-width: 1600px;*/
}

.module-intro-c-subheadline {
  color: #f26522;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 5px;
  padding-bottom: 10px;
  display: block;
}

.module-intro-c .flex-container {
  flex-wrap: wrap;
}

.module-intro-c-content,
.module-intro-c-side {
  width: 100%;
}

.module-intro-c-content {
  margin-bottom: 40px;
}

.module-intro-c-side-single {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.module-intro-c-side-top {
  font-size: 2rem;
  font-family: var(--heading-font-family);
  font-weight: bold;
  color: #385f79;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-variant: all-small-caps;
}

.module-intro-c-side-top strong {
  color: #f26522;
}

.module-intro-c-side-bot {
  font-size: 1.2rem;
}

.module-intro-c-side-bot p {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .module-intro-c .flex-container {
    flex-wrap: nowrap;
  }

  .module-intro-c-content {
    width: 58%;
    margin: 0 80px 0 0;
  }

  .module-intro-c-side {
    flex: 1;
  }
  .module-intro-c {
    padding: 60px 0 60px 0;
  }

  .module-intro-c-content p:last-of-type {
    margin-bottom: 20px;
  }
}
/* Module Intro C END */

/* Module Practices I START */
.module-practices-i {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-color: #070b2e;
}

.module-practices-i .row {
  max-width: 1600px;
}

.module-practices-i .columns {
  width: 100%;
}

.module-practices-i-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.module-practices-i-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-bottom: 20px;
  justify-items: center;
}

.module-practices-i-right-single {
  width: 300px;
  height: 300px;
  text-decoration: none;
  /* background-image: url('images/practice-1-min.webp'); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.module-practices-i-right-single:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  z-index: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.module-practices-i-right-single span {
  color: white;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  z-index: 1;
  font-weight: 700;
}

.module-practices-i-right-single span::after {
  content: '';
  width: 140%;
  height: 5px;
  background: #f26522;
  position: absolute;
  bottom: -15px;
  left: -20%;
}

.module-practices-i-left {
  padding: 60px 0;
}

.module-practices-i-subheadline {
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 3px;
  font-weight: 600;
}

.module-practices-i-left h2 {
  color: white;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: capitalize;
}

@media screen and (min-width: 640px) {
  .module-practices-i-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .module-practices-i-right-single {
    width: 350px;
    height: 350px;
  }
  .module-practices-i-inner {
    flex-direction: row;
  }
  .module-practices-i-right {
    background: white;
    padding: 0 20px;
    margin: -60px 0;
  }
  .module-practices-i-left h2 {
    font-size: 2.7rem;
  }
  .module-practices-i-left {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1280px) {
  .module-practices-i-right-single {
    width: 450px;
    height: 350px;
  }
}
/* Module Practices H END */

/* Module Benefits E START */
.module-benefits-e {
  padding: 60px 0;
  /*background: #c0c5d1;*/
}

.module-benefits-e .row {
  max-width: 1280px;
}

.module-benefits-e-inner,
.module-benefits-e-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.module-benefits-e-right-single {
  display: flex;
  flex-direction: column;
  margin: 0 60px;
  max-width: 120px;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
  font-size: 20px;
  color: #111;
  text-transform: capitalize;
}

.module-benefits-e-right-single i {
  font-size: 5rem;
  color: #f26522;
  margin-bottom: 10px;
}

.module-benefits-e h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
}

.module-benefits-e-subheadline {
  font-size: 1.3rem;
  letter-spacing: 3px;
  font-weight: 700;
  color: #f26522;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .module-benefits-e {
    padding: 90px 0;
  }
  .module-benefits-e-inner,
  .module-benefits-e-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .module-benefits-e-right-single {
    margin-bottom: 0;
    margin: 0 35px;
    min-width: 150px;
  }
}

@media screen and (min-width: 1280px) {
  .module-benefits-e-right-single {
    margin: 0 36px;
    min-width: 150 px;
  }
}
/* Module Benefits E END */

/* Module CTA C START */
.module-cta-c {
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  background-color: #f26522;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}

.module.module-cta-c:before {
  content: 'OUR OFFICE';
  position: absolute;
  left: -140px;
  top: 50%;
  transform: rotate(270deg);
  font-size: 1.8rem;
  font-weight: 700;
  color: #f26522;
  letter-spacing: 4px;
}

.module-cta-c-right {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 70px;
  background-color: #070b2e;
}
.module-cta-c-right img {
  height: auto;
  max-width: 850px;
  margin-left: 100px;
  margin-right: 100px;
}
.module-cta-c-left {
  padding: 70px;
}

.module-cta-c-left,
.module-cta-c-left address,
.module-cta-c-left p,
.module-cta-c-left span,
.module-cta-c-left a {
  color: white;
}

.module-cta-c-left-title {
  font-size: 2rem;
  line-height: 1.4;
}

.module-cta-c-left hr {
  margin: 20px 0;
  background: #fff;
}

.module-cta-c-left address span {
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .module-cta-c-left {
    padding: 60px;
  }
  .module-cta-c {
    max-width: 80%;
    margin-top: -80px;
    flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  .module-cta-c-left {
    padding: 70px 100px;
  }
}

/* Module CTA C END */

@media screen and (min-width: 280px) and (max-width: 767px) {
  .home-hero-inner {
    padding: 15px !important;
  }
  .home-hero-inner .large-message {
    font-size: 40px;
    line-height: 1.2;
  }
  .home-hero-inner .small-message {
    position: relative;
    font-size: 1.8rem;
    font-style: italic;
    bottom: 0;
    right: 0;
    text-shadow: 0 0 10px #000;
    width: 100%;
    display: inline-block;
  }
  .module-practices-i-left h2 {
    font-size: 2.1rem;
  }
  .module-practices-i-subheadline {
    margin-bottom: 0;
  }
  .module-practices-i-right-single {
    width: 100%;
    height: 300px;
    max-width: 375px;
  }

  .module-benefits-e-right-single {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-hero-inner {
    padding: 15px !important;
  }
  .home-hero-inner .large-message {
    font-size: 55px;
    line-height: 1.2;
  }
  .home-hero-inner .small-message {
    position: relative;
    font-size: 1.8rem;
    font-style: italic;
    bottom: 0;
    right: 0;
    text-shadow: 0 0 10px #000;
    width: 100%;
    display: inline-block;
  }
  .module-practices-i-left h2 {
    font-size: 2.1rem;
  }
  .module-practices-i-subheadline {
    margin-bottom: 0;
  }
  .module-benefits-e-right-single {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .module-benefits-e-right-single {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 25%;
  }

  .module-benefits-e-inner,
  .module-benefits-e-right {
    align-items: flex-start;
  }

  .module-benefits-e-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .module-practices-i-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
  }
  .module-practices-i-right-single {
    width: 100%;
    height: 300px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .home-hero-message-container {
    padding: 25px;
  }
  .home-hero-inner .large-message {
    font-size: 3rem;
    letter-spacing: 00px;
  }
  .home-hero-inner .small-message {
    font-size: 2rem;
    bottom: 0;
    right: 31px;
    position: absolute;
    line-height: 1;
  }

  .module-practices-i-left {
    padding: 120px 15px;
  }

  .module-practices-i-right-single {
    width: 350px;
    height: 370px;
  }

  .home-hero-inner .small-message {
    font-size: 2rem;
    bottom: 0;
    right: 0;
    position: relative;
    line-height: 1;
  }
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .module-practices-i-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 55px;
  }

  .module-practices-i-left hr {
    width: 35px;
  }
}

@media screen and (min-width: 1600px) {
  .module.module-practices-i .row {
    max-width: 100%;
    padding-right: calc((100vw - 1600px) / 2);
  }

  .module.module-practices-i .row > .columns {
    padding: 0;
  }
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
  .module-practices-i-left {
    padding-right: 155px;
  }
}
.module-benefits-e-right-single p {
  font-size: 20px;
  color: #f26522;
}
.module-benefits-e-right-single a:hover,
.module-benefits-e-right-single a:focus {
  color: #315167 !important;
}
