*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

/* ================= Header Section Start ================= */
.manual-header{
    position:relative;
    height:74px;
    background:#26245D;
    border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    display:flex;
    align-items:center;
    overflow:visible;
}

/* Logo */

.logo-box{
    position:absolute;
    left:78px;
    top:-1px;
    width:100px;
    z-index:999;
}

.logo-box img{
    width:100%;
    display:block;
}

/* Title */

.manual-header h1{
    margin-left:240px;
    color:#fff;
    font-size:32px;
    font-weight:700;
    line-height:74px;
    margin-bottom:0;
}

/* White area below */

.header-space{
    height:70px;
    background:#fff;
}

/* ================= Responsive ================= */

@media(max-width:768px){

.logo-box{
    left:15px;
    width:90px;
}

.manual-header{
    height:65px;
}

.manual-header h1{
    margin-left:120px;
    font-size:22px;
    line-height:65px;
}

.header-space{
    height:50px;
}

}

@media(max-width:480px){

.logo-box{
    width:75px;
}

.manual-header h1{
    font-size:18px;
    margin-left:100px;
}

}

/* ================= Header Section End ================= */


/* ================= Hero Section Start ================= */
.hero-section{
    width:100%;
    height:157vh;
    background:#24245f;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.content{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.logo{
    width:160px;
    margin-bottom:30px;
}

h1{
    color:#fff;
    font-size:58px;
    font-weight:700;
    margin-bottom:45px;
}

.btn-start{
    display:inline-block;
    background:#f79b24;
    color:#1b1b1b;
    text-decoration:none;
    font-size:26px;
    font-weight:700;
    padding:18px 60px;
    border-radius:18px;
    transition:.3s;
}

.btn-start:hover{
    background:#ffad33;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:768px){

    .logo{
        width:120px;
    }

    h1{
        font-size:42px;
    }

    .btn-start{
        font-size:22px;
        padding:16px 45px;
    }

}

@media(max-width:480px){

    .logo{
        width:95px;
    }

    h1{
        font-size:34px;
    }

    .btn-start{
        font-size:18px;
        padding:14px 35px;
        border-radius:14px;
    }

}
/* ================= Hero Section End ================= */


/* ================= Articles Section Start ================= */


.articles-section{
    background:#fff;
}
.article-header{
    width:100%;
}

.article-title{
    font-size:58px;
    font-weight:700;
    margin:0;
    color:#000;
}

.title-line{
/*	width: 490%;*/
    border:0;
    border-top:3px solid #000;
    opacity:1;
    margin:15px 0 0;
}

.breadcrumb{
    font-size:16px;
    color:#222;
}

.article-btn{
    width:270px;
    height:68px;
    background:#26255d;
    border:3px solid #f39c12;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:18px;
    font-weight:500;
    transition:.3s;
}

.article-btn span{
    margin-left:8px;
}

.article-btn:hover{
    background:#f39c12;
    color:#fff;
}

/* Responsive */
@media (max-width:768px){

    .article-title{
        font-size:38px;
    }

/*
    .breadcrumb-text{
        font-size:14px;
		padding-right: 10px !important;
    }
*/
.breadcrumb-text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-text a{
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb-text a:hover{
    color: #f7941d;
}

.breadcrumb-text .separator{
    color: #222;
    font-weight: 600;
}

.breadcrumb-text .active{
    color: #222;
}
    .article-btn{
        width:100%;
    }

    .d-flex.justify-content-between{
        flex-direction:column;
        align-items:flex-start !important;
        gap:15px;
    }
}
/* ================= Articles Section End ================= */


/* ================= Academics Section Start ================= */

/*
.article-card{
    display: flex;
    align-items: center;
    width: 100%;
    height: max-content;
    padding: 5px 20px;
    margin-bottom: 18px;
    background: #ececec;
    border-radius: 18px;
    color: #23255c;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.article-card:hover{
    background: #23255c;
    color: #fff;
}
*/

/*
@media screen and (max-width:560px){
    .article-card{
        min-height:60px;
        font-size:14px !important;
        padding:12px;
    }
}
*/





/* ================= Academics Section End ================= */


/* ================= Footer Section End ================= */
.manual-footer{
      display: flex;
    align-items: center;
    width: 100%;
    /* min-height: 90px; */
    background: #26295f;
    /* border-radius: 0 0 12px 12px; */
    overflow: hidden;
    margin-top: 310px;
}
}

.footer-logo{
    width:230px;
/*    background:#fff;*/
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px;
    height:90px;
}

.footer-logo img{
    max-width:70px;
    width:100%;
    height:auto;
}

.footer-text{
/*    flex:1;*/
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:500;
    padding:0 20px;
    letter-spacing:.3px;
}

/* Responsive */
@media(max-width:768px){

    .manual-footer{
        flex-direction:column;
    }

    .footer-logo{
        width:100%;
        height:auto;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .footer-text{
        width:100%;
/*        padding:18px;*/
        font-size:16px;
    }

}
/* ================= Footer Section Start ================= */



















