
body{
  font-family:'Inter';
}
.image-bg img{
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .headingforpost{
    position: relative;
    top:-160px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
  }
  .heading-section h2{
    font-size:2.5rem !important;
  }
.bg-body-tertiary{
    display: flex;
    justify-content: center;
    background: white !important;
  }
  .AboutUs{
    height: 100%;
    margin-bottom: 50px;
  }
  .photoandcontent{
    display: flex;
    padding: 30px;
    justify-content: center;
  }
  .photo img{
    height: 500px;
    width: 100%;
    object-fit: contain !important;
  }
  .content{
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    width: 50%;
    justify-content: center;
  }
  .textunderheading{
    padding: 10px 0 10px 0;
  }
  .values-section img{
    height: 230px;
  }
  
  .values-section{
    padding-bottom: 50px;
  }
  .directions-section{
    height: 400px;;
  }
  .directions-section img{
    height: 150px;
    margin:30px 0 30px 0;
  }
  .visions-section img{
    height: 150px;
    margin-bottom: 20px;
  }
  .visions-section .col-md-3{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .text-one{
    display: flex;
    align-items: center;
  }
  .text .text-one h3{
    font-weight: 300;
    font-size: 20px;
  }
  .text-one img{
    height: 70px;
    margin-right: 10px;
  }
  .col-md-12 .text{
    margin-bottom: 100px;
  }

  .documents-section{
    height: 400px;
  }
  .documents-section .heading-section{
    margin-bottom: 20px;
  }
 .report-list{
  display: flex;
  flex-direction: column;
  align-items: center;
 }
  .report-item{
    display: flex;
    justify-content: space-between;
    background-color: #4288ba;
    color:white;
    height: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 70%;
    font-weight: bold;
    
  }
  .report-item svg{
    transform: scale(1.5);
    transition:0.3s ease;
  }
  .report-item svg:hover{
    transform: scale(1.7);
  }
  @media (max-width:770px) {
    .photoandcontent{
      flex-direction: column;
      justify-content: center;
    }
    .content{
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    .photo img{
      object-fit:cover;
    }
    
    .content{
      width: 100%;
    }
    .visions-section{
      margin-top: 500px;
    }
    .col-md-12 .text-one{
      flex-direction: column;
    }
  }
  @media (max-width: 576px){
    .photo img{
      height: 50%;
    }
    .col-6{
      padding-top: 20px;
    }
    .directions-section .container{
      margin-bottom: 500px;
    }
    .report-item{
      height: 100%;
      width: 100%;
    }
    .documents-section{
      height: 100%;
    }
    .report-list{
      height: 100%;
    }
    .heading-section h2{
      font-size: calc(1.325rem + .9vw) !important;
    }
  }