:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border: #ebebeb;
  --form-color: #b1b1b1;
  --menu-color: #353535;
  --menu-color-item: #424141;
  --number-color: #f2f2f2;
  --black-color: #000000;
  --link-color: #495057;
  --card-title: #444242;
  --post-title: #333333;
  --widget-color: #788487;
  --font-secondary: "antonio";
  /* gradient */
  --gradient-primary: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  --gradient-secondary: linear-gradient(90deg, #6996FE 0%, #8082FF 24.52%, #A498FE 62.98%, #B0A6FE 100%);
  --gradient-tertiary: linear-gradient(180deg, #00457F 0%, #096FC5 40%, rgba(255, 255, 255, 0.5) 100%);
  --gradient-quaternary: linear-gradient(90deg, #379EF4 0%, #1C82D8 100%);
  --gradient-cta:linear-gradient(90deg, #7099fe 0%, #7e80fe 25.96%, #a799ff 66.35%, #b1a7fe 100%);
}

.about-us-banner {
  background-image: url(../images/about-us/about-us-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: calc(100vh - 108px);
}
@media (max-width: 991px) {
  .about-us-banner {
    min-height: 100%;
    padding: 90px 0;
  }
}
.about-us-banner .banner-content {
  max-width: 1060px;
}
.about-us-banner .banner-content h1 {
  color: #f9f6ed;
  font-weight: 800;
  font-size: 61px;
  line-height: 63px;
  color: var(--white-color);
}
@media (max-width: 1024px) {
  .about-us-banner .banner-content h1 {
    font-size: 34px;
    line-height: 51px;
  }
}
@media (max-width: 769px) {
  .about-us-banner .banner-content h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.about-us-banner .banner-content p {
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
}
.about-us-banner a {
  margin-top: 50px;
}
.about-us-banner .points {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
  background-color: var(--white-color);
  padding: 11px 20px;
  border-radius: 54px;
  margin-bottom: 0;
}
.about-us-banner .points.points-primary {
  transform: rotate(13deg);
  margin-top: -33px;
}
.about-us-banner .points.points-secondary {
  transform: rotate(-2.23deg);
  margin-top: -15px;
}
.about-us-banner .points.points-tertiary {
  transform: rotate(-5.29deg);
  margin-bottom: -14px;
}
.about-us-banner .points.points-quaternary {
  transform: rotate(6.32deg);
  margin-bottom: -14px;
}

.company-achievements {
  padding: 50px 0;
  background-color: #F9F6ED;
}
@media (max-width: 768px) {
  .company-achievements {
    padding: 30px 0;
  }
}
.company-achievements .achievement-box {
  flex: 1 0 20%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .company-achievements .achievement-box {
    flex: 1 0 50%;
  }
}
.company-achievements .achievement-box span {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--black-color);
}
@media (max-width: 991px) {
  .company-achievements .achievement-box span {
    font-size: 40px;
    line-height: 50px;
  }
}
.company-achievements .achievement-box p {
  font-size: 12px;
  line-height: 22px;
}

.who-we-are {
  padding: 50px 0 100px;
  background-color: #F9F6ED;
}
@media (max-width: 768px) {
  .who-we-are {
    padding: 30px 0;
  }
}
.who-we-are .content-box {
  max-width: 966px;
}
.who-we-are .content-box h2 {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 71px;
  color: var(--primary-color);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .who-we-are .content-box h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.who-we-are .content-box p {
  font-size: 14px;
  line-height: 24px;
  color: var(--black-color);
}

.business-assets {
  background-color: #E6F0FF;
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .business-assets {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .business-assets {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .business-assets {
    padding: 30px 0;
  }
}
.business-assets h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 20px;
  max-width: 768px;
}
.business-assets p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 850px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .business-assets p {
    margin-bottom: 30px;
  }
}
.business-assets .business-assets-box {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}
.business-assets .business-assets-box span {
  width: 58px;
  height: 58px;
  background-color: #2647C5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-assets .business-assets-box span img {
  width: 35px;
  height: 35px;
}
.business-assets .business-assets-box h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26.1px;
  color: var(--black-color);
  margin: 16px 0px 20px 0px;
}
.business-assets .business-assets-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.business-assets .business-assets-box:hover {
  background-color: var(--primary-color);
}
.business-assets .business-assets-box:hover span {
  background-color: var(--white-color);
}
.business-assets .business-assets-box:hover span img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(748%) hue-rotate(180deg) brightness(95%) contrast(104%);
}
.business-assets .business-assets-box:hover h3,
.business-assets .business-assets-box:hover p {
  color: var(--white-color);
}

.customer-base-cta {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .customer-base-cta {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .customer-base-cta {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .customer-base-cta {
    padding: 30px 0;
  }
}
.customer-base-cta .customer-base-content {
  padding: 50px 10px;
  border-radius: 20px;
  background-image: url(../images/about-us/customer-cta.png), var(--gradient-cta);
  background-position: center;
  background-repeat: no-repeat;
}
.customer-base-cta .customer-base-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.customer-base-cta .customer-base-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white-color);
  max-width: 828px;
  margin: auto;
}
.customer-base-cta .btn-id {
  padding-top: 30px;
}
.customer-base-cta .btn-id .id-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-base-cta .btn-id .id-content .ifo-link {
  color: var(--white-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.marketing-services-wrapper {
  background: var(--gradient-tertiary);
  padding: 100px 0 200px;
}
@media (max-width: 991px) {
  .marketing-services-wrapper {
    padding: 70px 0 200px;
  }
}
@media (max-width: 768px) {
  .marketing-services-wrapper {
    padding: 50px 0 200px;
  }
}
@media (max-width: 576px) {
  .marketing-services-wrapper {
    padding: 30px 0 200px;
  }
}
.marketing-services-wrapper .marketing-services-content {
  max-width: 805px;
  padding-bottom: 80px;
}
.marketing-services-wrapper .marketing-services-content h2 {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 71px;
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .marketing-services-wrapper .marketing-services-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.marketing-services-wrapper .marketing-services-content p {
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
}
.marketing-services-wrapper .marketing-services-card {
  position: relative;
  background-color: #338eda;
  border-radius: 20px;
  padding: 40px 48px 40px 24px;
  height: 100%;
}
.marketing-services-wrapper .marketing-services-card h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26.1px;
  color: #ffffff;
  margin-bottom: 16px;
}
.marketing-services-wrapper .marketing-services-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.marketing-services-wrapper .marketing-services-card span {
  width: 72px;
  height: 72px;
  background: #e6f0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -23px;
  right: -30px;
  box-shadow: -5px 4px 0px 10px #024e8e;
}
.marketing-services-wrapper .marketing-services-card span img {
  width: 37px;
  height: 37px;
}
.marketing-services-wrapper .our-team {
  padding: 90px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 576px) {
  .marketing-services-wrapper .our-team {
    padding: 35px 0;
  }
}
.marketing-services-wrapper .our-team .cross-marquee {
  background-color: var(--white-color);
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  transform: rotate(363deg);
  position: relative;
  z-index: 9;
  padding: 20px 0;
  display: flex;
}
.marketing-services-wrapper .our-team .cross-marquee.cross-marquee-before {
  background-color: var(--white-color);
  transform: rotate(-6deg);
  position: relative;
  z-index: 8;
  margin-top: -100px;
  display: flex;
  opacity: 0.1;
}
.marketing-services-wrapper .our-team .cross-marquee.cross-marquee-before .marquee-content {
  display: flex;
  gap: 90px;
  animation: scroll-right 40s linear infinite;
}
.marketing-services-wrapper .our-team .cross-marquee .marquee-content {
  display: flex;
  gap: 90px;
  animation: scroll-left 40s linear infinite;
}
.marketing-services-wrapper .our-team .cross-marquee .marquee-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-right: 50px;
  font-size: 70px;
  font-weight: 800;
  line-height: 71px;
  color: var(--primary-color);
  white-space: nowrap;
}
.marketing-services-wrapper .our-team .cross-marquee .marquee-content span img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .marketing-services-wrapper .our-team .cross-marquee .marquee-content span {
    font-size: 22px;
  }
  .marketing-services-wrapper .our-team .cross-marquee .marquee-content span img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .marketing-services-wrapper .our-team .cross-marquee .marquee-content span {
    font-size: 18px;
  }
  .marketing-services-wrapper .our-team .cross-marquee .marquee-content span img {
    width: 30px;
    height: 30px;
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marketing-services-wrapper .team-wraper {
  padding: 40px 0 0;
}
.marketing-services-wrapper .team-wraper .team-content {
  max-width: 800px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .team-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .marketing-services-wrapper .team-wraper .team-content {
    margin-bottom: 30px;
  }
}
.marketing-services-wrapper .team-wraper .team-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.marketing-services-wrapper .team-wraper .team-content p {
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
}
.marketing-services-wrapper .team-wraper .co-founder-box {
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .co-founder-box {
    width: unset;
  }
}
.marketing-services-wrapper .team-wraper .co-founder-box .co-founder-img {
  border-radius: 10px;
  height: 450px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.marketing-services-wrapper .team-wraper .co-founder-box .co-founder-name {
  background-color: var(--white-color);
  border-radius: 18px;
  bottom: 15px;
  left: 10px;
  right: 10px;
  padding-left: 23px;
}
.marketing-services-wrapper .team-wraper .co-founder-box .co-founder-name h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--black-color);
  margin: 0;
}
.marketing-services-wrapper .team-wraper .co-founder-discretion {
  padding-left: 55px;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .co-founder-discretion {
    padding-left: 0;
  }
}
.marketing-services-wrapper .team-wraper .co-founder-discretion.director-didiscretion {
  padding-left: 0;
  padding-right: 55px;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .co-founder-discretion.director-didiscretion {
    padding-right: 0;
  }
}
.marketing-services-wrapper .team-wraper .co-founder-discretion h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 31px;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .co-founder-discretion h3 {
    margin-bottom: 20px;
  }
}
.marketing-services-wrapper .team-wraper .co-founder-discretion p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
}
.marketing-services-wrapper .team-wraper .committed-excellence {
  background: linear-gradient(90deg, #379DF4 0%, #1C82D8 100%);
  padding: 50px 0;
  border-radius: 20px;
  margin: 100px 0;
}
@media (max-width: 991px) {
  .marketing-services-wrapper .team-wraper .committed-excellence {
    margin: 70px 0;
  }
}
@media (max-width: 768px) {
  .marketing-services-wrapper .team-wraper .committed-excellence {
    margin: 50px 0;
  }
}
@media (max-width: 576px) {
  .marketing-services-wrapper .team-wraper .committed-excellence {
    margin: 30px 0;
  }
}
.marketing-services-wrapper .team-wraper .committed-excellence h2 {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 71px;
  color: var(--white-color);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .marketing-services-wrapper .team-wraper .committed-excellence h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.marketing-services-wrapper .team-wraper .Why-edifying-voyages .content {
  margin-bottom: 50px;
  max-width: 970px;
}
@media (max-width: 768px) {
  .marketing-services-wrapper .team-wraper .Why-edifying-voyages .content {
    margin-bottom: 30px;
  }
}
.marketing-services-wrapper .team-wraper .Why-edifying-voyages .content h2 {
  color: var(--black-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.marketing-services-wrapper .team-wraper .Why-edifying-voyages .content p {
  color: var(--black-color);
  font-size: 14px;
  line-height: 24px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage {
  display: flex !important;
  justify-content: center !important;
  margin-top: 40px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage .item {
  background-color: var(--white-color);
  position: relative;
  border-radius: 20px;
  padding: 71px 30px 30px;
  height: 100%;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage .item span {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #E6F0FF;
  top: -30px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage .item span img {
  width: 30px;
  height: 30px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage .item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26.1px;
  color: var(--black-color);
  margin-bottom: 10px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-stage .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--black-color);
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav {
  display: flex;
  gap: 38px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 41%;
  bottom: -80px;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav {
    left: 50%;
  }
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next {
  width: 88px;
  height: 56px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
  border-radius: 70px;
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev i,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next i {
  color: var(--primary-color);
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev:hover, .marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev.active,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next:hover,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev:hover i, .marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-prev.active i,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next:hover i,
.marketing-services-wrapper .marketing-services-slider .about-slider .owl-nav button.owl-next.active i {
  color: var(--white-color);
}

/*# sourceMappingURL=about-us.css.map */
