* {
        margin: 0;
        padding: 0;
}
body {
    background-color: #fff;
}
.section-mission-vision .container-fluid {
    padding: 0;
  }
.overiew .container {
    max-width: 1140px;
  }
  .location-points .container {
    max-width: 1140px;
  }
  .Location-section .container {
    max-width: 1140px;
  }
  .meeting .container {
    max-width: 1140px;
  }
  .same-section {
    padding: 40px 0 20px 0;
  }
.banner {
    text-align: center;
    color: #fff;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.7);
    z-index: 0;
}
.banner h1 {
    color: #fff;
    z-index: 1;
}
.overview-point {
    background-color: #c08830;
    text-align: center;
    color: #000;
    padding: 20px;
    box-shadow: 0 6px 9px 3px #ece7e7;
    border-radius: 18px;
}
.overview-heading h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}
.location-project ul {
    display: flex;
    list-style: none;
}
.location-botton {
    padding-top: 30px;
}
/* .btn.submit1 {
    width: 100%;
    background-color: #c08830;
    border: none;
    padding: 13px;
    font-size: 20px;
    box-shadow: none;
    color:#fff;
  } */
  .location-botton a {
    background-color: #c08830;
    border: none;
    padding: 13px 120px 13px 120px;
    font-size: 20px;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
  .location-image .img-fluid {
    border-radius: 20px;
    box-shadow: 2px 2px 13px 3px #e0dcdc;
    transition: 0.5s ease;
  }
  .location-image .img-fluid:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
  .location-project ul li {
    margin: 0 auto;
  }
  .mission-vision ul {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .mission {
    color: #c08830;
    background-color: #000;
    padding: 40px;
  }
  .vision {
    color: #000;
    background-color: #c08830;
    padding: 40px;
  }
  .section-mission-vision {
    padding-top: 10px;
  }
  .mission-heading h1 {
    font-size: 30px;
    padding: 20px 0 20px 0;
  }
  .vision-heading h1 {
    font-size: 30px;
    padding: 20px 0 20px 0;
  }
  .location {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    
  }
  .radio-one p {
    font-size: 21px;
    color: #fff;
  }
  .sehedule h1 {
    padding: 0 0 20px 0;
    font-size: 35px;
    font-weight: bold;
  }
  .meeting {
    background-color: #c08830;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
  }
  .radio-form-start {
    background-color: #fff;
    padding: 40px 60px 40px 60px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  }
  .radio-one {
    background-color: #000;;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  }
  #contact-form {
    padding: 0 40px 0 40px;
  }
  .radio-one h2 {
    padding: 30px 0 0px 0;
    font-size: 30px;
    font-weight: bold;
    color: #c08830;
  }
  .con-field{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #c08830;
    border-radius: 10px;
  }
  .btn {
    width: 100%;
    background-color: #c08830;
    padding: 9px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 20px;
  }
  .location-botton a:hover {
    background-color: #c2bbbb;
    color: #000;
  }
  @media only screen and (max-width: 1199px){
    .location-botton a {
      padding: 13px 100px 13px 100px;
    }
  }
  @media only screen and (max-width: 991px){
    .location {
      width: 90%;
    }
    .mission-heading p {
      font-size: 14px;
    }
    .mission-heading h1 {
      font-size: 27px;
      padding: 20px 0 10px 0;
    }
    .vision-heading h1 {
      font-size: 27px;
      padding: 20px 0 10px 0;
    }
    .vision-heading p {
      font-size: 14px;
    }
    .location-botton a {
      font-size: 16px;
    }
    .sehedule h1 {
      padding: 0px 0 20px 0;
      font-size: 31px;
    }
    .radio-form-start {
      padding: 30px 50px 30px 50px;
    }
  }
  @media only screen and (max-width: 767px){
    .location-image .img-fluid {
        max-width: 70%;
      }
      .btn.submit1 {
        width: 70%;
      }
      .mission-vision ul {
        display: block;
      }
      .mission-heading h1 {
        position: relative;
      }
      .mission-heading h1::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 14%;
        background-color: #be862f;
        bottom: 10px;
        left: 4px;
      }
      .vision {
        text-align: right;
      }
      .vision-heading h1::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 14%;
        background-color: #000;
        bottom: 10px;
        right: 4px;
      }
      .vision-heading h1 {
        position: relative;
      }
      .radio-form-start {
        background-color: transparent;
        padding: 0px 60px 40px 60px;
        border-radius: 0;
        box-shadow: none;
      }
  }
  @media only screen and (max-width: 575px){
    .same-section {
      padding: 20px 0 10px 0;
    }
      .overview-heading h1 {
        font-size: 20px;
        padding-bottom: 0px;
      }
      .overview-heading p {
        font-size: 11px;
      }
      .location-image .img-fluid {
        max-width: 100%;
      }
      .btn.submit1 {
        width: 100%;
        padding: 6px;
      }
      .mission-heading p {
        font-size: 12px;
      }
      .mission-heading h1::after {
        bottom: 3px;
      }
      .mission-heading h1 {
        font-size: 24px;
        padding: 10px 0 10px 0;
      }
      .mission {
        padding: 16px;
      }
      .vision {
        padding: 16px;
      }
      .vision-heading h1{
        font-size: 24px;
        padding: 10px 0 10px 0;
      }
      .vision-heading h1::after {
        bottom: 3px;
      }
      .vision-heading p {
        font-size: 12px;
      }
      .sehedule h1 {
        padding: 0px 0 10px 0;
        font-size: 25px;
      }
      .radio-one h2 {
        padding: 20px 0 10px 0;
        font-size: 18px;
      }
      .con-field {
        padding: 10px;
        margin-bottom: 9px;
      }
      .radio-form-start {
        padding: 0px;
      }
      #contact-form {
        padding: 0 10px 0 10px;
      }
      .btn {
        padding: 6px;
        font-size: 13px;
      }
      .section-mission-vision {
        padding-top: 0px;
      }
      .radio-one h2 {
        padding: 20px 9px 10px 9px;
        font-size: 18px;
      }
      #contact-form {
        padding: 0 15px 0 15px;
      }
      .location {
        padding: 0 12px 0 12px;
      }
      .Location-section {
        padding-top: 30px;
      }
      .location-botton {
        padding: 25px 0 25px 0;
      }
      .location {
        padding: 0;
      }
      .location-botton a {
        padding: 13px 50px 13px 50px;
        font-size: 14px;
      }
  }