/* Theme Name: Customtheme Author: Prudwi Author URI:  */
/***Home Page css***/



:root {

    --primary-color: #0B2787;
    --secondary-color: #ff9913;

    --third-color: #000;
    --forth-color: #fff;
    --fifth-color: #535353;
    --hover-color: #04D6D8;
    --primary-font: 'Red Hat Text', sans-serif;
    --secondary-font: 'Red Hat Text', sans-serif;

}





.lgx_lsw_nav_top_right {
    display: none !important;
}







body {
    /* font-family: FedraSansStd-book,sans-serif; */

    font-family: var(--secondary-font);
    scroll-behavior: smooth;
}

.heading {
    text-align: center;
    font-family: var(--primary-font);
    padding: 10px 0px 4px 0px;
    font-weight: 600;
    font-size: 30px;

}

.heading-space {
    text-align: center;
    font-family: var(--primary-font);
    padding: 0px 0px 4px 0px;
    margin-top: 50px;
    font-size: 30px;

}

.headingff {
    text-align: left;
    font-family: var(--primary-font);
    padding: 10px;
    font-weight: 600;
    font-size: 60px;
}

.matter {


    text-align: justify;
    font-size: 15px;
    line-height: 28px;
    padding: 10px 8px;
}

.matter1 {

    color: var(--forth-color);
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 8px;
}

.highlight {
    color: var(--primary-color);
    font-weight: 500;
}

ul {
    list-style: none;
}







/* =====================  top bar ================================ */

.bg_clr {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.top-bar_header {

    background-color: var(--primary-color);
    height: 40px;
}

.social-media {
    display: flex;
    justify-content: flex-start;
    padding-left: 72px;

}

.social-media1 {
    display: flex;
    justify-content: flex-end;
    padding-right: 72px;
    padding-left: 0px !important;

}

.social-mediaaa {
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;

}

.social-mediaa {
    display: flex;
    justify-content: center;
    padding-left: 0px !important;


}

.list {
    list-style: none;
    /* padding:10px; */
    color: var(--forth-color);
}

.list1 {
    list-style: none;
    padding: 0px 10px;
    color: var(--primary-color);
}

.anchor {
    color: var(--primary-color);
}

.anchor:hover {
    color: var(--hover-color);
}

.anchor1 {
    color: var(--secondary-color);
    font-weight: bold;
}

.anchor-btn {
    color: var(--third-color);
}

.anchor-btn1 {
    color: var(--forth-color);
}

.anchor-btn1:hover {
    color: var(--primary-color);
}

a {
    text-decoration: var(--decoration);
}

.desktop {
    display: inline;
}

.mobile {
    display: none;
}


/* =====================  top bar ends ================================ */



/* ===================== nav bar ======================================*/




#navbarNavDropdown {
    justify-content: center;
}


.navbar-light .navbar-nav .nav-link {
    color: var(--third-color);
    margin: 0px 4px !important;
    font-weight: 600 !important;
}

.top_nav_btn {
    text-align: center;
}

.nav_bar_top_strip {
    background-color: transparent;
    font-weight: 500;
    align-items: flex-start
}

.navbar-nav {
    margin-left: 0px !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary-color);

}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--hover-color);

}


/* ===================== nav bar ends ======================================*/



/* ===================== banner-img ======================================*/


/* .navv {
    position: absolute !important;
   
    z-index: 99 !important;
    justify-content: space-evenly;
  
}  */

 

.date {
    color: var(--third-color);
    background: var(--hover-color);
    padding: 10px 20px;
    font-weight: 650;
    border-radius: 5px;
    font-size: 20px;
}

.hg {
    color: var(--forth-color);
    font-weight: 600;
    font-size: 60px;
    padding: 10px 0px 10px 0px;
}

.venue {
    padding-top: 18px;
    color: var(--hover-color);
    font-size: 30px;
}

.uu {
    font-size: 18px;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.uuui {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 520;
}

.co-hosted {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.Organised_by {
    float: right;
    color: white;
    padding-right: 3%;
    text-align: right;
    padding-top:10px !important;

}

.Organised_logo {
    display: flex;
    /* padding:5px; */
}

.hph {
    width: 90%;
}

.hph1 {
    width: 100%;
}

.caption1 {

    left: 3%;
    width: 40%;
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    padding: 71px;
}

.hg1 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 60px;
    padding: 10px 0px 10px 0px;
}

.venue1 {
    color: var(--third-color);
    font-size: 30px;
}

.uu1 {
    font-size: 16px;
    color: var(--fifth-color);
    font-weight: 500;
}

.ooo {
    font-size: 11px;
}



/* ===================== banner-img ends ======================================*/




/*================= scroller =================*/


.paart {
    width: 100%;
    height: 45px;

}

.paart1 {
    height: 45px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
}

.paart2 {
    height: 45px;
}

.scroller {
    width: 100%;
    /* height: 45px; */
    /* padding:8px; */
    background-color: #ebebeb;
}

.scroller-text {
    font-size: 18px;
    padding: 10px;
    color: var(--forth-color);
}

.mx-1 {
    padding: 0px 15px;
}


.part {

    color: var(--forth-color);
}


/*================= scroller ends =================*/



/*============== timer ======================*/


.timer-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/12/Group-248x94-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
}

