/* People List Page */
.people-detail{
    width: 100%;
}
.people-detail .people-detail-box{
    width: 100%;
    background-color: #ffffff;
}
.people-detail .people-detail-banner,
.people-list .people-list-banner{
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        z-index: 1;
    position: relative;
}
.people-detail .people-detail-banner:after , .people-list .people-list-banner:after{
    content: '';
    /*background: url('../../assets/images/new-main-banner-overlay.png') no-repeat;*/
    /*background: url('../../assets/images/main-banner-overlay.png') no-repeat;*/
    background-position: left top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left:0;
    width: 50%;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
    opacity: 1;
    mix-blend-mode: multiply;
}
.people-detail .people-detail-banner h1 , .people-list .people-list-banner h1{
    color: #ffffff;
    font-size: 50px;
    margin: 0;
    font-weight: 300;
    max-width: 500px;
    text-align: center;
}

.people-detail .people-detail-block{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.people-detail .people-detail-heading{
    background-color: #edeff0;
    padding: 64px 68px 64px 68px;
    font-size: 18px;
    display: flex;
    position: relative;
}
.people-detail .people-detail-heading::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 360px;
    background-color: #e5e6e6;
    
    clip-path: polygon(92% 0, 100% 20%, 76% 100%, 0 100%, 0 0);
}
.people-detail .people-detail-heading::after{
    content: '';
    width: 116px;
    height: 5px;
    background-color: #c3c7c9;
    position: absolute;
    bottom: 44px;
    left: 68px;
}
.people-detail .people-detail-heading h2{
    color: #007dc5;
    font-size: 30px;
    margin-bottom: 4px;
}
.people-detail .people-detail-heading p,
.people-detail .people-detail-heading p:last-child{
    margin-bottom: 1rem;
}
.people-detail .people-detail-content{
    padding-top: 44px;
    display: flex;
    justify-content: space-between;
    padding-left: 68px;
}
.people-detail .people-detail-content::before,
.people-detail .people-detail-content::after{
    display: none;
}
.people-detail .people-detail-content.people-detail-content-rtl{
    flex-direction: row-reverse;
}
.people-detail .people-detail-left{
    width: 100%;
    max-width: calc(100% - 494px - 70px);
}
.people-detail .people-detail-left h3{
    color: #007dc5;
    font-size: 22px;
    font-weight: normal;
}
.people-detail .people-detail-left h4{
    color: #007dc5;
    font-size: 18px;
    font-weight: normal;
}
.people-detail .people-detail-left h5{
    color: #007dc5;
    font-size: 16px;
    font-weight: bold;
}
.people-detail .people-detail-left ul{
    margin-left: 12px;
    padding: 0;
    margin-bottom: 10px;
}
.people-detail .people-detail-left ul li{
    position: relative;
}
.people-detail .people-detail-left ul li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: -12px;
    width: 3px;
    height: 3px;
    background-color: #007dc5;
    border-radius: 2px;
}
.people-detail .people-detail-left ol{
    margin-left: 12px;
    padding: 0;
    margin-bottom: 10px;
}
.people-detail .people-detail-left ol li{
    position: relative;
    counter-increment: list;
}
.people-detail .people-detail-left ol li::before{
    content: counter(list);
    position: absolute;
    top: 0px;
    left: -12px;
    color: #007dc5;
}
.people-detail .people-detail-right{
    width: 100%;
    max-width: 494px;
}
.people-detail .people-detail-right-image{
    position: relative;
}
.people-detail .people-detail-right-image::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 1;
    opacity: 0.8;
    clip-path: polygon(0 16%, 8% 0, 76% 100%, 0 99%);

    background: rgb(136,199,117);
    background: -moz-linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    background: linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c775",endColorstr="#52b7b2",GradientType=1); 
}
.people-detail .people-detail-faq{
    padding-top: 40px;
    padding-left: 68px;
}
.people-detail .people-detail-faq .vc_custom_heading{
    color: #007dc5;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.people-detail .people-detail-faq .vc_toggle{
    border-top: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.people-detail .people-detail-faq .vc_toggle:last-child{
    border-bottom: 1px solid #c7c7c7;
}
.people-detail .people-detail-faq .vc_toggle_title{
    padding-left: unset !important;
    position: relative;
    padding-right: 40px;
}
.people-detail .people-detail-faq .vc_toggle_title h4{
    font-size: 16px;
    color: #3a4c56;
    font-weight: 400;
}
.people-detail .people-detail-faq .vc_toggle_title::before{
    content: 'Q';
    color: #007dc5;
    font-weight: bold;
    padding-right: 12px;
}
.people-detail .people-detail-faq .vc_toggle_title::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 4px solid #3a4c56;
    transform: rotate(45deg);
    border-left: unset;
    border-top: unset;
    /* transition: all 0.3s ease 0s; */
}
.people-detail .people-detail-faq .vc_toggle_active .vc_toggle_title::after{
    border: 4px solid #3a4c56;
    border-right: unset;
    border-bottom: unset;
    top: 10px;
}
.people-detail .people-detail-faq .vc_toggle_title p{
    display: none;
}
.people-detail .people-detail-faq .vc_toggle_icon{
    display: none !important;
}
.people-detail .people-detail-faq .vc_toggle .vc_toggle_content{
    margin-bottom: 0;
    position: relative;
    padding-left: unset;
    padding-right: 40px;
}
.people-detail .people-detail-faq .vc_toggle .vc_toggle_content::before{
    content: 'A';
    color: #007dc5;
    font-weight: bold;
    padding-right: 12px;
}
.people-detail .people-detail-faq .vc_toggle .vc_toggle_content p{
    display: inline;
}
.people-detail .people-detail-gray-strip{
    background-color: #edeff0;
}
.people-detail .people-detail-gray-strip-box{
    display: flex;
    justify-content: space-between;
    padding: 54px 0 54px 68px;
}
.people-detail .people-detail-gray-strip-box::before,
.people-detail .people-detail-gray-strip-box::after{
    display: none;
}
.people-detail .people-detail-gray-strip-left{
    width: 100%;
    max-width: 494px;
    color: #007dc5;
    font-size: 18px;
}
.people-detail .people-detail-gray-strip-right{
    width: 100%;
    max-width: calc(100% - 494px - 70px);
}

