<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.candidate-search {
    margin: 0px 50px 50px 50px;
}

.candidate-search .forms {
    display: flex;
    justify-content: center;
    align-items: center;
}

.know-your-card {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.know-your-card .card {
    border-radius: 10px;
    box-shadow: 0px 1px 10px var(--inner-card-bgshadow);
    background: var(--inner-card-bg);
    border: none;
    transition: 0.7s;
    padding-top: 15px;
}


.know-your-card .card img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 20px auto 0px auto;
}

.know-your-card .card-body {
    padding: 1rem 1rem 5rem .8rem;
}


.know-your-card .card a {
    color: #20a926;
    font-size: 15px;
    cursor: pointer;
    bottom: 17px;
}


.know-your-card .card a i {
    padding: 5px 6px 6px 6px;
    font-size: 15px;
    transition: 0.5s;
    line-height: 20px;
    color: #ABABAB;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.inner-share {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

.event_video-new {
    height: 500px;
}


.scrool-new {
    height: 640px;
    overflow-x: hidden;
}

.support {
    float: right;
    justify-content: end;
    margin: 0;
    background: var(--support-bg);
    padding: 0px 10px 3px 13px;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
}


.support i {
    color: #43d749;
    font-size: 16px;
}


.support span {
    color: var(--grey);
    font-size: 13px;
    padding-left: 3px;
}

.count {
    float: right;
    margin: 0px 10px 0px 10px;
    font-size: 13px;
    color: var(--black);
    position: absolute;
    right: -8px;
    bottom: 48px;
    background: #fff9c1;
    height: 19px;
    border-radius: 3px;
    padding: 0px 2px 0px 2px;
    text-align: center;
}

.card:hover .count {
    color: var(--black);
}

.candidate-details .active {
    background: #4e9966;
}

.candidate-details .active i {
    color: var(--white);
}

.candidate-details .active span {
    color: var(--white);
}


.social-caption {
    background: #f3f3f3;
    padding: 12px 7px 7px 11px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.social-caption span {
    color: #5e5e5e;
    display: inline-block;
    margin-right: 9px;
}

.social-caption i {
    display: inline-block;
    font-size: 18px;
    margin-right: 12px;
}

.social-caption i:hover {
    color: #1f844a;
}




.card-body h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
}

.card-body p {
    font-size: 14px;
}


.candidate-details {
    text-align: center;
}

.candidate-details h5 {
    color: var(--grey);
    margin-bottom: 10px;
    font-weight: 600;
}

.candidate-details p {
    margin: 0;
    padding-left: 8px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: var(--small-txt-color);
}

.candidate-details strong {
    font-weight: 600;
    color: #5a5a5a;
}

.modal-title {
    text-transform: capitalize;
}

.candidates-social-position {
    position: absolute;
    width: 90%;
    bottom: 15px;
}

.candidates-social {
    padding-left: 0;
    margin-top: 0;
    width: auto;
    float: left;
}

.candidates-social a {
    font-size: 22px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    padding-top: 0px;
    cursor: pointer;
    display: inline-block;
}

.candidates-social a i:hover {
    color: var(--white) !important;
    border: 1px solid #41905a;
}

.content-sec .fa-facebook {
    color: #0866ff;
}

.content-sec .bi-twitter-x {
    color: #1d9ceb;

}

.candidates-social .facebook:hover i {
    border-color: #1093f4;
}

.candidates-social .instagram:hover i {
    border-color: #ff5b5b;
}

.candidates-social .twitter:hover i {
    border-color: var(--black);
}

.candidates-social .youtube:hover i {
    border-color: #FF0000;
}


.candidates-social .facebook:hover {
    background: #1093f4;
}

.candidates-social .instagram:hover {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fd1d1d, #fcb045, #ff5b5b);
    border-color: #ff5b5b;
}

.candidates-social .twitter:hover {
    background: var(--black);
    border-color: var(--black);
}

.candidates-social .youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.content-sec .fa-instagram {
    color: #ec4a55;
}


.content-sec .bi-instagram {
    color: #ec4a55;
}

.content-sec .fa-whatsapp {
    color: #54af42;
}

.candidate-search .form-control {
    border: 0px solid;
    border: 1px solid var(--table-color);
    padding: 7px 10px 7px 20px;
    border-radius: 33px;
    height: 45px !important;
    width: 335px;
    margin-right: 15px;
}


.candidate-search label {
    padding-top: 8px;
}


/* secheme */
.secheme-search {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.secheme-search .card {
    border: none;
    box-shadow: 0px 0px 10px var(--inner-card-bgshadow);
    border-radius: 10px;
    padding: 25px 25px;
    cursor: pointer;
    transition: 0.8s;
    background: var(--inner-card-bg);
}

.secheme-portlet {
    text-align: center;
}

.secheme-portlet img {
    width: auto;
    height: 77px;
    color: var(--card-heading);
}

.secheme-portlet p {
    text-align: center;
    margin: 14px 0 10px 0;
    color: var(--small-txt-color);
    line-height: 25px;
}


.secheme-portlet h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 26px;
    color: var(--card-heading);
}

.secheme-search .card:hover .secheme-hover {
    display: block;
    transition: 0.8s;
}

.secheme-text {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding-bottom: 0;
}

.secheme-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--card-hover-bg);
    border-radius: 10px;
    color: var(--white);
    padding: 16px 20px 10px 20px;
    text-align: center;
    transition: 0.8s;
    overflow: hidden;
}

