/*================================================
Em About Us Area CSS
=================================================*/
.em-about-us-content {
  padding-right: 95px;
}
.em-about-us-content h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
.em-about-us-content h3 span {
  font-weight: 900;
}
.em-about-us-content p {
  color: #5C5C5C;
}
.em-about-us-content b {
  color: #3D3D3D;
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.em-about-us-content .about-btn {
  margin-top: 28px;
}
.em-about-us-content .about-btn .em-default-btn {
  background-color: var(--optional-color);
}
.em-about-us-content .about-btn .em-default-btn:hover {
  background-color: var(--main-color);
}

.em-about-us-image {
  position: relative;
  z-index: 1;
}
.em-about-us-image .wrap {
  position: absolute;
  left: -65px;
  bottom: 35px;
  max-width: 200px;
  z-index: -1;
}
.em-about-us-image .wrap img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*================================================
EM Services Area CSS
=================================================*/
.em-services-card {
  background: #070F38;
  padding: 55px 50px;
}
.em-services-card .icon {
  margin-bottom: 45px;
}
.em-services-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.em-services-card h3 a {
  color: var(--white-color);
}
.em-services-card p {
  color: #B6B6B6;
  font-size: 15px;
}
.em-services-card.color-two {
  background: #FFCD1D;
}
.em-services-card.color-two h3 a {
  color: #161414;
}
.em-services-card.color-two p {
  color: #5C5C5C;
}
.em-services-card.color-three {
  background-color: transparent;
}
.em-services-card.color-three h3 a {
  color: #161414;
}
.em-services-card.color-three p {
  color: #5C5C5C;
}
.em-services-card.color-four {
  background: var(--main-color);
}
.em-services-card.color-four p {
  color: #FFFBFA;
}
.em-services-card.color-five {
  background: #FAFAFA;
}
.em-services-card.color-five h3 a {
  color: #161414;
}
.em-services-card.color-five p {
  color: #5C5C5C;
}
.em-services-card.color-six {
  background-color: var(--optional-color);
}
.em-services-card.color-six h3 a {
  color: var(--white-color);
}
.em-services-card.color-six p {
  color: #DACDFA;
}

.em-services-content {
  padding-left: 85px;
}
.em-services-content h3 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 15px;
}
.em-services-content h3 span {
  font-weight: 900;
}
.em-services-content p {
  margin-bottom: 0;
  color: #5C5C5C;
}

/*================================================
EM Funfacts Area CSS
=================================================*/
.em-funfacts-card {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.em-funfacts-card::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #DCDAEE;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  right: 40px;
  top: -5px;
  z-index: -1;
}
.em-funfacts-card h3 {
  background: linear-gradient(135deg, #FFCB00 0%, #FF057E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.em-funfacts-card h3 .odometer-value {
  background: linear-gradient(135deg, #FFCB00 0%, #FF057E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.em-funfacts-card h3 .odometer-formatting-mark {
  display: none;
}
.em-funfacts-card h3 .sign {
  margin-top: -5px;
}
.em-funfacts-card p {
  letter-spacing: 0.4em;
  color: #757171;
  font-weight: 500;
}

/*================================================
EM Mobile App Area CSS
=================================================*/
.em-mobile-app-content {
  padding-left: 90px;
}
.em-mobile-app-content h3 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
.em-mobile-app-content h3 b {
  font-weight: 900;
}
.em-mobile-app-content h3 span {
  font-weight: 900;
  color: var(--main-color);
}
.em-mobile-app-content .mobile-app-btn {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.em-mobile-app-content .mobile-app-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.em-mobile-app-content .mobile-app-btn li:last-child {
  margin-right: 0;
}
.em-mobile-app-content .mobile-app-btn li .google-play-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background: #8B8582;
  padding: 15.5px 30px 15.5px 75px;
  font-size: 12px;
  font-weight: 500;
  text-align: start;
}
.em-mobile-app-content .mobile-app-btn li .google-play-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.em-mobile-app-content .mobile-app-btn li .google-play-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.em-mobile-app-content .mobile-app-btn li .google-play-btn:hover {
  background-color: var(--main-color);
}
.em-mobile-app-content .mobile-app-btn li .apple-store-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--white-color);
  background: #1D1D1D;
  padding: 15.5px 30px 15.5px 75px;
  font-size: 12px;
  font-weight: 500;
  text-align: start;
}
.em-mobile-app-content .mobile-app-btn li .apple-store-btn img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.em-mobile-app-content .mobile-app-btn li .apple-store-btn span {
  display: block;
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--font-size);
}
.em-mobile-app-content .mobile-app-btn li .apple-store-btn:hover {
  background-color: var(--main-color);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .em-about-us-content {
    padding-right: 0;
  }
  .em-about-us-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .em-about-us-image {
    text-align: center;
    margin-top: 30px;
  }
  .em-about-us-image .wrap {
    display: none;
  }
  .em-services-card {
    padding: 30px 20px;
  }
  .em-services-card .icon {
    margin-bottom: 25px;
  }
  .em-services-card.color-three {
    background-color: #f9f9f9;
  }
  .em-services-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .em-services-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .em-funfacts-card::before {
    display: none;
  }
  .em-funfacts-card h3 {
    font-size: 40px;
  }
  .em-funfacts-card p {
    font-size: 14px;
  }
  .em-mobile-app-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .em-mobile-app-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .em-mobile-app-content .mobile-app-btn {
    text-align: start !important;
  }
  .em-mobile-app-content .mobile-app-btn .sub {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .em-mobile-app-content .mobile-app-btn li {
    margin-top: 15px;
  }
  .em-mobile-app-content .mobile-app-btn li:first-child {
    margin-top: 0;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .em-mobile-app-content .mobile-app-btn li {
    margin-top: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .em-about-us-content {
    padding-right: 0;
  }
  .em-about-us-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .em-about-us-image {
    text-align: center;
    margin-top: 30px;
  }
  .em-about-us-image .wrap {
    display: none;
  }
  .em-services-card {
    padding: 30px 20px;
  }
  .em-services-card .icon {
    margin-bottom: 25px;
  }
  .em-services-card.color-three {
    background-color: #f9f9f9;
  }
  .em-services-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .em-services-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .em-funfacts-card::before {
    display: none;
  }
  .em-funfacts-card h3 {
    font-size: 40px;
  }
  .em-funfacts-card p {
    font-size: 14px;
  }
  .em-mobile-app-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .em-mobile-app-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .em-mobile-app-content .mobile-app-btn {
    text-align: start !important;
  }
  .em-mobile-app-content .mobile-app-btn .sub {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .em-about-us-content {
    padding-right: 20px;
  }
  .em-about-us-image .wrap {
    display: none;
  }
  .em-services-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .em-funfacts-card h3 {
    font-size: 45px;
  }
  .em-funfacts-card p {
    font-size: 12px;
  }
  .em-mobile-app-content {
    padding-left: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .em-about-us-content {
    padding-right: 20px;
  }
  .em-services-card {
    padding: 35px 25px;
  }
  .em-services-content {
    padding-left: 55px;
  }
  .em-funfacts-card h3 {
    font-size: 45px;
  }
  .em-funfacts-card p {
    font-size: 12px;
  }
  .em-mobile-app-content {
    padding-left: 20px;
  }
}
/* Min width 1600px *//*# sourceMappingURL=about.css.map */