
/* GLOBAL */
body {
    font-family: 'Inter', sans-serif;
}

/* HEADER */
.header {
   background: #fff;
    padding: 10px 0;
}
.header img {
    height: 110px;
}
.header h4 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	color: #29468F;


font-size: 35px;

font-weight: 700;
line-height: 1.2em; 
}
.header small {
    display: block;
    font-size: 12px;
}

/* HERO */
.hero {
    position: relative;
    background: url('../images/hero-img.webp') center/cover no-repeat;
    
}
.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #29468F;
    mix-blend-mode: multiply;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
	padding-bottom: 80px;
}
.hero h1 {
   
    
	color: #FFF;

font-size: 53.653px;
line-height: 1.1em;
font-weight: 700;

}
.hero .year {
    color: #FFC808;
font-size: 43.378px;
font-weight: 700;
line-height: 1em;
}

/* LOGIN BOX */
.login-box {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.login-header {
    background: #ffc107;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.login-body {
    padding: 20px;
}
.login-body input {
    height: 45px;
}
.btn-login {
    background: #2d4c91;
    color: #fff;
}
.btn-register {
    background: #ffc107;
}
.viewer {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/* CONTENT */
.content-section {
    padding-top: 40px;
}
.guidelines {
    background: #F2F2F2;
    padding: 30px;
	margin-top: 40px;
    
}
.btn-yellow {
    background: #ffc107;
    margin: 5px;
}

/* QUERY BOX */
.query-box {
    border: 1px solid #cfcfcf;
    padding: 30px;
    margin-top: 40px;
    background: #fff;
	margin-bottom: 40px;
}
.query-box h5 {
color: #0C2145;
font-family: Inter;
font-size: 24px;
font-weight: 600;
line-height: 29px; 
margin-bottom: 15px;
}
.query-box p{
color: #000;
margin-bottom: 0px;
}
/* HELP DESK */
.help-section {
    margin-top: 40px;
}
.help-left {
    background: #2d4c91;
    color: #fff;
    padding: 40px;
    text-align: center;
}
.help-right {
    background: #fff;
    padding: 30px;
}
.contact-btn {
    background: #ffc107;
}

/* FOOTER */
.footer {
    background: #111;
    color: #ccc;
    padding: 40px 0;
}
.footer h6 {
    color: #fff;
}
.footer a {
    color: #fff;
    display: inline-flex;
    margin-bottom: 5px;
}
.footer {
    background: #1c1c1c;
    color: #ccc;
    padding: 50px 0;
}

.footer-logo {
    max-width: 180px;
}

.footer-heading {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.footer-line {
    border-color: #444;
    margin: 20px 0;
    width: 70%;
}

.footer-links {
    list-style: none;
    padding: 0;
	margin-bottom: 0px;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
}
.footer-links a:hover {
    color: #ffc107;
}

/* Social Icons */
.social-icons i {
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.social-icons i:hover {
    color: #ffc107;
}
.query-g {
background: #32BA32;
color: #fff;
display: inline-flex;
width: 82px;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 51px;
    line-height: 1.3em;
    padding-bottom: 5px;

}

/* LEFT BOX */
.help-left {
    background: #3b4f8f;
    color: #fff;
    min-height: 300px;
}

.help-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.help-icon i {
    font-size: 32px;
    color: #3b4f8f;
}

.help-left h3 {
    margin-top: 15px;
	color: #FFF;

font-size: 24px;

font-weight: 500;

}

.help-left p {

font-family: Inter;
font-size: 14px;

font-weight: 300;

}
}

/* RIGHT SIDE */
.help-right {
    background: #f3f3f3;
    padding: 30px 40px;
}

/* CONTACT ITEM */
.contact-item {
    margin-bottom: 20px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #29468F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
	min-width: 50px;
}

.icon-box i {
    font-size: 18px;
}

.contact-text h6 {
    margin: 0;
    font-weight: 600;
}

.contact-text p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* BUTTON */
.contact-btn {
    padding: 12px;
	color: #29468F;
text-align: center;
font-family: Inter;
font-size: 14px;
font-weight: 600;
}
.contact-btn:hover {
    background: #d4a92c;
}
.help-right {
    background: #fff;
    padding-left: 80px !important;
    padding-right: 18% !important;
}
.helpdesk-section
{
background: #D9D9D9;
padding: 30px 0;
}
.helpdesk-section h6 {
color: #000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;

}
.ph-num a {
color: #000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 200;
line-height: normal;
}
.btn-sec {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.btn-sec .btn {
margin: 0px;
display: flex;
    align-items: center;
    gap: 8px;
}
.guidelines h5 {
color: #0C2145;
font-size: 24px;
font-weight: 600;
line-height: 29px;
}
.welcome-sec p:last-child {
margin-bottom: 0px;
}
.welcome-sec p {
color: #000;
font-size: 18px;
font-weight: 400;
line-height: 140%;
}
.welcome-sec .blue-h {
color: #29468F;
font-weight: 700;

}
section.hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 30px;
    width: 579px;
    height: 500px;
    background: url(../images/students.webp);
    bottom: 0px;
    background-size: cover;
    margin: 0 auto;
}
.header .h-title {
display: flex;
align-items: start;
}
@media screen and (max-width: 480px) {
.header {
padding: 5px 0 !important;
padding-bottom: 20px !important;
padding-right: 5px !important;
        padding-left: 5px !important;
}
.header h4 {
font-size: 18px;
}
.header-sub {
font-size: 14px;
}
.header small {
font-size: 10px;
}
.hero .year {
font-size: 25px;
}
.hero h1 {
font-size: 33px;

}
section.hero:after {
    
    right: 0;
    width: auto;
    height: 350px;
    background: url(../images/students.webp);
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-content {
    padding-bottom: 400px;
}
.btn-sec {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
}
.help-right {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
}