/* start footer section--- */
.footer {
    color: white;
    padding: 5% 0%;
}
.footer {
    background-color: #131e34 !important;
    background: url('../image/home/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 0 !important;
}
.footer .top_footer_txt {
    font-size: 18px !important;
}
.ft-overlay {
    background: #121e3517;
    padding: 5% 0%;
    z-index: 1;
}

.footerIcon {
    margin-top: 10px;
}

.fa-facebook-f {
    background-color: #1882FF;
}

.fa-twitter {
    background-color: #60B0ED;
}

.fa-linkedin-in {
    background-color: #1B70C4;
}

.fa-youtube {
    background-color: #FF0000;
}

.footerBg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerIcon i {
    text-align: right;
    padding: 9px;
    margin: 0px 2px;
    width: 35px;
    color: white;
    border-radius: 2px;
}

.footer_1st_col p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13.5719px;
    line-height: 3px;
    letter-spacing: 0.01em;
    line-height: 20px !important;

}

.footer_1st_col .uName {
    font-style: normal;
    font-weight: 900;
    font-size: 16.8055px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
}

.footer_1st_col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer_1st_col img {

    height: 150px;
    margin-bottom: 12px;
    height: 122px !important;
}

.footer_2nd_col {
    display: flex;
    flex-direction: column;
}

.footer_2nd_col a {
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    /* identical to box height */
    letter-spacing: 0.01em;

    color: #E2E2E2;
    border-bottom: 0.737342px solid #282828;
    padding: 5px 0px;
}

.footer_2nd_col {
    /* padding: 0% 5%; */
}

.footer_2nd_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    border: 0;
    margin-bottom: 25px;
}

.top_footer_txt {
    margin-top: 20px;
}

.footer_txt {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-color: #434e6f !important;
    padding: 8px 0 !important;
}

.footer_txt p {
    margin-left: 0px;
}

.footer_txt img {
    /* height: 10px; */
    display: none;

}

.footer_3rd_col {
    display: flex;
    flex-direction: column;
}

.footer_3rd_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
    color: #FFFFFF;
    border: 0;
}

.footer_3rd_col {
    /* padding: 0% 5%; */
}

.footer_3rd_col a {
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* letter-spacing: 0.01em; */
    color: #E2E2E2;
    border-bottom: 0.737342px solid #282828;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.footer_4th_col {
    /* padding: 0% 5%; */
}

.footer_4th_col a {
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    /* identical to box height */
    letter-spacing: 0.01em;

    color: #E2E2E2;
    border-bottom: 0.737342px solid #282828;
    padding: 5px 0px;
}

.footer_4th_col {
    display: flex;
    flex-direction: column;

}

.footer_4th_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
    color: #FFFFFF;
    border: 0;
}

/* footer responsive css start  */
@media screen and (max-width :800px) {
    .footer_2nd_col {
        /* padding: 0% 5%; */
        width: 100%;
    }

    .footer_3rd_col {
        width: 100%;
    }

    .footer_4th_col {
        width: 100%;
    }
}

@media screen and (max-width :550px) {
    .footer_bottom {
        display: block;
    }
}

@media screen and (max-width :360px) {
    .footer_1st_col img {
        height: 100px !important;
        margin-bottom: 2px;
    }

    .footer_1st_col .uName {
        font-size: 13.805px;
    }

    .footerIcon i {
        padding: 6px;
        margin: 0px 2px;
        width: 30px;
        height: 30px;
    }

    .footerIcon {
        margin-bottom: 15px;
    }

    .footer_2nd_col a {
        padding: 10px 0px;
    }

    .footer_3rd_col a {
        padding: 10px 0px;
    }

    .footer_4th_col a {
        padding: 10px 0px;
    }

    .footer_3rd_col .top_footer_txt {
        margin-top: 20px;
    }

    .footer_4th_col .top_footer_txt {
        margin-top: 20px;
    }
}

/* footer responsive css end  */




/* footer end  */

/* footer bottom start  */
.footer_bottom {
    background: #1F212F;
    color: #FFFFFF;
    border-top: 0.5px solid #DFDFDF;
    padding: 20px 50px;
}

