.theme-color {
    color: #5ebb46;
}

.theme-opp-bg {
    background-color: #00A6AA;
}

.theme-bg {
    background-color: #53b13b;
}

.theme-color-opp {
    color: #00A6AA;
}

.race-theme {
    color: #5fbe36;
}

.theme-color-blue {
    color: #04b3b7;
}

.race-theme-bg {
    background-color: #5fbe36;
}

.race-logo-main img {
    height: 230px;
}

/*.race-header-logo {
    width: 250px;
}*/

.banner-venue-text {
    font-size: 22px;
}

.inner-banner-logo img {
    height: 150px;
}

.inner-banner-expo-logos img {
    height: 75px;
}


.home-border {
    border-right: 1px solid #fff;
}

.navbar-logos img {
    height: 70px;
}

.theme-border-color{
    border-color: #80ba27 !important;
}

.race-theme {
    color: #5fbe36;
}

.race-theme-bg {
    background-color: #5fbe36;
}

.text-small {
    font-size: 13px;
}

#testimonials .owl-dots .owl-dot.active span,
#testimonials .owl-dots .owl-dot:hover span {
    background-color: #80BA27;
}

.homeBanner {
    background-image: url(../images/plastic-recycling/race-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: calc(600px - 100px);
    display: flex;
    align-items: end;
}

.banner {
    background-image: url(../images/plastic-recycling/race-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.form-banner {
    background-image: url(../images/plastic-recycling/form-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.about-event {
    background: url(../images/plastic-recycling/about-event-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.REGISTER-FOR-FREE {
    background: url(../images/plastic-recycling/REGISTER-FOR-FREE.png) no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.ENQUIRE-ABOUT-EXHIBITING {
    background: url(../images/plastic-recycling/ENQUIRE-ABOUT-EXHIBITING.png) no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.SPONSORSHIP-OPPORTUNITIES {
    background: url(../images/plastic-recycling/download-brochure.png) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 260px;
    z-index: 0;
}

.race-expo-boxes img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.BOOK-YOUR-STAND {
    background: url(../images/plastic-recycling/book-stand1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.why-sponsor {
    background: url(../images/plastic-recycling/why-sponsor.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.why-exhibit {
    background: url(../images/plastic-recycling/why-exhibit.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.additionalConferences {
    background: url(../images/plastic-recycling/Unified-Industry-Expo.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
    .stay-connected {
    background: url(../images/plastic-recycling/stay-connected.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.Exhibitors-Enquiry-img {
    background: url(../images/plastic-recycling/Exhibitors-Enquiry.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;
}

.navbar-nav .dropdown-menu {
    background-color: #53b13b;
}

.navbar-nav .dropdown-menu li .dropdown-item {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

  .navbar-nav .dropdown-menu li .dropdown-item:hover {
   background-color: #6e9f22;
 }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .BOOK-YOUR-STAND::before {
        right: -190px !important;
    }
}

.theme-color-green {
    color: #80BA27;
}

/* BLOGS styles */



.newsTopThreeList {
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.newsTopThreeList::-webkit-scrollbar {
    width: 2px;
}

.newsTopThreeList::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.newsTopThreeList::-webkit-scrollbar-thumb {
    background: #888;
}

    .newsTopThreeList::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.newsTopThreeList::-webkit-scrollbar-button {
    display: none;
}



.blog-border {
    border-right: 5px 5px 0 0, #dee2e6;
}




/* Custom border using ::before */

.news-item:last-child {
    border-bottom: none;
}



.news-item img.rounded-thumbnail {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.news-item .fa-circle-user {
    color: #333;
}

.news-item h6 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-item a.theme-btn {
    font-size: 12px;
    width: fit-content;
}



/* Styling for Fixed Sidebar */
.fixed-sidebar {
    position: sticky;
    top: 100px;
}

.fixed-sidebar .filter-section {
    margin-bottom: 30px;
}

.fixed-sidebar .filter-section .btn {
    width: 100%;
    margin-bottom: 10px;
    background-color: #dee2e6;
    color: black;
    font-size: 14px;
}

        

.fixed-sidebar .stay-connected .btn-linkedin {
width: 100%;
background-color: #0077b5;
color: #fff;
border: none;
padding: 10px;
border-radius: 5px;
}


.row {
    margin: 0;
}

.category {
    font-size: 24px;
}


.linkedin-box {
    background-color: #dee2e6;
    height: 190px;
    border-radius: 5px;
}

    .linkedin-box .stay-heading {
        font-size: 24px;
    }

img.rounded-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.title-blog {
    font-size: 18px;
    font-weight: 600;
}

.selected-category {
    background-color: black !important;
    color: white !important;
}


.speaker-photo > img {
    border-radius: 200px;
    border: 1px solid #808080;
    padding: 5px;
    transition: all 0.5s ease;
}

a.speakergrid {
    position: relative;
    z-index: 10;
}

a.speakergrid:hover {
    text-decoration: none;
}

.theme-color-speaker-green {
    color: #9ee92a;
}

.speaker-agenda-list img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 2px solid #80BA27;
    padding: 5px;
    object-fit: cover;
    max-width: none;
}

.speaker-agenda-list {
    display: flex;
    justify-content: center;
}

.agenda-background{
    background-color: #e3e3e3;
}

speaker-photo-agenda > img {
    border-radius: 200px;
    border: 2px solid #80BA27;
    padding: 5px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.box {
     border-radius: 20px; 
     background: #fff; 
     position: relative; 
    text-align: center;
}
    .box a:hover {
        opacity: 1;
    }

    .box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0px;
        height: 100%;
        border-radius: 20px;
        transition: all 0.3s ease;
    }

    .box:hover:before {
        width: 100%;
    }

    .box:hover .image-wrapper {
        padding: 0;
    }

    .box:hover .box-desc {
        color: #fff;
    }

    .box:hover .social li a {
        background: #fff;
        background-image: none;
        color: #000;
    }

        .box:hover .social li a:hover {
            background: #1d1d1d;
            color: #fff;
        }

.image-wrapper {
    position: relative;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s ease;
}

    .image-wrapper img {
        border-radius: 50%;
        transition: all 500ms ease;
    }

.box-desc {
    position: relative;
}

.speakergrid {
    min-height: 360px;
    max-height: 415px
}

.company-logo img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.speaker-company-logo img{
    height: 40px;
    width: 200px;
    object-fit: contain;
    margin-left: auto;
}

.btn-website {
    background-color: #04b3b7;
    color: white;
}

.btn-website:hover {
    background-color: #9ca2a3;
    color: white;
}

.speaker-photo-border {
    width: 140px;
    height: 140px;
    position: relative;
}


.speaker-photo1 > img {
    border-radius: 200px;
    border: 2px solid #80BA27;
    padding: 5px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.blog-custom-photo > img {
    border-radius: 200px;
    padding: 7px;
    width: 160px;
    height: 160px;
    object-fit: cover;
}
.speaker-position {
    font-size: 16px;
}

.no-speaker {
    height: 300px;
}

speaker-companyname{
    font-size: 14px;
}

speaker-designation{
    font-size: 13px;
}

@media (max-width: 768px) {
    .news-list.border-end {
        border-right: none !important;
    }

    .category {
        font-size: 20px;
    }

    .news-item {
        padding: 0;
    }

    .speaker-company-logo img {
        width: auto;
    }
}


@media (max-width: 576px) {

    .mobile-text {
        text-align: center;
    }

    .mobile-img {
        justify-content: center;
    }

    .home-border {
        border-right: none;
    }

    .speaker-company-logo img {
        width: auto;
    }

    .race-logo-main img {
        height: 100px;
    }

    .navbar-logos img {
        height: 30px;
    }

    .banner-venue-text {
        font-size: 14px;
    }

    .inner-banner-expo-logos img {
        height: auto;
    }

    .race-header-logo {
        width: 150px;
    }

    .agendalink {
        margin-bottom: 30px;
        padding-bottom: 30px;
        display: block;
        border-bottom: 1px solid #999;
    }

}

.race-btn-color{
    color: #000 !important;
    font-weight: 700 !important;
}
.btn:hover a.race-btn-color {
    color: white !important;
}

.race-to-recycle {
    position: absolute;
    right: 0px;
    bottom: -14px;
}

    .race-to-recycle img {
        width: 100%;
        height: 70px;
        object-fit: contain;
        margin-left: auto;
    }