/**
* 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: 40px 0 88px;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 47px;
  }
}
@media (max-width: 1199px) {
  #about-top {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #about-top .main-content__text {
    padding-top: 0;
  }
}
#about-top .main-content__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  #about-top .main-content__image {
    justify-items: center;
  }
}
@media (max-width: 1199px) {
  #about-top .image-holder {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  #about-top .image-holder img.wp-post-image {
    width: 70%;
    margin: 0 auto;
  }
}
#about-top .video-home {
  text-align: center;
}

@media (min-width: 1200px) {
  #about-top .video-home {
    text-align: left;
  }
}
#about-top .video-holder {
  position: relative;
}

#about-top .cw_video_open_popup_customized {
  position: relative;
  z-index: 2;
}

#about-top .video-thumbnail {
  box-shadow: 0 12px 30px 0 rgba(0, 5, 34, 0.25);
  border-radius: 25px;
  position: relative;
  z-index: 2;
  border: 3px solid #FFF;
}

#about-top .btn-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  #about-top .btn-play {
    right: -18px;
    bottom: -18px;
  }
}
@media (max-width: 1199px) {
  #about-top .btn-play img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 71px;
  }
}
#about-top h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  #about-top h2 {
    text-align: center;
  }
}
.attorneys {
  background-image: url("../images/white-pattern-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}

@media (max-width: 1199px) {
  .attorneys {
    padding-bottom: 60px !important;
  }
}
.about-two {
  margin-bottom: 82px;
}

@media (max-width: 1199px) {
  .about-two {
    margin-bottom: 60px;
  }
}
.about-two .container {
  border-radius: 50px;
  border-top: 1px solid #70CFFA;
  background-color: #071F53;
  padding: 75px 115px 108px;
  background-image: url(../images/blue-pattern-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .about-two .container {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 575px) {
  .about-two .container {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.about-two__number-item {
  text-align: center;
}

@media (max-width: 767px) {
  .about-two__number-item {
    margin-bottom: 40px;
  }
  .about-two__number-item:last-child {
    margin-bottom: 0;
  }
}
.about-two__icon {
  margin-bottom: 20px;
}

@media (max-width: 1439px) {
  .about-two__icon {
    width: 40%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .about-two__icon {
    width: 12%;
    margin: 0 auto 10px;
  }
}
@media (max-width: 575px) {
  .about-two__icon {
    width: 20%;
    margin: 0 auto 10px;
  }
}
.about-two__icon img {
  max-width: 100%;
  height: auto;
}

.about-two__number {
  margin-bottom: 12px;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 991px) {
  .about-two__number {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-two__number {
    margin-bottom: 0;
    line-height: normal;
  }
}
.about-two__description {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

@media (max-width: 991px) {
  .about-two__description {
    font-size: 16px;
  }
}
.about-three {
  padding-top: 88px;
  padding-bottom: 79px;
  background-image: url("../images/white-pattern-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}

@media (max-width: 1199px) {
  .about-three {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-three h2 {
  margin-bottom: 58px;
}

.about-three__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.about-three__image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-three__facts {
  background-color: #071F53;
  padding: 40px 30px;
  border-bottom-left-radius: 51px;
  border-bottom-right-radius: 51px;
  padding: 68px 73px 68px 66px;
  background-image: url(../images/blue-pattern-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .about-three__facts {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  .about-three__facts {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .about-three__facts {
    padding: 40px 20px 60px;
  }
}
@media (max-width: 767px) {
  .about-three__block:last-of-type {
    margin-top: 30px;
  }
}
.about-three__block:last-of-type .about-three__facts {
  background-image: url("../images/ul-pattern-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(254, 254, 254, 0.7529411765);
}

.about-three__block:last-of-type .about-three__facts li,
.about-three__block:last-of-type .about-three__facts p {
  color: #2C2C2C;
}

.about-three__facts-content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

.about-three__facts-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.about-three__facts-content p:last-child {
  margin-bottom: 0;
}

.about-three__facts-content ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.about-three__facts-content ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
  font-weight: 900 !important;
}

.about-three__facts-content ul li:last-child {
  margin-bottom: 0;
}

.about-three__facts-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #87ceeb;
  display: block;
}

.about-four {
  padding-top: 84px;
  padding-bottom: 0;
  background-color: #1E2A51;
  position: relative;
}

@media (max-width: 1199px) {
  .about-four {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-four__wrapper {
  position: relative;
  min-height: 500px;
}

@media (max-width: 991px) {
  .about-four__wrapper {
    min-height: auto;
  }
}
.about-four__image-container {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  z-index: 1;
  height: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1439px) {
  .about-four__image-container {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .about-four__image-container {
    position: relative;
    height: auto;
    margin-bottom: 40px;
    align-items: start;
    justify-content: center;
    text-align: center;
  }
}
.about-four__image-col {
  padding-left: 0;
  padding-right: 0;
}

.about-four__image-wrapper {
  width: 109%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .about-four__image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 1620px) {
  .about-four__image-wrapper {
    width: 109%;
  }
}
@media (min-width: 1440px) and (max-width: 1619px) {
  .about-four__image-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .about-four__image-wrapper {
    max-width: 95%;
  }
}
@media (max-width: 1199px) {
  .about-four__image-wrapper {
    max-width: 60%;
    margin: 0 auto 20px;
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .about-four__image-wrapper {
    max-width: 100%;
  }
}
.about-four__image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .about-four__image-wrapper img {
    height: auto;
    min-height: auto;
    object-fit: cover;
    display: block;
  }
}
.about-four__content-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 1200px) {
  .about-four__content-container {
    margin-left: auto;
    padding-bottom: 36px;
  }
}
@media (max-width: 1199px) {
  .about-four__content-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about-four__content-wrapper {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .about-four__content-wrapper {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1440px) {
  .about-four__content-wrapper {
    padding: 0 50px 50px 103px;
  }
}
.about-four__content-col {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.about-four__heading {
  margin-bottom: 32px;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .about-four__heading {
    text-align: center;
  }
}
.about-four__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

@media (min-width: 1620px) {
  .about-four__content {
    font-size: 18px;
  }
}
.about-four__content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (min-width: 1620px) {
  .about-four__content p {
    font-size: 18px;
  }
}
.about-four__content p:last-child {
  margin-bottom: 0;
}

.about-five {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-five {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-five::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/main-content-home.png) center bottom/cover repeat-x #fff !important;
  transform: scaleX(-1);
  z-index: -1;
  bottom: 0;
}

.about-five__image-wrapper {
  width: 100%;
  margin-bottom: 67px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-five__image-wrapper {
    margin-bottom: 36px;
  }
}
.about-five__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.about-five__left-content {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .about-five__left-content {
    margin-bottom: 30px;
  }
}
.about-five__right-content {
  margin-bottom: 45px;
}

.about-five__content p:last-child {
  margin-bottom: 0;
}

.about-five__logos {
  position: relative;
  padding: 0 50px;
  overflow: visible;
}

@media (min-width: 1200px) {
  .about-five__logos {
    padding: 0;
  }
}
.about-five__logos-slider {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  min-height: 100px;
}

@media (min-width: 1200px) {
  .about-five__logos-slider {
    overflow: visible;
    margin: 0;
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .about-five__logos-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    transform: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .about-five__logos-slider .swiper-wrapper {
    gap: 20px;
  }
}
.about-five .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
}

@media (max-width: 1199px) {
  .about-five .swiper-wrapper {
    padding: 15px 0;
    margin: 0;
  }
}
.about-five .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
  height: 100%;
}

@media (min-width: 1200px) {
  .about-five .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    padding: 0;
    height: auto;
  }
}
.about-five__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  min-width: 0;
  margin: 0 auto;
  padding: 5px 0;
}

.about-five__logo-item img {
  max-width: 150px;
  height: auto;
  display: block;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .about-five__logo-item img {
    max-width: 100%;
  }
}
.about-five .swiper-button-prev,
.about-five .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .about-five .swiper-button-prev,
.about-five .swiper-button-next {
    display: none;
  }
}
.about-five .swiper-button-prev {
  left: 0;
}

.about-five .swiper-button-next {
  right: 0;
}

.about-five .swiper-button-prev::after,
.about-five .swiper-button-next::after {
  font-size: 20px;
  font-weight: 600;
  color: #1E2A51;
  transition: color 0.3s ease;
}

.about-five .swiper-button-prev:hover::after,
.about-five .swiper-button-next:hover::after {
  color: #152C5E;
}

.about-five .swiper-button-prev.swiper-button-disabled,
.about-five .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.about-six {
  padding-top: 80px;
  background-color: #071F53;
  border-top: 1px solid #70CFFA;
  position: relative;
  background-image: url(../images/blue-pattern-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .about-six {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-six__wrapper {
  position: relative;
  min-height: 500px;
}

@media (max-width: 1199px) {
  .about-six__wrapper {
    min-height: auto;
  }
}
.about-six__image-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  bottom: -76px;
}

@media (max-width: 1199px) {
  .about-six__image-container {
    display: none;
  }
}
.about-six__image-col {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-six__badge {
  z-index: 10;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

.about-six__badge img {
  width: 100%;
  height: auto;
  display: block;
}

.about-six__image-wrapper {
  width: 100%;
  min-height: 500px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  position: relative;
  bottom: -56px;
}

@media (max-width: 1499px) {
  .about-six__image-wrapper {
    width: 90%;
  }
}
@media (max-width: 1439px) {
  .about-six__image-wrapper {
    width: 80%;
  }
}
@media (max-width: 1365px) {
  .about-six__image-wrapper {
    width: 75%;
  }
}
.about-six__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1439px) {
  .about-six__image-wrapper img {
    min-height: unset;
    height: auto;
  }
}
.about-six__content-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-six__content-col {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.about-six__content-wrapper {
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width: 1200px) {
  .about-six__content-wrapper {
    padding: 0 0 146px;
  }
}
.about-six__heading {
  color: #ffffff;
  text-align: left;
}

.about-six__mobile-image {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

@media (min-width: 1200px) {
  .about-six__mobile-image {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-six__mobile-image {
    max-width: 40%;
    margin: 0 auto 20px;
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .about-six__mobile-image {
    max-width: 100%;
  }
}
.about-six__mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .about-six__mobile-image img {
    border-radius: 30px;
  }
}
.about-six__mobile-badge {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.about-six__mobile-badge img {
  width: auto;
  height: auto;
  max-width: 200px;
  display: block;
}

.about-six__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

@media (min-width: 1620px) {
  .about-six__content {
    font-size: 18px;
  }
}
.about-six__content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (min-width: 1620px) {
  .about-six__content p {
    font-size: 18px;
  }
}
.about-six__content p:last-child {
  margin-bottom: 0;
}

.related-information {
  margin-top: -87px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .related-information {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.related-information-wrap {
  background-color: #152C5E;
  border-radius: 100px;
  padding: 34px 43px 34px 94px;
  overflow: hidden;
}

@media (max-width: 1439px) {
  .related-information-wrap {
    padding: 34px 43px 34px;
  }
}
.related-information-heading {
  color: #ffffff;
  white-space: nowrap;
  margin-right: 65px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 1439px) {
  .related-information-heading {
    margin-right: 45px;
  }
}
@media (max-width: 1199px) {
  .related-information-heading {
    margin-right: 0;
  }
}
.related-information-items {
  position: relative;
  padding: 0;
  overflow: visible;
}

@media (max-width: 1199px) {
  .related-information-items {
    padding: 0;
  }
}
.related-information-slider {
  position: relative;
  width: 100%;
  padding: 0 35px;
}

@media (min-width: 1200px) {
  .related-information-slider {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .related-information-slider {
    padding: 0 85px;
  }
}
@media (max-width: 575px) {
  .related-information-slider {
    padding: 0 40px;
  }
}
.related-information-slider-inner {
  overflow: hidden;
  width: 100%;
}

.related-information .swiper-wrapper {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .related-information .swiper-wrapper {
    justify-content: center;
  }
}
.related-information .swiper-slide {
  text-align: center;
}

@media (min-width: 768px) {
  .related-information .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }
}
.related-information .item {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  margin-bottom: 0;
  border-radius: 21px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #fff;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 1439px) {
  .related-information .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .related-information .item {
    max-width: 250px !important;
    margin: 0 auto !important;
  }
}
.related-information .item a {
  color: #fff;
  text-decoration: none;
}

.related-information .item.active {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.related-information .item.active a {
  color: #1E2A51;
}

.related-information .item:hover:not(.active) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1E2A51;
}

.related-information .item:hover:not(.active) a {
  color: #1E2A51;
}

.related-information #related-information-slider .swiper-button-prev,
.related-information #related-information-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 22px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: none !important;
  display: none;
}

@media (max-width: 991px) {
  .related-information #related-information-slider .swiper-button-prev,
.related-information #related-information-slider .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.related-information #related-information-slider .swiper-button-prev {
  left: 15px;
}

@media (max-width: 991px) {
  .related-information #related-information-slider .swiper-button-prev {
    left: 10px;
    background-image: url("../images/arrow-prev.svg") !important;
  }
}
@media (max-width: 575px) {
  .related-information #related-information-slider .swiper-button-prev {
    left: 5px;
  }
}
.related-information #related-information-slider .swiper-button-next {
  right: 15px;
}

@media (max-width: 991px) {
  .related-information #related-information-slider .swiper-button-next {
    right: 10px;
    background-image: url("../images/arrow-next.svg") !important;
  }
}
@media (max-width: 575px) {
  .related-information #related-information-slider .swiper-button-next {
    right: 5px;
  }
}
.related-information #related-information-slider .swiper-button-prev::after,
.related-information #related-information-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

@media (max-width: 991px) {
  .related-information #related-information-slider .swiper-button-prev::after,
.related-information #related-information-slider .swiper-button-next::after {
    display: none !important;
  }
}
.related-information #related-information-slider .swiper-button-prev:hover::after,
.related-information #related-information-slider .swiper-button-next:hover::after {
  color: #ffffff;
}

.related-information #related-information-slider .swiper-button-prev.swiper-button-disabled,
.related-information #related-information-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.about-seven {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .about-seven {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .about-seven {
    padding-top: 20px;
  }
}
.about-seven__wrapper {
  position: relative;
  min-height: 500px;
}

@media (max-width: 991px) {
  .about-seven__wrapper {
    min-height: auto;
  }
}
.about-seven__image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1439px) {
  .about-seven__image-container {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .about-seven__image-container {
    position: relative;
    height: auto;
    margin-bottom: 40px;
    align-items: start;
    justify-content: center;
    text-align: center;
  }
}
.about-seven__image-col {
  padding-left: 0;
  padding-right: 0;
}

.about-seven__image-wrapper {
  width: 100%;
  min-height: 500px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .about-seven__image-wrapper {
    max-width: 40%;
    margin: 0 auto 20px;
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .about-seven__image-wrapper {
    max-width: 60%;
    text-align: center;
    margin: 0 auto 20px;
    min-height: unset;
  }
}
@media (max-width: 575px) {
  .about-seven__image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.about-seven__image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .about-seven__image-wrapper img {
    min-height: unset;
  }
}
.about-seven__content-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 992px) {
  .about-seven__content-container {
    margin-left: auto;
  }
}
.about-seven__content-col {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.about-seven__content-wrapper {
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width: 1200px) {
  .about-seven__content-wrapper {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1440px) {
  .about-seven__content-wrapper {
    padding: 50px 50px 50px 103px;
  }
}
.about-seven__heading {
  color: #1E2A51;
  margin-bottom: 32px;
  text-align: left;
}

.about-seven__content {
  text-align: left;
}

@media (min-width: 1620px) {
  .about-seven__content {
    font-size: 18px;
  }
}
.about-seven__content p:last-child {
  margin-bottom: 0;
}

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