/*
.hero .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;
}

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

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

.hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
} */
.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/team_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;
}


.visa {
    padding-top: 35px;
    padding:  50px;
    background-color: #0E4DA4;
    background-image: url(../images/svc.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.freezone {
    text-align: center;
    color: #fff;
    width: 61%;
    margin: auto;
}

.visa_box {
    text-align: center;
    margin: auto;
    color: #3c3c3c;

    border-radius: 9px;
    padding: 93px;

    background: #fff;
}

.visa_box .col {
    border: 2px solid #fff;
    background-color: #0E4DA4;
    border-radius: 9px;
    padding: 10px;
    padding-top: 29px;
}

.visa_box p {
    height: 140px;

    font-weight: 400;

    line-height: 1.2;
    color: #e0e0e0;
}
/* .director-text.row {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 47px;
    background-color: ghostwhite;    color: #4f4f4f;
} */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px;
    /* background-color: #2481d4; */
    background-color:#1F58A7;
    color: #fff;
}