.main-about-bg {
    background: url(../images/about.jpg) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}

.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;
}

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

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

.mission {
    text-align: left;
    margin: auto;
    color: #fff;
    width: 71%;

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

    background: #fff;
}

.mission .col {
    border: 2px solid #fff;
    background-color: #0E4DA4;
    border-radius: 9px;
    padding: 10px;
    padding-top: 29px;
}
.mission a {
    color: #fff;
}
.mission p {
    height: 140px;

    font-weight: 400;

    line-height: 1.2;
    color: #e0e0e0;
}

.features {
    padding: 80px;
}

.mg_card {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
}

.mg_body h5 {
    margin-top: 30px;
}

.mg_body p {
    font-size: 14px;
}

.content-box {
    background: #F7F5F4;
    border-radius: 12px;
    padding: 129px 68px 0;
  }

  .step-box {
    background: #fff;
    border-radius: 10px;
    padding: 27px;
    margin-bottom: 10px;
  }

  .step-label {
    display: inline-block;
    background: #f8cc47;
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .rounded-img {
    border-radius: 12px;
  }

  .director-card {
    background: #F4F4F4;
    border-radius: 22px;
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .badge-label {
    display: inline-block;
    background: #f8cc47;
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .director-image {
    width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: auto;
  float: right;
  position: relative;
  z-index: 1;
  right: 26px;
  }

  .ribbon {
    width: 332px;
  height: 439px;
  background: url(../images/ribbon.png) no-repeat;
  position: absolute;
  right: -2%;
  /* transform: translateY(-50%) rotate(45deg); */
  /* border-radius: 5px; */
  top: 18px;
  z-index: 0;
  }
  .scroll-box {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
  }


  .btn-blue {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #1F58A7;
    color: white;
    font-size: 14px;
    font-weight: bold;

    padding: 7px 7px 7px 34px !important;
    border-radius: 50px !important;
    text-decoration: none;
    margin-top: 20px;

    line-height: 0;
  }
  .btn-blue:hover {
    background-color:  #033a86;color: white;
    transition: all 0.3s ease;
  }
  .btn-blue i {font-size: 3.5em;
  }
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1240px) {



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {



}

@media only screen and (max-width: 992px) {




}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 810px) {
    .about {
        padding: 43px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (max-width: 769px) {

.about-4 {
    padding: 0;
}
.ribbon {
    width: 332px;
    height: 439px;
    right: -2%;
    top: 48%;
}


.features {
    padding: 24px;
}
}

@media only screen and (max-width:376px) {
    .ribbon {
        width: 332px;
        height: 439px;
        right: -2%;
        top: 60%;
      }
}