
/* =====Testimonials===== */
body {
  overflow-x: hidden;
}
.topp .container {
  width: 80%;
  margin: auto;
}

.vision {
  margin: auto;
  width: 80%;
}
#img2{
  border-radius: 5%; 
  height: 350px;
}
.testimonials .container4 {
  display: flex;
  flex-direction:column ;
  width: 80%;
  margin:auto;
}
.remarks{
  display: flex;
  margin-top: -100px;
  margin-bottom: 20px;
}
.vphoto {
  margin-top: 150px;
  text-align: center;
  width: 600px;
  margin-left: 70px;
  overflow: hidden;
}
.vphoto h5{
  font-family: sans-serif;
  font-size: 16px;
  color: #02093b;
  font-weight: 600;
}
#img {
  border-radius: 5%; 
  height: 350px;
  transition: all 1s ease;
}
#img:hover{
  transform: scale(0.9);
}
.mision_vision{
  width: 600px;
  text-align: justify;
  margin-top: 120px;
  box-shadow: 4px 4px 4px 4px #0000ff2b;
  background-color: whitesmoke;
  margin-left: 60px;
}
.mision_vision p{
  color: #02093b;
  font-size: 18px;
  justify-content: space-between;
}
.mision_vision .vsn, .mision_vision .msn, .mision_vision .motto{
 margin-bottom: -40px;
}
.mision_vision p{
  padding: 10px 40px 40px;
}
.mision_vision h1{
  color: green;
  font-size: 30px;
  padding: 10px 40px 0;
}
.photo h6{
  text-align: inherit;
  font-size: 18px;
}
/* Main Objective Section */
#main_objective {
  margin: 20px auto;
  width: 80%;
}
.ctn-wrapper{
  /* display: flex; */
  box-shadow: 4px 4px 4px 4px #0000ff2b;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background: rgb(255, 255, 255, .2);
  width: 112%;
  
} 
.ctn-wrapper::before{
  background:#fff;
}
.ctn-wrapper .text{
  width: 100%;
}
.ctn-wrapper .text h4{
  margin-bottom: 10px;
  font-size: 30px;
}
.ctn-wrapper .text p{
  color: #02093b;
  font-size: 18px;
  justify-content: space-between;
}
/* Core values section */
.Values .Core_Values {
  display: flex;
  width: 600px;
  text-align: justify;
  margin-top: 120px;
  box-shadow: 4px 4px 4px 4px #0000ff2b;
  background-color: whitesmoke;
  margin-left: 60px;
}
.core{
  margin: 35px 0 0 100px;
  background-color: green;
  width: 500px;
  height: 50vh;
  box-shadow: 4px 4px 4px 4px #0000ff2b;
}
.core h1{
  color: #242A56;
  font-size:30px;
  margin: 0 0 0 20px;
}
.core p{
  color: #fff;
  font-size:20px;
  margin: 0 0 0 20px;
  /* font-weight: bold; */
}
.core .fa-star{
  color: rgb(245, 138, 9);
}
.val_photo{
  margin-top: -350px;
  text-align: center;
  width: 500px;
  margin-left: 640px;
}
.val_photo h5{
  font-family: sans-serif;
  font-size: 16px;
  color: #02093b;
  font-weight: 600;
}

/* End of Testimonials */
/* Media responsiveness code */
/* @media only screen and (max-width: 1130px){ */
@media only screen and (max-width: 769px) {
  .remarks{
    display: flex;
    flex-direction: column;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .vphoto {
    margin-top: 100px;
    text-align: center;
    width: 400px;
    margin-left: -40px;
    overflow: hidden;
  }
  #img {
    border-radius: 5%; 
    width: 300px;
    transition: all 1s ease;
    height: 200px;
  }
  .mision_vision{
    width: 360px;
    text-align: justify;
    margin-top: -10px;
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    background-color: whitesmoke;
    margin-left: -20px;
  }
  .mision_vision h1{
    text-align: center;
    margin-left: -20px;
  }
  #main_objective {
    margin: 20px 0 0 -15px;
    width: 100%;
  }

  .Values .Core_Values {
    display: flex;
    flex-direction: column;
  }
  .core{
    margin: 35px 0 0 -10px;
    background-color: green;
    width: 110%;
    height: 25vh;
    box-shadow: 4px 4px 4px 4px #0000ff2b;
  }
  .val_photo{
    margin-top: 30px;
    text-align: center;
    width: 500px;
    margin-left: -94px;
  }
  .val_photo h5{
    font-family: sans-serif;
    font-size: 16px;
    color: #02093b;
    font-weight: 400;
  }
  .val_photo p{
    color: green;
    margin-left: -10px;
  }

}

