@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Custon Scroller Start*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4CAF50;
}

/* Custon Scroller End  */

.hm-primary-btn,
.hm-secondary-btn{
    background-color: #4caf50;
    border: 1px solid #4caf50;
    display: inline-block;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;
    transition: 0.1s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hm-secondary-btn{
    background-color: #13523f;
    border: 1px solid #13523f;
}
.hm-primary-btn:hover,
.hm-primary-btn:focus{
    /* color: #8fc740; */
    /* background-color: transparent; */
}
.hm-secondary-btn:hover,
.hm-secondary-btn:focus{
    /* color: #13523f; */
    /* background-color: transparent; */
}
.hm-primary-btn span.ripple-overlay,
.hm-secondary-btn span.ripple-overlay {
    animation: ripple 0.9s;
    border-radius: 100%;
    /* background: #9b9b9b; */
    background: rgb(0, 0, 0)0;
    height: 12px;
    position: absolute;
    width: 12px;
    line-height: 12px;
    opacity: 0.1;
    pointer-events: none;
}
.hm-secondary-btn span.ripple-overlay {
    background: #fff;
    opacity: 0.1;
}
.hm-primary-btn span.ripple-overlay
.hm-secondary-btn span.ripple-overlay{
    background: #000;
    opacity: 0.07;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        transform: scale(4);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(40);
        transform: scale(40);
    }
}

/* Career readiness UI Style */
.g-text {
    color: #4CAF50;
}

.bg-lightGreen {
    background-color: #F5F5F5;
}

h1.cr-banner-text {
    font-size: 28px;
    line-height: 38px;
}

.cr-banner-text span {
    font-size: 36px;
    line-height: 50px;
}

