/* ----------------------------About-section---------------------------- */
.About-section-box{
padding: 70px 0px;
}
.img-section-3 {
    padding-left: 150px;
    padding-right: 50px;
    position: relative;
    text-align: center;
}

.section-3-img {
    width: 100%;
    height: auto;
}

.stauts {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 14px;
    justify-content: space-around;
}

.stauts .item {
    background: #E95010;
    color: #ffffff;
    padding: 20px 40px;
    margin-right: 15px;
    border-radius: 6px;
}

.stauts .item-2 {
    background: #8B1210;
    color: #ffffff;
    padding: 20px 40px;
    margin-right: 15px;
    border-radius: 6px;
}

.section-3-text-3 {
    font-weight: 600;
    font-size: 36px;
    color: var(--text-color-white);
}

.section-3-text {
    /* color: #b19777; */
    color: var(--short-text-white);
    font-size: 16px;
}

.section-3-text-pro {
    /* color: #9f9f9f; */
    color: var(--text-color-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 20px 0px;
}

.section-3-btn {
    /* background-color: #005078; */
    padding: 18px 35px;
    font-family: "Teko", sans-serif;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    background-color: var(--btn-background-white);
   
}

.section-3-btn span {
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--btn-text-black);
}
.space-section-3{
    margin: 30px 0px;
}

/* ------------------Our Mission------or---------------Our Vision--------Start------------------------ */
.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.icon-box {
    font-size: 40px;
    color: #007bff;
}
.card-title {
    font-weight: bold;
    color: #333;
}
.card-text {
    font-size: 16px;
    color: #555;
}
/* ------------------Our Mission------or---------------Our Vision--------End------------------------ */
/* ----------------------------About-section----End------------------------ */

/* -------------------------media-queary-----Start--------------------- */

@media only screen and (max-width: 578px) {
    .About-section-box{
     padding-top: 20px;
    }
  }
@media only screen and (max-width: 456px) {
    .About-section-box{
     padding-top: 20px;
    }
  }

@media only screen and (max-width: 346px) {
    .item-2 h4{
       font-size: 14px;
    }
    .item-2 h6{
       font-size: 14px;
    }
    .item h4{
       font-size: 14px;
    }
    .item h6{
       font-size: 14px;
    }
  }
  /* -------------------------media-queary-----Start--------------------- */