:root {
    --colorTheme: rgb(0, 255, 191);
    --deepColorTheme: #095f5f;
    --hoverColor: #07dae9;
}

body {
    scroll-behavior: smooth;
}

.header_logo_sec {
    padding: 9px 5%;
    height: 80px;
    position: relative;
}

#title_sec {
    position: absolute;
    color: black;
    top: 50%;
    transform: translateY(-57%);
    transition: opacity 0.5s;
}

.social_link {
    position: absolute;
    right: 5%;
    top: 25%;
    transform: translateY(-50%);
}

.social_link .fa {
    padding-top: 5px;
    font-size: 20px;
    width: 30px;
    height: 17px;
    text-align: center;
    text-decoration: none;
    margin: 4px -1px;
    background: none;
    color: var(--colorTheme);
    border-radius: 39px;
}

.social_link .fa-facebook:hover,
.social_link i:hover {
    color: #4867aa;
}

.social_link .fa-twitter:hover,
.social_link i:hover {
    color: #50abf1;
}

.social_link .fa-youtube:hover,
.social_link i:hover {
    color: red;
}

.admin_login_link {
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    right: 5%;
    top: 65%;
    transform: translateY(-50%);
}

.admin_login_link:hover, .admin_options p:hover {
    color: blue;
}

.left_side_logo_sec {
    width: fit-content;
    height: 100%;
    display: flex;
    cursor: pointer;
}

.gov_logo {
    width: fit-content;
    height: 100%;
}

.gov_logo img {
    height: 100%;
}

.title_sec {
    padding-left: 8px;
    padding-top: 2px;
    text-transform: uppercase;
}

.header_nav_bar {
    background: var(--colorTheme);
    padding: 0px 5%;
    position: relative;
    height: 44px;
}

.menu_container {
    display: flex;
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 5%;
    font-size: 24px;
    color: black;
    cursor: pointer;
}

.nav_options {
    width: fit-content;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 6px;
    cursor: pointer;
}

.nav_options:hover {
    color: rgb(45, 85, 95);
}

.notice_submenu {
    position: absolute;
    z-index: 1;
    background: white;
    top: 44px;
    font-size: 13px;
    width: 240px;
    overflow: hidden;
}

.noti_submenu_item {
    padding: 8px 16px;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
}

.active {
    background: whitesmoke;
}

.noti_submenu_item:hover {
    background: whitesmoke;
}

#activity_items_container,
#spotlight_items_container {
    height: 178px;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 0;
}

.header_banner_sec {
    width: 100%;
    height: 444px;
    position: relative;
}

.banner_img {
    width: 100%;
    height: 100%;
}

.banner_img img {
    width: 100%;
    height: 100%;
}

.banner_left_arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 28px;
    background: #ffffff47;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
}

.banner_right_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 28px;
    background: #ffffff47;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
}

#banner_burrets {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: gainsboro;
    display: flex;
}


/* #banner_burrets i {
  cursor: pointer;
} */

.middle_body {
    padding: 70px 5%;
    display: flex;
}

.left_side_sec {
    width: 68%;
}

