body {
    font-family: "Poppins", sans-serif;
}

main {
    background-image: url("../image/speaker/banner%20bg.jpg");
    background-position: bottom;
    background-size: contain;

}

#event-details {
    background-color: #1987548f;
}

header {
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.logo img {
    width: 230px;
    object-fit: contain;
}

.logo {
    padding: 10px 0px;
    width: 100%;
}

.sp {
    padding: 50px 0px;
}

img.speaker-img {
    width: 100px !important;
    height: 100px;
    border-radius: 10px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    object-fit: contain;
}

span.designation {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 11px;
}

span.organization {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 11px;
}

.speaker-box h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    height: 90px;
}

.mfp-content {
    width: 50% !important;
    margin: auto;
    background: white;
    padding: 35px;
    border-radius: 10px;
    position: relative;
}

.speaker-box-more {
    text-align: center;
}

.speaker-box {
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    border: 1px solid lightgrey;
    height: 300px;
}

.owl-nav {
    position: absolute;
    top: 40%;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.owl-nav button {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
}

button.owl-prev i {
    padding: 15px 22px 14px 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
}

button.owl-next i {
    padding: 15px 22px 14px 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
}

.know-more-btn {
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: auto;
    background-color: #198754c7;
    padding: 7px;
    border-radius: 5px;
}

.popup-link {
    text-decoration: none;
    color: #fff;
}

.nav-link {
    width: 100%;
}

nav a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

@media (max-width: 1200px) {


    /* Menu */
    .btn11 {
        position: relative;
        width: 30px;
        height: 40px;
        top: -15px;
        left: 0px;
        transition-duration: 0.5s;
        margin: auto;
        margin-right: 0px;
    }

    .logo img {
        width: 140px;
        object-fit: contain;
    }

    .btn11 .icon-left {
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #000;
    }

    .btn11 .icon-left:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #000;
        content: "";
        top: -10px;
    }

    .btn11 .icon-left:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #000;
        content: "";
        top: 10px;
    }

    .btn11 .icon-left:hover {
        cursor: pointer;
    }

    .btn11 .icon-right {
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #000;
        left: 15px;
    }

    .btn11 .icon-right:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #000;
        content: "";
        top: -10px;
    }

    .btn11 .icon-right:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #000;
        content: "";
        top: 10px;
    }

    .btn11.open .icon-left {
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn11.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
    }

    .btn11.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
    }

    .btn11.open .icon-right {
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn11.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
    }

    .btn11.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
    }

    .btn11:hover {
        cursor: pointer;
    }

    /* Menu */
    .menu_box {
        display: none;
    }

    .menu_box {
        display: none;
    }

    body .menu_box {
        display: none;
        position: absolute;
        top: 60px;
        background: #000;
        padding: 40px;
        left: 0px;
        width: 100%;
    }

    body .menu_box ul {
        flex-wrap: wrap;
    }

    body .menu_box ul li {
        width: 100%;
    }

    .menu_box ul li a {
        width: 100%;
        display: block;
        color:#fff;
    }
}

@media only screen and (max-width: 768px){
    main {
        background-repeat: no-repeat;
    }
    .mfp-content {
            width: 80% !important;
}

}

.icon-circle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #198754;
    /* Bootstrap success color */
    border-radius: 2px;
}

.text-muted li {
    list-style-type: square;
}

.icon-circle {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.card:hover .icon-circle {
    background-color: #198754;
    color: #fff;
    transform: scale(1.1);
}

div#disclaimer li {
    list-style: circle;
}

.icon-circle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.date {
    font-size: 15px;
    text-align: center;
}

.divider {
    width: 60px;
    height: 3px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 2px;
}