body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}
.custom-pad {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.activities-section-hem {
  background: #f5f6f8;
  padding: 65px 0;
}
.hem-box-id {
  font-size: 27px !important;
}
.section-header-hem {
  margin-bottom: 60px;
}
.quote-icon-hem p {
  color: #262626;
  font-size: 16px;
}
.small-title-hem {
  color: #ff9900;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.small-title-hem span {
  width: 50px;
  height: 2px;
  /* background: #ff7a00; */
  background: #ff9900;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.section-header-hem h2 {
  font-size: 64px;
  font-weight: 700;
  color: #262626;
  line-height: 1;
}

.section-header-hem p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #666;
}

.activity-card-hem {
  background: #fff;
  border-radius: 15px;
  padding: 18px;
  position: relative;
  min-height: 200px;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  margin: 14px 0px;
}

.activity-card-hem:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.corner-number-hem {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background: #fff4ed;
  border-radius: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9900;
  font-weight: 700;
  font-size: 22px;
}

.card-top-hem {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-circle-hem {
  width: 75px;
  height: 75px;
  min-width: 75px;
  border-radius: 50%;
  background: #fff4ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-hem i {
  color: #ff9900;
  font-size: 35px;
}

.card-top-hem h4 {
  color: #07153b;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}

.orange-line {
  width: 35px;
  height: 2px;
  background: #ff9900;
  margin: 0px 0 15px 95px;
}

.activity-card-hem p {
  /* margin-left:105px; */
  color: #555;
  line-height: 27px;
  font-size: 15px;
  color: #262626;
}

@media (max-width: 991px) {
  .section-header-hem h2 {
    font-size: 55px;
  }

  .card-top-hem {
    flex-direction: column;
    text-align: center;
  }

  .orange-line {
    margin: 20px auto;
  }

  .activity-card-hem p {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .section-header-hem h2 {
    font-size: 40px;
  }
}

.intro-card-hem,
.process-card-hem,
.service-card-hem {
  background: #fff;
  border-radius: 3px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.quote-icon-hem {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ff9900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.handshake-img {
  animation: float 4s ease-in-out infinite;
  height: 190px !important;
  width: 190px;
  border-radius: 50%;
}

.section-heading-hem {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.heading-icon-hem {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ff0a01;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}

.section-heading-hem h2 {
  font-weight: 800;
  color: #07153b;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ff0a01;
}

.timeline-item-hem {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  position: relative;
}

.check {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #ff0a01;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.content-box {
  background: #fff;
  padding: 22px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  color: #262626;
}

.content-box span {
  color: #ff9900;
  font-weight: 700;
}

.service-card-hem {
  overflow: hidden;
}
.hem-box-id {
  background: #fff4ed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #ff9900;
}
.service-header-hem {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.service-item-hem span {
  font-size: 16px;
  font-weight: 700;
}
.target-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff3ea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9900;
  font-size: 40px;
}
.left-border {
  border-left: 4px solid #ff9900;
}
.top-serv {
  font-size: 16px !important;
  color: #262626 !important;
}
.service-item-hem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 18px 22px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #07153b;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.service-item-hem:hover {
  transform: translateX(8px);
  background: #ff9900;
  color: #fff;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {
  .service-card-hem {
    margin-top: 20px;
  }

  .section-heading-hem {
    flex-direction: column;
    text-align: center;
  }
}
.section-title-ab {
  background: #082b66;
  color: #fff;
  padding: 18px 25px;
  font-size: 28px;
  font-weight: 700;
  border-radius: 3px;
  margin: 40px 0;
}
.intro-content-hem-ab {
  font-size: 16px;
  color: #262626;
}
.section-title-ab i {
  color: #ff7f00;
  margin-right: 15px;
}

.region-card-hem {
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.region-card-hem h5 {
  color: #ff7f00;
  font-weight: 700;
  margin-bottom: 0px;
  margin-left: 12px;
}

.region-card-hem ul {
  list-style: none;
  padding: 0;
}

.region-card-hem li {
  padding: 8px 0;
  font-size: 17px;
}

.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}

.info-card h3 i {
  color: #ff0a01;
  margin-right: 12px;
  background: #fff4ed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* display: grid; */
  /* justify-content: center; */
  /* align-items: center; */
  line-height: 65px;
  padding-left: 14px;
}

.info-card ul {
  list-style: none;
  padding: 0;
}

.info-card ul li {
  padding: 10px 0;
  font-size: 16px;
  color: #262626;
}

.info-card ul li:before {
  content: "✓";
  color: #ff7f00;
  font-weight: bold;
  margin-right: 10px;
}

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

.company-grid div {
  text-align: center;
}

.company-grid i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #ff0a01;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 10px;
}
.company-grid p {
  font-size: 16px;
  color: #262626;
  font-weight: 700;
}
.bottom-strip {
  background: #082b66;
  padding: 35px 0;
  color: #fff;
}

.bottom-strip i {
  font-size: 40px;
  color: #ff7f00;
  margin-bottom: 15px;
}

.bottom-strip h6 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-title-ab {
    font-size: 20px;
  }

  .company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.west-icon {
  background: #ff7f00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.south-icon {
  background: #007bff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.south-icon i {
  font-size: 23px;
  color: #fff;
}
.west-icon i {
  font-size: 23px;
  color: #fff;
}
.south-text {
  color: #007bff !important;
}
.regin-1-list li {
  list-style-type: disclosure-closed;
  color: #262626;
  font-size: 16px;
  margin-left: 26px;
  line-height: 21px;
}
.regin-1-list li::marker {
  color: #ff7f00;
}
.regin-2-list li {
  list-style-type: disclosure-closed;
  color: #262626;
  font-size: 16px;
  margin-left: 26px;
  line-height: 21px;
}
.regin-2-list li::marker {
  color: #007bff;
}

.center-icon {
  background: teal;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-icon i {
  font-size: 23px;
  color: #fff;
}
.center-text {
  color: teal !important;
}

.regin-3-list li {
  list-style-type: disclosure-closed;
  color: #262626;
  font-size: 16px;
  margin-left: 26px;
  line-height: 21px;
}
.regin-3-list li::marker {
  color: teal;
}
.regin-4-list li {
  list-style-type: disclosure-closed;
  color: #262626;
  font-size: 16px;
  margin-left: 26px;
  line-height: 21px;
}
.regin-4-list li::marker {
  color: purple;
}
