/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.leadership {
    padding: 100px 0 100px;
}
/* 
.leadership .row {
    margin-left: -30px;
    margin-right: -30px;
}

.leadership [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
} */

.leadership .h2 {
    margin-bottom: 0;
}
.leadership .leader-item .row,
.leadership .leader-item{
	align-items: flex-start;
}
.leadership .leader-item img{
	    object-fit: contain;
}

.special-message {
    padding: 0 80px;
    position: relative;
}
.inner-bio-text{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.special-img {
    position: relative;
}
.special-img img{
	-o-object-fit:contain;
	   object-fit:contain;
	height: auto;
}
.icon-image {
    position: absolute;
    top: -64px;
    left: -60px;
    width: 160px;
    z-index: 1;
}

.special-message::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #ECE7E7;
    z-index: 0;
}

.special-message .jbri-main-title {
    text-align: left;    
    color: #fff;
    max-width: 500px;
    font-weight: 700;
}

.special-message-img {
    padding: 84px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.special-message-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 34, 33, 0.65);
    z-index: 0;
}

.special-message-img .row {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.leader-item img{
    padding-right: 30px;
}
.special-message-content {
    padding: 0 80px;
}

.leadership-bord {
       padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ECE7E7;
}

.leaf-border {
    padding: 40px 0;
    text-align: center;
    position: relative;
    min-height: 1px;
}

.leaf-border img {
    width: auto;
    background-color: #ECE7E7;
    position: relative;
    z-index: 1;
}

.leaf-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 48%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 1px solid #434141;
    z-index: 0;
}
@media(max-width:1440px) {
.leadership-bord {
    padding-top: 78px;
    padding-bottom: 100px;
}
.leadership {
    padding: 80px 0 80px;
}
}

@media(max-width:1199px) {
    .special-message-content {
        padding: 0 30px;
    }
    .special-message .jbri-main-title {
        font-size: 45px;
    }
}

@media(max-width:991px) {
    .icon-image{
        top: -32px;
        left: 0px;
        width: 70px;
    }
    .leaf-border::before{
        top: 42%;
    }
    .leadership-bord img,
    .leader-item img {
        margin-bottom: 20px;
    }
    .special-message-content {
        margin-bottom: 50px;
    }
    .special-message {
        padding: 0 30px;
        position: relative;
    }
    .leader-item img {
        padding-right: 0;
    }
	.leadership-bord .leaf-border img{
		    width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
	}
	.leaf-border {
    padding: 20px 0;
}
}

@media(max-width:767px) {
    .special-message .jbri-main-title {
        font-size: 32px;
    }
    .leadership {
        padding: 40px 0 40px;
		    margin-bottom: 0px;
    }
	.icon-image {    
    left: 0;
    width: 70px;
    right: 0px;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
       top: -32px;
}
.special-message {
    padding: 0 15px;
    position: relative;
}
.special-message-img {
    padding: 40px 0;
}
.special-message-content {
    padding: 0 0px;
}
}