.leadership-section {
    display: inline-block;
    width: 100%;
}
.leadership-section .main-title {
    margin-bottom: 30px;
}
.leadership-section .main-title .h2 {
    max-width: 650px;
}
.leadership-box {
    border-radius: 10px;
    border: 1px solid #C7D8EF;
    padding: 30px;
    height: 100%;
}
.leadership-box p {
    margin-bottom: 0;
      /*   -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; */
   margin-top: 15px;
}
.leadership-box img {
  width: 100%;
  border-radius: 10px;
  height: 330px;
  object-fit: cover;
  object-position: top;
}
.leadership-box .h5 {
    font-weight: 300 !important;
    margin: 32px 0 5px 0;
}
.leadership-box .h6 {
  color: rgba(24, 54, 141, 1);
  font-size: 20px !important;
  margin-top: 5px;
}
.leadership-box .read-more {
color: #21409A;
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  display: inline-block;
}
.leadership-box .left-arrow {
    transform: rotate(180deg);
    margin-left: 9px;
    position: relative;
  top: 1px;
}
.leadership-box .read-more:hover {
    color: #C31F27;
}
.leadership-box .read-more:hover .left-arrow {
    background-color: #C31F27;
}
.leadership-section .row {
    margin-bottom: 50px;
}
.ta-modal {
	display: flex;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	align-items: center;
}

.ta-modal-header {
	position: relative;
	padding: 30px 30px 20px 30px;
}
.ta-modal-header .h3 {
  margin-bottom: 0;
}
.leadership-section .main-title-center {
    max-width: 100%;
    margin-bottom: 40px;
}
.leadership-section .main-title-center .h2 {
    margin-bottom: 0;
}
.leadership-section .main-title-center p {
    margin-top: 12px;
}

.ta-modal-content {
	background-color: white;
	padding: 0;
	margin: 0 auto;
	border-radius: 0;
	width: 900px;
	position: relative;
}

.ta-modal .ta-close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	transform: translateY(0%);
	right: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #21409A;
	border: none;
  transition: all .5s ease;
	cursor: pointer;
}

.ta-modal .ta-close-btn:hover {
	background: #C31F27;
}

.ta-modal .ta-close-btn::after,
.ta-modal .ta-close-btn::before {
	width: 24px;
	height: 2px;
	background: #fff;
	display: inline-block;
	content: "";
	position: absolute;
	left: 8px;
	top: 18px;
	transition: all .5s ease;
}

.ta-modal .ta-close-btn::before {
	transform: rotate(41deg)
}

.ta-modal .ta-close-btn::after {
	transform: rotate(135deg)
}

.ta-modal-center {
	max-height: 500px;
	overflow: auto;
	padding: 0 30px 30px 30px;
}

.ta-modal-center p {
    -webkit-line-clamp: initial;
  overflow: inherit;
}
.ta-modal-center p:last-child {
	margin-bottom: 0;
}

.ta-modal .ta-modal-content {
	transition: all .5s ease;
	transform: translateY(-50px);
}

.ta-open-modal-html .ta-modal .ta-modal-content {
	transform: translateY(0);
}

.ta-open-modal-html {
	overflow: hidden;
}
.leadership-section .row [class*="col-"] {
    margin-bottom: 25px;
}
.social-profile {
    margin-top: 10px;
}
.social-profile a svg path.hover-color:hover {
    fill:#C31F27;
}
.ta-modal-center a {
    color: #21409A;
}
.ta-modal-center a:hover {
    color: #C31F27;
}

@media(max-width:1439px){
    .leadership-box .h5 {
        margin: 28px 0 0 0;
    }
    .leadership-box p {
        margin-top: 14px;
    }
    .leadership-section .row {
        margin-bottom: 40px;
    }
    .leadership-box .h6 {
  font-size: 18px !important;
}
}
@media(max-width:1365px){
    .leadership-box img {
        height: 280px;
    }
    .leadership-box {
        padding: 20px;
    }
    .leadership-box .read-more {
        margin-top: 12px;
    }
}
@media(max-width:1199px){
    .leadership-box img {
        height: 260px;
    }
    .leadership-section .main-title .h2 {
        max-width: 450px;
    }
}
@media(max-width:991px){
     .leadership-box .h5 {
    font-size: 22px !important;
  }
  .leadership-box .h6 {
  font-size: 19px !important;
}
    .leadership-box {
        padding: 20px;
    }
     .leadership-box img {
    height: 300px;
    }
    .ta-modal-content {
        width: 90%;
    }
    .ta-modal-header {
        padding: 20px 20px 15px 20px;
    }
    .ta-modal-center {
        padding: 0 20px 20px 20px;
    }
    .leadership-section .ta-modal-content .ta-modal-header + .ta-modal-center {
        height: calc(72vh - 0px);
        overflow: auto;
    }
    .leadership-section .main-title {
        margin-bottom: 10px;
    }
    .leadership-section .row {
        margin-bottom: 30px;
    }
      .leadership-section .main-title .h2 {
    max-width: 100%;
  }
   .leadership-section .main-title p {
    margin-bottom: 10px;
  }
  .leadership-section .main-title-center {
  margin-bottom: 25px;
}
}
@media(max-width:767px){
    .leadership-box img {
        height: auto;
    }
}
@media(max-width:479px){
    .leadership-box {
        padding: 15px;
    }
    .leadership-box .h5 {
        margin: 15px 0 0 0;
    }
}