/* =========================================================
   About Us page-specific CSS
   Global typography, headings, buttons, container, images,
   header, basket and footer come from core.css.
========================================================= */


/* =========================================================
   ABOUT HERO
========================================================= */

.hero-area {
  margin-top: 50px;
  background: url(/static/img/ab-hero-bg2.webp) no-repeat center;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;;
}

.about-banner-img img {
  width: 100%;
}

.about-banner-img-sm {
  display: none;
}


/* =========================================================
   OUR COMPANY
========================================================= */

.our-company-area {
  padding-bottom: 100px;
}

/* Keep the About content from stretching across the full core.css container */
.our-company-top,
.our-company-btm {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.our-company-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0 0;
}

.our-company-top-left {
  width: 915px;
  max-width: 915px;
  flex: 0 0 915px;
}

.our-company-top-right {
  width: 290px;
  max-width: 290px;
  flex: 0 0 290px;
  padding-left: 35px;
}

.our-company-top-left p {
  text-align: justify;
  margin: 30px 0 0;
}

.our-company-btm {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.our-company-btm-left {
  width: 475px;
  max-width: 475px;
  flex: 0 0 475px;
}

.our-company-btm-right {
  width: 740px;
  max-width: 740px;
  flex: 0 0 740px;
  padding-left: 20px;
  padding-top: 50px;
}

.our-company-btm-right p {
  text-align: justify;
  margin-top: 30px;
}

.our-company-top-left h2 br {
  display: none;
}

.our-company-top-left h2 img {
  display: none;
}

.our-company-btm-right img {
  display: none;
  width: 100%;
}


/* =========================================================
   OUR JOURNEY
========================================================= */

.our-journey-area {
  background-image: url(/static/img/our-journey-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 75px 0 140px;
  position: relative;
}

.our-journey-title {
  text-align: center;
}

/* Keep journey timeline at the intended About-page width */
.our-journey-area .main-content,
.our-journey-area .main-content2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.our-journey-inner-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 33px;
  padding-top: 20px;
  border-top: 0;
  border-bottom: 0;
}

.our-journey-inner-top .our-journey-content {
  width: 45%;
}

.our-journey-inner-top .our-journey-content2 {
  width: 50%;
}

.our-journey-content {
  display: flex;
  align-items: flex-start;
}

.our-journey-content .journey-img {
  width: 30%;
  position: relative;
  z-index: 99;
}

.journey-cnt {
  text-align: left;
  padding-left: 25px;
  width: 70%;
}

.journey-cnt h2 {
  color: #1672bd;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.journey-cnt span {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #eac8b7;
}

.journey-cnt p {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-black);
  line-height: normal;
}

.our-journey-inner-btm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding-top: 50px;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}

.our-journey-inner-btm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background-color: #819295;
}

.our-journey-inner-top .journey-img::after {
  display: block;
  content: "";
  left: 50%;
  bottom: -34px;
  width: 1px;
  height: 34px;
  background-color: #819295;
  position: absolute;
  z-index: -1;
  transform: translateX(-50%);
}

.our-journey-inner-top .our-journey-content1 .journey-img::after {
  bottom: -26px;
  height: 26px;
}

.our-journey-inner-btm .journey-img {
  position: relative;
}

.our-journey-inner-btm .journey-img::after {
  display: block;
  content: "";
  left: 50%;
  top: -50px;
  width: 1px;
  height: 50px;
  background-color: #819295;
  position: absolute;
  z-index: -1;
}

.our-journey-inner-top .our-journey-content2 img {
  width: 100px !important;
}

.our-journey-inner-top .our-journey-content2 .journey-img {
  margin-right: -25px !important;
}

.our-journey-inner-top .our-journey-content2 .journey-img::after {
  left: 45%;
}

.our-journey-main-wrapper,
.main-content,
.main-content .owl-stage,
.main-content .owl-item {
  border-top: 0;
  border-bottom: 0;
}

.shape {
  position: absolute;
  left: 0;
  top: 50px;
}

.shape2 {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}

/* Owl positioning for journey */
.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
  display: none;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: -75px;
  z-index: 1;
}

.main-content .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}

.main-content .owl-theme .owl-dots .owl-dot,
.main-content2 .owl-theme .owl-dots .owl-dot {
  display: none;
}

.main-content2 {
  display: none;
  position: relative;
}

.main-content2 .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev,
.main-content2 .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i,
.main-content2 .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
  left: 0;
  display: none;
}

.main-content2 .owl-theme .custom-nav .owl-next {
  right: -15px;
  z-index: 1;
}

.main-content2 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}


/* =========================================================
   OUR PHILOSOPHY
========================================================= */