.secheme-hover p {
    line-height: 25px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 19px;
    color: var(--white);
}

.secheme-hover a, .secheme-hover button {
    color: var(--black);
    margin-right: 5px;
    background: #f6ed37;
    padding: 18px 10px 10px 10px;
    font-size: 13px;
    border-radius: 50%;
    border: none;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
}


.secheme-hover button {
    line-height: 20px;
    padding: 10px 10px 10px 10px;
}

.secheme-text a img, .secheme-hover button img {
    width: 20px;
    height: 20px;
}


.secheme-hover a:hover, .secheme-hover button:hover {
    background: #f6d637;
    color: var(--black);
}


.card:hover {
    box-shadow: 0px 0px 47px var(--inner-card-bgshadow);
}


.secheme-search-content {
    margin-top: 40px;
}

/* event  */



.event-card {
    box-shadow: 0px 0px 10px var(--inner-card-bgshadow);
    border-radius: 10px;
    margin-bottom: 30px;
}

.event-card:hover img {
    transform: scale(1.1);
    transition: .3s ease-in-out all;
}


.event-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;

}

.event-card-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    height: 100%;
    transition: .3s;
}

.event-card-text {
    padding: 30px;
    height: 240px;
    position: relative;
    background: var(--inner-card-bg);
}

.event-card-text h3 {
    font-size: 22px;
    height: auto;
}

.event-card h3 a {
    color: var(--event-card-heading);
    display: block;
}

.event-card h3 a:hover {
    color: #54AA61;
}

.event-card-text p {
    line-height: 1.3em;
    font-size: 18px;
}

.event-card-text span {
    color: #919191;
}


.tag {
    background: #F8F4A2;
    width: 90px;
    text-align: center;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--black);
}


.event-card-text .tag {

    position: relative;
    margin-bottom: 15px;
}


.event-card-text .candidates-social {
    padding-left: 0;
}


.event-card-text .candidates-social a {
    margin-right: 20px;
}





.event-height {
    height: 238px;
}


.event-sec {
    padding: 0px 0px 50px 0px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}

