/**
* 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 {
  background: url("../images/main-content-bg.jpg") center bottom -50px no-repeat;
  background-size: cover;
  padding: 0 0 420px;
}

@media (max-width: 767px) {
  #about-top {
    margin-top: 50px;
    padding-bottom: 220px;
    background: url("../images/mobile-main-content-bg.jpg") center bottom -88px no-repeat;
    background-size: contain !important;
  }
}
@media (max-width: 479px) {
  #about-top {
    padding-bottom: 134px;
  }
}
#about-top .breadcrumb-container {
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h2 {
    line-height: 30px !important;
  }
}
.about-one {
  position: relative;
  z-index: 5;
}

@media (min-width: 1200px) {
  .about-one {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about-one::before {
    background: url("../images/about-2nd-bg.png") left center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1620px) {
  .about-one::before {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .about-one__item {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .about-one__right {
    max-width: 532px;
    margin-left: 11%;
  }
}
@media (min-width: 1440px) {
  .about-one__right {
    margin-left: 170px;
  }
}
@media (min-width: 1620px) {
  .about-one__right {
    margin-left: auto;
    margin-right: 0;
  }
}
.about-one .left-content {
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .about-one .left-content {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
.about-one .left-content ul {
  padding-left: 10px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .about-one .left-content ul {
    padding-left: 12px !important;
  }
}
.about-one .left-content ul li {
  position: relative;
  background: url(../images/why-choose-icon.svg) no-repeat left 11px top 3px;
  padding-left: 45px;
  padding-bottom: 24px;
  background-size: 24px 24px;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-one .left-content ul li {
    background-position: left top 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
  }
}
.about-one .left-content ul li:before {
  display: none !important;
}

.about-one .left-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-one .right-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .about-one .right-content {
    background-color: #8C3930;
    text-align: center;
    padding: 40px 40px;
  }
}
.about-one .right-content .icon {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background-color: #CB5742;
  margin-bottom: 20px;
  padding: 33px 22px;
}

@media (max-width: 1199px) {
  .about-one .right-content .icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-one .right-content p,
.about-one .right-content h2 {
  color: #fff;
}

.about-two {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover !important;
}

@media screen and (min-width: 1440px) {
  .about-two {
    padding-top: 123px;
    padding-bottom: 123px;
  }
}
@media (max-width: 991px) {
  .about-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .about-two ul {
    padding-left: 24px !important;
  }
}
.about-two h2,
.about-two p,
.about-two li {
  color: #fff;
}

.about-three {
  background: #FFF;
  position: relative;
  padding: 100px 0 90px;
  height: auto;
  z-index: 5;
}

@media (max-width: 991px) {
  .about-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about-three .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.about-three .row {
  align-items: flex-start;
  height: 100%;
}

@media (max-width: 767px) {
  .about-three ul {
    padding-left: 24px !important;
  }
}
.about-three .about-three-left {
  position: relative;
}

.about-three .about-three-left .about-three-header-bg {
  background: #121212;
  height: 137px;
  position: absolute;
  left: calc(-50vw + 50%);
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 55px;
  border-right: 5px solid #CB5742;
}

@media (max-width: 991px) {
  .about-three .about-three-left .about-three-header-bg {
    display: block;
  }
}
.about-three .about-three-left .about-three-header-bg .about-three-header .about-three-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
  max-width: 480px;
}

@media (max-width: 1365px) {
  .about-three .about-three-left .about-three-header-bg .about-three-header .about-three-title {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .about-three .about-three-left .about-three-header-bg .about-three-header .about-three-title {
    color: #121212;
  }
}
.about-three .about-three-left .about-three-content {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  text-align: left;
  max-width: 480px;
  margin-left: auto;
  margin-top: 155px;
}

@media (max-width: 767px) {
  .about-three .about-three-left .about-three-content {
    font-size: 19px;
  }
}
.about-three .about-three-left .about-three-content p {
  margin-bottom: 20px;
}

.about-three .about-three-right {
  display: flex;
  align-items: flex-start;
  padding-left: 105px;
  border-left: 1px solid #DDD;
  padding-right: 0;
}

@media (max-width: 1365px) {
  .about-three .about-three-right {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .about-three .about-three-right {
    border-left: none;
  }
}
.about-three .about-three-right .about-three-content-right {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  max-width: 627px;
}

.about-three .about-three-right .about-three-content-right p {
  margin-bottom: 24px;
}

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

@media (max-width: 991px) {
  .about-three {
    height: auto;
    padding: 70px 0 53px;
  }
  .about-three .row {
    padding-top: 0;
  }
  .about-three .about-three-left {
    margin-bottom: 20px;
    position: relative;
  }
  .about-three .about-three-left .about-three-header-bg {
    margin-bottom: 20px;
    padding-right: 0;
    justify-content: center;
    background: transparent;
    height: auto;
    position: unset;
    border: none;
  }
  .about-three .about-three-left .about-three-header-bg .about-three-header .about-three-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 100%;
  }
  .about-three .about-three-left .about-three-content {
    line-height: 27px;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .about-three .about-three-right {
    padding-top: 0;
    padding-left: 0;
  }
  .about-three .about-three-right .about-three-content-right {
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .about-three .about-three-right {
    padding-left: 15px;
  }
}
.about-four {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-four {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.about-four .container {
  position: unset;
}

.about-four__left {
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .about-four__left {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .about-four__left {
    position: unset;
    height: auto;
    margin-bottom: 0;
  }
}
.about-four__left p {
  color: #fff;
}

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