body {
    font-family: "Lato", sans-serif;
  }
  
  .sidebar {
    height: 100%;
    width: 250px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 12px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .heading{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .heading h4 span{
    color: #f1f1f1 !important; 
  }
  .heading h4:before{
    background-color: #f1f1f1 !important; 
  }

  .sidebar a:hover {
    color: #CB6C36;
  }

  .Accreditation_images{
    margin: 20px 20px;
  }

  .section_head_Accreditation{
    margin: 25px 0px;
  }
  .section_head_Accreditation h4 {
    position: relative;
    padding:0;
    color:#f91942;
    line-height: 1;
    letter-spacing:0.3px;
    font-size: 34px;
    font-weight: 700;  
    text-align:center;
    margin-bottom:30px;
  }
  .section_head_Accreditation h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #CB6C36;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right:0;  
    margin:0 auto;
  }
  .section_head_Accreditation h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color:#2f2f2f;
  }