.veelearn-banner.career-readines-banner {
    background: linear-gradient(rgba(12, 16, 23, 0.35) 100%, rgba(12, 16, 23, 0.35) 100%), url(../images/products/career-readiness-banner.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.veelearn-banner.career-navigation-assessment-banner {
    background: linear-gradient(rgba(12, 16, 23, 0.35) 100%, rgba(12, 16, 23, 0.35) 100%), url(../images/products/career-navigation-assessment-banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.list-2 span {
    font-weight: 700;
}

.cr-list h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.cr-Benefits-and-Features.features-benefits {
    height: 400px;
    background: url(../images/products/features-of-career-readiness.jpg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
}

.learn-more-btn {
    width: 140px;
}

/* Testimonial UI 23may24 */
.utf-testimonial-box {
    margin-top: 45px !important;
}

/* Learning management section image  */
@media screen and (width < 1210px) {

    .learning-path::before,
    .training-path::before {
        left: -30%;
    }

}

@media screen and (width < 1025px) {

    .learning-path::before,
    .training-path::before {
        left: -40%;
    }

}

@media screen and (width < 990px) {

    .learning-path::before,
    .training-path::before {
        background: none;
    }

}

.fixed-header .clearfix li a {
    color: #323232;
}

/* Company List UI */
.comDashboard .utf-header-details .utf-submit-social-media-details ul a {
    width: 30px;
    height: 30px;
    line-height: 22px;
}

.margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.platform .platform__content h2 {
    font-weight: 600 !important;
}

/* Global Mentorship program - button UI  */
.gmb-btn {
    position: fixed;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: transform 0.1s ease-out;
    box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: block;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gmb-btn img {
    width: 80px;
}

.gmb-btn:hover {
    transform: translateY(-50%);
}

.hm-cta-flt-container{ /* all pages right side 3 badges */
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
    z-index: 999;
    transform-origin: right;
    pointer-events: none;
}
.hm-cta-flt-container > a,
.hm-cta-flt-container .hm-cta-mobile-btn{ /* all pages right side 3 badges */
    z-index: 99;
     max-width: 290px;
    /* margin-right: -245px; */
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    color: white;
    align-items: center;
    display: flex;
    background-color: #4caf50;
    padding: 6px 8px;
    gap: 8px;
    border-radius: 10px 0px 0px 10px;
    padding-right: 30px;
    transform: translateX(calc(100% - 45px));
    pointer-events: auto;
}
.hm-cta-flt-container .hm-cta-mobile-btn a:active h4{
    color: #ffffffd1;
}
.hm-cta-flt-container a img,
.hm-cta-flt-container .hm-cta-mobile-btn img{
    width: 32px;
    object-fit: contain;
}
.hm-cta-flt-container > a:hover,
.hm-cta-flt-container .hm-cta-mobile-btn.show { /* all pages right side 3 badges */
    /* margin-right: 0; */
    transform: translateX(0px);
}
.hm-cta-flt-container a h4{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width:760px) {
    .gmb-btn {
        top: 75%;
        transform: translateY(-70%) scale(1);
    }

    .gmb-btn:hover {
        transform: translateY(-70%) scale(1);
    }

    .gmb-btn img {
        width: 100px;
    }
}

/* Instition page Revamp start */
.insti-img img {
    height: 90px
}

.institution-row {
    row-gap: 2rem;
    width: 90%;
    z-index: 10;
}

.institution-header {
    background-color: #f3fff6;
}

.institution-new-page {
    position: relative;
    font-family: var(--thme-title);
    color: #1E1E1E;
    /* margin-top: 20px; */
}

.institution-new-page p {
    font-size: 14px;
    font-weight: 500;
}

.colege-text-header h1 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 130%;
    font-weight: 600;
}

.colege-text-header h5 {
    font-size: 1rem;
    font-weight: 500;
}

.institution-new-page .institution-contact {
    row-gap: 1rem;
}

.institution-new-page #breadcrumbs ul li:before {
    vertical-align: sub;
}

.institution-new-page .institution-contact li {
    font-size: calc(1rem - 3px);
    font-weight: 500;
    margin-bottom: calc(1rem - 16px);
}

.institution-new-page .ins-contact-item:not(:first-child) {
    padding-inline: 2rem;
}

.institution-new-page .ins-contact-item:not(:last-child) {
    border-right: 1px solid rgba(28, 63, 57, 20%);
}

.institution-new-page .ins-contact-item {
    padding-right: 2rem;
    white-space: nowrap;
}

.institution-new-page .institution-header .total-asses {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(28, 63, 57, 20%);
    padding-top: calc(2rem - 10px);
    row-gap: 1rem;
}

.institution-new-page .header-bgimg {
    position: absolute;
    top: -35px;
    right: 0px;
    height: 75%;
    object-fit: contain;
}

@media screen and (max-width: 1240px) {
    .institution-new-page .header-bgimg {
        height: 48%;
    }
}

@media screen and (max-width:990px) {
    .institution-new-page .header-bgimg {
        height: 35%;
    }
}

.institution-new-page .total-asse-smedia {
    gap: 16px;
}

.institution-new-page .total-asse-smedia .social-media li {
    display: inline-block;
    font-size: 13px;
    position: relative;
    margin-inline: 1px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #82F186;
    border: 1px solid #82F186;
}

.total-asse-smedia .social-media li:hover {
    border-color: #323232;
    background-color: transparent;
}

/* Top scorers section  */
.top-scorers-card {
    padding: 1.2rem 1.5rem 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    margin-top: -85px;
}

.top-scorers-card h3 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 14px;
}

.top-scorers-profile {
    padding-right: 0px;
}

.top-scorers-profile-img {
    width: 60px;
    height: 60px;
    margin-right: 18px;
}

.top-scorers-profile-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-position: top;
}

.top-scorers-details {
    line-height: 120%;
    row-gap: 4px;
}

.top-scorers-details h6 {
    font-weight: 500;
    line-height: 110%;
}

/* College Overview  */
.institution-new-page .college-overview {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.institution-new-page .read-more-text {
    text-align: right;
    font-size: 13px;
    color: #F47A32 !important;
}

@media screen and (max-width:996px) {
    .institution-new-page .preasses-Student-details .read-more-text {
        position: static;
    }
}

.institution-new-page .college-overview h3,
.institution-new-page .preasses-Student-details h3,
.institution-new-page .college-form-wrapper h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.institution-new-page .candidate-count {
    border-block: 1px solid rgba(28, 63, 57, 20%);
    margin-bottom: 2.5rem;
}

.institution-new-page .candidate-count p,
.candidate-count h3 {
    display: inline-block;
    margin-bottom: 0px;
}

.institution-new-page .shortlisted-count,
.institution-new-page .hired-count {
    padding: 1rem 1.5rem;
    display: flex;
    gap: 1.9rem;
}

.institution-new-page .shortlisted-count {
    border-right: 1px solid rgba(28, 63, 57, 20%);
}

.institution-new-page .year-wise .check,
.h-list-of-colleges .list-assessed-card-content .check {
    font-family: var(--thme-title);
    ;
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
    line-height: 1.6;
    margin-right: 5px;
}

.institution-new-page .year-wise .checkmark {
    height: 12px;
    width: 12px;
}

.check .checkmark:after {
    top: -2px;
}

.institution-new-page .assessed-card-content h3 {
    line-height: 1.2;
    margin-bottom: 0px;
}

.institution-new-page .btn-primary {
    background-color: #323232;
    font-size: 13px;
    padding: 3px 8px;
    align-self: start;
    margin-top: auto;
    line-height: 1.3;
}

.institution-new-page .btn-primary:hover,
.institution-new-page .slick-next:hover,
.institution-new-page .slick-prev:hover {
    background-color: #4CAF50 !important;
}

.assessed-card,
.ex-pop-clg-card {
    padding: 20px 16px;
    background: #F9F9F9;
    border: 1px solid #f3f1f1;
    border-radius: 10px;
    justify-content: space-between;
    max-width: 380px;
    min-width: 200px;
    height: 100%;
    margin-inline: auto;
}

.ex-pop-clg-card {
    margin: 0.5rem;
    min-height: 160px;
}

.ex-pop-clg-card img {
    width: 60px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    max-width: 70px;
}

.ex-pop-clg-card h4 {
    line-height: 1.4;
}

#ex-pop-clg .slick-next {
    right: -40px
}

#ex-pop-clg .slick-prev {
    left: -35px;
}

.assessed-card-count {
    padding: 25px;
    border-radius: 50%;
    /*margin-left: 8px;*/
    margin-bottom: 0px !important;
    background-color: #E2F2E7;
    /* width: 100%; */
    text-align: center;
    height: 46%;
    position: relative;
    aspect-ratio: 1 / 1;
}

.assessed-card-count h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.assessed-card:hover .assessed-card-count {
    background-color: #1C3F39;
}

.assessed-card:hover .assessed-card-count h3 {
    color: #F1F45D !important;
}

.assessed-card:hover {
    background-color: #F3FFF6;
    border-color: #F3FFF6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.assessed-card-wrapper.row:before,
.assessed-card-wrapper.row:after {
    content: none;
}

.assessed-card-wrapper,
.ex-pop-clg-wrapper {
    margin-top: 24px;
    row-gap: 1rem;
    /* column-gap: 1.2rem; */
    margin-inline: 0px;
}

.assessed-card-wrapper {
    margin-right: -15px;
}

.col.t-rect {
    width: 20%;
    min-width: 150px;
    max-width: 180px;
}

.top-recuiter-section,
.recent-recruiters,
.recruiters-skills,
.college-placement-form {
    /* background-color: #F5F5F5; */
    border-radius: 10px;
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #F9F9F9;
    border: 1px solid #efefef;
}

.recruiters-skills {
    background-color: #E2F2E7;
    margin-bottom: 3rem;
    border-color: #E2F2E7;
}

.college-placement-form {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
}

ul.recruiters-skills-item li {
    border: 1px solid #323232;
    font-size: 13px;
    display: inline-block;
    margin: 0px 6px 6px 0;
    padding-inline: 8px;
    border-radius: 4px;
    cursor: default;
}

/* Common dark bg hover  */
ul.recruiters-skills-item li:hover,
.institution-new-page .invite_students_btn:hover {
    background-color: #323232 !important;
    color: #fff;
}

.top-recuiter-section h5,
.recent-recruiters h5,
.recruiters-skills h5,
.college-placement-form h5 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.recent-recruiters-profile {
    padding: 16px 14px 13px;
    border-radius: 10px;
}

.recent-recruiters-img {
    width: 60px;
    aspect-ratio: 1 / 1;
}

.recent-recruiters-img img {
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    border: 3px solid #efefef;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.recent-recruiters-title ul li {
    font-size: 12px;
    background-color: #F5F5F5;
    display: inline;
    padding: 1px 9px;
    border-radius: 40px;
    display: inline-block;
}

.recent-recruiters-title ul li svg path {
    fill: #7d7d7d;
}

.institution-new-page input,
.institution-new-page select,
.institution-new-page textarea {
    font-weight: 500;
}

.institution-new-page input::placeholder,
.institution-new-page select::placeholder,
.institution-new-page textarea::placeholder {
    color: #6a6a6a !important;
}

.institution-new-page .college_contact_btn {
    padding: 13px 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
}

.institution-new-page .our-latest-videos {
    padding-block: 42px;
}

.institution-new-page .slick-next,
.institution-new-page .slick-prev {
    color: #7c7e7e;
    background-color: #fff;
}

.institution-new-page .slick-next:before,
.institution-new-page .slick-prev:before {
    color: #7c7e7e;
}

.institution-new-page .slick-next:hover::before,
.institution-new-page .slick-prev:hover::before {
    color: #fff;
}

/* Common BG dard hover  */
.institution-new-page .college_contact_btn:hover {
    background-color: #323232;
}

/* Common BG Green dard hover  */
.career-navigation-page .hm-new-sqr-outline-btn:hover {
    background-color: #4CAF50;
    color: #fff;
    border-color: #fff;
}

.ex-pop-clg {
    background: rgb(255, 250, 234);
    background: linear-gradient(90deg, rgba(255, 250, 234, 0.7) 0%, rgba(241, 255, 247, 0.6951155462184874) 100%);
    padding: 2.5rem;
    border-radius: 10px;
    border: 1px solid #efefef;
}

@media screen and (max-width:996px) {
    .ex-pop-clg {
        padding: 1rem;
    }
}

.ex-pop-clg h3 {
    margin-bottom: 0.5rem;
}

.up-assess {
    border-radius: 10px;
    background-color: #f3fff6;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 1.5rem 1.2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.up-assess ul li {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    margin-block: 8px !important;
}

.side-poster-img {
    margin-top: 1.5rem;
    max-width: 330px;
    margin-inline: auto;
}

@media screen and (max-width: 992px) {
    .side-poster-img {
        max-width: 330px;
        margin-inline: auto;
    }

    .clg-overview-col {
        padding-right: 15px !important;
    }
}

.read-more-text a {
    color: #F47A32;
    font-size: 12px;
    font-weight: 500;
}

.read-more-text a:hover {
    text-decoration: underline;
}

.read-more-text.position-absolute {
    position: absolute;
    right: 5px;
    top: 5px;
}

.top-recuiter-section .read-more-text,
.recent-recruiters .read-more-text {
    right: 44px;
    top: 24px;
}

.top-recuiter-section .t-rect img {
    max-width: 100px;
    width: 100%;
}

h3.isnt-second-heading {
    font-size: 18px !important;
}

h5.isnt-second-heading {
    font-size: 16px !important;
}

.clg-overview-col {
    padding-right: 2rem;
}

.insti-over-img {
    border-bottom: 1px solid rgba(28, 63, 57, 20%);
    padding-bottom: 15px;
}

.insti-over-img img {
    height: 80px
}

.total-asse-item h5 span {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #fff;
}


.colege-overview-header h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.up-assess-over {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 3rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid #ccc;
}

.up-assess-over h5 {
    background: #f5f5f5;
    padding: 1rem 1.2rem;
}

.up-assess-over ul {
    padding: 1rem;
}

.up-assess-over ul li {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    margin-block: 8px !important;
}


@media screen and (max-width:1100px) {
    .clg-overview-col {
        padding-right: 2rem;
    }
}

/* Responsive of Instition page start */
@media screen and (max-width:1200px) {
    .ins-contact-item {
        width: max(50%, 250px);
        border: 0 !important;
        padding-left: 0px !important;
        white-space: normal;
    }

    .colege-text-header h1,
    .ins-contact-item h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:796px) {
    .institution-row {
        width: 100%;
    }
}

@media screen and (min-width:1400px) {
    .top-scorers-details h5 {
        font-size: 16px;
    }

    h3.isnt-second-heading {
        font-size: 20px !important;
    }

    .top-recuiter-section .t-rect img {
        max-width: 120px;
    }
}

/* Responsive of Instition page end */
/* Instition page Revamp end */

/* New Footer Style  */

.resources-our-services h6,
.hm-new-footer .footer-card h6 {
    font-size: 16px;
    line-height: 1.2;
}

.footer-card h6 {
    margin-bottom: .5rem !important;
}

.resources-our-services .resoureces-list li {
    list-style: inside;
    color: #fff;
    display: inline;
    margin-inline: 5px;
    font-size: 14px;
    font-weight: 200;
    transition: font-weight 0.3s linear;
}

@media (width < 1200px) {
    .resources-our-services .resoureces-list li {
        display: block;
    }
}

.resources-our-services .resoureces-list li a {
    color: #fff;
}

.resources-our-services .resoureces-list li:hover {
    color: #4dff56;
}

.resources-our-services .resoureces-list li:hover a {
    color: #4dff56;
}

.resources-our-services .resoureces-list li:before {
    content: "•";
    margin-right: 0.5em;
}


.hm-new-footer {
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: "Rubik", sans-serif;
    line-height: 22px;
    margin-top: 120px;
}

.hm-new-footer .mail:hover {
    color: #4dff56;
}

.hm-new-footer .do-not-reach p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
}

.hm-new-footer .social-media li {
    display: inline-block;
    margin-inline: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: -webkit-background-color 200ms linear;
}

@media (min-width: 768px) {
    .hm-new-footer .do-not-reach {
        text-align: right !important;
    }
}

/* Position align center  */
.hm-new-footer .social-media li a,
.total-asse-smedia .social-media li a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    width: 100%;
    text-align: center;
}