.middle_body_head {
    width: fit-content;
    padding: 10px 0;
    background-image: linear-gradient(to right, #3f51b5, #69e0e0);
    color: black;
    font-size: 26px;
    font-weight: bold;
}

.governing_body_body{
    display: flex;
    flex-wrap: wrap;
	padding: 16px 22px;
}

.governing_body_body div {
    margin: 22px;
}

.officials_quote_sec {
    margin-top: 42px;
}

.qoute_sec {
    margin: 20px 12px;
    display: flex;
}

.quote_person_sec {
    text-align: center;
}

.quote_person_sec img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.quote_person_sec h4 {
    font-size: 20px;
}

.quote_msg_sec {
    margin-top: 12px;
    margin-left: 24px;
    font-size: 18px;
}

.quote_msg_sec_two {
    margin-top: 12px;
    margin-right: 24px;
    font-size: 18px;
}

.qoutes_separetor {
    width: 54%;
    margin: 34px auto;
}

.right_side_sec {
    display: flex;
    width: 100%;
}

.notice_board {
    border: 1px solid gainsboro;
    width: 50%;
}

.notice_board_head {
    font-size: 20px;
    font-weight: bold;
    padding: 14px;
    color: black;
}

.notice_items_container {
    height: 434px;
    padding: 0 12px;
    overflow-y: scroll;
}

.notice_items {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 4px;
}

.notice_items i {
    font-size: 10px;
    color: var(--colorTheme);
    margin-top: 5px;
}

.notice_items p {
    font-size: 15px;
    margin-left: 12px;
}

.notice_board_footer {
    text-align: center;
    padding: 6px;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
    border: 1px solid;
    cursor: pointer;
    float: right;
    margin: 16px;
}

.notice_board_footer:hover {
    color: var(--hoverColor);
}

.middle_tender {
    margin: 0 2%;
    text-align: center;
    border: none;
}

.activity_spotlight {
    width: 27%;
}

.activity_header {
    background: var(--colorTheme);
    color: black;
    padding: 8px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

.schemes_section {
    padding: 36px 5%;
    background: whitesmoke;
    position: relative;
}

.schemes_header {
    border-bottom: 2px solid;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.schemes_container {
    display: flex;
    overflow: hidden;
    padding: 42px 0px;
    scroll-behavior: smooth;
}

.schemes_item {
    margin: 0 10px;
}

.schemes_item img {
    width: 224px;
    height: 96px;
    border: 1px solid;
}

.scheme_left_arrow {
    position: absolute;
    top: 53%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 27px;
    background: #82e0cf47;
    padding: 4px 6px;
    border-radius: 6px;
    cursor: pointer;
}

.scheme_right_arrow {
    position: absolute;
    top: 53%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 27px;
    background: #82e0cf47;
    padding: 4px 6px;
    border-radius: 6px;
    cursor: pointer;
}

.tourism_section {
    padding: 36px 5%;
}

.tourism_container {
    margin-top: 42px;
    display: flex;
}

.tourism_item_jilli {
    border: 1px solid gainsboro;
    box-shadow: 0px 5px 5px gainsboro;
}

.tourism_item {
    width: 100%;
    height: 300px;
    display: flex;
    border: 1px solid gainsboro;
    box-shadow: 0px 5px 5px gainsboro;
}

.tourism_img_container {
    width: 38%;
}

.tourism_img_container img {
    width: 100%;
    height: 100%;
}

.tourism_content_container {
    width: 56%;
    padding: 26px;
    text-align: center;
}

.tourism_content_container h2 {
    text-transform: uppercase;
}

.tourism_content_container p {
    font-size: 13px;
    margin-top: 6px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 26px;
}

.jilli_booking {
    background: white;
    color: black;
    border: 1px solid;
    text-align: center;
    width: 116px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}

.jilli_booking:hover {
    color: var(--hoverColor);
}

.intro_section {
    padding: 60px 5%;
    background: black;
    display: flex;
    color: white;
}

.intro_content {
    width: 62%;
    margin-right: 2%;
}

.intro_content h2 {
    text-transform: capitalize;
    font-weight: unset;
    color: #008544;
    font-size: 32px;
}

.intro_heading_top {
    text-transform: uppercase;
    color: white;
    font-size: 24px;
}

.hoz_line {
    height: 4px;
    width: 88px;
    background: #008544;
    border: none;
    margin: 5px 0;
    margin-bottom: 18px;
}

.intro_content p {
    line-height: 26px;
    font-size: 14px;
}

.read_more_btn {
    margin-top: 14px;
    background: white;
    color: black;
    border: 1px solid;
    text-align: center;
    width: 118px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.read_more_btn:hover {
    color: var(--hoverColor);
}

.quote_section {
    width: 36%;
    font-size: 13px;
    padding: 16px 0;
}

.bdo_quote {
    display: flex;
    padding: 12px;
}

.bdo_quote img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.bdo_quote_top {
    background: var(--colorTheme);
    color: black;
    margin-bottom: 20px;
}

.bdo_quote_bottom {
    background: var(--colorTheme);
    color: black;
}

.designation_sec {
    text-align: right;
    margin-top: 8px;
}

.footer_sec {
    padding: 36px 5%;
    display: flex;
    background: var(--colorTheme);
    color: black;
}

.useful_links {
    width: 30%;
}

.useful_links h2 {
    margin-bottom: 18px;
    font-size: 20px;
}

.useful_links p {
    margin: 10px 0;
    font-size: 15px;
}

.useful_links a {
    color: black;
    text-decoration: none;
}

.useful_links a:hover {
    text-decoration: underline;
}

.useful_links img {
    width: 80%;
}

.footer_bottom {
    background: var(--deepColorTheme);
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 10px 5%;
}

.footer_bottom a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}


/* about page & bcw*/

.body_container {
    padding: 42px 5%;
}

.body_container h2 {
    text-align: center;
    color: var(--colorTheme);
    font-size: 34px;
    text-decoration: underline;
}

.body_container p {
    line-height: 1.8;
    font-size: 14px;
}

.body_container h3 {
    color: var(--colorTheme);
    text-decoration: underline;
    font-size: 21px;
    margin: 18px auto;
}

.imp_links p {
    margin: 8px;
}

.gopi_title {
    font-size: 27px;
    color: green;
    font-weight: bold;
    margin-right: 6px;
}


/* block profile */

.head_banner {
    background-image: url("../assets/55.JPG");
    filter: blur(2px);
    -webkit-filter: blur(4px);
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.border_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid;
    padding: 12px 22px;
    color: black;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.profile_container {
    padding: 42px 5%;
    min-height: 268px;
}

.profile_content_section {
    margin: 20px 0;
}

.profile_content_section p {
    line-height: 1.8;
    margin: 4px 0;
    font-size: 14px;
}

.profile_content_section span {
    font-weight: bold;
}

.left_side_fixed_menu {
    width: 15%;
    position: absolute;
    min-height: 268px;
}

.side_menu_header {
    text-align: center;
    background: var(--colorTheme);
    color: black;
    padding: 3px;
}

.content_portion {
    margin-left: 20%;
}


/* Staffs */

.staff_table_row {
    /* width: 100%; */
    display: flex;
    margin: 0;
    position: relative;
    font-size: 14px;
    border-bottom: 1px #0c0c0c1f solid;
}

.mdm_SchoolList {
    height: 400px;
    overflow-y: scroll;
}

.table_head {
    margin-top: 20px;
    background: var(--colorTheme);
    color: black;
    font-size: 16px;
}

.slno_col {
    width: 10%;
    padding: 6px;
}

.name_col {
    width: 37%;
    padding: 6px;
}

.mobile_col {
    width: 16%;
    padding: 6px;
}


/* gp */

.gram_panchayat {
    border: 1px solid gainsboro;
    border-radius: 6px;
    overflow: hidden;
    margin: 24px 0px;
    position: relative;
}

.gp_box_top {
    display: flex;
}

.banner_title {
    width: 50%;
    padding: 4px;
}

.banner_title img {
    width: 100%;
    height: 177px;
    box-shadow: 4px 4px 5px -1px gainsboro;
}

.gp_title {
    font-size: 28px;
    font-weight: bold;
    margin: 14px 10px;
    text-transform: uppercase;
    border-bottom: 3px solid skyblue;
    width: fit-content;
}

.gp_pradhan {
    width: 49%;
    position: relative;
}

.pradhan_tag {
    margin-top: 42px;
    padding: 0px 26px;
    text-align: center;
}

.pradhan_name {
    text-align: center;
    font-size: 26px;
}

.pradhan_no {
    text-align: center;
}

.gp_address {
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.gp_employe {
    font-size: 14px;
}

.other_empployees {
    background: blueviolet;
    color: black;
    padding: 3px 14px;
    width: fit-content;
    margin: 3px 0;
}

.gp_table_row {
    width: 100%;
    display: flex;
    position: relative;
}

.gp_table_head {
    background: #43a943;
    color: black;
}

.gp_slno_col {
    width: 10%;
    padding: 4px;
}

.gp_name_col {
    width: 27%;
    padding: 4px;
}

.gp_mobile_col {
    width: 26%;
    padding: 4px;
}

.gp_row_odd {
    background: #7fffd440;
}

.gp_row_even {
    background: #f3b16d26;
}


/* youth dept. */

.youth_body_container {
    padding: 42px 5%;
    min-height: 268px;
}

.youth_body_container p {
    line-height: 1.8;
    font-size: 14px;
}

.youth_slno_col {
    width: 5%;
    padding: 4px;
}

.youth_name_col {
    width: 20%;
    padding: 4px;
}

.youth_allot_order_col {
    width: 20%;
    padding: 4px;
}

.youth_pro_cost_col {
    width: 10%;
    padding: 4px;
}

.youth_order_col {
    width: 15%;
    padding: 4px;
}

.youth_schemes {
    margin: 22px 0px;
    background: rgb(235, 233, 233);
    padding: 3px;
}

.youth_schemes p {
    font-size: 14px;
}

.dept_header {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 12px;
    padding-bottom: 3px;
}


/* admin */

.gp_admin_head {
    padding-bottom: 3px;
    border-bottom: 2px solid;
    margin-bottom: 12px;
    position: relative;
}

.add_new_btn {
    background: blue;
    color: white;
    padding: 3px 13px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
}

.add_new_btn:hover {
    background: skyblue;
}

.new_gp_add {
    display: block;
    border: 1px solid gainsboro;
    padding: 6px 8px;
    border-radius: 6px;
}

.new_gp_input {
    margin: 10px 0;
    position: relative;
}

.new_gp_input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new_gp_input input,
.new_gp_input textarea,
.gp_image_box {
    width: 310px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    margin-left: 112px;
}

.gp_image_box img {
    width: 100%;
    height: 184px;
}

.remove_gp_image {
    font-size: 32px;
    position: absolute;
    bottom: 0;
    left: 44%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.edit_gp_image {
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 44%;
    transform: translateX(50%);
    background: white;
    border-radius: 50%;
    width: 27px;
    height: 31px;
    cursor: pointer;
}

.remove_gp_image i,
.edit_gp_image i {
    position: absolute;
    top: -2px;
    left: -1px;
}

.gp_edit {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 30px;
    cursor: pointer;
}

.gp_delete {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.submit_btn {
    background: blue;
    color: white;
    padding: 3px 13px;
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
}

.submit_btn:hover {
    background: skyblue;
}

.gp_submit_btn_sec {
    border-top: 1px solid gainsboro;
    padding: 12px 0;
    margin-top: 12px;
}

.remove_emp {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
}

#cat_sugg {
    margin-left: 112px;
    display: flex;
    width: 310px;
}

.tender_docs_sec {
    width: 62px;
    text-align: center;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
}

.tender_docs_sec img {
    width: 100%;
    height: 56px;
}

.tender_docs_sec p {
    font-size: 11px;
}

.panchayatWork_Image img {
    width: auto;
    height: 250px;
}


/* ContactUs */

.contactUs_body {
    display: flex;
    flex-wrap: wrap;
}

.contact_details {
    width: 49%;
    margin-right: 2%;
}

.contact_details p {
    font-size: 20px;
}

.map_container {
    width: 49%;
    height: 345px;
}

.school_stat_box {
    width: 214px;
    height: 140px;
    background: white;
    margin: 15px 22px;
    position: relative;
    font-size: 22px;
    padding: 16px;
    border-radius: 28px;
}
.school_stat_box_div {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    color: white;
    height: 120px;
    border-radius: 10px;
}
.school_stat_box_div2{
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    padding: 12px;
    padding-left: 56px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 28px;
}
.future_plans_body{
    padding: 30px;
}
.future_plans_body h2 {
    text-align: center;
    text-decoration: underline;
    margin: 24px 0;
}
.future_plans_body p {
    margin-bottom: 10px;
    display: flex;
}
.numbering_span {
    margin-right: 20px;
}
/* Go To Top */

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -webkit-animation: BackToTopMover 1s infinite alternate;
    animation: BackToTopMover 1s infinite alternate;
    position: fixed;
    bottom: 50px;
    right: 27px;
    border-radius: 25px;
    background-color: #2196f3;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    opacity: 0;
}

#back2Top:hover {
    background-color: #205a88;
    color: rgb(225, 225, 225);
}

#nb_activity {
    width: unset;
    margin-bottom: 13px;
    position: relative;
}

#nb_spotlight {
    width: unset;
    position: relative;
}

.tourism_left_sec {
    width: 36%;
    margin-right: 3%;
}

.tourism_right_sec {
    width: 61%;
}

.sub_title {
    font-size: 28px;
    margin-bottom: 4px;
}

.main_title {
    font-size: 26px;
}

.main_address {
    font-size: 11px;
    font-weight: bold;
}

.tourism_text_content {
    height: 210px;
    overflow: hidden;
}


/* mobile menu */

.mb_menu {
    font-size: 18px;
    border-bottom: 1px solid gainsboro;
    padding: 8px 12px;
    display: flex;
    cursor: pointer;
}

.mb_menu p {
    width: 90%;
}

.mb_menu i {
    margin-top: 4px;
}

#mb_leftside_menu {
    display: none;
    margin-bottom: 22px;
}

#mb_leftside_menu p {
    background: var(--colorTheme);
    color: black;
    padding: 5px 10px;
    width: fit-content;
}

