/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Karla-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Italic.woff2") format("woff2");
}
/*************************
  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;
}

.practice-area-part-1 {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-1 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .practice-area-part-1 {
    padding-bottom: 111px;
  }
}
.practice-area-part-2 {
  padding: 120px 0 60px;
  margin-top: -15px;
  background-color: #102649;
  clip-path: polygon(0 0, 50% 2.3%, 100% 0%, 100% 97.7%, 50% 100%, 0 97.7%);
}

@media screen and (min-width: 768px) {
  .practice-area-part-2 {
    margin-top: -30px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-2 {
    padding-top: 157px;
    margin-top: -40px;
    clip-path: polygon(0 0, 50% 4.5%, 100% 0%, 100% 95.5%, 50% 100%, 0 95.5%);
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-2 .heading {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-2 .content {
    margin-left: auto;
    max-width: 674px;
  }
}
@media (max-width: 1199px) {
  .practice-area-part-2 .image-container {
    margin-bottom: 30px;
    text-align: center;
  }
}
.practice-area-part-2 .image-container .image-holder {
  display: inline-block;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1199px) {
  .practice-area-part-2 .image-container .image-holder img {
    clip-path: none;
  }
}
.practice-area-part-3 {
  padding: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-3 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .practice-area-part-3 {
    padding-top: 123px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-3 .content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .practice-area-part-3 .sidebar {
    margin-top: 0;
  }
}
.practice-area-part-4 {
  padding: 80px 0;
  background: #F6F6F6;
  clip-path: polygon(0 0, 50% 2.3%, 100% 0%, 100% 97.7%, 50% 100%, 0 97.7%);
}

@media screen and (min-width: 768px) {
  .practice-area-part-4 {
    padding: 110px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-4 {
    clip-path: polygon(0 0, 50% 5.7%, 100% 0%, 100% 94.3%, 50% 100%, 0 94.3%);
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-4 .content {
    padding-top: 15px;
    max-width: 674px;
  }
}
.practice-area-part-4 .image-container {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .practice-area-part-4 .image-container {
    text-align: right;
  }
}
.practice-area-part-4 .image-container .image-holder {
  display: inline-block;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1199px) {
  .practice-area-part-4 .image-container .image-holder img {
    clip-path: none;
  }
}
.practice-area-part-5 {
  padding: 60px 0 20px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-5 {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-5 {
    padding: 169px 0 120px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-5 .container {
    background-color: #FAFAFA;
    border: 2px solid var(--accent-color);
  }
}
.practice-area-part-5 .container .row {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .practice-area-part-5 .content {
    margin-top: 30px;
    max-width: 664px;
  }
}
@media (min-width: 1400px) {
  .practice-area-part-5 .content {
    margin-left: -42px;
  }
}
@media (max-width: 1199px) {
  .practice-area-part-5 .content {
    margin-top: 25px;
    padding: 30px 15px 0;
    background-color: #FAFAFA;
    border: 2px solid var(--accent-color);
  }
}
.practice-area-part-5 .image-container {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .practice-area-part-5 .image-container {
    margin-top: -41px;
    margin-bottom: -62px;
  }
}
@media (min-width: 1400px) {
  .practice-area-part-5 .image-container {
    margin-left: -50px;
  }
}
.practice-area-part-5 .image-container .image-holder {
  display: inline-block;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1199px) {
  .practice-area-part-5 .image-container .image-holder img {
    clip-path: none;
  }
}
.practice-area-part-6 {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .practice-area-part-6 {
    padding: 40px 0 33px;
  }
}
@media screen and (min-width: 1200px) {
  .practice-area-part-6 {
    padding-top: 86px;
  }
}
.practice-area-part-6 .top-content {
  margin: 0 auto 40px;
  max-width: 853px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-6 .top-content {
    margin-bottom: 70px;
  }
}
.practice-area-part-6 .item {
  margin: 0 auto;
  max-width: 629px;
}

@media (max-width: 991px) {
  .practice-area-part-6 .item {
    text-align: center;
  }
}
.practice-area-part-6 .item .icon-holder {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-6 .item .icon-holder {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .practice-area-part-6 .item .icon-holder img {
    max-width: 120px;
  }
}
.practice-area-part-6 .bottom-content {
  margin: 15px auto 0;
  max-width: 1238px;
}

.practice-area-part-7 {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-7 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .practice-area-part-7 {
    padding-bottom: 32px;
  }
}
.practice-area-part-7 .content {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 1091px;
}

@media screen and (min-width: 768px) {
  .practice-area-part-7 .content {
    padding-top: 62px;
  }
}
.practice-area-part-7 .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0;
  margin: 50px auto 0;
  max-width: 1014px;
}

.practice-area-part-7 .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  padding-bottom: 14px;
  margin-bottom: 17px;
  border-bottom: 1px solid #D0D0D0;
}

.practice-area-part-7 .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

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