
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
p{
    font-size: 18px;
}
.title{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}
.navbar .nav-link{
    background-color: #0079BD;
    color: #ffffff !important;
    border-radius: 1rem;
    padding: 6px 16px !important;
    
}

.maincardbox {
    background-color: transparent;
    background-image: linear-gradient(150deg, #0079BD 0%, #004B67 100%);
    color: #ffffff;
}
.rs-faq .faq-content .accordion .card .card-header {
    background-color: transparent;
    background-image: linear-gradient(150deg, #0079BD 0%, #004B67 100%);
    
}

.rs-faq .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    height: auto;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
    background: #ffffff;
    color: #0a0a0a;
    text-decoration: none;
}
.maincardbox h5{
    padding: 20px 30px 10px 30px;
    height: auto;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
}

.agendalist {
    list-style: revert;
    margin-left: 0px;
    font-size: 20px;
}
.mainagensaheafin{
    font-weight: bold;
    font-size: 25px;
}
.footer{
    padding: 25px 0px;
    margin-top: 10px;
    background-color: #00183a;
    font-family: 'Merriweather', serif;

}
.social-links img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.social-links a{
    margin: 0px 4px;

}
.uparrow{
    padding: 10px;
    background-color: #004B67;
    position: fixed;
    right: 20px;
    bottom: 40px;
}

.uparrow img{
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.speakerbox {
    border: 2px solid #004B67 !important;
}
.speakerbox:hover{
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175) !important;
}
#speaker .card-body{
    text-align: center;
}
.text-justify {
    text-align: justify;
 }
 .rounded-lg{
    border-radius: 3px;
    padding: 5px 5px 8px;
 }
 
 .agendabanner{
     padding:100px 0px 90px;
     background-color: rgb(0 75 103 / 43%);
 }

 @media (max-width: 768px) {
    .navbar-toggler {
        background-color: #fff !important;
    }
    .maincardbox h5 {
        
            font-size: 20px;
            padding: 0px 10px 10px 10px;
    }
    .agendalist{
        margin-left: 0px;
    }
    .rs-faq .faq-content .accordion .card .card-header .card-link{
        font-size: 20px;
        padding: 5px 0px 5px 0px;
    }
    .speakerbox{

    }
    .fixed-top{
        position: relative;
    }
    .navbar-brand img{
        width:90px;
    }
    .agendabanner{
        padding: 20px 0px !important;
        background-color: rgb(0 75 103 / 43%);
    }
    .title{
        font-size:35px;
       
    }
 }
 .speakerbox .card-body{
    padding: 16px 4px !important;
 }
 .meta {
     font-size: 14px;
 }
 
 
 