.our-philosophy-area {
  padding: 80px 0 120px;
}

.our-philosophy-inner,
.main-content3 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.our-philosophy-title {
  text-align: center;
  padding-bottom: 40px;
}

.our-philosophy-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.our-philosopy-content {
  text-align: center;
  padding: 30px 25px 50px;
  border: 2px dashed #f9ad4b;
  border-radius: 20px;
}

.our-philosopy-content img {
  margin: 10px auto;
}

.our-philosopy-content p {
  margin-top: 10px;
}

.our-philosopy-content2 {
  border-color: #ff6aa2;
}

.our-philosopy-content3 {
  border-color: #54c175;
}

.main-content3 {
  display: none;
  position: relative;
}

.main-content3 .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  display: none;
}

.main-content3 .owl-theme .custom-nav .owl-prev,
.main-content3 .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  display: none;
}


/* =========================================================
   COUNTER
========================================================= */

.counter-area {
  background-color: #fff8db;
  padding: 20px 0;
}

.counter-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
}

.counter-inner-cnt {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.counter-inner-cnt p {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}

/* Counter numbers are div.heading-2, not headings */
.counter.heading-2 {
  display: block;
  color: #ea4b57;
  line-height: 1;
  margin: 0;
  padding: 0;
}


/* =========================================================
   FACTS
========================================================= */

.facts-area {
  padding: 115px 0;
}

.facts-inner {
  max-width: 800px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.facts-left {
  max-width: 266px;
}

.facts-right {
  max-width: 480px;
  padding-left: 70px;
}

.facts-right ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 600;
}

.facts-right ul li img {
  margin-right: 15px;
}


/* =========================================================
   OUR FOUNDER
========================================================= */

.our-founder-area {
  background-color: #e6fdf1;
  padding: 60px 0;
}

.our-founder-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.our-founder-content p {
  margin: 20px 0;
}

.our-founder-content h2 {
  margin-bottom: 40px;
}

.our-founder-content a {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  color: var(--color-white);
  text-transform: capitalize;
  padding: 12px 35px;
  font-size: 22px;
  font-weight: 700;
  transition: 0.2s;
  margin-top: 20px;
}

.our-founder-content a:hover {
  background-color: transparent;
  color: var(--color-black);
}

.founder-sm {
  display: none;
}


/* =========================================================
   PRESS
========================================================= */

.press-area {
  padding: 120px 0;
}

.press-title {
  text-align: center;
  padding-bottom: 40px;
}

.press-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 30px;
}

.press-icon img {
  width: 100%;
}

.press-icon a {
  transition: 0.2s;
}

.press-icon a:hover {
  opacity: 0.8;
}


/* =========================================================
   GALLERY
========================================================= */

.gallery-area {
  padding: 0 0 200px;
}

.gallery-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.gallery-item {
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.srarch-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  opacity: 0;
}

.gallery-item:hover .srarch-icon {
  opacity: 1;
}

.gallery-item:hover {
  opacity: 0.5;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: #000c;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 10%;
  left: 0;
}

