.h1-heading {
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	color: #1f3b7f;
}
ul.list {
    padding: 0;
    margin-bottom: 20px;
}
ul.list > li {
    padding-left: 40px;
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../../../content/dam/infosys-web/en/global-resource/responsive/newdesign/list-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
ul.list > li:last-child {
    margin-bottom: 0;
}
.visible-list {
    display: block !important;
}
@keyframes show-strip {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
@media screen and (max-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-weight: 400;
        margin: 0;
    }
    a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: 0;
    }
    a:hover {
        text-decoration: none;
    }
    .black-color {
        color: #000 !important;
    }
    .bg-black {
        background-color: #000 !important;
    }
    .visible-list {
        display: block !important;
    }
    @keyframes show-strip {
        0% {
            opacity: 0;
            transform: translateY(0);
        }
        50% {
            opacity: 1;
            transform: translateY(5px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 767px) {
    
    a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: 0;
    }
    a:hover {
        text-decoration: none;
    }
    .black-color {
        color: #000 !important;
    }
    .bg-black {
        background-color: #000 !important;
    }
    .visible-list {
        display: block !important;
    }
    @keyframes show-strip {
        0% {
            opacity: 0;
            transform: translateY(0);
        }
        50% {
            opacity: 1;
            transform: translateY(5px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
.bg-color1 {
    overflow: hidden;
}
.bg-color1 > img.img-responsive {
    max-width: none;
    transform: translate3d(-40px, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: calc(100% + 40px);
}
.bg-color1:hover > img.img-responsive {
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.bg-article {
    position: relative;
}
.bg-article {
    background-color: #f16c51;
}
.box-title {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #bcb9b9;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.title-bg {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}
.height-380 {
    min-height: 390px;
    position: relative;
    padding-bottom: 30px;
}
@media (max-width: 1024px) {
    .bg-color1 > img.img-responsive {
        width: calc(100% + 86px);
    }
    .bg-color1:hover > img.img-responsive {
        transform: translate3d(-40px, 0, 0);
    }
    .box-title {
        margin: 0;
        font-size: 15px;
        letter-spacing: 1.5px;
        color: #bcb9b9;
        font-weight: 600;
        padding-bottom: 15px;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 767px) {
    .bg-color1 > img.img-responsive {
        width: calc(100% + 40px);
    }
    .box-title {
        margin: 0;
        font-size: 15px;
        letter-spacing: 1.5px;
        color: #bcb9b9;
        font-weight: 600;
        padding-bottom: 15px;
        text-transform: uppercase;
    }
}
.tabs_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: -1;
}
.tabs_img {
    height: 520px;
}
.tabs_title {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
    .tabs_img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        z-index: -1;
    }
}
@media screen and (max-width: 992px) {
    .tabs_img {
        position: absolute;
        left: 0;
        top: inherit;
        right: 0;
        bottom: inherit;
        width: auto;
        z-index: -1;
    }
}
@media screen and (max-width: 767px) {
    .tabs_img {
        height: 600px;
    }
    .tabs_img {
        position: absolute;
        left: 0;
        top: inherit;
        right: 0;
        bottom: inherit;
        width: auto;
        z-index: -1;
    }
    .tabs_title {
        font-size: 22px;
    }
}
@keyframes open-anim {
    0% {
        transform: translateX(25%) scale(0);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}
@keyframes close-anim {
    0% {
        transform: translateX(0) scale(1);
    }
    100% {
        transform: translateX(25%) scale(0);
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInLeftPentagon {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftPentagon {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 992px) {
    @keyframes open-anim {
        0% {
            transform: translateX(0) scale(0);
        }
        100% {
            transform: translateX(0) scale(1);
        }
    }
    @keyframes close-anim {
        0% {
            transform: translateX(0) scale(1);
        }
        100% {
            transform: translateX(0) scale(0);
        }
    }
}
.grid {
    position: relative;
}
.grid > .p0 > a {
    color: #fff;
}
.grid > .p0 > a:focus,
.grid > .p0 > a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .grid {
        position: relative;
    }
    .grid > .p0 > a {
        color: #fff;
    }
    .grid > .p0 > a:focus,
    .grid > .p0 > a:hover {
        color: #fff;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .grid {
        position: relative;
    }
    .grid > .p0 > a {
        color: #fff;
    }
    .grid > .p0 > a:focus,
    .grid > .p0 > a:hover {
        color: #fff;
        text-decoration: none;
    }
}
.grid-title {
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .col-md-20p {
        width: 20%;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .col-sm-20p {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .h2-heading {
        font-size: 40px;
        line-height: 40px;
    }
}
.eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eq-height a > .eqh-box {
    font-size: 18px;
    font-weight: 300;
}
.eqh-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
.p15 {
    padding: 15px;
}
@media all and (max-width: 1024px) {
    .p15 {
        padding: 15px;
    }
}
@media all and (max-width: 767px) {
    .p-xs-0 {
        padding: 0;
    }
    .p15 {
        padding: 15px;
    }
}
#leadership p.mngprofile-title {
    font-size: 16px !important;
    color: #777 !important;
    margin-bottom: 5px;
}
.bg-color1 {
    overflow: hidden;
}
.bg-color1 > img.img-responsive {
    max-width: none;
    transform: translate3d(-40px, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: calc(100% + 40px);
}
.eq-height-leadership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.eqh-box-leadership {
    position: relative;
    height: 100%;
    background-color: #f2f2f2;
}
.eqh-box-leadership .bg-color1 > img.img-responsive {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.eqh-box-leadership:hover .bg-color1 > img.img-responsive {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.leadership-link {
    text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.leadership-link ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.leadership-link ul > li {
    display: block;
    position: relative;
    padding-left: 0 !important;
    background-image: none !important;
    float: left;
}
.leadership-link ul > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 60px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
 
    border-left: transparent;
    border-right: transparent;
}

ul.nav.nav-tabs.leader_tabs .nav-link{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins';
    border: 0 !important;
    color: black;
}
.leadership-link ul > li.active > a,
.leadership-link ul > li.active > a:focus,
.leadership-link ul > li.active > a:hover,
.leadership-link ul > li > a:focus,
.leadership-link ul > li > a:hover {
    background-color: #1f3b7f;
    color: #fff;
}

ul.nav.nav-tabs.leader_tabs .nav-link.active,ul.nav.nav-tabs.leader_tabs .nav-link:hover{
	background-color: #1f3b7f;
    color: #fff;
    transition: 0.3s ease-in-out;
}

ul.nav.nav-tabs.leader_tabs .nav-item{
 margin-right: 2px;
}

.mngprofile-head {
    margin: 30px 0 25px !important;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.mngprofile-list {
	font-size: 20px !important;
    margin: 10px 0 15px;
    color: black;
    font-weight: 800;
  
}
.mngprofile-title {
    font-size: 15px !important;
    color: #777;
}
.mngprofile-title strong {
    font-weight: 700 !important;
} 
.list-profile {
    background-color: #f2f2f2;
    padding: 15px;
}
@media screen and (min-width: 1024px) {
    .col-md-20p {
        width: 20%;
    }
}
@media screen and (max-width: 1024px) {
    .h1-heading {
        font-size: 35px;
		line-height: 60px;
		text-align: center;
		font-weight: 700;
		color: #1f3b7f;
    }
    .bg-color1 > img.img-responsive {
        width: calc(100% + 86px);
    }
    .leadership-link ul > li > a {
        padding: 20px 40px;
    }
}
@media screen and (max-width: 992px) {
    .bg-color1 > img.img-responsive {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .h1-heading {
        font-size: 50px;
        line-height: 50px;
        margin-top: 25px;
    }
    .bg-color1 > img.img-responsive {
        width: calc(100% + 40px);
    }
    .leadership-link {
        margin-bottom: 0;
    }
    .leadership-link ul > li {
        width: 100%;
        margin-bottom: 0;
    }
    .leadership-link ul > li > a {
        width: 100%;
        border: 0;
        display: block;
        margin-bottom: 30px;
    }
    .leadership-link ul > li:first-child > a {
        border-left: 1px solid;
    }
    .leadership-link ul > li:last-child > a {
        border-right: 1px solid;
    }
    .leadership-link ul > li > a,
    .leadership-link ul > li > a:focus,
    .leadership-link ul > li > a:hover {
        background-color: transparent;
        color: #777;
        border: 1px solid;
        margin-bottom: 20px;
    }
    .leadership-link ul > li.active > a,
    .leadership-link ul > li.active > a:focus,
    .leadership-link ul > li.active > a:hover,
    .leadership-link ul > li > a:focus,
    .leadership-link ul > li > a:hover {
        background-color: transparent;
        color: #1f3b7f;
        border: 1px solid;
    }
    .leadership-link ul > li + li::before {
        content: " ";
    }
    .mngprofile-head {
        font-size: 25px !important;
    }
}
.mngprofile-title {
    font-size: 16px !important;
    color: #777 !important;
}
strong {
    font-weight: 600 !important;
}
.justify-center {
    justify-content: center;
}

section#leadership .tab-content {
    padding-bottom: 50px;
}
.founders .half-grid.eq-height-leadership {
    margin-top: 50px;
}