.hero_overloy {
    position:relative;
        z-index: 1;
}
.hero_overloy:before {
    content:'';
    background: #0e2f84d9;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.header-logo img {
        width: 250px;
}
.footer-bottom {
        background: #0e396e;
    padding: 10px 0;
}
.xb-item--dep-btn {
        display: flex;
    gap: 20px;
}
.xb-item--dep-btn a {
        width: 50%;
}
.xb-item--dep-btn .btn2 {
        background: #1b4b86 !important;
}
.xb-program__wrapper .xb-item--img img {
    height: 250px;
    object-fit: cover;
}
.program {
     
    padding-bottom: 50px;
    margin-top: 50px;
}
.cta_area {
        padding: 50px 0;
}
.data_boxx {
    margin-bottom: 30px;
}
.why_choose_section .text-right {
    text-align:right;
}
.Life_area {
        height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 100px;
}
.xb-program__wrapper {
        background: #fff;
    border-radius: 5px;
}
.xb-item--holder {
        padding: 10px;
}
.xb-item--star img {
    width:100px;
}
.xb-item--logo img {
        width: 250px;
    background: #fff;
    border-radius: 5px;
}
.policy_pages {
    padding:50px 0;
}
.policy_pages h6,
.policy_pages h5,
.policy_pages h3,
.policy_pages h2,
.policy_pages h1 {
    font-size: 22px;
        margin-bottom: 10px;
}
.policy_pages h4 {
    font-size: 26px;
}
.policy_pages p {
        margin-bottom: 15px;
}
.policy_pages ul,
.policy_pages ol, 
.policy_pages li {
    list-style: disc;
    margin-left: 20px;
    line-height: 35px;
}
.gallery_item {
        margin-bottom: 30px;
    box-shadow: 0 0 10px #dfdcdc;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery_item:hover img {
        transform: scale(1.1);
}
.gallery_item img {
        border-radius: 10px;
    height: 250px;
    object-fit: cover;
    transition: .5s ease;
    width: 100%;
    object-position: top;
}
.partner_logo {
        background: #f7f6f4;
    padding: 50px 0;
    margin-bottom: 50px;
}
.item_partner {
        background: #fff;
    border: 1px solid #000;
    height: 200px;
    border-radius: 30px;
}
.item_partner img {
     width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: scale-down;   
}
.xb-item--avater img {
    width:80px;
}
.border_radiusee {
    border-radius: 10px;
}
.admission_open {
    position: fixed;
    right: -50px;
    top: 40%;
    transform: rotate(90deg);
    z-index: 111;
    background: #fff;
    padding: 6px;
    border-radius: 0 0 10px 10px;
    
}
.admission_open a {
        display: block;
}
.admission_open img {
    width: 150px;
}
.hero__content-wrap .section-title .sub-title {
        font-family: var(--font-heading);
}
.hero__content-wrap .thm-btn--white {
    background: #f6a400;
}