body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.over-lay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
.banner-heading-content {
    text-align: center;
    padding: 80px 0px;
}
.banner-heading-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
   
}



.call-for-paper-first-section {
    height: 222px;
    /* width: 100%; */
    position: relative;
    background: url(assets/images/about-college/all-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: revert;
}
.row-content{
    padding: 10px;
    box-sizing: border-box;
}


.call-for-paper-page-second-section {
    background-color: #eeeeee;
    padding: 25px 0px;
}
.call-for-paper-page-content {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 25px;
}
.call-for-paper-page-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #3b89c9;
    text-decoration: underline;
    text-underline-offset: 9px;
}
.call-for-paper-page-content p {
    font-size: 15px;
    color: #000;
    padding: 15px 0px 0px 0px;
    line-height: 28px;
    font-weight: 500;
}
.call-for-paper-page-tracks {
    background-color: #fff;
}
.track-box {
    border: 2px solid #727272;
    margin: 35px 10px;
    padding: 15px;
    border-radius: 5px;
}
.track-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3b89c9;
    border-bottom: 1px solid #333333a1;
    padding-bottom: 15px;
    margin-top: 11px;
    margin-bottom: 20px;
}
.track-box ul{
    padding-left: 0px;
}
.track-box ul li {
        list-style: none;
    font-size: 15px;
    color: #000;
    line-height: 42px;
    text-align: left;
}
.track-box ul li i {
        color: #ffffff;
    border: 1px solid #333;
    padding: 4px 8px;
    border-radius: 50px;
    background: #253746 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
       color: #fff !important;
    background-color: #ed2c34 !important;
}
.my-class {
       color: #010e18;
    font-weight: 600;
}
.my-class:hover {
    color: #ed2c34;
}

.full-paper-guidelines-form .btn-primary:hover , .exhibitor-registration-form .btn-primary:hover , .contact-page-form .btn-primary:hover{
    color: #fff;
    background-color: #f0595f;
    border-color: #f0595f;
}