.tourism_picture {
    display: none;
}


/* responsive */

@media (max-width: 890px) {
    .header_banner_sec {
        height: 160px;
    }
    .banner_right_arrow,
    .banner_left_arrow {
        font-size: 20px;
    }
    .intro_section {
        display: block;
    }
    .intro_content {
        width: 100%;
    }
    .quote_section {
        display: flex;
        width: 100%;
        margin-top: 20px;
    }
    .bdo_quote_top {
        color: black;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .bdo_quote_bottom {
        margin-left: 10px;
    }
    #left_side_fixed_menu {
        display: none;
    }
    .content_portion {
        margin-left: 0;
    }
    /* #mb_leftside_menu {
    display: block;
  } */
    .pradhan_name {
        font-size: 20px;
    }
    .staff_table_row {
        width: 788px;
    }
    #tender_table_container {
        overflow-x: scroll;
    }
    .youth_schemes {
        overflow-x: scroll;
    }
    #block_staff_table_container {
        overflow-x: scroll;
    }
    .mdm_SchoolList {
        overflow-y: unset;
    }
}

@media (max-width: 858px) {
    .right_side_sec {
        flex-wrap: wrap;
    }
    .middle_tender {
        margin-right: 0;
        margin-left: 3%;
    }
    .activity_spotlight {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }
    .notice_board {
        width: 48%;
    }
    #nb_activity {
        width: 49%;
        margin-bottom: 0;
        margin-right: 2%;
    }
    #nb_spotlight {
        width: 49%;
    }
    .tourism_item {
        height: auto;
    }
    .tourism_container {
        flex-wrap: wrap;
    }
    .tourism_right_sec {
        width: 100%;
    }
    .tourism_left_sec {
        width: 100%;
        margin-right: 0;
        margin-bottom: 36px;
    }
    .tourism_text_content {
        height: unset;
    }
}

