@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Condensed:wght@700&display=swap');
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed',
    sans-serif;
}
p,a, ul,li, ol{
    font-family: 'Montserrat',
    sans-serif;
}
.speakerbox {
    border: 2px solid #004B67 !important;
}
.speakerbox:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175) !important;
}
.speakerbox .card-body {
    padding: 16px 4px !important;
}
.meta {
    font-size: 14px;
}
.mainheading{
    font-size: 45px;
    background-color:#fff;
    color: rgb(1, 0, 78) !important;
    border-radius:4px;
    display: inline-block;
    margin:  15px auto 25px !important;
    padding:4px 15px;
}
p{
    font-size: 17px;
}
.bannerheading{
    font-size: 80px;
    line-height: 5.8rem;
}
.bannerheadingsecound{
    font-family: serif;
    font-weight: 600;
    font-size: 24px;
}
.headermain .nav-link{

    font-size: 19px;
    font-weight: 600;
    color: #fff;
}
.headermain .navbar {
    padding: 0px 35px !important;
}
  .carousel-caption {
      left: 0px;
      right: 0px;
      top: 17%;
      bottom: 0px;
  }
  #agenda .card-header{
        background-image: url(./backgroundimg-01.jpg);
    background-position: center;
    background-size: cover;
   color:#fff;
  }
  #agenda .card h4{
    font-weight: 700;
    font-size: 27px;
  }
   #agenda .card ol{
    font-size: 19px !important;
   }
.bannerheadingsecound{
    background-color: rgb(243, 119, 23);
    display: inline-block;
    padding: 4px 7px;
    border-radius: 4px;
    margin-top: 8px;
}
.mainnav .nav-link{
    background-color: #ffffff;
    margin-left: 12px;
    border-radius: 3px;
    color: #01004e !important;
    padding: 0.2rem 0.7rem;
}
.mainnav .nav-link:hover{
    transition: 0.6s;
    transform: scale(1.08);
    box-shadow: 1px 5px 5px rgba(255, 255, 255, 0.281) !important;
}


/* CSS */
.btn-banner {
    background-image: linear-gradient(to right top, #ff1426, #fa232d, #f42e33, #ee3639, #e83d3e, #e22d49, #d91d53, #cf0d5d, #b80070, #970082, #690c90, #002299);
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;


}
.btn-banner:hover{
    transition: 0.9s;
     box-shadow: 0 0 11px rgba(255, 255, 255, 0.381);
     transform: scale(1.1);
}


.partnertopbg{
    background: url(./img/business-partner.jpg)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




/* responsive */
@media  (max-width: 768px) {
    .supprthead{
        color:#000;
    }
      .topbannerheading{
        font-family: serif;
    font-weight: 700;
    font-size: 34px;
    }
    .logopartners{
        position: relative;
        z-index: 9;
    }
    .logopartners .container {
        position: relative !important;
        top: 0px !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255);
        background-color: #01036b;
    }
    .headermain .navbar {
        padding: 0px 0px !important;
    }
    .bannerheading{
        font-size: 22px;
        margin-bottom: 0px;
        line-height: normal;
    }
    .carousel-caption h3{
        font-size: 13px;
    }
    .bannerheadingsecound{
        font-size: 10px;
        margin: 0px;
    }
    .bannerheading{
        margin-bottom: 4px;
    }
    .btn-banner{
        margin-top: 4px;
        border-radius: 4px;
        padding: 2px 8px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    .navbar-brand img{
        width: 74px;
    }
    .navbar-dark .navbar-toggler{
        padding: 0px 4px;
    }
    .bannerheadingsecound{
        padding: 3px 5px;
    }
    .navbar-collapse{
        background-color: #01004e;
        padding: 0px 10px;
    }
    .carousel-caption {
        left: 0px;
        right: 0px;
        top: 15%;
        bottom: 0px;
    }
    .mainnav .nav-link{
        margin-top: 15px;
    }
    .mainnav {
        margin-bottom: 20px;
    }
    .padding-patnr {
    padding: 50px 0px 50px !important;
}
.main-textpa {
    font-size: 23px !important;
}

#Sponsorship-Package h5 {
    font-size: 22px !important;
}

.mainheading {
    font-size: 30px;
}

#agenda .card h4 {
    font-weight: 600;
    font-size: 19px;
}
.card-body {
    padding: 0.4rem;
}
li{
    font-size: 18px;
}

}

.keylisttopic{
    padding-left: 1rem !important;
}
.keylisttopic li {
    list-style-type: square;
}


/* responsive */

@media  (min-width: 1022px) {
  #key-topic .card{
      min-height: 805px;
  }
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
}