#timer {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.hurrytimer-campaign-363 .hurrytimer-headline {
    font-weight: 500;
    margin-bottom: 15px;

}

.hurrytimer-campaign-363 .hurrytimer-timer {
    display: inline-flex;
    vertical-align: middle;
    /* float: right !important; */
    padding: 0px 20px;
}

/*============== timer ends  ======================*/


/*============== timer sample ======================*/

.sum-name {
    color: #fff;
    text-align: left;
}

.timer-bg1 {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/12/Group-2f4895.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
}


.rotor-group-heading {
    color: var(--primary-color);
}

.gpls-wpsctr-countdown-timer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    width: 100%;
}

.flipdown.flipdown__theme-dark .rotor-leaf-front {
    background-color: #0B2787;
    color: #ffffff;
}

.flipdown.flipdown__theme-dark .rotor-bottom {
    background-color: #1f3993;
    color: #e7e7e7;
}

.flipdown.flipdown__theme-dark .rotor-top {
    background-color: #0B2787;
    color: #e7e7e7;
}

.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    background-color: #0B2787;
    color: #e7e7e7;
}

/*============== timer sample ends ======================*/


/*================= about us =================*/

.about-bg {
    width: 100%;
    height: auto;
    background-color: #ddeeff;
    padding: 40px;
}


/*================= about us ends =================*/




/*================= who_should_attend =================*/

.who_should_attend_bg {
    width: 100%;
    height: auto;
    /* background-image: url(/wp-content/uploads/2023/11/Rectangle-16.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    backface-visibility: visible;
    background-attachment: fixed; */
    padding: 40px 0px;


}

.points {
    display: flex;
    padding-left: 0px;

}

.points4 {
    display: flex;
    padding-left: 0px;
    justify-content: center;

    align-items: center;

}

.points2 {
    display: flex;
    padding-left: 0px;


    align-items: center;

}

.no {

    color: #fff;
    padding-top: 0px;

}


.vd {
    width: 20%;
    height: auto;
    border-radius: 3px;
    background-color: #0B2787;
    padding: 4px;
}


/*================= who_should_attend ends =================*/



/*================= y-attend-bg =================*/

.y-attend-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/10/Rectangle-901-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;

}

.points {
    display: flex;
    padding-left: 0px;

}


/*================= y-attend-bg ends =================*/


/*================= speakers =================*/


.img_div {
    width: 100%;
    height: auto;
}

.overlay {
    width: 100%;
    height: 115px;
    /* position:absolute;
    bottom:0%; */
    background-color: #0c467b;
    padding: 8px 8px 0px 8px;

}

.details-name {
    font-family: var(--primary-font);
    color: var(--forth-color);
    letter-spacing: 1px;
}

.details-designation {
    color: var(--forth-color);
    font-family: var(--secondary-font);
    font-weight: normal;
    margin-bottom: 0px;
}

.kf1 {
    display: flex;
    justify-content: left;
    /* padding:0px !important; */
}

