body{
  background-color:#fff;
}
  .about-us-banner{
    background-image: url('../images/bg/bg3.jpg');
    height:60vh;
    width:99%;
    background-position: top;
    background-size: 100% 140%;
  }
  .about-content h3{
    margin-top: 0;
  }
.custom-card{
  background-color: #fff;
  border-radius: 10px;
  margin:1.2vw;
  padding-top: 8px!important;
  /*margin-top: 20px;*/
  /*margin-left: 2vw;*/
  box-shadow: 0px 0px 10px 0px #b3b4b5;
  text-align: center;
}
.custom-card:hover{
  box-shadow: 0px 0px 18px 0px #b3b4b5;
}
.custom-card i{
  padding: 10%;
  background-color: #4400;
  border-radius: 50%;
  border:3px solid #0f70d1;
  color: #0f70d1;
  transition:all 0.4s ease-in;
}
.custom-card i:hover{
  color:#fff;
  background-color: #0f70d1;
  border-color: #fff;
}
.sidebar{
  border:2px solid #111;
  width:400px;
  height:500px;
}
