.scroll {
    background: #065cba;
    padding: 11px 0px 0px 0px;
}
.authority-section{
    font-family: kalpurush;
}
.authority-block .inner-box:hover {
    box-shadow: none;
}
.authority-block .inner-box {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 30px 0 25px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    border: 1px solid #dddddd;
    border-bottom: 5px solid #1c94d2;
    max-width: 300px;
    margin: 0 auto;
    transition: all 600ms ease;
}
.authority-block .info-box {
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 0 30px 30px 0;
    background-color: #1c94d2;
    margin-bottom: 50px;
}
.authority-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.authority-block .image-box .image {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 4px solid #1c94d2;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
}
figure {
    margin: 0 0 1rem;
}
.authority-block .image-box .image img {
    display: block;
    width: 100%;
    transition: all 300ms ease;
}
.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-title span {
    position: absolute;
    top: 30px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5f687b;
    position: relative;
    z-index: 2;
}
.about {
    position: relative;
    z-index: 1;
    background-image: url(../bg/bg-3.png);
    background-position: top;
    /* background-position: center 140%; */
    background-size: cover;
    background-repeat: no-repeat;
}
section {
    padding: 45px 0;
    overflow: hidden;
}
.authority-block .info-box .name {
    position: relative;
    font-size: 15px;
    /* line-height: 1.2em; */
    color: #ffffff!important;
    font-weight: 500;
}
.authority-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    /* line-height: 20px; */
    color: #ffffff;
    font-weight: 400;
}
.authority-block .info-box .name a {
    color: #ffffff;
    transition: all 300ms ease;
}