﻿:root {
    --head-bg: #b61933;
}

.c-s {
    margin: 3rem 0;
    font-size: 30px;
    font-weight: 900;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.inner-page {
    padding: 3em 0 2em;
}

.inner-bg {
    background: #fff;
    padding: 3em;
}

.inner-header h2 {
    text-align: center;
    padding: 1em 0;
    background: #3e4095;
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    font-size: 32px;
    margin: 0;
    line-height: 42px;
    color: #ffffff;
}

.contact-page {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 2em 0;
}

.contact-box {
    padding: 2em;
    background: #ffffff;
    box-shadow: 0px 4px 20px -4px rgb(107 105 225 / 39%);
    border-radius: 30px;
    margin: 2em;
}


/*quiz*/

.quiz-page {
    text-align: center;
}

.infonew {
    margin: 2em 0;
    background: #fffcf1;
    border: 1px solid #eadb9f;
    padding: 2em 2em 1em;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.infonew li {
    display: flex;
    padding: 8px 0;
}

.infonew li img {
    width: 18px;
    height: 18px;
    margin: 3px 10px 0 0;
}

.form-section {
    margin: 1em 0 2em;
}



.form-section ul li {
    margin-bottom: 20px;
}

.form-section ul li.full-width {
    width: 100%;
}

.quiz-page h3 {
    text-align: center;
    margin: 2em 0 0;
    color: #3e4095;
}

.quiz-page h4.qdate {
    display: inline-block;
    border: 2px solid;
    padding: 2px 20px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 1em;
    border-radius: 30px;
}


/*quiz*/


/*reg-details*/

.registration-details {
    padding: 2em;
    /* 
    box-shadow: 0px 6px 12px -7px rgb(0 0 0); */
    border-radius: 20px;
    /* 
    margin: 1em 0 2em; */
    background: #fff;
    font-size: 15px;
}

.registration-details h2 {
    padding: 10px 15px;
    background: var(--head-bg);
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    text-align: start;
}

.registration-details span {
    font-weight: normal;
}

.table-scroll {
    min-width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    min-width: 1000px;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
}

.table-scroll th {
    padding: 0.8em;
    font-size: 16px;
    background-color: #ff9800;
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    color: #fff;
    text-align: left;
}

.table-scroll td {
    padding: 0.8em;
    font-size: 16px;
}

.registration-details ol,
.registration-details ul {
    margin: 0 0 0 20px;
}

.registration-details li {
    list-style: square;
    padding: 5px 0;
}

.register-link ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.register-link li {
    padding: 1em;
}

.register-link li a {
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 22px;
    color: #ffffff;
    background: #ff9800;
    border-radius: 30px;
}

.reg-address {
    text-align: center;
    margin: 0 0 0;
    padding: 2em 0;
    color: #fff;
}

.reg-address a {
    color: #ff9800;
}

.bank-details p {
    line-height: 16px;
    line-height: 32px;
}

p.note {
    background: #ffeded;
    color: #f00;
    padding: 5px 15px;
}


/*reg-details*/


/*Abstract Submission*/

.abstract-submission {
    padding: 2em 0;
}


/*Abstract Submission*/

.committee-content {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    overflow: hidden;
}

.committee-content ul li {
    display: inline-block;
    font-size: 14px;
    width: 21%;
    margin: 20px 20px;
}

.committee-content ul li h3 span {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #808080;
}

.committee-content ul li .ex_committee {
    padding: 25px 10px 20px;
    box-shadow: 0px 0px 8px -2px rgb(65 105 225 / 34%);
    background: #fff;
    position: relative;
    border-radius: 18px;
    color: #3e4095;
}

.ex_committee p {
    color: #3e4095;
    font-weight: 600;
    font-size: 20px;
}

.committee-content ul li .ex_committee::before {
    content: "";
    position: absolute;
    top: 72px;
    right: -11%;
    width: 259px;
    height: 247px;
    border-radius: 100px;
    z-index: 0;
}

.committee-content h4 {
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-size: 22px;
    display: inline-block;
    border-radius: 40px;
    margin: 0 0 10px;
    font-weight: normal;
}

.committee-content h4::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px;
    border-color: #ff2e1f rgb(255 0 0 / 0%) rgb(255 255 255 / 0%) rgb(255 0 0 / 0%);
}

.inner-content {
    background: #fff;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    margin: 30px 0;
    /* 
    box-shadow: 0 2px 15px -5px rgb(0 0 0 / 25%); */
}

.scientific-highlights {
    color: #ffffff;
    margin: 2em auto;
    text-align: center;
}

.sponsors {
    color: #ffffff;
    margin: 1em auto;
    text-align: center;
}

.scientific-highlights h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
}

