.team-section-two {
    position: relative;
    padding: 210px 0px 70px;
}
.team-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.team-section-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.team-section-two .sec-title {
    margin-bottom: 30px;
}

.team-section-two .title-col {
    position: relative;
    margin-bottom: 40px;
}

.team-section-two .title-col .inner {
    position: relative;
    display: block;
}

.team-section-two .title-col .text {
    font-size: 15px;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.team-section-two .members-col {
    position: relative;
}

.team-section-two .members-col .inner {
    position: relative;
    display: block;
}

.team-block-two {
    position: relative;
    margin-bottom: 40px;
}

.team-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 160px;
    min-height: 170px;
}

.team-block-two .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 170px;
    display: block;
    overflow: hidden;
}

.team-block-two .image,
.team-block-two .image img {
    display: block;
    width: 100%;
}

.team-block-two .info {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-block-two .info h4 a {
    color: #ffffff;
}

.team-block-two .info .designation {
    font-size: 15px;
    font-weight: 500;
    color: #00aa55;
}

.team-block-two .share-it {
    position: absolute;
    left: 160px;
    bottom: 0;
    width: 38px;
    height: 38px;
    margin: 0 0;
}

.team-block-two .share-it .share-btn {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: #aaaaaa;
    background: #2d2d2d;
    text-align: center;
    border-radius: 19px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .share-it .share-btn:hover {
    color: #ffffff;
    background: #00aa55;
    border-color: #00aa55;
}

.team-block-two .share-it .share-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    width: 110px;
    color: #aaaaaa;
    background: #2d2d2d;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.team-block-two .share-it:hover .share-list {
    opacity: 1;
    visibility: visible;
}

.team-block-two .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.team-block-two .share-it .share-list li:last-child {
    border: none;
}

.team-block-two .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #999999;
}

.team-block-two .share-it .share-list li a:hover {
    color: #00aa55;
}/*** 

====================================================================
	Extended Info Section
====================================================================

***/

.ext-info-section {
    position: relative;
    padding: 0px 0px 105px;
}

.ext-info-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 220px;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ext-info-section .awards-row {
    position: relative;
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0.93;
}

.ext-info-section .awards-row .auto-container {
    max-width: 1400px;
}

.ext-info-section .awards-row .outer-container {
    position: relative;
    padding: 100px 100px 45px;
    color: #ffffff;
}

.ext-info-section .awards-row .outer-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    z-index: 3;
}

.ext-info-section .awards-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0.93;
}

.ext-info-section .awards-row .row {
    margin: 0px -50px;
}

.ext-info-section .awards-row .column {
    position: relative;
    padding: 0px 50px;
}

.ext-info-section .award-block {
    position: relative;
    margin-bottom: 50px;
}

.ext-info-section .award-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
}

.ext-info-section .award-block .slash {
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Manjari', sans-serif;
}

.ext-info-section .award-block h4 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.ext-info-section .award-block h4 a {
    color: #ffffff;
}

.ext-info-section .content-row {
    position: relative;
    padding: 110px 0px 0px;
}

.ext-info-section .content-row .content {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.ext-info-section .content-row h4 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.ext-info-section .content-row h2 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
}

.ext-info-section .content-row .theme-btn {
    min-width: 180px;
}

.ext-info-section .content-row .theme-btn .btn-title {
    padding: 14px 25px 10px;
}