@media (max-width: 700px) {
    .footer_sec {
        flex-wrap: wrap;
    }
    .useful_links {
        width: 50%;
        margin-bottom: 22px;
    }
    .contact_details {
        width: 100%;
        margin-right: 0;
    }
    .map_container {
        width: 100%;
        height: 280px;
        margin-top: 24px;
    }
}

@media (max-width: 600px) {
    .header_logo_sec {
        height: 40px;
    }
    .sub_title {
        font-size: 9px;
    }
    .main_title {
        font-size: 10px;
    }
    .main_address {
        font-size: 8px;
        width: unset;
    }
    .border_box {
        width: 62%;
        font-size: 36px;
    }
    .tourism_content_container {
        width: 100%;
    }
    .tourism_img_container {
        display: none;
    }
    .tourism_picture {
        display: block;
    }
    .social_link .fa {
        font-size: 13px;
        width: unset;
        margin: 4px 2px;
    }
    .admin_login_link{
        font-size: 10px;
    }
}

@media (max-width: 520px) {
    .quote_section {
        flex-wrap: wrap;
    }
    .bdo_quote_top {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bdo_quote_bottom {
        margin-left: 0;
    }
    .notice_board {
        width: 100%;
    }
    .middle_tender {
        margin: 0;
        margin-top: 20px;
    }
    .activity_spotlight {
        flex-wrap: wrap;
    }
    #nb_activity {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    #nb_spotlight {
        width: 100%;
    }
}


