/**
* 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;
}

#about-top {
  padding: 2rem 0 6rem;
  background: #fafafa;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 7rem;
  }
}
#about-top .about-attorneys {
  padding-top: 3.5rem;
}

@media screen and (min-width: 1440px) {
  #about-top .about-attorneys .col-md {
    padding-right: 40px;
  }
  #about-top .about-attorneys .col-md:last-of-type {
    padding-right: 15px;
  }
}
#about-top .about-attorneys .col-md .attorneys__link {
  background-color: #4164f2;
  line-height: 46px;
  padding-left: 24px;
}

#about-top .about-attorneys .col-md .attorneys__link a {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #about-top .about-attorneys .col-md .attorneys__link a {
    font-size: 12px;
  }
}
#about-one {
  padding: 45px 0 30px;
  background-image: url("../images/main-bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  #about-one {
    padding: 103px 0 87px;
  }
}
@media (max-width: 1199px) {
  #about-one .container .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .container .row {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .heading {
    max-width: 447px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .entry-content {
    max-width: 488px;
  }
}
#about-one .about-video-wrapper {
  position: relative;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  #about-one .about-video-wrapper {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .about-video-wrapper {
    max-width: 701px;
  }
}
@media (max-width: 1199px) {
  #about-one .about-video-wrapper {
    margin-bottom: 30px;
  }
}
#about-one .about-video-title {
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, rgba(8, 43, 77, 0.86) 0%, rgba(8, 43, 77, 0.86) 100%), rgba(8, 43, 77, 0.86);
}

@media screen and (min-width: 768px) {
  #about-one .about-video-title {
    padding: 15px;
  }
}
#about-one .cw_video_open_popup_customized {
  margin-bottom: 0;
}

#about-ebook {
  padding: 45px 0 40px;
  background-image: url("../images/white-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  #about-ebook {
    padding: 72px 0 175px;
  }
}
#about-ebook .entry-content {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  #about-ebook .entry-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  #about-ebook .entry-content {
    max-width: 928px;
  }
}
#about-ebook .about-ebook__swiper {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  #about-ebook .about-ebook__swiper {
    overflow: visible;
    max-width: 708px;
  }
}
#about-ebook .about-ebook__image {
  max-width: 100%;
  border-radius: 16px;
  text-align: center;
}

#about-ebook .swiper-pagination {
  margin: 5px 0 10px;
}

@media screen and (min-width: 1200px) {
  #about-ebook .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
#about-ebook .ebook-image-3 img {
  max-width: 338px;
}

#about-ebook .about-ebook__swiper .swiper-slide a {
  display: block;
  pointer-events: auto;
}

#about-ebook .about-ebook__swiper .swiper-slide {
  pointer-events: auto;
}

/*# sourceMappingURL=about-us.css.map*/