.footer_bottom_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_bottom_left {
    display: flex;
    align-items: center;
    /* flex: 3; */
    width: 30%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    justify-content: end;
}

.footer_bottom_left a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer_bottom_right {
    display: flex;
    align-items: center;
    justify-content: end;
    /* flex: 7; */
    width: 70%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14.9094px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    flex-wrap: wrap;
    justify-content: start;
}

.footer_bottom_right a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 25px;
    border-right: 0.5px solid #666666;
    margin-top: 5px;
}

.footer_bottom_right a:hover {
    color: #fff;
}
.footer_bottom_right_a:last-child {
    border-right: 0;
}

/* bottom resoinsve css start  */

@media screen and (max-width :1420px) {
    .footer_bottom_right {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
        line-height: 12px;
        margin-top: 1px;
        padding: 0px 10px;
    }
}

@media screen and (max-width :800px) {
    .footer_bottom_right {
        flex-wrap: wrap;
    }

    .footer_bottom_left {
        font-size: 12.289px;
    }

    .footer_bottom_right_a {}

    .footer_bottom_right a {
        font-size: 12px;
        line-height: 12px;
        margin: 4px 0;
        padding: 0px 10px;
    }

}

@media screen and (max-width :700px) {
    .footer_bottom_right a {
        font-size: 12px;
        line-height: 22px;
        margin: 6px 0;
        padding: 0px 10px;
        justify-content: center;
    }

    .footer_bottom_right {
        justify-content: center;
    }

    .footer_bottom_left {
        width: 100% !important;
        justify-content: center;
    }
}

@media screen and (max-width :550px) {
    .footer_bottom_right {
        width: 100%;
    }

    .footer_bottom_left {
        border-top: 0.5px solid #968787;
        margin-top: 8px;
        margin-top: 9px;
        padding-top: 8px;
    }

    /* .footer_bottom { */
    .footer_bottom {
        background: #1F212F;
        color: #FFFFFF;
        border: none;
        padding: 20px 50px;
    }

    /* } */
}

@media screen and (max-width :360px) {
    .footer_bottom {
        padding: 10px 15px;
    }

    .footer_bottom_left a {
        font-size: 12px;
    }

    .footer_bottom_right a {
        font-size: 12px;
    }

    .footer_bottom_right {
        align-items: center;
        justify-content: center;
    }

    .footer_bottom_right a {
        font-size: 12px;
        line-height: 20px;
        margin-top: 1px;
        padding: 0px 5px;
    }

    .footer_bottom_left {
        justify-content: center;
        width: 100%;
    }

}

/* bottom responsive css end  */


/* bottom footer css end  */


/* breadcumb */
.top-breadcumb {
    margin: 10px auto;
    max-width: 100%;
    padding: 4px 15px;
    background-color: #efefef;
}
.top-breadcumb a {
    color: #2D2D2D;
    font-size: 12px;
}
.top-breadcumb .fa-home {
    font-size: 12px;
}
.top-breadcumb i {
    color: #2D2D2D;
    font-size: 10px;
    margin: 0 2px;
}