.event-portlet {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px var(--inner-card-bgshadow);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.width100 .event-img {
    width: 680px;
    height: 400px;
    margin: 0 50px 25px 0;
    position: relative;
    float: left;
}


.width100 .event-img::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 180px;
    background: linear-gradient(45deg, #f6ed37, #ff8200);
    bottom: 0;
    left: -7px;
    border-radius: 20px 0 0 20px;
}

.width100 .event-img::after {
    content: " ";
    position: absolute;
    width: 180px;
    height: 7px;
    background: linear-gradient(45deg, #f6ed37, #ff8200);
    bottom: 0px;
    left: 0;
    border-radius: 0px 13px 0px 0px;
}


.event-img.event-border::before {
    content: " ";
    position: absolute;
    width: 7px;
    height: 180px;
    background: linear-gradient(45deg, #f6ed37, #ff8200);
    bottom: 0;
    left: 0px;
    border-radius: 0px 20px 0 20px;
    z-index: 9;
}

.event-img.event-border::after {
    content: " ";
    position: absolute;
    width: 180px;
    height: 7px;
    background: linear-gradient(45deg, #f6ed37, #ff8200);
    bottom: 0px;
    left: 0;
    border-radius: 0px 13px 0px 0px;
}


.event-texts a:hover h3:hover {
    color: #54AA61;
}

.main-portlet {
    display: inline-block;
}

.width100 .event-texts h3 {
    font-size: 25px;
    line-height: 34px;
}


.event-img {
    width: 385px;
    margin-right: 30px;
    height: 155px;
}

.event-img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.event-img h3 {
    position: absolute;
    bottom: 0;
    background: linear-gradient(359deg, black, #00000057);
    padding: 30px 20px 30px 35px;
    font-size: 23px;
    text-transform: capitalize;
    width: 100%;
    color: var(--white);
    line-height: 33px;
    border-radius: 0px 0px 0px 20px;
    margin: 0;
}

.live {
    background: #ffbcbc;
    width: 100px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 6px;
    color: var(--black);
    margin-bottom: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.event-texts {
    align-items: center;
}

.event-texts h3 {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 23px;
    margin-bottom: 6px;
    color: var(--grey);
    margin-top: 6px;
}

.event-texts p {
    margin: 0;
}

.event-texts p strong {
    font-weight: normal;
    font-size: 15px;
    color: #7e7e7e;
}


.event-texts p em {
    font-size: 17px;
    color: #5ab979;
    padding-right: 5px;
}


.event-texts .highlight {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
    color: #7e7e7e;
}


.event-texts button {
    margin-top: 15px;
    font-size: 14px;
    padding: 4px 13px;
    border-radius: 30px;
}

.event-texts button i {
    font-size: 13px;
    display: none;
}


.event-details-sec {
    display: flex;
}

.event-details-sec .event-portlet {
    display: block;
    padding: 0px 0px 30px 0px;
    background: var(--inner-card-bg);
}


.event-details-sec .event-img {
    width: 100%;
    margin-right: 0px;
    position: relative;
    margin-bottom: 20px;
    height: 500px;
    object-fit: cover;
    overflow: hidden;
}

.event-details-sec .event-texts {
    align-items: center;
    padding: 0px 30px 5px 30px;
}



hr {
    opacity: .1;
}

.upcomming {
    padding: 13px 20px 8px 25px;
    background: var(--slideright-menu-bg);
    border-radius: 10px 10px 0px 0px;
    color: #198754;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
}


.my-nav .nav-tabs {
    float: none !important;
    text-align: center;
}

.my-nav .nav-tabs {
    margin-top: 0.7em;
    margin-bottom: 25px;
}



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

    .candidate-details p {
        font-size: 17px;
    }


    .event-card-text h3 {
        font-size: 19px;
    }

    .card-body h5 {
        font-size: 17px;
    }

    .width100 .event-img {
        width: 550px;
    }

    .know-your-card {
        grid-template-columns: repeat(3, 1fr);
    }

    .event-img {
        width: 325px;
    }


    .event-sec {
        grid-template-columns: repeat(1, 1fr);
    }
}



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

    .candidates-social a {
        margin-right: 0px;
    }


    .event-card-text .candidates-social a {
        margin-right: 8px;
    }

    .know-your-card {
        grid-template-columns: repeat(3, 1fr);
    }

    .candidate-search {
        margin: 15px 0px 25px 0px
    }

    .secheme-search {
        grid-template-columns: repeat(3, 1fr);
    }

    .event-details-sec .col-sm-8 {
        width: 100%;
    }

    .event-details-sec .col-sm-4 {
        width: 100%;
    }

    .event-details-sec .event-portlet {
        margin-bottom: 30px;
    }
}




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

    .secheme-text a img, .secheme-hover button img {
        margin: 0;
    }

    .candidate-search .form-control {
        width: 250px;
    }

    .candidates-social a {
        margin-right: 5px;
    }

    .candidates-social {
        width: auto;
    }

    .know-your-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .secheme-search {
        grid-template-columns: repeat(2, 1fr);
    }


}






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

    .event-sec {
        padding: 0px 0px 10px 0px;
    }

    .event_video-new {
        height: auto;
    }

    .event-details-sec .event-portlet {
        padding: 0px 0px 0px 0px;
    }

    .secheme-portlet h5 {
        font-size: 18px;
        line-height: 23px;
    }



    .candidate-details p {
        font-size: 16px;
    }


    .candidate-search .form-control {
        width: 265px;
        margin: auto;
    }

    .candidate-search .form-control {
        margin-bottom: 10px;
    }

    .candidate-search .forms {
        display: block;
        text-align: center;
    }


    .event-card-text h3 {
        height: auto;
        margin-top: 0px;
    }

    .event-card-text .tag {
        position: static;
    }

    .event-card-text {
        height: auto;
        padding: 30px 20px 30px 20px;
    }

    .block {
        display: block;
    }

    .event-details-sec .event-img {
        height: auto;
    }

    .event-img h3 {
        padding: 10px 10px 8px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .secheme-search {
        grid-template-columns: repeat(1, 1fr);
    }

    .know-your-card {
        grid-template-columns: repeat(1, 1fr);
    }

    .candidate-search {
        margin: 25px 0px 35px 0px;
    }

    .event-portlet {
        display: block;
    }

    .candidate-search .col-sm-3 {
        margin-bottom: 20px;
    }

    .event-texts {
        padding: 20px;
    }

    .event-img {
        width: 100%;
    }

    .event-texts h3 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}</pre></body></html>