*{
margin:0;
padding:0;
}
body{
background: #fff;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-family: 'Poppins', sans-serif;
font-size: 14px;
color:#333;
line-height: 1.6;
}
.main-heading{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
}
.conference-date{
    color:#F70404;
    font-size: 20px;
    font-weight:600
}
.organizer{
    font-size: 24px;
    font-weight: 600;
    color: #202291;
}
.bg-body-tertiary{
    width:100%;
    margin-top: 1rem;
    background: #053553 !important;
    padding:0;
}
.nav-item .nav-link{
    color:#fff;
    padding:10px;
    font-size: 16px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active{
    background:#135883;
    color:#fff
}
.navbar-nav{
    gap:2rem
}
.footer{
    background: #053553;
    color:#fff;
    padding: 1rem 0;
}
.list-unstyled{
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner{
    background: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 125px 0;
    position: relative;
}
.banner:before{
    content: ' ';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.page-heading{
    color:#fff;
    font-size: 54px;
    text-align: center;
    z-index: 1;
  
}
.heading-3{
    color: #1A1A1A;
        font-size: 28px;
    font-weight: 600;
}
.general-text{
  color:#565656;
  font-size:17px;
  font-weight:500
}
.general-text strong{
    color:#333
}
.breadcrumb-item:hover a{
    color:#d4b906 !important
}
.breadcrumb,.page-heading{
  position: relative;
    font-weight:600
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff
}
.speaker-img{
    width:25%;
    margin-bottom: 20px;
    min-height: 200px;
    object-fit: cover;
}
.speaker-name{
    color: #272727;
    font-size:24px;
    font-weight: bold;
}
.speaker-title{
    font-size:16px;
}
.table th{
    background: #053553;
    color:#fff;
    font-size: 18px;
    font-weight: normal;
}
.table td{
    padding:14px
}
.display-4{
    font-weight: 600;
    color:#4054B2
}
.mt-50{
    margin-top: 50px;
}
.mt-75{
    margin-top: 75px;
}
.mt-150{
    margin-top: 150px;
}
.mb-50{
    margin-bottom:50px;
}
.mb-100{
    margin-bottom: 100px;
}
.list-items {
    padding-left: 30px;
    list-style: none;
}
.list-items li{
 position: relative;
 width:100%
}
.list-items li:before{
 content: '';
 position: absolute;
width:7px;
height:7px;
top:8px;
left:-1rem;
border-radius: 50%;
background: #565656;
}
.display-text{
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.5;
}
.display-text span{
    color:#1A1A1A;
    font-size: 24px;
    color:#FF8CA6;
}
.text-justify{
    text-align: justify;
}
.border-size{
    border-color: #333 !important;
    border-bottom: 2px solid !important;
}
.text-blue{
    color:#4054B2
}
.light-bg{
    background: #eef7f8;
}
.nav-item{
    position:relative;
}
.navbar-nav .nav-link.show{
    color:#fff
}
.dates {
    padding:70px 0;
}
.dates li{
    color:#CC3366;
    font-size: 18px;
    font-weight: 600;
}
.dates li i{
    color:#4054B2;
}
.box-container{
    border:1px solid #e2e2e2;
}
.attraction-img {
    max-width: 100%;
}
.attraction-name{
    font-weight: 600;
    padding: 1rem;
}
.footer-heading{
    font-size:24px;
    font-weight: 600;
}
.footer p{
    font-size: 16px;
}
.footer a{
    text-decoration: none;
    font-size: 18px;
    color:#fff;
    margin-bottom: 1rem;
    display: inline-block;
}
.footer strong{
    font-size:18px;
}
