.vs-hero__content {
  padding: 50px 0 160px;
}

.hero-overlay-content{
    max-width:600px;
    padding:25px;
    border-radius:20px;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.55) 60%,
        rgba(0,0,0,0) 100%
    );
}

.hero-title{
    font-size:72px;
    line-height:1.05;
    color:#fff;
    margin-bottom:20px;
}

.hero-title span{
    color:#f4a300;
}

.hero-desc{
    font-size:22px;
    line-height:1.7;
    color:#fff;
    margin-bottom:25px;
}

.hero-admission{
    color:#f4a300;
    font-size:18px;
    font-weight:700;
    margin-bottom:30px;
}

.hero-admission i{
    margin-right:8px;
}

.hero-btn-group{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-btn-primary{
    background:#f4a300;
    color:#fff;
    padding:16px 35px;
    border-radius:8px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s;
}

.hero-btn-primary:hover{
    background:#d88900;
    color:#fff;
}

.hero-btn-outline{
    border:2px solid #fff;
    color:#fff;
    padding:14px 35px;
    border-radius:8px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s;
}

.hero-btn-outline:hover{
    background:#fff;
    color:#000;
}

@media(max-width:767px){

    .hero-overlay-content{
        max-width:100%;
        width:100%;
        padding:25px 20px;
        border-radius:0;
        background:linear-gradient(
            180deg,
            rgba(0,0,0,.75) 0%,
            rgba(0,0,0,.45) 100%
        );
    }

    .hero-title{
        font-size:38px;
        line-height:1.15;
        margin-bottom:15px;
    }

    .hero-desc{
        font-size:16px;
        line-height:1.6;
        margin-bottom:15px;
    }

    .hero-admission{
        font-size:14px;
        margin-bottom:20px;
    }

    .hero-btn-group{
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .hero-btn-primary,
    .hero-btn-outline{
        width:100%;
        text-align:center;
        padding:12px 15px;
        font-size:14px;
    }

}

.hero-location{
    color:#f4a300;
    font-size:15px;
    font-weight:600;
    margin-bottom:15px;
}

.vs-title__sub {
  font-size: 15px;
  color: #D18109;
  font-family: var(--vs-body-font) !important;
}

.head_title{
    color: var(--vs-theme-color1 !important;
}

.classtext1 {
  letter-spacing: 0.48px;
  font-weight: normal !important;
  text-transform: none !important;
  margin: 0 0 20px 0;
  font-size: 15px !important;
}