/* css animations */

@-webkit-keyframes BackToTopMover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes BackToTopMover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.slider_animation {
    -webkit-animation: slider_animation 1s;
    animation: slider_animation 1s;
    -moz-animation: slider_animation 1s;
    -o-animation: slider_animation 1s;
}

@keyframes slider_animation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.9;
    }
    20% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.7;
    }
    40% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slider_animation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.9;
    }
    20% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.7;
    }
    40% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slider_animation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.9;
    }
    20% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.7;
    }
    40% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slider_animation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.9;
    }
    20% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.7;
    }
    40% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.dropdown_animation {
    -webkit-animation: dropdown_animation 0.25s;
    animation: dropdown_animation 0.25s;
    -moz-animation: dropdown_animation 0.25s;
    -o-animation: dropdown_animation 0.25s;
}

@keyframes dropdown_animation {
    0% {
        height: 0;
    }
    10% {
        height: 8px;
    }
    20% {
        height: 17px;
    }
    30% {
        height: 26px;
    }
    40% {
        height: 34px;
    }
    50% {
        height: 40px;
    }
    60% {
        height: 46px;
    }
    70% {
        height: 52px;
    }
    80% {
        height: 58px;
    }
    90% {
        height: 64px;
    }
    100% {
        height: 70px;
    }
}

