body {
    padding-top: 70px;
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

.home-dp {
    object-fit: contain;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
}

@media (min-width: 1960px) {
    .home-dp {
        object-fit: contain;
        width: 20vw !important;
        height: 20vw !important;
        border-radius: 50%;
    }
}

@media (min-width: 1440px) and (max-width: 1960px) {
    .home-dp {
        object-fit: contain;
        width: 25vw !important;
        height: 25vw !important;
        border-radius: 50%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .home-dp {
        object-fit: contain;
        width: 30vw !important;
        height: 30vw !important;
        border-radius: 50%;
    }
}

@media (max-width: 768px) {
    .home-dp {
        object-fit: contain;
        width: 50vw !important;
        height: 50vw !important;
        border-radius: 50%;
    }
}


/* .center-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: solid 2px #e8e8e8;
    border-right: solid 2px #e8e8e8;
} */

.center-content-rel {
    margin: auto;
    height: inherit;
    /* width: max-content; */
}

.details {
    margin-top: 5%;
    padding-bottom: 5%;
    border-bottom: solid 1px #e8e8e8;
}

.jumbo-name {
    font-size: 3rem;
}

@media (max-width: 768px) {
    .jumbo-name {
        font-size: 2rem;
        margin-top: 2rem;
    }
    /* .home-dp {
        margin-top: 4rem;
    } */
}

.jumbo-details {
    font-size: 1rem;
    color: rgb(101, 101, 101);
}

.jumbo-social {
    font-size: 2rem;
    color: rgb(101, 101, 101);
}

.jumbo-social i {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .jumbo-social {
        font-size: 1.5rem;
    }
    .jumbo-social i {
        margin-right: 30px;
    }
}

.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 80%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline h4 {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.timeline .exp-details {
    font-weight: 400;
    font-size: 0.9rem;
}

.timeline .exp-details b {
    font-weight: bolder;
    /* font-size: 0.9rem; */
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -280px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 200px;
    white-space: pre;
    display: inline-block;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
        content: attr(data-date-mob);
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.exp-card {
    border: 0;
}

.exp-title {
    text-align: center;
    margin-bottom: 3vw;
}


/* publications css */

.pub-card {
    border: 0;
}

.pub-title {
    text-align: center;
    margin-bottom: 3vw;
}

.timeline .pub-details {
    font-weight: 400;
    font-size: 0.9rem;
}

.timeline .pub-details b {
    font-weight: bolder;
    /* font-size: 0.9rem; */
}

.timeline .pub-details i {
    margin-right: 20px;
    font-size: 1.5rem;
}

.timeline .pub-details i {
    margin-top: 30px;
}

.timeline-pub {
    border-left: 3px solid #188d4b;
    background: rgba(32, 144, 82, 0.09);
    max-width: 80%;
}

@media (max-width: 767px) {
    .timeline-pub {
        max-width: 98%;
    }
}

.timeline-pub .event:after {
    -webkit-box-shadow: 0 0 0 3px #188d4b;
    box-shadow: 0 0 0 3px #188d4b;
}

.rtl .timeline-pub {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #188d4b;
}

.timeline-pub h4 {
    margin-bottom: 5px;
}


/* awards css */

.awd-card {
    border: 0;
}

.awd-title {
    text-align: center;
    margin-bottom: 3vw;
}

.timeline .awd-details {
    font-weight: 400;
    font-size: 0.9rem;
}

.timeline .awd-details b {
    font-weight: bolder;
    /* font-size: 0.9rem; */
}

.timeline .awd-details i {
    margin-right: 20px;
    font-size: 1.5rem;
    margin-top: 30px;
}

.timeline-awd {
    border-left: 3px solid #ad1637;
    background: rgba(144, 32, 51, 0.09);
    max-width: 50%;
}

@media (max-width: 767px) {
    .timeline-awd {
        max-width: 98%;
    }
}

.timeline-awd .event:after {
    -webkit-box-shadow: 0 0 0 3px #ad1637;
    box-shadow: 0 0 0 3px #ad1637;
}

.rtl .timeline-awd {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #ad1637;
}

.timeline-awd h4 {
    margin-bottom: 5px;
}

.end-social i {
    margin: 0 25px;
}

.end-title {
    text-align: center;
    margin-bottom: 3vw;
}

@media (max-width: 767px) {
    .end-social i {
        margin: 0 10px;
        font-size: 1.2rem;
    }
    .end-title {
        font-size: 1rem;
    }
}

.social a {
    text-decoration: none;
    color: rgb(101, 101, 101);
}

.social a:hover {
    color: rgb(76, 76, 76);
}