.why-choose{
    background-image: url(../image/Why-choos-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.hover-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #6e6e6e;
}
.hover-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hover-box .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}
.hover-box:hover .hover-text {
    opacity: 1;
}
.certificate{
  width: 100px;
}
.bg-lighter-gray{
  background-color: #464646;
}
.vision-mission{
  color:#fff;
}
.vision-mission h3{
  border-bottom: 1px solid #fff;
}
.w-70{
  width: 70%;
  margin: 0 auto;
}
.year-logo{
  width: 220px;
}
.about-banner{
  clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
}
.about-title{
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .about-title{
    flex-direction: column-reverse;
    justify-content: left;
    align-items: flex-start;
  }
  .year-logo{
    width: 150px;
    margin-bottom: 20px;
  }
  .certificate{
    width: 50px;
  }
  .w-70 {
    width: 80%;
  }
}
.regulatory-compliance{
	color: #3c3d3f;
}