.hm-new-footer .social-media li svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.hm-new-footer .social-media li:hover {
    border: 1px solid #4CAF50;
    background-color: #4CAF50;
}

.hm-new-footer .social-media li:hover svg path {
    fill: #fff;
}

.hm-new-footer .footer-card {
    padding: 20px;
    margin-top: -140px;
    margin-bottom: 25px;
}

.footer-stitle {
    display: flex;
    gap: 18px;
}

@media screen and (max-width:996px) {
    .footer-stitle {
        gap: 8px !important;
    }
}

.footer-stitle span {
    font-size: 13px;
    margin-left: 4px;
    font-weight: 300;
    display: inline-block;
}

@media screen and (min-width:600px) {
    .footer-stitle .qul-list {
        /*margin-top: 4px;*/
    }
}

@media screen and (max-width:900px) {
    .footer-card .iso {
        gap: 1rem !important;

    }
}

.hm-new-footer .iso ul li img {
    height: 60px !important;
    max-width: unset !important;
}

/* .copy-right {
    font-size: 13px;
    line-height: 24px;
    font-family: "Rubik", sans-serif;
  }
  .copy-right ul li {
    display: inline-block;
    margin-inline: 5px;
  }
  .copy-right ul li a {
    font-size: 13px;
    color: #323232;
  } */
