.hero-3 .hero-content h1 {
    font-size: 60px;
}
.hero-3 .hero-content p {
    font-size: 19px;
}
.theme-btn.red-btn {
    background-color: #007C3D;
}
.feature-wrapper-3 .feature-card-items .icon {
    color: #4aa67d;
}
h5.ban-text {
    color: #4aa67d;
}
.feature-wrapper-3 .feature-card-items {
    border-right: 1px solid #031f42;
    height: 270px;
}
p.ban-desc {
    color: #171717;
    font-family: "Sora", sans-serif !important;
    font-size: 18px;
}
.news-left-items:hover {
    -webkit-box-shadow: 10px 4px 60px #062c52;
    box-shadow: 10px 4px 60px #062c52;
}
.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
    background-color:#4aa67d!important;
}
.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
    background-color:#4aa67d !important;
}
.about-wrapper-4 .about-content .list li i {
    color: #4aa67d !important;
}
p.mt-4.mt-md-0.wow.fadeInUp.abt-para {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    text-align: justify;
}
.theme-blue-bg {
    background-color: #01995c;
}
.choose-us-wrapper-3 .choose-content {
    background-color: #2f4858;
}
.global-partner-wrapper {
    background-color: #fffefb;
    border: 1px solid rgba(9, 34, 75, 0.1);
    padding: 70px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
section.about-section.fix.section-padding.about {
    padding-top: 100px;
}
.section-title.color-blue h6::before {
    background-image: none;
}
.section-title.color-blue h6 {
    color: #4aa67d;
    font-size: 23px;
}
.section-title.color-red h6 {
    color: #4aa67d;
    font-size: 25px;
}
.section-title.color-red h6::before {
    background-image: none;
}
.institutions-section {
    padding: 50px 20px;
    background: #ffffff;
}
.section-subtitle {
    font-size: 18px;
    color: #d10024;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.section-subtitle::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d10024;
    margin: 5px auto 0;
}
.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}
/* Institutions Container */
.institutions-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.institution-card {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 354px;
}
.section-padding-1{
    padding: 35px 0px !important;
}
.institution-card img {
    max-width: 100%;
    height: auto;
}
.institution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
h2.text-white.wow.fadeInUp.cta-head {
    font-size: 39px;
}
p.mt-3.mt-md-0.wow.fadeInUp.cta-desc {
    font-size: 18px;
}
.section-title h6 {
    font-size: 23px;
    color: #4aa67d;
}
.section-title h6::before {
    background-image: none;
}
.theme-btn.yellow-btn {
    background-color: #4aa67d;
    color: #ffffff;
}
p.mt-3.mt-md-0.wow.fadeInUp {
    font-size: 18px;
}
.top-category-wrapper .top-category-box-items:hover .icon, .top-category-wrapper .top-category-box-items.active .icon {
    background-color: rgb(230, 230, 230);
}
.top-category-wrapper .top-category-box-items .icon {
    font-size: 45px;
    color: #4aa67d;
}
.top-category-wrapper .top-category-box-items h6:hover {
    color: #4aa67d;
}
.specs{
   font-size: 19px;
}
.top-category-wrapper {
    background-color: #faf9f9;
}
.footer-bg {
    background-color: #2f4858;
}
.recruiters-section {
    background-image: url('assets/img/pick/bg-1.jpg');
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat;  
    padding: 60px 0;  
    color: #fff;  
    text-align: center;
}
.recruiters-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recruiters-subtext {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 30px;
    color: #fff;
}
.recruiters-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.slider-track {
    display: flex;
    gap: 40px;
    animation: scroll 12s linear infinite;
}
.recruiter-logo {
    height: 73px;
    transition: transform 0.3s ease-in-out, filter 0.3s;
    border-radius: 10px;
}
.recruiter-logo:hover {
    transform: scale(1.15);
    filter: grayscale(0%);
}
.footer-bottom.style-2 p {
    text-align: center;
    font-size: 18px;
}
.footer-bottom.style-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}
.ins{
 position:relative;
z-index: 999;
top: -310px;
}
.institutions-container {
margin-top: 100px;
}
.hero-3 .hero-content {
    padding: 150px 0px 80px;
}
.top-category-items::before{
    background: #4aa67d;
}
.top-category-items .icon {
    background: rgb(79 172 131);
    color: #fff;
}
.top-category-items.active .icon {
    background-color: #fff;
}
h2 {
    font-size: 49px;
}
.recruiters-section{
    margin-top: 80px;
}
.top-category-items {
    -webkit-box-shadow: 10px 4px 60px 0px rgb(93 171 136 / 14%);
}
.header-main{
    justify-content: center;
}
.header-main a.header-logo img {
    border-radius:10px;
}
.hero-3 .hero-content h6 {
    margin-top: 20px;
    margin-bottom: 30px;
}
div.header-3.sticky{
    background-color: #059741c9;
}
a.header-logo-2{
    text-align:center;
}
.header-main a.header-logo-2 img{
    width: 65%;
    border-radius: 10px;
}
@media (max-width:575px){
    .hero-3 .hero-content h1 {
        font-size: 32px;
    }
    .hero-3 .hero-content h6{
        padding-top: 40px;
        font-size: 17px;
    }
    .hero-3 .hero-content p {
        font-size: 17px;
        line-height: 25px;
    }
    .feature-wrapper-3 .feature-card-items {
        border-bottom: 1px solid #031f42;
        height: 226px;
    }
    section.about-section.fix.section-padding.about {
        padding-top: 12px;
    }
    .feature-wrapper-3 .feature-card-items {
        border-right:none;
        height: 270px;
    }
    .footer-bottom.style-2 {
        padding: 0px 0;
    }
    .footer-bottom.style-2 p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .recruiters-title {
        font-size: 28px;
    }
    .recruiters-subtext {
        font-size: 16px;
    }
    .slider-track {
        gap: 20px;
    }
    .recruiter-logo {
        height: 50px;
    }
    .header-main a.header-logo img {
        border-radius: 10px;
        width: 100%;
    }
    .hero-3 .hero-content {
        padding: 80px 0px 80px;
    }
    a.header-logo-2 img {
        width: 80% !important;
    }
}