/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area.without-featured-img .hero {
    height: 332.5px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area.without-featured-img aside {
    margin-top: -93px;
  }
}
@media (max-width: 991px) {
  .page-template-practice-area .hero {
    padding-top: 150px;
    padding-bottom: 50px;
    height: initial;
  }
}
@media (max-width: 767px) {
  .page-template-practice-area .hero {
    padding-top: 256px;
  }
}
@media (max-width: 329px) {
  .page-template-practice-area .hero {
    padding-top: 304px;
  }
}
.page-template-practice-area .hero:before {
  content: none;
}

@media (max-width: 575px) {
  .page-template-practice-area .hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(10, 28, 68, 0) 55.7%, rgba(10, 28, 68, 0.64) 71.89%, rgba(10, 28, 68, 0.8) 100%), linear-gradient(180deg, rgba(10, 28, 68, 0) 36.67%, rgba(10, 28, 68, 0.39) 100%), linear-gradient(270deg, rgba(10, 28, 68, 0) 49.2%, #0A1C44 95%);
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .page-template-practice-area .hero .banner-title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area .main-content:not(.without-featured-img .main-content) {
    margin-top: -93px;
    padding-bottom: 19px;
  }
}
@media (max-width: 991px) {
  .page-template-practice-area .main-content .image-holder {
    margin-bottom: 50px;
  }
}
.page-template-practice-area .bottom-section {
  position: relative;
  padding-top: 52px;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .bottom-section {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-practice-area .bottom-section:before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .page-template-practice-area .bottom-section:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 44px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-bottom-img.jpg"), linear-gradient(90deg, #FFFFFF -16.93%, rgba(255, 255, 255, 0) 80.72%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.323644) 101.49%, rgba(255, 255, 255, 0) 117.93%), linear-gradient(0deg, rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    background-size: cover;
    background-position: 100% center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}
.page-template-practice-area .bottom-section .container:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .bottom-section .container:before {
    position: absolute;
    content: "";
    top: -44px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .bottom-section .container .image-holder .img-bottom-section {
    margin-bottom: 93px;
  }
}
.page-template-practice-area .bottom-section .container .image-holder .attorney-image {
  bottom: -1px;
}

@media (max-width: 767px) {
  .page-template-practice-area .bottom-section .container .image-holder .attorney-image {
    max-width: 315px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .bottom-section .container .image-holder .icon-badge {
    margin-top: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .bottom-section .content {
    max-width: 550px;
  }
}
.page-template-practice-area .bottom-section .content br {
  display: none;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .bottom-section .content br {
    display: block;
  }
}

/*# sourceMappingURL=practice-area.css.map*/