.director-message-area{ 
  background-image: linear-gradient(310deg, #000000, #013572, #000000);
  
}
.director-message-subarea{
  padding-bottom: 40px;
  
}
.dir-mess-image{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

  
}
.dir-mess-image img{
  width: 250px; /* Use max-width instead of fixed width */
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  
}
.dir-image{
  
  border-radius: 10px;
  padding: 5px;
}
.dir-image a{
  text-decoration: none;
}
.dir-image h3{
  text-align: center;
  font-size: 16px;
  padding: 0px 0 5px 0;
  color: #1a1a1a;
  background: transparent;
  cursor: pointer;
  margin: 0px 0 0 0;
}
.dir-image h5{
  font-size: 16px;
  text-align: center;
  padding: 0px;
  color: #fafafa;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0px;
}
.dir-image p{
  font-size: 16px;
  text-align: center;
  padding: 0px;
  color: #fafafa;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0px;
}
.dir-text h3{
  color: #bababa;
  margin-left: 80px;

}
.dir-text p{
  text-align: justify;


}
.director-paragraph{
  background-color: ;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#013572), to(#163e7d));
  background-image: -webkit-linear-gradient(top, #013572, #163e7d);
  background-image: -moz-linear-gradient(top, #013572, #163e7d);
  background-image: -ms-linear-gradient(top, #013572, #163e7d);
  background-image: -o-linear-gradient(top, #013572, #163e7d);
  background-image: linear-gradient(top, #013572, #163e7d);
  border-color:  rgba(255,255,255,.1), 3px 3px 3px 3px #bbb, 3px 3px 3px 3px #aaa, 3px 3px 3px 3px #444;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  margin: 0px auto;
  overflow: hidden;
  padding: 30px 30px 20px 30px;
  width: 90%;
}
.dir-text p{
  font-size: 17px;
  color: #bababa;
  line-height: 20px;
  transition: 0.9s;
  border-radius: 10px;
  
  
  

}

button {
  margin: 5px 0px 0px 5px;
}
.custom-btn {
  color: #fff;
  width: 170px;
  height: 30px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
/* 7 */
.dir-image .btn-7 {
  color: #fafafa;
  line-height: 30px;
  padding: 0;
  border: none;
}
.dir-image .btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.dir-image .btn-7:before,
.dir-image .btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #f06600;
  box-shadow: 0 0 5px #f06600;
  transition: all 0.3s ease;
}
.dir-image .btn-7:before{
   height: 50%;
   width: 2px;
}
.dir-image .btn-7:after {
  width: 20%;
  height: 2px;
}
.dir-image .btn-7:hover:before {
  height: 100%;
}
.dir-image .btn-7:hover:after {
  width: 100%;
}
.dir-image .btn-7 span:before,
.dir-image .btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f06600;
  box-shadow: 0 0 5px #f06600;
  transition: all 0.3s ease;
}
.dir-image .btn-7 span:before {
  width: 2px;
  height: 50%;
}
.dir-image .btn-7 span:after {
  height: 2px;
  width: 20%;
}
.dir-image .btn-7 span:hover:before {
  height: 100%;
}
.dir-image  .btn-7 span:hover:after {
  width: 100%;
}
.dir-image h3:hover {
  background-image: linear-gradient(310deg, rgb(250, 250, 250), #003570, rgb(250, 250, 250));
  transition: 0.9s;
}
.dir-image h3:hover .btn-7{
  
  color: #fcb800;
  transition: 0.9s;
  
}
.regards-area{
  display: flex;
  align-items: end;
  justify-content: end;
}
.regards-area p{
  text-align: center;
  font-style: italic;
 
}
/* ==========================================================================
   Medium Layout: 767px.
   ========================================================================== */
   @media only screen and (min-width: 200px) and (max-width: 767px) {

  }