/* admin banner */
.admin-banner-area {
    background: url('../image/administration-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
    margin: 10px auto;
    max-width: 1470px;
}
.admin-banner-area .content {
    padding: 20px 4vw;
}
.admin-banner-area .content .inner {
    background-color: #000000A8;
    padding: 16px 0;
}
.admin-banner-area .content h1 {
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 48px;
    border-left: 4px solid #0075FF;
    padding: 0 26px;
}

/* left item active */
.dept_home_left_item_bottom a.current {
    position: relative;
    font-weight: 600;
    padding: 7% 5%;
}
.dept_home_left_item_bottom a.current::before {
    position: absolute;
    top: 10px;
    bottom: 12px;
    left: 0;
    content: '';
    width: 6px;
    background-color: #0075FF;
}
.personal_information_left_link_box a.current {
    position: relative;
    font-weight: 600;
    padding: 7% 5%;
}

/* collapse common */
.highlights {
    margin: 30px 0px 50px 0px;
}
.highlights a.collapsed i.fa-caret-up {
    transform: rotate(180deg);
}
.highlights a i.fa-caret-up {
    transform: rotate(0deg);
}
.highlights_components {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.highlights_components .right-arrow {
    color: #fff;
    background-color: #153E90;
    padding: 8px 10px;
    margin-right: 6px;
    border-radius: 50px;
    font-size: 14px;
}
.highlights_components::before {
    background-color: red;
}
.highlights_components p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.01em;
    padding: 15px;
    padding-right: 25% !important;
    color: #000000;
}

.highlights_components:hover {
    background-color: #007bff;
    color: #ffff;
}
.highlights_components:hover p {
    color: #fff;
}
.highlights_components img {
    margin-right: 15px;
}

.highlights_components:onclick {
    background-color: #049906;
    color: #ffff;
}

.highlights_components p:hover {
    color: #ffff;
}


.highlights_single {
    display: flex;
    align-items: center;

    padding: 10% 0%;
}

.highlights_single img {
    height: 25px !important;
    transform: rotate(270deg);
    /* transform-origin: 20% 40%; */
}

.highlights_single p {
    font-size: 18px;
    margin: 0px 15px;
    color: #000;
    text-decoration: none;
}

.highlights_single {
    padding: 2% 0%;
}

@media screen and (max-width :1170px) {
    .highlights_components p {
        font-size: 22px;
    }
}

@media screen and (max-width :1110px) {
    .highlights_components p {
        font-size: 18px;
    }
}

@media screen and (max-width :1110px) {
    .highlights_components p {
        /* font-size: 18px; */
        padding-right: 0% !important;
    }
}
.highlights_collapse_component {
    display: flex;
    align-items: center;
    padding: 0 4%;
    margin-top: 20px;
}

.highlights_collapse_component a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #007bff;
}

.highlights_collapse_component img {
    height: 150px;
}

.highlights_collapse_component_details {
    flex: 4;
    align-items: center;
    margin-left: 3%;
}

.highlights_collapse_component_details_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #000000;
}

.highlights_collapse_component_details_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 6px;
}

.highlights_collapse_component_details_p3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 12px !important;
}
.sau_dialog a.current {
    background: #007bff;
    color: #fff;
}

@media (max-width: 767px) {
    .mobile-breadcumb-area {
        background-color: #efefef;
    }
    .mobile-breadcumb-area .navbar-toggler {
        font-size: 12px;
        padding: 10px 10px;
    }
    .mobile-breadcumb-area .dropdown-menu {
        border-radius: 0;
        padding: 10px;
        right: 0;
    }
    .mobile-breadcumb-area .dropdown-menu a,
    .mobile-breadcumb-area .dropdown-menu p {
        font-size: 14px;
    }
    /* admin banner */
    .admin-banner-area {
        margin: 0;
        min-height: 30vh;
    }
    .admin-banner-area .content h1 {
        font-size: 24px;
    }

    /* collapse common area */
    .highlights_components p {
        font-size: 17px;
        margin-right: 26px;
    }

    .highlights_components img {
        /* font-size: 14px; */
        height: 30px !important;
    }
    .dept_home_highlights_p1 {
        font-size: 26px;
        margin-top: -6px !important;
    }
    .highlights_single p {
       font-size: 15px;
       line-height: 25px;
    }
    .highlights_collapse_component_details_p1 {
        font-size: 16.9286px;
        line-height: 17px;
    }
    .highlights_collapse_component_details_p2{
        font-size: 14px;
        line-height: 16px;
    }
    .highlights_collapse_component_details_p3 {
        font-size: 14px;
        line-height: 16px;
    }
    .highlights_collapse_component a {
        font-size: 14px;
        line-height: 14px;
    }
    .highlights_collapse_component img {
        height: 120px;
        margin-right: 10px;
    }
    .highlights_components p {
        line-height: 20px;
        font-size: 16px;
    }
    .highlights_collapse_component {
        padding: 0 6px;
    }
}

@media (min-width: 1400px) {
    .mx-2xl-3 {
        margin-right: 16px;
        margin-left: 16px;
    }
}