/* ul.privacy-policy,ul.resoureces-list,.footer-card ul {
    margin-bottom: 0px;
  } */
.hm-new-footer .social-media {
    margin-bottom: 0;
}

.valign-top {
    vertical-align: top;
}

/* Utilities start */
.y-text {
    color: #F1F45D;
}

.section-margin-2-top {
    margin-top: 90px;
}

.section-margin-3 {
    margin-top: 60px;
    margin-bottom: 25px;
}

.bg-secondary-green {
    background-color: #1C3F39;
}

.bg-dark-green {
    background-color: #123630;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-start {
    text-align: left !important;
}

.gap-5 {
    gap: 3rem !important;
}

.m-r-5 {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.p-0 {
    padding: 0px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.m-0 {
    margin: 0px !important;
}

.row-gap-1r {
    row-gap: 1rem;
}

.row-gap-2r {
    row-gap: 2rem;
}

.column-gap-1r {
    column-gap: 1rem;
}

.gap-1r {
    gap: 1rem;
}

.gap-1 {
    gap: .25rem !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 768px) {
    .text-md-end {
        text-align: right !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .mt-md-1 {
        margin-top: .25rem !important;
    }

    .ms-md-1 {
        margin-left: .25rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (min-width: 992px) {
    .gap-lg-5 {
        gap: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}

/* Common Green hover */
.heder-user-menu .heder-user-menu-list ul li a:hover,
.learnig-path-list li:hover b {
    color: #4caf50;
}

/* Utilities end */

/**** Need to remove once new home page deployed Start****/
/* UI for old footer New Design Start*/
.utf-footer-section-item-block {
    padding-bottom: 40px;
    font-size: 14px;
    color: #d9d9d9;
}

.utf-footer-section-item-block .utf-footer-item-links ul li a {
    transition: all 0.1s ease-in-out;
}

.utf-footer-section-item-block .utf-footer-item-links ul li a:hover,
.utf-footer-section-item-block .footer-links-ul li:has(a:hover)::before {
    color: #a1d244;
    letter-spacing: normal;
    transition: all 0.1s ease-in-out;
}

.utf-footer-section-item-block .social-media li a {
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.utf-footer-section-item-block .social-media li {
    display: inline-block;
    margin-inline: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #c0c0c0;
    transition: all .2s linear;
    cursor: pointer;
}

.utf-footer-section-item-block .social-media li:hover {
    background-color: #a1d244;
}

.utf-footer-section-item-block .social-media li:hover a {
    color: #2a2a2a;
    transform: translate(-50%, -50%) rotateY(360deg);
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.utf-footer-section-item-block .lazyimages {
    width: auto;
    height: 58px;
}

.utf-footer-section-item-block .utf-footer-item-links h4 {
    color: #a1d244;
    padding-bottom: unset;
    padding-left: unset;
    font-family: poppins;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.utf-footer-section-item-block .footer-logo-card {
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 16px 18px 12px;
    transition: all .2s linear;
}

.utf-footer-section-item-block .footer-logo-card:hover {
    box-shadow: 2px 3px 9px 1px #4b4b4b;
}

.utf-footer-section-item-block .footer-logo-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: fit-content;
}

.utf-footer-section-item-block .hm-right {
    align-self: end;
    margin-left: auto;
    width: fit-content;
}

.utf-footer-section-item-block .footer-links-ul li::before {
    content: "•";
    margin-right: 8px;
    font-size: 25px;
    vertical-align: middle;
    color: #e3e3e3;
}

@media screen and (max-width:1240px) {
    .hm-right {
        margin: 16px 0 0 15px !important;
    }
}

@media screen and (min-width:1400px) {
    .utf-footer-section-item-block .utf-footer-item-links h4 {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 1400px) {
    .main-slider-two__content.homembanner-text-h2 h2 {
        font-size: 46px;
        line-height: 1;
    }
}

/* UI for old footer New Design End*/
/**** Need to remove once new home page deployed Start****/

/* UI for User Menu Start */
.user-account-avatar {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.user-account-avatar img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border: 2px solid transparent;
}

.user-account-name-wrapper>span {
    font-size: 12px;
    line-height: 1;
    color: #8fe33e;
}

a.user-account-name {
    font-size: 13px;
}

.user-account-avatar:after {
    position: absolute;
    content: ' ';
    background: #fff;
    height: 0;
    width: calc(100% + 4px);
    bottom: -2px;
    left: -2px;
    z-index: -1;
    transition: height .2s linear;
}

.heder-user-menu:hover .user-account-avatar:after {
    height: calc(100% + 4px);
}

.heder-user-menu .heder-user-menu-list {
    position: absolute;
    top: calc(100% + 10px);
    width: 180px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

@media screen and (max-width:576px) {
    .heder-user-menu .heder-user-menu-list {
        /* opacity: 1; */
        /* transform: translateY(0); */
        /* visibility: visible; */
        display: none;
    }
}

.heder-user-menu .heder-user-menu-list ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    padding-bottom: 5px;
}

.heder-user-menu .heder-user-menu-list ul li {
    list-style: none;
}

.heder-user-menu .heder-user-menu-list ul li a {
    text-decoration: none;
    /* color: #000; */
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 6px;
    font-size: 13px;
    color: #323232;
}

.heder-user-menu .heder-user-menu-list::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: rotate(45deg);
    z-index: -1;
}

.heder-user-menu:hover .heder-user-menu-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

@media screen and (max-width:576px) {
    .heder-user-menu .heder-user-menu-list {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .heder-user-menu .heder-user-menu-list ul li a {
        padding: 3px 15px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1239px) {
    .utf-header-widget-item .log-in-button {
        height: 30px !important;
        line-height: 30px !important
    }
}

@media screen and (max-width: 990px) {
    .top-header-full .search-icon {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 600px) {
    .top-header-full .top-right-hd li {
        border: 0;
    }

    .top-header-full .mobileapp-down>a,
    .top-header-full .wlcm-text {
        font-size: 11px;
    }

    .top-header-full .mobileapp-down {
        height: auto;
        line-height: 24px
    }

    .heder-user-menu .heder-user-menu-list::before {
        left: 40px;
    }

    .heder-user-menu .heder-user-menu-list {
        right: 5px;
    }

    .heder-user-menu .heder-user-menu-list ul li .user-account-name {
        padding: 0px;
    }
}

@media screen and (max-width: 400px) {

    .top-header-full .mobileapp-down>a,
    .top-header-full .wlcm-text {
        font-size: 10px;
        white-space: nowrap;
    }
}

/* UI for User Menu End */

/* UI for List of Colleges Start */
.h-list-of-colleges:hover::before {
    content: none !important;
}

.compact-list-layout .h-list-of-colleges {
    border: 1px solid #f3f1f1 !important;
    box-shadow: none !important;
    padding: 15px 20px !important;
}

.h-list-of-colleges:hover {
    transform: none;
    background-color: #F3FFF6 !important;
    border-color: #F3FFF6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.h-list-of-colleges .assessed-card-count {
    font-size: 16px !important;
}

.h-list-of-colleges:hover .assessed-card-count {
    color: #F1F45D !important;
    background-color: #1C3F39
}

.h-list-of-colleges:hover .utf-job-listing-footer ul li {
    background-color: #dcf3e2 !important;
}

.h-list-of-colleges .h-year-wise-as {
    padding-top: 5px;
    border-top: 1px solid #e7e7e7;
    margin-top: 9px;
}

.h-list-of-colleges .list-assessed-card-content small {
    font-size: 12px;
    line-height: 1;
}

.h-list-of-colleges .utf-job-listing-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.h-year-wise-as .assessed-card-count {
    padding: 6px 12px;
    border-radius: 100px;
    aspect-ratio: auto;
}

@media screen and (max-width:1400px) {
    .h-list-of-colleges .utf-job-listing-title {
        font-size: 16px !important;
    }
}

.h-list-of-colleges .h-list-of-colleges-logo {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    height: 45px;
    margin-right: 12px;
    overflow: hidden;
    margin-bottom: 6px;
}

.h-list-of-colleges .list-assessed-card-content .check {
    padding-left: 18px;
    font-weight: 600;
    margin-inline: 0px 6px;
}

.h-list-of-colleges .list-assessed-card-content .check:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.h-year-wise-as h3 {
    width: auto !important;
}

@media screen and (min-width:1600px) {
    .compact-list-layout .h-list-of-colleges {
        width: calc(100% / 3 - 14px) !important;
    }
}

@media screen and (max-width:1600px) {
    .compact-list-layout .h-list-of-colleges {
        width: calc(100% / 2 - 10px) !important;
    }
}

.companyListView {
    container-type: inline-size;
    container-name: listofclg;
}

/* Responsive Container  */
@container listofclg (min-width: 900px) {
    .compact-list-layout .h-list-of-colleges {
        width: calc(100% / 3 - 14px) !important;
    }
}

/* UI for List of Colleges End */

/* UI for Client Testimonial Start */
.hmclient-testimonial .hmclient-avator {
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.hmclient-testimonial .hmclient-testimonial-card {
    box-shadow: 1px 3px 17px rgba(0, 0, 0, 0.08);
    padding: 2rem 1.7rem;
    border-radius: 18px;
    margin-block: 27px;
    background-color: #fff;

}

.hmclient-testimonial .hmclient-com-logo img {
    height: 60px;
    max-width: 150px;
    object-fit: contain;
    margin-bottom: 24px;
}

.hmclient-testimonial .hmclient-profile h5 {
    font-size: 18px;
}

.hmclient-testimonial .hmclient-profile p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.hmclient-testimonial .hmclient-reviews {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.hmclient-testimonial .hmclient-testimonial-item {
    width: 350px;
    margin-inline: 18px;
}

.hmclient-testimonial.slick-initialized {
    display: block !important
}

.rm-content {
    display: inline;
}

.hmtesti-add-read-more.hmtesti-less-content .rm-content,
.hmtesti-add-read-more.hmtesti-less-content .hmtesti-read-less,
.hmtesti-add-read-more.hmtesti-more-content .hmtesti-read-more {
    display: none;
}

/* Common hover */
.hmtesti-add-read-more .hmtesti-read-more:hover,
.hmtesti-add-read-more .hmtesti-read-less:hover {
    color: #a1d244 !important;
}

/* UI for Client Testimonial End */

/* Institution Page Side banner UI Start */
.insti-freeass-side-banner {
    border: 8px solid #4CAF50;
    margin-top: 3rem;
    padding: 14px;
}

.insti-freeass-side-banner p {
    font-size: 10px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.isnt-visit-link {
    text-decoration: underline;
}

.isnt-visit-link:hover,
.isnt-visit-link:focus {
    color: #479d4b;
}

.institution-new-page .invite_students_btn {
    background: #4CAF50;
    font-size: 10px;
    padding-inline: 20px;
    font-weight: 500;
}

@media screen and (min-width:1400px) {

    .insti-freeass-side-banner p,
    .institution-new-page .invite_students_btn {
        font-size: 12px;
    }
}

@media screen and (max-width:1400px) {
    .insti-freeass-side-banner h5 {
        font-size: 14px;
    }
}

/* Institution Page Side banner UI End */



/* NEW LOGIN PAGE START */

:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 120s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
}

.marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
}

/* Parent wrapper-login */
.wrapper-login {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
    justify-content: end;
}

.wrapper-login--vertical {
    flex-direction: row;
    height: 100vh;
}


.form-style input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #F5F5F6;
    box-shadow: none;
}

.form-style input:focus {
    border: 1px solid #8fc740;
    box-shadow: none;
    outline: 0;
    background-color: #F5F5F6;
}

.notes {
    color: #DE4A3C;
    font-size: 13px;
    line-height: 20px;
}

.newLogin h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #525252;
}

.newLogin .form-group .form-control {
    border-radius: 4px !important;
    background: #fff;
}

.gold-radio .radio-label,
.newLogin a,
.newLogin label {
    font-size: 12px;
}

.newLogin a {
    color: #323232;
    text-decoration: underline;
}

.newLogin .gold-radio input[type="radio"]+.radio-label:before {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.4em;
    background: #fff;
    margin-top: -2px;
}

.newLogin .logo {
    display: block;
    text-align: center;
}

.newLogin img {
    width: 200px;
}

.captcha-input .re-captcha {
    width: 70px;
    height: 30px;
    border: 0;
    margin: 10px !important;
}

.captcha-input input {
    border: 0;
    background: #fff;
}

.captcha-input {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.captcha-input input:focus {
    border: 0 !important;
    background: #fff;
}

.captcha-input .captcha-refresh {
    cursor: pointer;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 35px;
    background: #525252;
}

.captcha-text {
    text-align: left;
    background: none;
    border: 0;
    color: #000;
    padding: 0 0 4px;
}

.form-style.newLogin {
    padding: 30px 0;
}

.newLogin .remove-label {
    padding: 0;
}

.newLogin .remove-label .btn i {
    margin: 0 auto;
    padding: 0;
}

.newLogin .notes {
    color: #DE4A3C;
    font-size: 12px;
    line-height: 20px;
}

#forgotpassword_modal .md-content,
#forgotpassword-college .md-content,
#corporateforgot-password .md-content,
#modal-reg1 .md-content,
#college-registration .md-content,
#corporate-registration .md-content {
    background: #efefef
}



/* NEW LOGIN PAGE END */



.institution--overview-header {
    background-color: #34a038;
}

.institution--overview-header li {
    color: #fff;
    letter-spacing: 0.50px;
}

.institution--overview-header .header-bgimg {
    display: none;
    top: 0;
}

.institution--overview-header .total-asse-item h5 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.institution--overview-header .total-asse-item h5 span {
    background: #0b6624;
}

.institution--overview-header .ins-contact-item h5 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.institution--overview-header .ins-contact-item h2 {
    color: #fff;
}





/* Well Assessment  22oct2024 start*/

.well-assessment-content {
    padding-top: 100px;
}

.well-assessment-content .title {
    font-size: 36px;
    line-height: 40px;
    color: #f8fbff;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif
}

.well-assessment-content .title {
    color: #8fe33e;
}

.well-assessment-content .title span {
    color: #fff;
}

.well-assessment-content p {
    color: #fff;
}

.well-ass-bg {
    background: #c1fba8 !important;
}

.well-assessment-sec .button {
    background: #13523f !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    width: auto !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-align: center;
}

@media (max-width: 992px) {
    .hiremeegold-content {
        padding-top: 50px;
    }
}

/* Well Assessment  22oct2024 end*/


.register-modal-box .reg-wizard {
    background: none !important;
}

.register-modal-box .reg-wizard input {
    height: 50px;
}

#registerform .captcha-input .re-captcha {
    margin: 5px !important;
}

#registerform .captcha-input,
#js_college_register .captcha-input {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    background: #fff !important;
}

#js_college_register .captcha-input .re-captcha {
    margin: 5px !important;
}

#js_college_register .captcha-input .captcha-refresh {
    background: none !important;
}
.text-nowrap{
    white-space: nowrap;
}
@media (hover: none) {
    li.solutionListView-sub .sublevel-menu{
        display: block;
    }
}