.cstm-head-1 {
    text-align: left;
}

.breadcrumbs {
    display: inline-flex;
}

.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 {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 50%;
    text-align: center;
    position: relative;
}

.d-cont,
.h-cont,
.m-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;
}

.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 {
    background-color: #0D0D0D;
    background: url('/public/assets/kem/bg-1.png');
    padding: 9% 6%;
    padding-top: 150PX;
    padding-bottom: 0PX;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    min-height: 200px;
    text-align: left;
}

.header-ct2 {

    padding: 2% 6%;
}

.header-style-1 {
    font-size: 2rem;
    font-weight: bold;
}

.header-style-1a {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff;
}

.header-style-1b {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    color: #1d2e52;
}

.header-style-1c {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

    .header-ct-1 {
        background-size: cover;
    }
}


@media only screen and (max-device-width: 600px) {
    .cstm-head-1 {
        padding-top: 50px !important;
        margin-top: 8%;
    }

    .cstm-head-2 {
        margin-top: 0px;
    }

    .header-ct-1 {
        background-size: cover;
    }

}



.hero:before {
    content: "";
    background:
        transparent !important;
    position: absolute;
    inset: 0;
    z-index: 2;
}

.sb-start {
    padding: 5px;
    display: grid;
    text-align: center;
    align-items: center;
    border-radius: 30px 0 0 30px;
    position: relative;
    z-index: 10;

}

.sb-start:before {
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(61, 158, 71, 1) 0%, rgba(34, 63, 139, 1) 80%);
    width: 100%;
    height: 100%;
    z-index: -58;
    top: 0;
    left: 0;
    border-radius: 30px 0 0 30px;
}


.sb-mid {
    padding: 5px;
    display: grid;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-left: 0px;
}

.sb-mid:before {
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(61, 158, 71, 1) 0%, rgba(34, 63, 139, 1) 80%);
    width: 100%;
    height: 100%;
    z-index: -58;
    top: 0;
    left: 0;
    border-radius: 0;
}

.sb-end {
    padding: 5px;
    display: grid;
    ;
    text-align: center;
    align-items: center;
    border-radius: 0px 30px 30px 0px;
    position: relative;
    z-index: 10;
    padding-left: 0px;
}

.sb-end:before {
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(61, 158, 71, 1) 0%, rgba(34, 63, 139, 1) 80%);
    width: 100%;
    height: 100%;
    z-index: -58;
    top: 0;
    left: 0;
    border-radius: 0 30px 30px 0px;
}



.sb_img_cont {
    margin: auto;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(339deg, rgba(61, 158, 71, 1) 0%, rgba(34, 63, 139, 1) 60%);
    display: grid;
    align-items: center;
    width: 93px;
    text-align: center;
}


.sb_img_cont_2 {
    background-color: white;
    border-radius: 50%;
    padding: 5px;
}

.sb_img {
    height: 50px;
    margin: 10px;
}

.white_bg_start {
    width: 100%;
    height: 100%;
    background-color: white;
    display: grid;
    padding: 20px;
    border-radius: 30px 0 0 30px;
}

.white_bg_end {
    width: 100%;
    height: 100%;
    background-color: white;
    display: grid;
    padding: 20px;
    border-radius: 0px 30px 30px 0px;
}

.white_bg {
    width: 100%;
    height: 100%;
    background-color: white;
    display: grid;
    padding: 20px;
}

label.sp-lbl {
    color: #1d2e52;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}


@media only screen and (max-device-width: 600px) {

    .sb-start:before {
        border-radius: 0;
    }

    .sb-mid:before {
        border-radius: 0;
    }

    .sb-start {
        border-radius: 0px;
    }

    .sb-mid {
        padding-left: 5px;
    }

    .sb-end {
        padding-left: 5px;
    }

    .sb-end:before {
        border-radius: 0;
    }


    .white_bg_start {
        border-radius: 20px;
    }

    .white_bg {
        border-radius: 20px;
    }

    .white_bg_end {
        border-radius: 20px;
    }

}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
    position: absolute;
    left: calc(50% - 10px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fff;
    transition: 0.3s;
    line-height: 1.2;
}


.abt-ct-1 {
    background: #223F8B;
    padding: 25px 10px;
    height: 100%;
    border-radius: 10px;
    display: grid;
    align-items: center;
}


.car_card {
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-height: 350px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ededed;
    position: relative;
}


.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: 500;
    text-align: left;
    margin: 0px;
}

p.car_topic {
    font-size: 13px;
}


.portfolio .portfolio-content .portfolio-info h4 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    background-color: var(--accent-color);
}

button.btn.btn-md.btn-more {
    background: #3D9E47;
    color: white;
    margin-top: 10px;
    font-size: 0.8rem;
    border-radius: 25px;
    padding: 5px 25px;
    position: absolute;
    bottom: 15px;
    right: 25px;
}