section.innerpagebg {
    overflow: hidden;
}


/*InnerPage*/

.page-title {
    background: #efefff;
    text-align: center;
    padding: 26px;
    color: #3c4192;
}

.innerpage {
    background: #ffffff;
    padding: 2.5rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .innerpage {
        padding: 1.5rem 0;
        width: 95%;
    }
}

.welcome-msg ul {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}

.welcome-msg ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.welcome-msg ul li i {
    color: #3c4192;
    margin-right: 0.5rem;
}

.contact-us h5 {
    font-size: 18px;
    color: #1e65b9;
}

.contact-us p {
    font-size: 14px;
    line-height: 21px;
}

.contact-us .contact-logo {
    width: 103px;
}

.contact-us .address {
    padding: 0px 36px;
}

.home-page .faculty .inner-box img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 23px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    /* margin: 3px; */
    border: 4px solid rgba(0, 0, 0, 0.071);
    padding: 6px;
}

.innerpage .international-faculty .inner-box {
    height: 100%;
    padding: 28px 20px 0;
}

.home-page .faculty-radius {
    width: 167px;
    margin: auto;
    border-radius: unset !important;
    overflow: hidden;
    box-shadow: unset !important;
    padding: 0px;
}

.committee {
    text-align: center;
}

.committee h2 {
    color: #ffffff;
    margin: 0 0 40px;
    position: relative;
    font-size: 20px;
    z-index: 1;
    padding: 8px 29px;
    border-radius: 50px;
    background: #3c4192;
    mask: url("../img/title-box.png");
    -webkit-mask: url("../img/title-box.png") center/contain no-repeat;
}

.committee h2::before {
    /* content: ""; */
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.committee ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.5rem 0 1.5rem;
    overflow: hidden;
}

.committee ul li {
    width: 17%;
    text-align: center;
    color: #000000;
    margin: 0 0.5em 2em;
    padding: 0.5rem;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    border-radius: 1rem;
    transition: 0.3s ease;
}


/*
.committee ul li:hover {
    color: #fff;
    background: #3a3185;
}
*/

.committee ul li span {
    display: block;
    font-size: 14px;
    color: #8b8585;
    font-style: italic;
    margin: 5px 0 0;
}

.committee ul li h3 {
    font-size: 18px;
    color: #3c4192;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .committee ul li {
        width: 42%;
    }
}


/* *Registration Details* */

.table> :not(:first-child) {
    border-top: none;
}

.reg-fee h4 {
    color: #3c4192;
}

.reg-fee .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(246, 87, 38, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: center;
    border-color: #d4dae0;
}

.reg-fee thead {
    color: #fff;
    background: #3c4192;
    box-shadow: none;
    border: none;
}

.reg-inc {
    background: rgb(248 87 38 / 5%);
}

.reg-inc h4 {
    background: #3c4192;
}

.reg-inc ul li {
    line-height: 2em;
    list-style-image: url(../img/tick.png);
    list-style-position: outside;
    margin-left: 25px;
}

.reg-inc ul li i {
    color: #3b3085;
}

.reg-pay thead {
    color: #fff;
    background: #3c4192;
    box-shadow: none;
    border: none;
}

.reg-btn {
    background-color: #35347e;
    color: #ffffff;
    padding: 10px 25px !important;
}

.reg-btn-1 {
    background-color: #0e754a;
    color: #ffffff;
    padding: 10px 25px !important;
}

.reg-btn:hover,
.reg-btn-1:hover {
    color: #eee;
}

li.tour-box {
    background: #ffffff;
    padding: 3em 0;
    border-top: 1px solid #f1f1f1;
    align-items: center;
    position: relative;
}

li.tour-box:hover {
    background-color: #f1f1f1;
}

li.tour-box:nth-child(even) {
    flex-direction: row-reverse;
}

li.tour-box .col-md {
    padding-left: 0;
    padding-right: 2.5em;
}

li.tour-box:nth-child(even) .col-md {
    padding-right: 0;
    padding-left: 2.5em;
    text-align: right;
}

.place-img {
    width: 220px;
    height: 220px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 10px #f3f3f3;
    transition: 0.3s;
}

li.tour-box:hover .place-img {
    box-shadow: 0px 0px 0px 20px #f3f3f3;
}

img.pin {
    position: absolute;
    width: 32px;
    top: 10px;
    left: 10px;
}

img.pin1 {
    position: absolute;
    width: 32px;
    top: 10px;
    right: 10px;
}


/* Scientific Highlights */

.highlight__box {
    display: flex;
    justify-content: center;
    /* max-width: 80%; */
    padding: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    background: radial-gradient(#fff, #f1f1f1);
    box-shadow: 0 0 2rem rgb(0 0 0/ 5%), inset 0 0 1rem rgb(0 0 0/ 5%);
    color: #fff;
}

.highlight__box:nth-child(odd) {
    background: #04b2f2;
    background: -webkit-radial-gradient(top, #04b2f2, #a953f9);
    background: -moz-radial-gradient(top, #04b2f2, #a953f9);
    background: radial-gradient(to bottom, #04b2f2, #a953f9);
}

.highlight__box:nth-child(even) {
    background: #40d276;
    background: -webkit-radial-gradient(top, #40d276, #4f89a7);
    background: -moz-radial-gradient(top, #40d276, #4f89a7);
    background: radial-gradient(to bottom, #40d276, #4f89a7);
}

.highlight__box img {
    filter: invert(1);
}

.highlight__box h4 {
    display: inline-block;
    position: relative;
}

.highlight__box h4::before {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    background: linear-gradient(to right, #fff, transparent);
    bottom: -0.25rem;
}

.highlight__box ul {
    margin-block-start: 0.5rem;
    padding-inline-start: 1.5rem;
}

.highlight__box li {
    list-style-image: url("../img/star-black.png");
}

.sci_hl .committee ul li {
    width: 22.5%;
}

@media (max-width: 767px) {
    .highlight__box {
        flex-direction: column;
        text-align: center;
    }
    .highlight__box h4::before {
        width: 100%;
        background: linear-gradient(to right, transparent, #fff, transparent);
    }
    .highlight__box li {
        text-align: start;
    }
    .sci_hl .committee ul li {
        width: 45%;
    }
}