.scientific-highlights ul,
.sponsors ul {
    margin: 0 auto;
}

.scientific-highlights ul li {
    position: relative;
    list-style: none;
    width: 32%;
    background: #ffffff;
    margin: 20px 40px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -7px 0px 1px 0px #fe3115;
    text-align: left;
    color: #3e4095;
    display: inline-block;
}

.scientific-highlights li::before {
    content: "";
    background: #fe3115;
    position: absolute;
    top: -6px;
    width: 50px;
    left: 15px;
    height: 6px;
    border-radius: 50px 50px 0px 0px;
}

.scientific-highlights li::after {
    content: "";
    background: #fe3115;
    position: absolute;
    bottom: -9px;
    width: 80%;
    right: 8px;
    height: 10px;
    border-radius: 0px 0px 50px 50px;
}

.sponsors ul li {
    list-style: none;
    width: 32%;
    background: #ffffff;
    margin: 20px 40px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -7px 0px 1px 0px #fe3115;
    text-align: center;
    color: #3e4095;
    display: inline-block;
}

/*  */

.eminent {
    display: block;
    justify-content: center;
}

.eminent li {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #b40f09;
    width: 18%;
    margin: 0 10px 0;
    text-align: center;

}

.eminent .external {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}

.eminent .external_left {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto 5px;
    overflow: hidden;
    border: 2px solid #b40f09;
    padding: 8px;
}

.eminent .faculty.home .external_right {
    vertical-align: middle;
}

.eminent h3 {
    font-size: 15px;
    margin-bottom:0;
}
.eminent a {
    color: #000000;
}
.eminent a i{
    padding-left: 5px;
}

.eminent h3 span {
    display: block;
    font-weight: 300;
    font-style: italic;
    color: #6e6565fc;
}

.eminent .external_left img {
    width: 100%;
    border-radius: 100%;
}

/* Genaral Information */
.g-info .card {
    margin-bottom: 1rem;
}

.g-info .card-header {
    background: #fc0c0726;
}

.g-info h4 {
    color: #ff481d;
}

.g-info i {
    margin-right: 8px;
}

.list-style li {
    display: flex;
    align-items: baseline;
    line-height: 24px;
    padding-bottom: 5px;
}

/* BUTTON */
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-5 {
    width: 230px;
    height: 100px;
    line-height: 50px;
    padding: 0;
    border: none;
    background: rgb(255, 27, 0);
    background: linear-gradient(0deg, rgb(57, 49, 132) 0%, rgb(73, 63, 163) 100%);
}

.btn-5:hover {
    color: #393184;
    background: transparent;
    box-shadow: none;
}

.btn-5:before,
.btn-5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #393184;

}

.btn-5:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.registration-details p {
    margin: 0;
}

/* ============== */
.abstract h4 {
    color: #ff481d;
}

.abstract ul li {
    margin-left: 2rem;
    list-style-image: url('../images/right-arrow-1.png');
    padding-bottom: 10px;
    line-height: 21px;
}
/* ============== */
.faculty-corner {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51 51 51 / 5%) 0px 0px 0px 3px;
    border-radius: 10px;

}
.faculty-corner video{
  border-radius: 10px;
}