body{
    background: url(../img/banner/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.white{color: #fff !important;}
.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ececec;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #20C1AA !important;
}
.banner{
    background: url(../img/banner/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
}
.header-height {
    margin-top: 130px;
}
.carousel-caption h5 {
    color: #333;
}
.banner-inn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-inn img {
    width: 300px;
    margin-right: 30px;
}
.banner-cndnt {
    text-align: left;
    border-end-end-radius: 10px;
    margin: 30px 0 30px 30px;
    padding-left: 10px;
    color: #333;
    position: relative;
}
.cea-carousel-item {
    min-height: 350px;
    height: 100%;
}
.banner-cndnt div::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #F78E1E;
    left: -30px;
    top: 0;
    border-radius: 10px;
}
.banner-cndnt span {
    font-size: 14px;
}
.banner-cndnt p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.banner-cndnt h3 {
    font-size: 25px;
    font-weight: 600;
}
.banner-cndnt h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
.logos img{
    margin-right: 10px;
}
a.logos-cnt {
    border: 1px solid #b9b9b9;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 15px;
    margin-left: 5px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
}
img.cover-img.event-img {
    height: 200px;
}
.cea-dmand {
    background: rgb(17,21,20);
    background: -moz-linear-gradient(124deg, rgba(17,21,20,1) 0%, rgba(85,90,89,1) 100%);
    background: -webkit-linear-gradient(124deg, rgba(17,21,20,1) 0%, rgba(85,90,89,1) 100%);
    background: linear-gradient(124deg, rgba(17,21,20,1) 0%, rgba(85,90,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111514",endColorstr="#555a59",GradientType=1);
    padding: 40px 20px 30px 30px;
    border-radius: 20px;
}
.dmnd-card {
    background: none;
    box-shadow: none;
    color: #fff;
}
.dmnd-card h6{
    color: #fff;
}
.dmnd-card .card-content-right span{
    color: #fff;
    font-size: 13px;
}
.dmnd-card .card-content-right .catagory {background: none;}
.dmnd-card .card-content-right span.inner-sec {color: #7B7B7B; box-shadow: none;}
.logos-img{width: 70px; margin-right: 10px; background: #fff;}
.card-body.spnsrd-cndnt {
    background: #fff;
    height: 200px;
    bottom: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    z-index: 9;
    padding: 0 30px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.card-body.spnsrd-cndnt h4{
    font-size: 1.5rem;
    font-weight: 500;
}
.dmand-logo-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.actvty-hd {
    text-align: center;
    margin: 25px 20px 20px;
}
.actvty-hd h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.actvty-hd p {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.search-box.actvty-srch {
    border: 1px solid #CBCBCB;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
}
.search-box.actvty-srch span {
    margin-right: 15px;
    color: #20C1AA;
    font-weight: 400;
    font-size: 1.2rem;
}
.search-box.actvty-srch input{font-size: 14px;}

select.form-select.sort-select {
    border: 1px solid #CBCBCB;
    font-size: 14px;
    color: #393939;
    border-radius: 7px;
}
.accordion.actvty-accrdn{
    margin-bottom: 20px;
}
.accordion.actvty-accrdn .accordion-item {
    border: none;
    border-bottom: 1px solid #e7e7e7;
}
.accordion.actvty-accrdn .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    color: #393939;
    font-size: 1rem;
    font-weight: 700;
}
.accordion.actvty-accrdn .accordion-button{
    color: #393939;
    font-size: 1rem;
    font-weight: 700;
}
.accordion.actvty-accrdn .accordion-button:focus {
    box-shadow: none;
}
.accordion.actvty-accrdn .accordion-button::after {
    width: 17px;
    height: 17px;
    background: url(../img/download.svg) no-repeat;
    margin-top: 10px;
}
.accordion.actvty-accrdn .accordion-button:not(.collapsed)::after{
    background: url(../img/download.svg) no-repeat;
    margin-top: 0px;
}
.accordion-button {
    background-color: transparent;
}
.accordion-body label {
    font-size: 1rem;
}
.accordion-body input[type="checkbox"] {
    margin-top: 6px;
    margin-right: 12px;
}
.find-box {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0px 4px 6px #00000014;
    border-radius: 10px;
}
.search-tag a {
    width: 20px;
    height: 20px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    margin-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: .8rem;
    margin-right: 5px;
}
.search-tag {
    background: #ededed;
    border-radius: 20px;
    font-size: .9rem;
    font-weight: 500;
    padding: 7px 12px;
}
.download-link a img {height: 40px !important;}
.recent-card a.btn {margin-top: 10px;}
.cea-dmand .card-body { padding-right: 0;}
.event h6{font-size: 1rem !important; line-height: 1.6rem !important;}
footer .logo img{max-width:160px !important;}
.footer-link h5{font-size: 1rem !important;}
.logos img {
    width: 55px;
    height: auto;
}
.card-content-right span {
    font-size: 0.65rem;
}
.catagory .inner-sec {
    padding: 7px 10px;
}
    
@media(max-width:1400px) {
    .dmand-logo-sec {display: block;}
    .dmand-logo-sec img {margin-bottom: 10px;}
    /* .cea-dmand{padding: 20px 0;} */
    .card-content-right span {font-size: 0.7rem;}
    .btn-primary{font-size: .875rem !important;}
}
@media(max-width:768px) {
    .banner-inn img {
        width: 200px;
        margin-right: 20px;
    }
    .banner-cndnt h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .banner-cndnt h2 {
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
    }
    .accordion.actvty-accrdn .accordion-button:not(.collapsed) {
        font-size: 14px;
        font-weight: 600;
    }
    .accordion.actvty-accrdn .accordion-button{
        font-size: 14px;
        font-weight: 600;
    }
    .accordion.actvty-accrdn label{
        font-size: 14px;
    }
    .card-content-right span {font-size: 0.75rem;}
    .card-body.spnsrd-cndnt h4 {font-size: 1.25rem;}
}


@media(max-width:575px) {
    .banner-inn img{display: none;}
    .search-box.actvty-srch{
        margin-bottom: 10px;
    }
    .download-link a img {
        height: 40px !important;
        margin-bottom: 10px;
    }
    .cea-carousel-item {
        min-height: 370px;
        height: 100%;
    }
    
}