.lightbox-content {
  position: relative;
  width: 30%;
  height: 30%;
  margin: 5% auto;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 #e1e1e140;
  width: 100%;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: #000c;
  color: var(--color-white);
  padding: 7px;
  top: 80%;
  cursor: pointer;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-company-top,
  .our-company-btm {
    justify-content: center;
  }

  .our-company-top-left {
    width: auto;
    max-width: 665px;
    flex: 1 1 665px;
  }

  .our-company-top-right {
    width: auto;
    max-width: 250px;
    flex: 0 0 auto;
  }

  .our-company-btm-left {
    width: auto;
    max-width: 415px;
    flex: 0 0 415px;
  }

  .our-company-btm-left img {
    width: 100%;
  }

  .our-company-btm-right {
    width: auto;
    max-width: 550px;
    flex: 1 1 550px;
    padding-left: 20px;
    padding-top: 20px;
  }

  .gallery-container {
    width: 100%;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .lightbox-content {
    width: 60%;
    height: 60%;
    margin: 15% auto;
  }

  .lightbox-prev,
  .lightbox-next {
    top: 54%;
  }

  .press-inner {
    grid-gap: 10px;
  }

  .main-content .owl-theme .custom-nav .owl-next {
    right: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-company-top,
  .our-company-btm {
    justify-content: center;
  }

  .our-company-top-left {
    width: auto;
    max-width: 445px;
    flex: 1 1 445px;
  }

  .our-company-top-right {
    width: auto;
    max-width: 240px;
    flex: 0 0 auto;
  }

  .our-company-btm-left {
    width: auto;
    max-width: 270px;
    flex: 0 0 270px;
  }

  .our-company-btm-left img {
    width: 100%;
  }

  .our-company-btm-right {
    width: auto;
    max-width: 470px;
    flex: 1 1 470px;
    padding-left: 10px;
    padding-top: 0;
  }

  .our-company-btm-right p {
    margin-top: 10px;
  }

  .our-philosophy-area {
    padding: 30px 0 120px;
  }

  .our-philosophy-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }

  .press-inner {
    grid-template-columns: repeat(5, 1fr);
  }

  .gallery-container {
    width: 100%;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }

  .lightbox-prev,
  .lightbox-next {
    top: 54%;
  }

  .main-content .owl-theme .custom-nav .owl-next {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .hero-area {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .about-banner-img {
    display: none;
  }

  .about-banner-img-sm {
    display: block;
  }

  .about-banner-img-sm img {
    width: 100%;
  }

  .our-company-top,
  .our-company-btm {
    justify-content: center;
  }

  .our-company-top-left,
  .our-company-top-right,
  .our-company-btm-left,
  .our-company-btm-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .our-company-top-right {
    display: none;
  }

  .our-company-top-left h2 {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .our-company-top-left h2 br {
    display: block;
  }

  .our-company-top-left h2 img {
    max-width: 130px;
    display: block;
    margin-right: 20px;
    margin-top: -20px;
  }

  .our-company-top {
    padding: 20px 0 40px;
  }

  .our-company-top-left p {
    text-align: center;
    margin: 20px 0 0;
  }

  .our-company-btm-left {
    display: none;
  }

  .our-company-btm-right {
    text-align: center;
    padding-left: 0;
  }

  .our-company-btm-right img {
    display: block;
    margin: 20px auto 0;
    width: initial;
    text-align: center;
  }

  .our-company-btm-right p {
    text-align: center;
    margin-top: 0;
  }

  .our-company-area {
    padding-bottom: 70px;
  }

  .counter-inner-cnt {
    width: 50%;
    padding: 15px 0;
    gap: 0;
  }

  .counter.heading-2 {
    line-height: 1;
  }

  .counter-inner-cnt p {
    line-height: 1.1;
  }

  .our-philosophy-inner {
    display: none;
  }

  .main-content3 {
    display: block;
  }

  .our-philosopy-content-img1 img {
    max-width: 50px !important;
  }

  .our-philosopy-content-img2 img {
    max-width: 200px !important;
  }

  .our-philosopy-content {
    padding-bottom: 80px;
  }

  .our-philosopy-content img {
    margin: 20px auto;
  }

  .our-philosophy-area {
    padding: 70px 0 50px;
  }

  .main-content3 .owl-theme .owl-dots {
    margin-top: 20px;
  }

  .main-content3 .owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
    background-color: #eae9e9;
  }

  .main-content3 .owl-theme .owl-dots .owl-dot.active span,
  .main-content3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #bdbbbb;
  }

  .press-inner {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .press-icon {
    text-align: center;
  }

  .press-area {
    padding: 60px 0;
  }

  .founder-img {
    display: none;
  }

  .founder-sm {
    display: block;
  }

  .our-founder-area {
    padding: 50px 0;
  }

  .our-founder-content img {
    width: initial;
  }

  .our-founder-content a {
    padding: 7px 20px;
    font-size: 17px;
  }

  .facts-right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }

  .facts-left {
    margin: 0 auto;
  }

  .facts-area {
    padding: 60px 0;
  }

  .gallery-container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .gallery-area {
    padding: 0 0 100px;
  }

  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }

  .lightbox-prev,
  .lightbox-next {
    top: 30%;
  }

  .main-content {
    display: none;
  }

  .main-content2 {
    display: block;
  }

  .our-journey-inner-top .our-journey-content {
    width: 100%;
  }

  .journey-cnt h2 {
    font-size: 30px;
  }

  .our-journey-inner-btm {
    display: block;
  }

  .our-journey-inner-top {
    justify-content: center;
  }

  .our-journey-content.our-journey-content1 {
    padding-left: 100px;
  }

  .journey-img img {
    width: 90px !important;
  }

  .our-journey-inner-btm .our-journey-content2 .journey-cnt {
    padding-left: 5px;
  }

  .journey-cnt {
    padding-left: 45px;
  }

  .shape {
    display: none;
  }

  .shape2 {
    top: 100px;
    display: block;
    opacity: 0.2;
  }

  .our-journey-title {
    padding-bottom: 170px;
  }

  .our-journey-area {
    padding: 75px 0 60px;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex-basis: 100%;
    margin-bottom: 1px;
  }

  .lightbox-content {
    width: 90%;
    margin: 20% auto;
  }
}