.card-body {
    /* width:100%; */
    height: 160px;
    padding: 0px;
    margin: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.carousel-control-next {
    width: 30px;
    justify-content: flex-end;


}

.carousel-control-prev {
    width: 30px;
    justify-content: flex-start;



}


.carousel-item {
    justify-content: center;
}



.carousel-control-prev-icon {
    background-image: url(/wp-content/uploads/2023/10/back.png);
}

.carousel-control-next-icon {
    background-image: url(/wp-content/uploads/2023/10/arrow-right.png);
}




/*================= speakers ends =================*/


/*================= sponsors =================*/

.sponsors-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/10/Rectangle-900.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

/* .sponsor-category {
    padding-top:45px;
} */

.sponsor-category h5:after {
    display: inline-block;
    margin: 5px 0 5px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: var(--primary-color);
    width: 140px;

}



.sponsor-category h5:before {
    display: inline-block;
    margin: 5px 20px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: var(--primary-color);
    width: 140px;
}

.card12 {
    width: 100%;
    height: 200px;
    box-shadow: 1px 1px 10px #0b2787 !important;
    border-radius: 10px;
    background-color: var(--forth-color);

}




.card1 {
    width: 100%;
    height: 170px;
    box-shadow: 1px 1px 10px #0b2787 !important;
    border-radius: 10px;
    background-color: var(--forth-color);

}

.card2 {
    width: 100%;
    height: 150px;
    box-shadow: 1px 1px 10px #0b2787 !important;

    border-radius: 10px;
    background-color: var(--forth-color);

}

.card3 {
    width: 100%;
    height: 120px;
    box-shadow: 1px 1px 10px #0b2787 !important;
    border-radius: 10px;
    background-color: var(--forth-color);
}





.sponsor-category_section {

    width: 75%;
    height: 45px;
    background-color: var(--primary-color);
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 15px ;
}

.sponsor-category_name {
    color: var(--forth-color);
    text-align: center;
    line-height: 45px;
    font-size: 15px;
}

.sponsor-category_name2 {
    color: var(--forth-color);
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.sponsor-logo {
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 20px;
    border-right: 5px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center
}

.sponsor-logo2 {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 24px;
    border-right: 5px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center
}


.sponsor-category_section2 {

    width: 95%;
    height: 25px;
    background-color: var(--primary-color);
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 15px ;
}




/*================= sponsors ends =================*/




/*================= partners =================*/

.partners-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/10/Rectangle-811.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.lswssp-logo-title {
    margin: 5px 0px 0px 0px;
    color: #ffffff;
    font-size: 20px;
}


/*================= partners ends =================*/


/*================= image gallery =================*/

.slick-dots {
    display: none !important;
}

.btn {
    background: var(--primary-color);
    color: var(--forth-color);
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 550;
}

.btn:hover {
    background: var(--hover-color);
    color: var(--primary-color);
}

.btn1 {
    background: var(--secondary-color);
    color: var(--third-color);
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 550;
    border-radius: 5px;
}

.btn1:hover {
    background: var(--hover-color);
    color: var(--third-color);

}

.aigpl-gallery-slider .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 9;
    padding: 0;
    margin: 0px;
    display: inline-block;
    background-color: rgb(157 157 157 / 0%);
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


/*================= image gallery ends =================*/


/*================= video gallery =================*/

.carousel4 {
    position: relative;
    min-height: 20px;
    height: auto !important;
    background: #ffffff center center no-repeat;
    border: 0px solid #ffffff;
    box-shadow: none !important;

    -webkit-box-shadow: none !important;
}


/*================= video gallery ends =================*/




/*=============== Summit Highlights==================*/

.Summit_Highlights-bg {
    width: 100%;
    height: auto;
    background: var(--primary-color);

    padding: 25px 0px;
}

/*=============== Summit Highlights ends ==================*/

/*================= quick links =================*/

.quick-links-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/10/Rectangle-901-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

.card4 {
    width: 100%;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--forth-color);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.link-section {
    /* line-height:150px; */
    border-right: 4px solid var(--secondary-color);

}

.card4:hover {

    background-image: url(/wp-content/uploads/2023/12/19339-Converted-01-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-left: 3px solid var(--primary-color);

    /* background-color: var(--primary-color);
    color:var(--secondary-color); */
    transform: scale(1.1);
    /* Scale the card by 10% */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /* Add a shadow */
    opacity: 0.9;
    /* Slightly reduce opacity */

}



/*================= quick links ends =================*/


/*================= contact us =================*/

.card5 {
    width: 100%;
    height: 220px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--forth-color);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    border-bottom: 4px solid var(--primary-color);
}


.head {
    font-family: var(--primary-font);
}

.anim {
    width: 14%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px;
}

.anim1 {
    width: 10%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px;
}

.ancho {
    color: var(--primary-color);
}

.ancho:hover {
    color: var(--hover-color);
}

.card5-1 {
    width: 100%;
    height: 440px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url(/wp-content/uploads/2023/12/Rectangle-1072.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    border-bottom: 4px solid var(--hover-color);
    color: var(--forth-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*================= contact ends =================*/


/*================= subscription =================*/

.subscription-bg {
    width: 100%;
    height: 630px;
    background-image: url(/wp-content/uploads/2023/10/Group-2482n8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.map {
    width: 100%;
    height: 300px;
}

.forms {
    width: 100%;
    height: 630px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form-bg {
    background-color: var(--primary-color);
    padding: 20px;

}


.wpforms-field-label {
    color: var(--forth-color) !important;
    font-weight: 500 !important;
}

#wpforms-submit-104,
#wpforms-submit-100 {
    background-color: var(--secondary-color);
    color: var(--third-color);
}

.wpforms-submit-container {
    padding-top: 0px !important;
}

.anchor2 {
    color: var(--forth-color);
    padding: 10px;

}

.anchor2:hover {
    color: var(--hover-color);

}

.kf {
    display: flex;
    justify-content: center;
    padding: 10px;
}

/*================= subscription ends =================*/



/*================= footer =================*/

.footer-bg {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/uploads/2023/10/Mask-group.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.jlo {
    text-align: left;

}


.kkk {
    justify-content: space-around;
    display: flex;
    justify-content: center;
}

.anchor-3 {
    color: var(--forth-color);
    font-weight: 400;
    padding: 2px;
}

.pp {
    padding: 4px 0px;
}

.tr {
    display: flex;
    justify-content: center;
}

.anchor-3:hover {
    color: var(--hover-color);

}

.er {
    padding-left: 25px;
}

.ert {
    padding-left: 8px;
}



/*================= footer ends =================*/








@media screen and (max-width:767px) {

    
  

    .co-hosted {
        width: 100%;
        display: flex;
        /* flex-direction: row;
        justify-content: space-between;
        align-items: center; */
    }

    .hph {
        width: 60%;
    }

    .hph1 {
        width: 7 0%;
    }

    .uuui {
        font-size: 12px;
        color: var(--secondary-color);
    }

    /*     
    .head_part_image {
        display:none;
    }
     */
    #navbarNavDropdown {

        background: var(--primary-color);
        z-index: 1;

    }

    /* .navv{
        padding:0px 0px !important;
        
    } */

    .second-logo {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--forth-color);

    }

    /* .caption {
        position: relative;
        top: 20%;
        left: 0%;
        right: 0%;
       
        padding-left: 15px;
    } */


    .headingff {
        font-size: 30px;
    }

    .ooo {
        font-size: 8px;
    }

    .about-bg {

        padding: 10px;
    }


    .timer-bg {

        padding: 20px;
    }

    .hurrytimer-cdt__headline .hurrytimer-headline {
        font-size: 18px !important;
        padding: 0px !important;
    }


    .hurrytimer-campaign-363 .hurrytimer-headline {
        font-weight: 500;
        margin-bottom: 15px;

    }

    .sum-name {
        color: #fff;
        text-align: center;
    }


    .date {

        padding: 1px 5px !important;
        font-weight: 500;
        border-radius: 2px !important;
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }

    .hg {
        color: var(--forth-color);
        font-weight: 600;
        font-size: 24px !important;
        padding: 5px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }

    .venue {
        padding-top: 12px;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .uu {
        font-size: 14px;
        color: #c7c7c7 !important;
        margin-bottom: 8px;
    }



    .date {
        color: var(--forth-color);
        background: var(--hover-color);
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 5px;
    }

    .hg {
        color: var(--forth-color);
        font-weight: 600;
        font-size: 60px;
        padding: 10px 0px 10px 0px;
    }



    .wrap {
        display: flex;

        justify-content: right;
        height: 250px !important;
        align-items: flex-end !important;
    }

    .caption1 {
        padding: 16px;
    }

    .circle {
        /* background: plum; */
        width: 500px;
        height: 250px !important;

    }

    .date1 {

        padding: 1px 5px !important;
        font-weight: 500;
        border-radius: 2px !important;
        font-size: 10px !important;
        margin-bottom: 0px !important;
    }

    .hg1 {
        color: var(--primary-color);
        font-weight: 600;
        font-size: 16px !important;
        padding: 5px 0px 0px 0px !important;
        margin-bottom: 0px !important;
    }

    .venue1 {

        font-size: 12px;
        margin-bottom: 0px;
    }

    .uu1 {
        font-size: 12px;
        color: #c7c7c7 !important;
    }



    .date {
        color: var(--third-color);
        background: var(--hover-color);
        padding: 10px 20px;
        font-weight: 600;
        border-radius: 5px;
    }

    .hg {
        color: var(--forth-color);
        font-weight: 600;
        font-size: 60px;
        padding: 10px 0px 10px 0px;
    }



    .list {

        padding: 2px;

    }

    .nb {
        justify-content: space-between !important;
        padding: 0px 16px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline-flex;
        justify-content: flex-end;
    }

    .social-media1 {
        display: flex;
        justify-content: flex-end;
        padding-right: 0px;
    }

    .social-media {

        padding-left: 0px;

    }

    /* .logo {
        width:60%;
    } */
    .navbar-nav {
        margin-left: 0px !important;
    }

    .navbar-brand {

        /* margin-left: 16px; */
        margin-right: 0px;

    }

    .scroller-text {
        font-size: 16px;

    }

    .nav_bar_top_strip {
        background-color: var(--forth-color) !important;
        font-weight: 500;
        align-items: flex-start;
    }


    .who_should_attend_bg {

        padding: 20px 0px;


    }

    .sponsor-category h5:after {
        display: inline-block;
        margin: 5px 0 5px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: var(--primary-color);
        width: 40px;

    }



    .sponsor-category h5:before {
        display: inline-block;
        margin: 5px 20px 5px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: var(--primary-color);
        width: 40px;
    }

    #wpforms-100-field_3-container {
        width: 100%;
    }

    #wpforms-100-field_1-container {
        width: 100%;
        margin-left: 0px;
    }

    .contact-form-bg {
        padding: 16px;
    }

    .subscription-bg {
        width: 100%;
        height: auto;
    }

    .forms {
        width: 100%;
        height: auto;

    }

    .tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    .jh {
        padding-left: 0px !important;
        margin-bottom: 0px;
    }

    .er {
        padding-left: 0px;
    }



}

/* ==============  hidden   ==================*/

.hidden {
    height: 60px;
}

/* .hidden1{
    height:100px;
} */


@media screen and (min-width:767px) {


    .hidden {
        height: 40px;
    }
    .marleftcss
    {
        margin-left: 15% !important;
    }



}


@media screen and (min-width:360px) and (max-width:599px) {

    .timer-bg {
        height: 250px !important;
        padding: 10px;
    }

    .hurrytimer-cdt__headline .hurrytimer-headline {
        font-size: 18px !important;
        padding: 0px !important;
    }
    /* .caption {
       
        top: 21%;
       
        padding-left: 15px;
    } */

    .ooo {
        font-size: 10px;
    }



    #default-logo,
    #scroll-logo {
        width: 40% !important;
    }

    .co-hosted {
        width: 100%;
        display: flex;

    }

    .pooiu {
        font-size: 14px;
    }

    .sum-name {
        color: #fff;
        text-align: center;
    }

    .er {
        padding-left: 0px;
    }
    
    .Organised_by {
    
        padding-top:20px;
    
    }
   

    /* .inner-banner {
            width: 100%;
            height: 250px;
            margin-top: 75px;
            background-image: url(/wp-content/uploads/2023/11/agenda_banner.png);
            background-position: center;
            background-size: cover;
        }
    
        .inner-heading {
            color: #fff;
            line-height: 250px;
            padding-left: 25%;
            font-size: 40px;
        }
     */

}



@media screen and (min-width:600px) and (max-width:767px) {


    #default-logo,
    #scroll-logo {
        width: 34%;
    }

    .co-hosted {
        width: 100%;
        display: flex;

    }
    .oioi {
        width:20% !important;
      }

      .Organised_by {
    
        padding-top:0px !important;
    
    }



}

@media screen and (max-width:820px) and (max-height:1180px) {

    .co-hosted {
        width: 70%;
        display: flex;

    }


    .forms {

        height: auto !important;
    }


    .details-name {
        font-size: 15px;
    }

    .social-media {

        padding-left: 0px;
    }

    .social-media1 {

        padding-right: 0px;

    }

    .tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    ul .jh {
        padding-left: 0px;
    }
    .Organised_by {
       
        padding-top:20px;
    
    }
    #countdown li {
     
        padding: 1em 1em;

        /* box-shadow: 0px 0px 6px #0b2787 !important; */
    }


}

@media screen and (max-width:1180px) and (max-height:820px) {

    .forms {

        height: auto !important;
    }

    .tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }
    #countdown li {
     
        padding: 1em 1em ;

        /* box-shadow: 0px 0px 6px #0b2787 !important; */
    }



}

.hidden {
    display: none;
}


#myErrorModal .errorbodyimg {
    text-align: center;
    background: #e2747e;
    padding: 40px;
}

#myErrorModal .errorbodycontent button {

    border-radius: 25px;
    background: #e2747e;
    border-color: #e2747e;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

#myErrorModal .errorbodyimg img {
    width: 100px;
}

#mySuccessModal .successbodyimg {
    text-align: center;
    background: green;
    padding: 40px;
}

#mySuccessModal .successbodycontent button {

    border-radius: 25px;
    background: green;
    border-color: green;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

#mySuccessModal .successbodyimg img {
    width: 100px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.scroll_text{
    padding: 10px !important;
}