.dept_dropdown_animation {
    -webkit-animation: dept_dropdown_animation 0.25s;
    animation: dept_dropdown_animation 0.25s;
    -moz-animation: dept_dropdown_animation 0.25s;
    -o-animation: dept_dropdown_animation 0.25s;
}

@keyframes dept_dropdown_animation {
    0% {
        height: 0;
    }
    10% {
        height: 20px;
    }
    20% {
        height: 40px;
    }
    30% {
        height: 60px;
    }
    40% {
        height: 80px;
    }
    50% {
        height: 100px;
    }
    60% {
        height: 120px;
    }
    70% {
        height: 140px;
    }
    80% {
        height: 165px;
    }
    90% {
        height: 190px;
    }
    100% {
        height: 210px;
    }
}

.about_dropdown_animation {
    -webkit-animation: about_dropdown_animation 0.25s;
    animation: about_dropdown_animation 0.25s;
    -moz-animation: about_dropdown_animation 0.25s;
    -o-animation: about_dropdown_animation 0.25s;
}

@keyframes about_dropdown_animation {
    0% {
        height: 0;
    }
    10% {
        height: 15px;
    }
    20% {
        height: 30px;
    }
    30% {
        height: 45px;
    }
    40% {
        height: 60px;
    }
    50% {
        height: 75px;
    }
    60% {
        height: 90px;
    }
    70% {
        height: 105px;
    }
    80% {
        height: 120px;
    }
    90% {
        height: 130px;
    }
    100% {
        height: 140px;
    }
}


/* ====================================================== */

.inputbox_login {
    margin: 6px 0px;
    width: 275px;
    padding: 8px 10px;
    border: 1px solid #97939370;
    border-radius: 4px;
}

.btnLogin {
    border: 1px solid #efeaea;
    border-radius: 4px;
    padding: 7px 25px;
    cursor: pointer;
    background: #0773d2;
    color: black;
    width: 299px;
    height: 35px;
    outline: none;
    font-size: 14px;
}

.login_container {
    margin: 42px auto;
    width: 320px;
    text-align: center;
}