.people-detail .people-detail-quote{
    padding-top: 104px;
    padding-bottom: 40px;
    position: relative;
    padding-left: 68px;
}
.people-detail .people-detail-quote::before{
    content: '';
    position: absolute;
    left: calc(50% + 34px);
    top: 76px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.people-detail .people-detail-quote .vc_column-inner {
    position: relative;
    border-bottom: 5px solid #d8dbdd;
}
.people-detail .people-detail-quote .vc_column-inner::before,
.people-detail .people-detail-quote .vc_column-inner::after{
    content: '';
    position: absolute;
    top: 0;
    background-color: #d8dbdd;
    width: 100%;
    max-width: calc(50% - 66px);
    height: 5px;
}
.people-detail .people-detail-quote .vc_column-inner::after{
    right: 0;
}
.people-detail .people-detail-quote .wpb_text_column{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 64px 0 24px 0;
}
.people-detail .people-detail-list{
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 68px;
}
.people-detail .people-detail-list-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
}
.people-detail .people-detail-list-box::before,
.people-detail .people-detail-list-box::after{
    display: none;
}
.people-detail .people-detail-list-box-left{
    width: 100%;
    max-width: 190px;
}
.people-detail .people-detail-list-image{
    position: relative;
}
.people-detail .people-detail-list-image::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    opacity: 0.8;
    clip-path: polygon(0 16%, 8% 0, 76% 100%, 0 99%);

    background: rgb(136,199,117);
    background: -moz-linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    background: linear-gradient(90deg, rgba(136,199,117,1) 0%, rgba(82,183,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c775",endColorstr="#52b7b2",GradientType=1); 
}
.people-detail .people-detail-list-box-right{
    width: 100%;
    max-width: calc(100% - 190px - 36px);
    line-height: 1.2;
    padding-right: 46px;
}
.people-detail .people-detail-list-box-right h4{
    font-size: 18px;
    color: #007dc5;
    font-weight: normal;
    margin-bottom: 12px;
}
.people-detail .people-detail-heading-with-content{
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 68px;
}
.people-detail .people-detail-heading-with-content .vc_custom_heading{
    width: 100%;
    display: flex;
    cursor: pointer;
    padding: 14px 16px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    
    background: rgb(56,175,206);
    background: -moz-linear-gradient(90deg, rgba(56,175,206,1) 0%, rgba(173,210,76,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(56,175,206,1) 0%, rgba(173,210,76,1) 100%);
    background: linear-gradient(90deg, rgba(56,175,206,1) 0%, rgba(173,210,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38afce",endColorstr="#add24c",GradientType=1); 

    transition: all 0.3s ease 0s;
}
.people-detail .people-detail-heading-with-content .people-detail-heading-with-content-text{
    padding: 20px;
}
.people-detail .people-detail-heading-with-content ul{
    margin-left: 12px;
    padding: 0;
    margin-bottom: 10px;
}
.people-detail .people-detail-heading-with-content ul li{
    position: relative;
}
.people-detail .people-detail-heading-with-content ul li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: -12px;
    width: 3px;
    height: 3px;
    background-color: #007dc5;
    border-radius: 2px;
}
.people-detail .people-detail-heading-with-content ol{
    margin-left: 12px;
    padding: 0;
    margin-bottom: 10px;
}
.people-detail .people-detail-heading-with-content ol li{
    position: relative;
    counter-increment: list;
}
.people-detail .people-detail-heading-with-content ol li::before{
    content: counter(list);
    position: absolute;
    top: 0px;
    left: -12px;
    color: #007dc5;
}
.people-detail-block .no-pad{
    padding-top: 0px!important;
}
@media screen and (max-width: 1470px) {
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 314px;
    }
    .people-detail .people-detail-banner h1{
        font-size: 40px;
        max-width: 380px;
    }

    .people-detail .people-detail-content{
        padding-left: 0px;
    }
    .people-detail .people-detail-left {
        max-width: calc(100% - 390px - 70px);
    }
    .people-detail .people-detail-right {
        max-width: 390px;
    }

    .people-detail .people-detail-faq {
        padding-left: 0px;
    }

    .people-detail .people-detail-gray-strip-box {
        padding-left: 0;
    }
    .people-detail .people-detail-gray-strip-left {
        max-width: 390px;
    }
    .people-detail .people-detail-gray-strip-right {
        max-width: calc(100% - 390px - 70px);
    }

    .people-detail .people-detail-quote {
        padding: 60px 0px 40px 0px;
    }
    .people-detail .people-detail-quote::before {
        left: calc(50%);
        top: 36px;
    }

    .people-detail .people-detail-list {
        padding: 40px 0 10px 0;
    }
    .people-detail .people-detail-list-box-left {
        max-width: 160px;
    }
    .people-detail .people-detail-list-image::after {
        height: 24px;
    }
    .people-detail .people-detail-list-box-right {
        max-width: calc(100% - 160px - 30px);
        padding-right: 26px;
    }

    .people-detail .people-detail-heading-with-content {
        padding: 20px 0 40px 0;
    }
}

@media screen and (max-width: 1199px) {
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 264px;
    }
    .people-detail .people-detail-banner h1 , .people-list .people-list-banner h1{
        font-size: 30px;
        max-width: 280px;
    }

    .people-detail .people-detail-heading {
        padding: 44px 48px 44px 48px;
        font-size: 16px;
    }
    .people-detail .people-detail-heading::after {
        bottom: 34px;
        left: 48px;
    }
    .people-detail .people-detail-heading h2 {
        font-size: 26px;
    }

    .people-detail .people-detail-left {
        max-width: calc(100% - 330px - 40px);
    }
    .people-detail .people-detail-right {
        max-width: 330px;
    }

    .people-detail .people-detail-right-image::after {
        height: 48px;
    }

    
    .people-detail .people-detail-gray-strip-box {
        padding: 50px 0px 36px;
    }
    .people-detail .people-detail-gray-strip-left {
        max-width: 330px;
    }
    .people-detail .people-detail-gray-strip-right {
        max-width: calc(100% - 330px - 40px);
    }

    .people-detail .people-detail-list {
        padding: 20px 0 10px 0;
    }
    .people-detail .people-detail-list-box-right {
        max-width: calc(100% - 160px - 20px);
        padding-right: 20px;
    }

    .people-detail .people-detail-heading-with-content {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 200px;
    }
    .people-detail .people-detail-banner h1 , .people-list .people-list-banner h1{
        font-size: 24px;
        max-width: 230px;
    }

    .people-detail .people-detail-block {
        padding-top: 24px;
        padding-bottom: 30px;
    }
    .people-detail .people-detail-heading {
        padding: 34px 38px 34px 38px;
    }
    .people-detail .people-detail-heading::before {
        width: 40%;
    }
    .people-detail .people-detail-heading::after {
        bottom: 24px;
        left: 38px;
        height: 4px;
    }
    .people-detail .people-detail-heading h2 {
        font-size: 20px;
    }
    .people-detail .people-detail-content {
        padding-top: 24px;
        flex-direction: column-reverse;
    }
    .people-detail .people-detail-content.people-detail-content-rtl{
        flex-direction: column-reverse;
    }
    .people-detail .people-detail-left {
        max-width: 100%;
        padding-top: 24px;
    }
    .people-detail .people-detail-right {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .people-detail .people-detail-right-image::after {
        height: 60px;
    }

    .people-detail .people-detail-gray-strip-box {
        padding: 30px 0px 36px;
        flex-direction: column;
    }
    .people-detail .people-detail-gray-strip-left {
        max-width: 100%;
        padding-bottom: 1rem;
    }
    .people-detail .people-detail-gray-strip-right {
        max-width: 100%;
    }

    .people-detail-list > div{
        width: 100%;
    }
    .people-detail .people-detail-list-box-right {
        padding-right: 0px;
    }
    .people-detail .people-detail-list-box {
        padding-bottom: 16px;
    }

    .people-detail .people-detail-heading-with-content {
        padding-bottom: 20px;
    }
    .people-detail .people-detail-heading-with-content .vc_custom_heading {
        padding: 15px 16px 12px 16px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 170px;
    }
    .people-detail .people-detail-banner h1 ,.people-list .people-list-banner h1{
        font-size: 22px;
    }

    .people-detail .people-detail-block {
        padding-top: 20px;
    }
    .people-detail .people-detail-heading {
        padding: 20px;
    }
    .people-detail .people-detail-heading::after {
        bottom: 16px;
        left: 20px;
        height: 3px;
    }
    .people-detail .people-detail-heading h2 {
        font-size: 18px;
    }

    .people-detail .people-detail-left h3{
        font-size: 18px;
    }
    .people-detail .people-detail-left h4{
        font-size: 16px;
    }
    .people-detail .people-detail-left h5{
        font-size: 14px;
    }
    .people-detail .people-detail-left h6{
        font-size: 14px;
    }

    .people-detail .people-detail-faq {
        padding-top: 10px;
    }

    .people-detail .people-detail-gray-strip-left {
        font-size: 14px;
    }

    .people-detail .people-detail-quote {
        padding: 60px 0px 20px 0px;
    }
    .people-detail .people-detail-quote::before {
        width: 40px;
        height: 40px;
        top: 40px;
    }
    .people-detail .people-detail-quote .vc_column-inner::before, .people-detail .people-detail-quote .vc_column-inner::after {
        height: 3px;
        max-width: calc(50% - 46px);
    }
    .people-detail .people-detail-quote .vc_column-inner {
        border-width: 3px;
    }
    .people-detail .people-detail-quote .wpb_text_column {
        padding: 44px 0 24px 0;
    }
    .people-detail .people-detail-left ul li::before {
        top: 8px;
    }
    .people-detail .people-detail-heading-with-content ul li::before {
        top: 8px;
    }
}

@media screen and (max-width:640px){
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 30vw;
    }
    .people-detail .people-detail-banner h1 , .people-list .people-list-banner h1{
        font-size: 3.8vw;
        max-width: 37vw;
    }

    .people-detail .people-detail-heading {
        font-size: 14px;
    }
    .people-detail .people-detail-block {
        padding-bottom: 20px;
    }
    .people-detail .people-detail-content {
        padding-top: 20px;
    }
    .people-detail .people-detail-left {
        padding-top: 20px;
    }
    .people-detail .people-detail-right {
        max-width: 60%;
    }
    .people-detail .people-detail-right-image::after {
        height: 10vw;
    }

    .people-detail .people-detail-faq .vc_custom_heading {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .people-detail .people-detail-faq .vc_toggle {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .people-detail .people-detail-faq .vc_toggle_title h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .people-detail .people-detail-faq .vc_toggle_title {
        padding-right: 20px;
    }
    .people-detail .people-detail-faq .vc_toggle .vc_toggle_content {
        padding-right: 20px;
    }
    .people-detail .people-detail-faq .vc_toggle_title::after {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    .people-detail .people-detail-faq .vc_toggle_active .vc_toggle_title::after {
        border-width: 2px;
    }

    .people-detail .people-detail-list-box-right h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .people-detail .people-detail-list-box-left {
        max-width: 30vw;
    }
    .people-detail .people-detail-list-image::after {
        height: 4.5vw;
    }
    .people-detail .people-detail-list-box-right {
        max-width: calc(100% - 30vw - 15px);
    }

    .people-detail .people-detail-heading-with-content .people-detail-heading-with-content-text {
        padding: 20px 15px;
    }
    .people-detail .people-detail-heading-with-content {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {
    .people-detail .people-detail-banner , .people-list .people-list-banner{
        height: 36vw;
    }
    .people-detail .people-detail-banner h1 , .people-list .people-list-banner h1{
        font-size: 4.6vw;
        padding: 20px 23px;
    }
}
/*==================== 23-05-2024 ==================*/
.imagine-banner-section-main-wrapper .imagine-heading {
    padding: 30px 30px 30px 50px;
    background: #007dc5;
}
.imagine-banner-section-main-wrapper  .imagine-heading  h2{
    color:#fff;
    font-weight: 200;
    position:relative;
    display: inline-block;
    padding-bottom: 15px;
}
.imagine-section-column .custom-layout-text {
    line-height: 1.25;
}
.imagine-banner-section-main-wrapper  .imagine-heading  h2:after
{
    content:"";
    position:absolute;
    top: auto;
    width: 100%;
    left: 0;
    height: 10px;
    border-bottom: 4px solid #3397d1;
    bottom: 0;
}
.imagine-news-tiles {
    margin-top: 60px;
    padding-bottom: 100px;
}
.imagine-news-tiles .vc_column-inner {
    padding: 0 !important;
}
.imagine-banner-section-main-wrapper {
    margin: 0 auto !important;
    float: none;
}
.imagine-section-column .col-md-6 {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.imagine-section-column .custom-layout-image {
    max-width: 40%;
    flex: 0 0 40%;
    position:relative;
}

.imagine-section-column .img-fluid.wp-post-image {
    max-height: 190px;
    width: 100%;
    object-fit: cover;
    min-height: 190px;
}

.imagine-section-column  .custom-layout-text {
flex: 0 0 60%;
    max-width: 60%;
    padding: 0 20px;
}

.imagine-section-column  .custom-layout-text h2 {
    font-size: 20px;
}
.imagine-section-column .custom-layout-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 59px;
    z-index: 1;
    opacity: 0.8;

    display: block;
    clip-path: polygon(0 95%, 78% 0, 100% 100%, 0 127%);
    background: rgb(136, 199, 117);
    background: -moz-linear-gradient(90deg, rgba(136, 199, 117, 1) 0%, rgba(82, 183, 178, 1) 100%);
    background: -webkit-linear-gradient(113deg, rgba(136, 199, 117, 1) 0%, rgba(82, 183, 178, 1) 100%);
    background: linear-gradient(86deg, rgba(136, 199, 117, 1) 0%, rgba(82, 183, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88c775",endColorstr="#52b7b2",GradientType=1);
}
.imagine-news-tiles {
    position:relative;
}
.imagine-news-tiles::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: auto;
    background: url(../../assets/images/background-aftre-img.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width:1470px){
     .imagine-banner-section-main-wrapper .imagine-heading{
        padding-left: 30px;
    }
}

@media (max-width: 767px){
    .imagine-news-tiles {
        margin-top: 40px;
        padding-bottom: 40px;
    }
}