.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/hr_header_image.png) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}

.stat-icon img {
    width: 92px;
}

.stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color:#010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}

.stat-content h4,
.stat-content p {

    color: #fff;
    font-size: 14px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}

.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.title span {
    color: #1E3A8A;
    text-decoration: underline;
}


.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.step {
    background: white;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.step p {
    font-size: 18px;
    font-weight: 700;
}

.step-number {
    background: url(../images/arrow.png) no-repeat;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 27px 28px;
    /* border-radius: 50%; */
    display: inline-block;
    margin-bottom: 10px;

}

.step-number img {
    max-width: 71%;
}
.about-4 {
    padding: 80px;
}


.contact_card_left {
    padding-top: 35px;
    padding:  50px;
    background-color: #0E4DA4;
    background-image: url(../images/svc.png); color: #fff;
    background-repeat: no-repeat;
    background-size: contain;  text-align: center;


}

.contact_card {
    padding-top: 35px;
    padding:  50px;
    background-color: #0E4DA4;   text-align: center;
    background-repeat: no-repeat;
    background-size: contain; color: #fff;
}


.card-body p {

    font-weight: 200;
    line-height: 1.2;
    font-size: 23px;
    color: #e0e0e0;
}


.form-control {
    border-radius: 10px !important;
    padding: 20px 15px !important;
  }

  label span {
    color: red !important;
    font-size: 14px !important;
  }

  .btn-submit {
    color: black;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    padding: 18px 78px;
    font-size: 16px;
  }

  h2 {
    font-weight: 700;
    margin-bottom: 30px;
  }

  textarea.form-control {
    resize: none;
    height: 150px;
  }
@media only screen and (max-width: 770px) {
    .about {
        padding: 38px;
    }
    .visa_box {
        padding: 23px;
    }
}