body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;;
}
a.scrollTop-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 35px;
    height: 65px;
    background-color: #f28a16;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    transition: all ease 0.3s;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.fa {
    display:inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
a.scrollTop-btn:hover {
    background-color: #0b7f38;
    transition: all ease 0.3s;
}
a.scrollTop-btn.active {
    visibility: visible;
    opacity: 1;
}
.scrollTop-btn i {
    display: inline-block;
}
.ConferenceProject {
    display: flex;
    transition: all ease 0.5s;
}
.ConferenceProject .slider-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4E4E4;
    -webkit-box-shadow: 0px 16px 10px 0px rgb(0 0 0 / 14%), 0px 11px 18px 0px rgb(0 0 0 / 12%), 0px 13px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 16px 10px 0px rgb(0 0 0 / 14%), 0px 11px 18px 0px rgb(0 0 0 / 12%), 0px 13px 5px -1px rgb(0 0 0 / 20%);
    transition: all ease 0.5s;
    z-index: 99999;
}
.ConferenceProject .slider-section .sliderToggle-btn {
    position: absolute;
    top: 40px;
    right: -20px;
    padding: 0.5rem;
    background-color: #f28a16;
    color: #0b7f38;
    border-radius: 0 5px 5px 0;
    box-shadow: 4px 2px 5px #00000047;
}
.ConferenceProject .slider-section .sliderToggle-btn i {
    transform: rotate(180deg);
    transition: 0.3s;
}
.ConferenceProject .slider-section.active .sliderToggle-btn i {
    transform: rotate(0deg);
    transition: ease 0.3s;
}
.ConferenceProject .slider-section.active {
    position: fixed;
    left: -300px;
    height: 100vh;
    transition: all ease 0.5s;
}

.ConferenceProject .slider-section .logo {
    position: absolute;
    top: 0.1rem;
    width: 80px;
	height: auto;
}
.ConferenceProject .slider-section .nav-pills {
    display: block;
    width: 100%;
    padding-right: 0.5rem;
}
.ConferenceProject .nav-link {
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    color: #0f1058;
    transition: ease 0.3s;
    white-space: nowrap;
}
.ConferenceProject .nav-link:hover {
    background-color: #f3f3f3;
    transition: ease 0.3s;
}
.ConferenceProject .nav-link.active {
    background-color: #f28a16;
    color: #ffffff;
    transition: ease 0.3s;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .ConferenceProject .slider-section {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    }
    .ConferenceProject .slider-section.active {
        position: fixed;
        width: 300px;
        left: 0px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    } 
    
}


.ConferenceProject .main-section {
    width: 100%;
    position: relative;
    transition: ease 0.5s;
}
.ConferenceProject .main-section.ml-300 {
    margin-left: 300px;
}
.title-section .card {
    border: none;
    border-radius: 0;
}
.title-section .card .iuRaipur-logo-1 {
    width: 130px;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 0.5rem;
}
.title-section .card  .iuRaipur-logo-2 {
    width: 80px;
    height: auto;
    float: right;
}
.title-section .card .title {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.title-section  .sub-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.title-section .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    border-radius: 0;
}
.title-section .card .card-title {
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
    text-align: center;
}
.title-section .card .card-text {
    font-size: 1rem;
    text-align: center;
}
.organized-card {
    float: right;
}
.title-section .organized-card .card-title {
    font-size: 1.4rem;
}
.title-section .organized-card .card-text {
    font-size: 14px;
}

.conference-section {
    padding: 40px 0;
}
.conference-section  .main-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #0b7f38;
    border-left: 5px solid #f28a16;
    padding-left: 0.5rem;
}
.conference-section  .main-title-new {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #0b7f38;
    border-left: 5px solid #f28a16;
    padding-left: 0.5rem;
}
.conference-section  .main-title-new-1 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #0b7f38;
    border-left: 5px solid #f28a16;
    padding-left: 0.5rem;
}

.conference-section .text {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.6;
    font-weight: 600;
}

.conference-section  .sub-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
}
.conference-section .symposiumList {
    list-style: none;
    padding: 0;
    margin-bottom: 1.4rem;
}
.conference-section .symposiumList > li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #393185;
}
.conference-section .symposiumList > li i {
    position: absolute;
    top: 5px;
    left: -20px;
    display: inline-block;
    margin-right: 5px;
}
.conference-section .card {
    position: relative;
    top: 0;
    border: none;
    padding: 0rem;
    margin: 10px 0;
    border-radius: 0;
   
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    transition:  ease 0.3s;
}
.conference-section .card:hover {
    position: relative;
    top: -5px;
    transition:  ease 0.3s;
}
.conference-section .card  .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e31e34;
}
.conference-section .profile-card {
    position: relative;
    top: 0;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    margin: 15px 0;
    display: flex;
    min-height: 150px;
    border-radius: 8px;
    transition: all ease 0.3s;
}
.conference-section .profile-card:hover {
    position: relative;
    top: -5px;
    transition: all ease 0.3s;
}
.conference-section .profile-card .card-head {
    width: 60px;
    height: 100%;
    border-radius: 40%;
    overflow: hidden;
}
.conference-section .profile-card .card-body {
    padding: 0;
    width: 100%;
    margin-left: 10px;
}
.conference-section .profile-card .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e31e34;
}
.conference-section .profile-card .card-text {
    font-size: 14px;
}

.conference-section .brochure-card  {
    position: relative;
    top: 0;
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 15px #0000001a;
    border-radius: 15px;
    transition: ease 0.3s;
}
.conference-section .brochure-card:hover {
    position: relative;
    top: -5px;
    transition: ease 0.3s;
}
.conference-section .cardLink {
    display: block;
    text-decoration: none;
}
.conference-section .brochure-card .icon {
    width: 80px;
    height: auto;
}
.conference-section .brochure-card .card-text {
    font-size: 1.2rem;
    color: #e31e34;
    padding: 0 1rem;
}
.conference-section .btn-link {
    font-weight: 700;
    color: #393185;
    text-decoration: none;
    font-size: 20px;
}
.conference-section  .btn.focus, .btn:focus{
    box-shadow: none;
}
.conference-section  .card-header{
    background-color: rgb(0 0 0 / 12%);
}
.footer-section {
    padding: 0.5rem 0;
    background-color: #0b7f38;
}
.footer-section .copy-rights {
    color: #fff;
    margin-bottom: 0;
    float: right;
}




@media screen and (max-width: 1366px) {
    .conference-section {
        padding: 1rem;
        box-shadow: 0 2px 15px #0000001a;
    }
}
@media screen and (max-width:768px) {
    .ConferenceProject .main-section.ml-300 {
        margin: 0;
        position: relative;
    }
    .ConferenceProject  .sliderToggle-btn {
        position: absolute;
    }
    .ConferenceProject .sliderToggle.active  .sliderToggle-btn::after {
        content: '';
        position: absolute;
        top: -25px;
        left: 2px;
        width: 100vw;
        height: 100vh;
        background-color: #0005;
        z-index: -1;
        visibility: visible;
    }
    .conference-section {
        padding: 40px 0;
    }
    .title-section .card .title {
        text-align: left;
    }
    .title-section .card .card-title { 
        font-size: 1.2rem;
    }
    .conference-section .main-title {
        font-size: 1.6rem;
    }
    .conference-section.conference-bg {
        display: block;
        height: auto;
    } 
    .conference-section.conference-bg .main-title {
        font-size: 1.8rem;
    }
    .conference-section.conference-bg .text {
        font-size:1.2rem;
    }
    .organized-card { 
        float: left;
    }
}