.hero:before {
    content: "";
    background:
        transparent !important;
    position: absolute;
    inset: 0;
    z-index: 2;
}

img.carousel_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.car_card {
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ededed;
    background-color: white;
}

.car_card:hover {
    /*  background-color: rgba(29, 46, 82, 0.16); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.car_cont {
    padding: 15px 25px;
    text-align: left;
}

p.car_date {
    font-weight: bold;
    color: #3D9E47;
}

p.car_event_name {
    color: #223F8B;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

p.car_topic {
    font-size: 13px;
}

div#mainFloat {
    position: fixed;
    bottom: 60px;
    /* top: calc(50% - 10px); */
    background: linear-gradient(84deg, rgba(61, 158, 71, 1) 0%, rgba(52, 103, 188, 1) 87%);
    padding: 10px 30px;
    width: 250px;
    border-radius: 50px 0 0 0;
    display: flex;
    color: white;
    z-index: 99;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 85%;
    padding-right: 5px;
    height: 100px;
}

.float-x {
    display: grid;
    align-items: center;
    text-align: center;
    width: 20%;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

a.float-link {
    display: grid;
    align-items: center;
    width: 80%;
    text-align: center;
    color: white;
    cursor: pointer;
}

span.float-head {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}

a.reg_btn {
    text-align: left;
    color: white;
    margin: auto;
    border-radius: 0 25px;
    font-size: 2rem;
    padding: 10px 35px;
    width: 80%;
    display: block;
    background: #182F56;
    background: linear-gradient(103deg, rgba(24, 47, 86, 1) 10%, rgba(41, 87, 122, 1) 55%, rgba(34, 63, 139, 1) 90%);
}

a.reg_btn:hover {
    cursor: pointer;
    background-color: #223f8b;
}

.countdown_cont {
    display: inline-flex;
    font-size: 2.5rem;
    color: white;
}

.countdown_cont_label {
    display: inline-flex;
    font-size: 1rem;
    color: white;
}

.countdown_days_lbl {
    padding: 5px;
    width: 100px;
    text-align: center;
}

.countdown_days,
.countdown_hrs,
.countdown_min,
.countdown_sec {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 60px;
    text-align: center;
    position: relative;
}

.d-cont,
.h-cont,
.m-cont,
.s-cont {
    display: inline-flex;
    position: relative;
}

.d-cont:after {
    content: "Days";
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: -35%;
    text-align: center;
    background: transparent;
    width: 100%;
    left: 0;
    font-weight: bold;
}

.h-cont:after {
    content: "Hours";
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: -35%;
    text-align: center;
    background: transparent;
    width: 100%;
    left: 0;
    font-weight: bold;
}

.m-cont:after {
    content: "Minutes";
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: -35%;
    text-align: center;
    background: transparent;
    width: 100%;
    left: 0;
    font-weight: bold;
}

.s-cont:after {
    content: "Seconds";
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: -35%;
    text-align: center;
    background: transparent;
    width: 100%;
    left: 0;
    font-weight: bold;
}

.semi_ctn {
    background: transparent;
    color: black;
    padding: 5px;
    border-radius: 10px;
    margin: 2px;
    width: fit-content;
    text-align: center;
    display: grid;
    align-items: center;
}

.header-ct-1 {
    
    padding: 9% 6%;
    padding-top: 150PX;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 110%;
    min-height: 600px;
    text-align: left;
}

.header-ct2 {

    padding: 2% 6%;
}

.header-style-1 {
    font-size: 2rem;
}

.header-style-1a {
    font-size: 2.5rem;
    margin-bottom: 0px;
    color: #fff;
}


@media only screen and (max-device-width: 600px) {
    .cstm-head-1 {
        padding-top: 50px !important;
    }

    .cstm-head-2 {
        margin-top: 20px;
    }

    .countdown_days,
    .countdown_hrs,
    .countdown_min,
    .countdown_sec {
        width: 30px;
        padding: 2px;
        border-radius: 5px;
    }
}

.countdown_cont {
    display: inline-flex;
    font-size: 2rem;
    color: white;
}

.semi_ctn {
    margin: -5px;
}

.gallery img {
    width: 100%;
    height: 340px;
    border-radius: 0;
    object-fit: cover;

}

.img-label-cont {
        background: NONE;
    color: white;
    padding: 10px 10px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    POSITION: ABSOLUTE;
    bottom: 1%;
    
    FONT-SIZE: 1.5rem;
    line-height: 30px;
}

.abt_overlay {
    cursor: pointer;
    position: relative;
}

.spk_cont {
    background: #1d2e52;
    color: white;
    min-height: 150px;
    border-radius: 0 0 10px 10px;
    text-align: left;
    padding: 0px 20px;
}

img.spk_img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 60px 0 0;
    margin-bottom: 0px;
}

.spk_card {
    height: 100%;
    border-radius: 0 60px 0 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #e3dfdf;
}

.spk_name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2px;
    display: grid;
    min-height: 75px;
    align-items: center;
}

.spk_comp {
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
    margin: 0px;
    font-style: italic;
}

.spk_pos {
    color: #3D9E47;
    font-size: 1rem;
    font-weight: 500;
    margin: 0px;
}

img#st_img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

p#st_name {
    color: #223F8B;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0;
}

p#st_position {
    color: #3D9E47;
    margin: 0;
}

p#st_org {
    font-style: italic;
    font-weight: 500;
}

.st_event {
    padding: 15px;
    background: #dcf4ff;
    border-radius: 10px;
    margin-top: 10px;
}

p#st_event_name {
    font-weight: 600;
    text-align: justify;
}

.st-icon {
    color: purple;
}

.sponsor_head {
    background-color: #9ad8f2;
    border-radius: 0 15px 0 15px;
    padding: 15px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.center-alignment-logo {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.center-alignment-logo img {
    margin: 10px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.sponsor_tier {
    text-transform: uppercase;
}


.header-discover {
    background: #FFBC00;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 50px;
    color: #0D0D0D;
        padding-right: 5px;
}

img.caret_right {
    height: 35px;
    margin-left: 10px;
    border-radius: 50px;
    width: 35px;
}