* {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

body {
    /* overflow: hidden; */
    box-sizing: content-box;
    font-family: Roboto;
}

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.search_btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.search_btn:hover,
.search_btn:focus {
    background-color: #3e8e41;
}

/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
    outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropbtn {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1;
    margin-right: 0%;
    overflow: hidden;
    opacity: 0%;
    height: 1%;
    width: 100%;
    left: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #0075FF;
    margin: 10px 10px;
    color: #fff;
    font-size: 20px;
}

#searchInput {
    padding-left: 1%;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.add {
    z-index: 1000;
    height: 65px;
    display: flex;
    transition: all .5s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
    opacity: 100%;
}

@media screen and (max-width: 600px) {
    #myBtnContainer {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .add {
        height: 50px;
    }

    .dropdown-content a {
        padding: 6px 18px !important;
        margin: 8px 8px !important;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 400px) {
    .add {
        height: 50px;
    }

    .dropdown-content a {
        padding: 6px 18px !important;
        margin: 8px 8px !important;
        font-size: 12px !important;
    }
}

#searchInput {
    width: 100%;
    border: none;
    background-color: #fff;
    outline: none;
    /* font-size: 12px; */
}

.nav_main {
    display: flex;
    justify-content: center;
    /* overflow: hidden; */
    /* position: fixed;  */
    top: 0;
    width: 100%;
    z-index: 10;
    /* border: 1px solid #757575; */
    padding: 10px 0px;
    position: absolute;
    transition: all .5s ease;
}

.nav_label_one {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.nav_label_two {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.nav_toggle {
    background-color: #54E346 !important;
}

.left_nav {
    /* flex: 4; */
    display: flex;
    align-items: center;
    padding-left: 5%;
    text-decoration: none !important;
}

.left_nav img {
    height: 100px;
}

.mujiblogo {
    margin-left: 4%;
}

.logo_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 16.1915px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 5px;
}

.logo_text_bd {
    border-top: 1px solid #ebebeb;
    margin-top: 2px;
    color: #54E346;
    padding-top: 5px;
    font-size: 14px;
}

.right_nav {
    flex: 5;
    display: flex;
    align-items: center;
    right: auto;
    justify-content: end;
    padding-right: 5%;
}

.nav_icon_main {
    background-color: black;
    color: white;
    width: 60px;
    height: 60px;
    border: 1px solid #54E346;
    /* padding: 10; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

.nav_icon {
    padding: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

/* nav responsive css  */

@media screen and (max-width: 1280px) {
    .left_nav img {
        height: 100px;
    }

    .logo_text {
        font-size: 16.191px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
    .logo_text {
        font-size: 10.191px;
        line-height: 10px;
    }

    .left_nav img {
        height: 65px !important;
    }

    .nav_icon_main {
        width: 45px;
        height: 45px;
        border: 1px solid #54E346;
        margin-left: 10px;
    }

    .nav_icon_1 {
        height: 48px !important;
    }

    .nav_icon_2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .nav_icon_3 {
        height: 30px;
    }
}

@media screen and (max-width :360px) {
    .left_nav img {
        height: 45px !important;
    }

    .left_nav img {
        height: 45px;
    }

    .nav_icon_1 {
        height: 37px !important;
    }

    .nav_icon_2 {
        font-size: 15px !important;
    }

    .nav_icon_3 {
        height: 27px;
    }

    .nav_icon_main {
        width: 35px;
        height: 35px;
        border: 1px solid #54E346;
        margin-left: 5px;
    }

    #searchInput {
        font-size: 12px;
    }
}
/* nav responsive css end  */

/* nav css end  */

/* nav popbar css start  */
.nav_pop_bar {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    left: 100%;
    transition: all .5s ease;
    visibility: hidden;
    overflow: hidden;
    max-height: 0px;
}

.nav_pop_bar_main {
    background: #141414;
    backdrop-filter: blur(200px);
    height: 100vh;
    padding: 0px 60px;
}

.nav_pop_icon {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 50px 40px;
}

.search-bar {
    /* margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; */
    /* top: 50%;
    left: 50%; */
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* border: 1px solid #54E346;
    transition-duration: 0.2s;
    height: 70px; */
}

.search-bar a {
    /* height: 70px;
    width: 70px; */
}

.textbox {
    width: 0px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 40px;
    font-size: 25px;
    height: 45px;
    background-color: transparent;
    outline: none;
    height: 100%;
    float: left;
    color: #000;
    transition-duration: 0.05s;
}

.textbox_pop {
    color: #fff !important;
}

.search-btn {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    text-decoration: none;
    /* border-left: 5px black solid; */
    height: 100%;
    transition-duration: 0.2s;
    background-color: black;
    border: 1px solid #54E346;
}

.search-btn .search_img {
    margin: 10px;
    color: black;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    height: 30px;
}

/* .search-bar:hover>.textbox {
    padding: 0px 10px 0px 10px;
    width: 100%;
    transition-duration: 0.8s;
} */

.search-bar:hover>.search-btn {
    /* border-left: 5px black solid; */
    /* transition-duration: 0.8s; */
}

.search-btn:hover {
    /* background-color: black; */
    /* transition-duration: 0.8s; */
}

/* .search-btn:hover>.search_img {
    color: white;
    transition-duration: 0.8s;
} */

.search_img {
    /* background-color: red; */
    height: 30px;
}

.nav_pop_icon a img {
    border: 1px solid #54E346;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-left: 15px;
}

.nav_main_options {
    display: flex;
    flex-wrap: wrap;
    margin: 0% 0% 0% 0%;
}

.nav_main_options a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px solid #54E346;
    margin-right: 40px;
    margin-top: 30px;
}

.nav_2ndlebel_option {
    display: flex;
    flex-wrap: wrap;
    font-family: Roboto;
    margin: 40px 0% 0% 0%;
}

.nav_2ndlebel_option .nav_2ndlebel_option_add a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    /* letter-spacing: 0.01em; */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 50px;
    margin: 5% 0%;
    margin-right: 8px;
}

.nav_2ndlebel_option .nav_2ndlebel_option_add img {
    margin-right: 45px;
}

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

.nav_bottom_btn {
    margin-top: 40px;
}

.nav_bottom_btn a {
    background: #54E346;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 40px;
    margin-right: 40px;
}

.nav_botton_btn_signin {
    background: #404040 !important;
    color: #54E346 !important;
}

.nav_pop_bar.open {
    visibility: visible !important;
    z-index: 1000;
    left: 0% !important;
    overflow: visible;
}

.nav_pop_bar.close {
    visibility: hidden;
    z-index: 0;
}

.nav-toggler {
    cursor: pointer;
    /* z-index: 60000; */
}

@media screen and (max-width: 995px OR max-height: 580px) {
    .nav_main_options a {
        margin-top: 12px;
    }

    .nav_2ndlebel_option {
        margin: 4% 0% 0% 0%;
    }
}

@media screen and (max-width :1024px) {
    .nav_main_options {
        margin: 0% 0% 0% 0% !important;
    }

    .nav_main_options a {
        margin-top: 5px !important;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add a {
        margin: 0% 0% !important;
    }

    .nav_bottom_btn a {
        padding: 10px 30px;
    }

    .nav_bottom_btn {
        margin-top: 8% !important;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add img {
        margin-left: 5px;
    }
}

/* nav popbar responsive css start  */
@media screen and (max-width :800px) {
    .nav_main {
        height: 20vh;
    }

    .left_nav img {
        height: 60px;
    }

    .logo_text {
        font-size: 12.191px;
        line-height: 12px;
    }

    .mujib_logo {
        margin: 0px !important;
    }

    .home_heading_text {
        font-size: 28.99px !important;
        line-height: 30px !important;
    }

    .home_p_text {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-top: 35vh !important;
    }

    .home_arrow_prev {
        margin-top: -63vh;
    }

    .home_arrow_next {
        margin-top: -63vh;
    }

    .home_btn_one {
        font-size: 14.012px !important;
        line-height: 22px !important;
        padding: 10px 28px !important;
    }

    .home_btn {
        margin-top: 52vh !important;
    }

    .home_btn_two {
        font-size: 14.012px !important;
        line-height: 22px !important;
        padding: 10px 28px !important;
    }

    .home_btn {
        margin-top: 52vh !important;
    }
}

@media screen and (max-width :550px) {
    .nav_pop_icon {
        padding: 20px 0px;
    }

    .nav_pop_icon a img {
        width: 45px;
        height: 45px;
        padding: 9px;
        margin-left: 5px;
    }

    .logo_text {
        font-size: 12.191px;
        line-height: 12px;
    }

    /* .search-bar {
        height: 45px !important;
    }

    .search-bar input {
        font-size: 12px;
    }

    .search-bar a {
        height: 45px !important;
        width: 45px !important;
    } */

    .nav_pop_bar_main {
        padding: 0px 35px;
    }

    .nav_main_options a {
        font-size: 10px;
        line-height: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add a {
        font-size: 8px;
        line-height: 15px;
        margin-right: 50px;
        margin-right: 3px;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add img {
        margin-right: 8px;
        height: 8px;
    }

    .nav_bottom_btn a {
        font-size: 8px;
        padding: 5px 15px;
        margin-right: 5px;
    }

    .nav_main_options {
        margin: 35% 0% 0% 0% !important;
    }

    .nav_main_options a {
        font-size: 18px;
        line-height: 30px;
    }

    .nav_2ndlebel_option {
        margin: 14% 0% 0% 0% !important;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add a {
        font-size: 16px;
        line-height: 22px;
    }

    .nav_bottom_btn a {
        font-size: 16px;
        padding: 10px 25px;
    }

    .nav_bottom_btn {
        margin-top: 30% !important;
    }

    .nav_2ndlebel_option {
        margin: 10% 0% 0% 0% !important;
    }

    .search_img {
        height: 20px;
    }
}

@media screen and (max-width :420px) {
    .nav_main {
        height: 8vh !important;
    }

    .left_nav img {
        height: 45px !important;
    }

    .logo_text {
        font-size: 11.191px;
        line-height: 12px;
        margin-left: 0px;
    }

    .mujib_logo {
        margin-top: -80px !important;
    }
}

@media screen and (max-width :360px) {
    .nav_pop_icon {
        padding: 8px 0px;
    }

    .nav_pop_icon a img {
        width: 45px;
        height: 45px;
        padding: 9px;
        margin-left: 5px;
    }

    .nav_pop_bar_main {
        padding: 0px 35px;
    }

    .nav_main_options a {
        font-size: 10px;
        line-height: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add a {
        font-size: 8px;
        line-height: 15px;
        margin-right: 50px;
        margin-right: 3px;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add img {
        margin-right: 8px;
        height: 8px;
    }

    .nav_bottom_btn a {
        font-size: 8px;
        padding: 5px 15px;
        margin-right: 5px;
    }

    .nav_main_options {
        margin: 35% 0% 0% 0% !important;
    }

}

@media screen and (max-width :420px) {
    .left_nav img {
        height: 40px !important;

    }

    .mujiblogo {
        width: 70px;
    }

    .logo_text {
        font-size: 10.191px !important;
        line-height: 10px !important;
    }

    .nav_main_options {
        margin: 20% 0% 0% 0% !important;
    }

    .nav_main_options a {
        font-size: 15px !important;
        line-height: 15px !important;
        margin-top: 20px !important;
    }

    .nav_2ndlebel_option {
        margin: 12% 0% 0% 0%;
    }

    .nav_2ndlebel_option .nav_2ndlebel_option_add a {
        font-size: 13px;
        line-height: 20px;
    }

    .nav_bottom_btn a {
        font-size: 10px;
        padding: 10px 30px;
    }
}


/* nav popbar responsive css end  */

/* .nav_pop_icon_coros{
    z-index: -10; 
} */

/* nav css pobar end  */

/* home section  */


/* .home{
    background-color: rgba(255, 52, 1, 0.452) !important;
}
.main_home{
    background-image: url('./image/home_img.png');
 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    height: 100vh;
    opacity: 0.5;
} */



.home {
    position: relative;
}

.main_home {
    height: 100vh;
    /* display: block; */
    position: relative;
    padding-top: 18vh;


    background: rgba(18, 28, 43, 0.82);
}

.main_home_img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-color: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.mujib_logo {
    background: radial-gradient(102.08% 50% at 45.09% 50%, #FFFFFF 15.42%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    backdrop-filter: blur(100px);
    width: 207px;
    height: 180px;
    padding: 20px 50px;
    position: absolute;
    display: none;
}

.mid_home {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home_heading_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 43.99px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: absolute;
    margin-top: 15vh !important;
}

.home_p_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFF8F8;
    padding: 1% 0%;
    position: absolute;
    margin-top: 32vh;
}

.home_btn_one {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19.0118px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    width: 191px;
    height: 61px;
    background: #54E346;
    padding: 15px 35px;
    text-decoration: none !important;
    margin-right: 10px;

}

.home_btn_one:hover {
    color: #000000;
}



.home_btn_two {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19.0118px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 191px;
    height: 61px;
    border: 1px solid #54E346;
    padding: 15px 35px;
    text-decoration: none !important;
    margin-left: 10px;
}

.home_btn_two:hover {
    color: #ffff;
}

.home_btn {
    /* padding: 50px 0px; */
    position: absolute;
    margin-top: 52vh;
}

.home_bottom_arrow {
    padding-top: 15vh;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    margin-bottom: 10vh;
}

.home_update {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20.5833px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #54E346;
    /* background-color: #049906; */
    bottom: 0;
    border-top: 1px solid wheat;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 6vh; */
    margin-top: 4vh !important;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
    margin-top: -22vh;
    border: 1px solid #ffff;
    border-radius: 50%;
    font-size: 15px;
    display: none;
}

.slick-dots li button::before {
    margin-top: -22vh;
    border: 1px solid #ffff;
    border-radius: 50%;
    color: #fff;
    font: 0px;
    display: none;

}

.home_arrow_prev {
    /* background-color: red; */
    margin-top: -50vh;
    margin-left: 4vw;
    position: absolute;
    cursor: pointer;
}

.home_arrow_next {
    /* background-color: red; */
    margin-left: 92vw;
    margin-top: -50vh;
    position: absolute;
    transform: rotate(-180deg);
    cursor: pointer;
}

.filterDiv {
    display: none;
}

.filterDiv2 {
    display: none;
}

.filterDivevent {
    display: none;
}

.show2 {
    display: block;
}

.show {
    display: block;

}

.admission_top_link {
    flex-direction: column;
}

.sho {
    display: block;
}

.filterDi {
    display: none;
}

/* .filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .container {
    margin-top: 20px;
    overflow: hidden;
  } */

/* Style the buttons */
/* .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #ddd;
  }
  
  .btn.active {
    background-color: #666;
    color: white;
  } */
.home_p_text {
    margin-top: 33vh !important;
    line-height: 30px;
}

.home_btn {
    margin-top: 51vh !important;
}

/* home responsive css start  */

@media screen and (max-width: 1440px) {

    .nav_main {
        padding: 2px 0px;
    }


    .slick-dots li.slick-active button::before {
        margin-top: -28vh;
    }

    .home_update {
        font-size: 15px;
    }

    .home_p_text {
        margin-top: 34vh;
    }

    .home_heading_text {
        margin-top: 15vh !important;
    }

    .home_btn {
        margin-top: 47vh;
    }

    .home_bottom_arrow {
        margin-bottom: 13vh !important;
    }

}

@media screen and (max-width: 1280px) {
    .home_bottom_arrow {
        margin-bottom: 13vh !important;
    }

    .home_heading_text {
        font-size: 36px;
        line-height: 42px;
        margin-top: 25vh !important;
    }

    .slick-dots li.slick-active button::before {
        margin-top: -22vh;
    }


    .home_heading_text {
        margin-top: 18vh !important;
    }

    .home_btn {
        margin-top: 48vh !important;
    }

    .home_p_text {
        margin-top: 33vh !important;
        line-height: 30px;
    }

    .home_btn_one {
        padding: 10px 30px;
    }

    .home_btn_two {
        padding: 10px 30px;
    }

    .home_bottom_arrow {
        margin-bottom: 14vh !important;
    }

    .home_bottom_arrow {
        margin-bottom: 14vh !important;
    }

    .nav_main_options {
        margin: 2% 0% 0% 0%;
    }

    .nav_main_options a {
        margin-top: 2px !important;
    }

    .nav_2ndlebel_option {
        margin: 5% 0% 0% 0%;
    }
}


@media screen and (max-width: 1024px) {
    .mujib_logo {
        margin-top: 4vh !important;
    }

    .home_bottom_arrow {
        margin-bottom: 13vh !important;
    }

    .home_heading_text {
        margin-top: 18vh !important;
        font-size: 32.99px;
        line-height: 34px;
    }

    .home_p_text {
        font-size: 14px;
        line-height: 18px;
    }

    .home_update {
        font-size: 12px;
        margin-top: 3vh !important;

    }

    /* .home_heading_text {
        margin-top: 20vh !important;
    } */
    .home_p_text {
        margin-top: 32vh !important;
    }

    .home_btn_one {
        padding: 10px 30px;
    }

    .home_btn_two {
        padding: 10px 30px;
    }

    .home_bottom_arrow {
        margin-bottom: 16vh !important;
    }

    .nav_main_options a {
        margin-top: 2px !important;
    }
}

@media screen and (max-width :900px) {
    .logo3 {
        display: none;
    }
}

@media screen and (max-width :800px) {
    .home_bottom_arrow {
        padding-top: 27vh !important;
    }

    .home_update {
        font-size: 12px;
    }

}


@media screen and (max-width: 600px) {
    .home_heading_text {
        font-size: 30.99px;
        line-height: 32px;
    }

    .mujiblogo {
        display: none;
    }

    .home_arrow_prev span img {
        height: 25px;
    }

    .home_arrow_next span img {
        height: 25px;
    }

    .home_p_text {
        font-size: 12px;
        line-height: 15px;
    }

    .home_btn_one {
        font-size: 15.012px;
        line-height: 22px;
        padding: 10px 25px;
    }

    .home_btn_two {
        font-size: 15.012px;
        line-height: 22px;
        padding: 10px 25px;
    }

    .home_update {
        font-size: 12px !important;
    }

    .home_update {
        font-size: 12px;
    }

    .home_update {
        font-size: 12px;
        margin-top: 6vh !important;
    }

    .home_update {
        font-size: 20.5833px;
        height: 37px;
        margin-top: 6vh;
        margin-top: 4vh !important;
    }

    .mujib_logo {
        margin-top: -124px;
    }

    .mujib_logo {
        width: 180px;
        height: 127px;
        padding: 15px 43px;
    }

    .home_bottom_arrow {
        padding-top: 39vh !important;
    }
}

@media screen and (max-width: 521px) {
    .home_bottom_arrow {
        padding-top: 30vh !important;
    }

    .mujib_logo {
        margin-top: 20px !important;
        margin-left: 155px !important;
    }

    .home_heading_text {
        font-size: 25.99px !important;
        line-height: 20px !important;
    }

    .home_p_text {
        font-size: 7px !important;
        line-height: 15px !important;
    }

    .home_btn {
        margin-top: 45vh !important;
    }

    .home_p_text {
        margin-top: 30vh !important;
    }

    .home_heading_text {
        margin-top: 22vh !important;
    }

    .home_p_text {
        font-size: 12px !important;
        width: 85%;
    }

    .home_arrow_prev {
        /* background-color: red; */
        margin-top: -50vh;
        margin-left: 1vw;
    }

    .home_arrow_next {
        /* background-color: red; */
        margin-left: 94vw;
    }

}

@media screen and (max-width: 373px) {
    .mujib_logo {
        margin-left: 100px !important;
    }
}

@media screen and (max-width: 381px) {
    .mujib_logo {
        margin-left: 100px !important;
    }
}

@media screen and (max-width: 445px) {
    .mujib_logo {
        margin-top: -60px !important;
        margin-left: 105px !important;
    }

    .home_btn {
        margin-top: 43vh !important;
    }

    .home_heading_text {
        margin-top: 20vh !important;
    }
}

@media screen and (max-width: 360px) {
    .mujib_logo {
        width: 155px;
        height: 110px;
        padding: 22px 38px;
    }

    .mujib_logo {
        margin-top: -50px;
        margin-left: 100px;
    }

    .home_heading_text {
        font-size: 18.99px;
        line-height: 20px;
    }

    .home_p_text {
        font-size: 7px;
        line-height: 8px;
    }

    .home_btn {
        padding: 25px 0px;
    }

    .home_btn_one {
        font-size: 7.012px;
        line-height: 22px;
        padding: 4px 12px;
    }

    .home_btn_two {
        font-size: 7.012px;
        line-height: 22px;
        padding: 4px 12px;
    }

    .home_bottom_arrow {
        padding-top: 26vh !important;
    }

    .home_arrow_prev span img {
        height: 30px;
    }

    .home_arrow_next span img {
        height: 30px;
    }

    .home_bottom_arrow img {
        height: 20px;
    }
}

/* home responsive css end  */






/* home css end  */
/* admission css start  */


.admission {
    padding: 30px 0px 20px 0px;
}

.event_filter {
    margin: 30px 0px 30px 0px;
}

.event_slider {
    position: relative;
    margin: 30px 0px 30px 0px;
}

.admission_filter {
    margin: 30px 0px 30px 0px !important;
}

.comference {
    margin: 30px 0px 30px 0px;
}

.workshop {
    margin: 30px 0px 30px 0px;
}

#myBtnContainer {
    display: flex;
    justify-content: center;
}

#myBtnContainer .active {
    border-bottom: 3px solid #049906 !important;
    font-weight: bold !important;
}

#eventmyBtnContainer {
    display: flex;
    justify-content: center;
    padding: 20px 0px 10px;
}

#eventmyBtnContainer .eventactive {
    border-bottom: 3px solid #049906 !important;
    font-weight: bold !important;
}


.admission_btn {
    background: #fff;
    border: none;
    font-size: 24px;
    margin: 0px 20px;
    border-bottom: 3px solid #ffff;
}

.admission_btn:focus {
    font-weight: bold;
    /* border-bottom: 3px solid #1882FF; */
}

.admission {
    margin: 30px 0px 30px 0px;
}

.admission_section {
    width: 100%;
}

.convocation {
    margin: 30px 0px 30px 0px;
}

.covid19 {
    margin: 30px 0px 30px 0px;
}

.card {
    width: 32% !important;
    border: none;
}

.card-body {
    padding: 20px 0px !important;
}

.card_btn {
    background: #049906;
    font-weight: 300;
    font-size: 13.1001px;
    line-height: 15px;
    /* identical to box height */

    letter-spacing: 0.01em;

    color: #FFFFFF;
    padding: 10px 25px;
    margin-top: 20px;
}

.card_btn:hover {
    color: #fff;
}

.card_btn_achivement {
    background: #284E8D;
}

.card-text {
    padding-bottom: 20px !important;
    margin-top: 10px;
}

.event_date {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    color: #1EAD3D;
}

.admission_top_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


button:active {
    outline: none !important;
    border: none !important;
}

.admission_btn {
    background-color: white;
    border: none;
    font-family: Roboto;
    font-style: normal;

    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.01em;
    margin: 0px 10px !important;
    color: #000000;
}

.admission_btn:focus {

    color: #000000;
    outline: none !important;
    border: none !important;
    font-weight: bold;
}

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

.admission_bottom_covid19 {
    justify-content: center !important;
}

.card_covid19 {
    padding: 0% 10px;
}

.admission_bottom_1 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.admission_bottom_1::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_1 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.admission_bottom_1 a:hover {
    color: #ffff;
}

.admission_bottom_2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.admission_bottom_2 a:hover {
    color: #ffff;
}

.admission_bottom_3 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.admission_bottom_3 a:hover {
    color: #ffff;
}

.admission_bottom_1v2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.admission_bottom_1v2::after {
    content: "";
    background: url(./image/slider-0.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_1v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}


.admission_bottom_1v2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.admission_bottom_1v2::after {
    content: "";
    background: url(./image/slider-1.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_1v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}


.admission_bottom_2v2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.admission_bottom_2v2::after {
    content: "";
    background: url(./image/slider-2.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_2v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}

.admission_bottom_3v2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.admission_bottom_3v2::after {
    content: "";
    background: url(./image/home_img.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_3v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}

.admission_bottom_2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
}

.admission_bottom_2::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}

.admission_bottom_3 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-left: auto;
}

.admission_bottom_3::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.admission_bottom_3 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
}


.admission_bottom_heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    font-size: 24px;
    line-height: 30px;
    width: 90%;
}

.admission_bottom_btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12.6086px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFECEC;
}

.admission_bottom_btn_v2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12.6086px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFECEC;
}

.admission_bottom_btn_v2 {
    background: #049906 !important;
    padding: 10px 25px;
    margin-top: 35px;
    text-decoration: none !important;
}

.admission_bottom_1v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 5px 25px !important;
    margin-top: 35px !important;
}

.admission_bottom_2v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 5px 25px !important;
    margin-top: 35px !important;
}

.admission_bottom_3v2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 5px 25px !important;
    margin-top: 35px !important;
}

.admission_bottom_btn_v2:hover {
    color: #ffff;
}

.admission_bottom_time {
    font-size: 12px;
    color: #1882FF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1882FF;
}

/* admission responsive css  */

@media screen and (max-width: 1280px) {
    .admission_bottom_1 {
        width: 345px;
    }
}


@media screen and (max-width: 1440px) {
    .admission_bottom_1 {
        width: 355px;
    }
}

@media screen and (max-width: 1024px) {
    .admission_bottom_1 {
        width: 296px;
    }
}

@media screen and (max-width :800px) {
    .admission_bottom_1 {
        width: 215px;
        height: 180px;
    }


    .admission_bottom_heading {
        font-size: 20px;
        line-height: 25px;
        width: 90%;
    }

    .card {
        width: 100% !important;
    }
}

@media screen and (max-width :600px) {
    .admission_top_link a {
        font-size: 20px;
    }

    .admission_bottom_1 {
        width: 150px;
        height: 180px;
    }

    .admission_bottom_heading {
        font-size: 18px;
        line-height: 12px;
        width: 90%;
        line-height: 20px;
    }

    .admission_bottom_time {
        font-size: 12px;
    }

    .card {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 521px) {
    .admission_top_link a {
        font-size: 14px;
    }

    .admission_bottom_1 {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .admission_bottom_2 {
        width: 100%;
        margin-top: 5px;
    }

    .admission_bottom_3 {
        width: 100%;
        margin-top: 5px;
    }

    .admission_bottom_1v2 {
        width: 100%;
        margin-top: 5px;
    }

    .admission_bottom_2v2 {
        width: 100%;
        margin-top: 5px;
    }

    .admission_bottom_3v2 {
        width: 100%;
        margin-top: 5px;
    }

    .admission_btn {
        margin: 0px 8px;
    }




    .event_top_link a {
        font-size: 14px;
    }

    .event_bottom_1 {
        width: 100% !important;
        /* height: 150px; */
        margin-top: 10px !important;
    }

    .event_bottom_2 {
        width: 100% !important;
        margin-top: 5px;
    }

    .event_bottom_3 {
        width: 100% !important;
        margin-top: 5px;
    }

    .event_bottom_1v2 {
        width: 100%;
        margin-top: 5px;
    }

    .event_bottom_2v2 {
        width: 100%;
        margin-top: 5px;
    }

    .event_bottom_3v2 {
        width: 100%;
        margin-top: 5px;
    }

    .event_btn {
        margin: 0px 8px !important;
    }

    .event_btn {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .event_filter {
        margin: 10px 0px 5px 0px !important;
    }

    .faculty_right {
        padding: 2% !important;
    }

    .convocation {
        margin: 10px 0px 10px 0px;
    }

    .admission {
        margin: 3px 0px 10px 0px;
    }

    .covid19 {
        margin: 10px 0px 10px 0px;
    }

    .admission_filter {
        margin: 10px 0px 10px 0px !important;
    }

    .workshop {
        margin: 10px 0px 10px 0px !important;
    }

    .comference {
        margin: 10px 0px 10px 0px !important;
    }

    .admission_btn {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px;
    }

    .admission_btn:focus {}

    .card_covid19 {
        padding: 0% 0px;
    }
}

@media screen and (max-width :360px) {
    .admission_top_link a {
        font-size: 12px;
    }

    .admission_bottom_1 {
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }

}



/* admission responsive css end  */

/* admission css end  */

/* vice chansalor start  */

.vice {
    background: #f7f7f7;
    margin: 120px 0px;
}

.vice_left {
    position: relative;

}

.vice_left img {
    position: absolute;
    margin-top: -90px;
    height: 280px;
}

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

.vice_right img {
    display: none;
}

.vice_right p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0.01em;
    color: #000;
    padding-top: 20px;
    font-size: 36px !important;
}

.vice_bottom_p1 {
    margin-top: 160px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.01em;
    color: #000;
}

.vice_bottom {
    padding-bottom: 15px;
}

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

}

.vice_bottom_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #000;
    margin-top: 25px;
    padding-left: 0px;
    padding-bottom: 20px;
    font-size: 18px !important;
}

.vice_bottom_left img {
    display: none;
}

.vice_bottom_p2 a {
    color: red;
}

.vice_left img {
    padding: 8% 8%;
    border: 1px solid black;
    /* box-shadow: ; */
}

/* vice responsive css start  */



@media screen and (max-width :800px) {
    .vice_left img {

        position: absolute;
        margin-top: 245px;
        height: 197px;

    }

    .vice_right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .vice_right p {
        font-weight: 500;
        line-height: 40px;
        font-size: 58px;
        padding-top: 15px;
        font-size: 21px !important;
        margin-left: 0px;
    }

    .vice_right img {
        height: 4px;
        padding-top: -2px;
    }

    .vice_bottom_p1 {
        margin-top: 215px;
        font-size: 20px;
    }

    .vice_bottom_p2 {
        font-size: 32px;
        line-height: 28px;
        margin-top: 25px;
        padding-left: 40px;
        padding-bottom: 20px;
        font-size: 14px !important;
    }

    .vice_left img {
        margin-top: 82px;
    }

    .vice_bottom_left img {
        vertical-align: middle;
        border-style: none;
        height: 110px;
    }

    .vice_bottom_p2 {
        padding-left: 0px;
    }

    .vice_bottom_p1 {
        text-align: center;
    }
}

@media screen and (max-width :600px) {
    .vice_right p {
        margin-left: -140px;
        margin-left: auto;
        margin-right: auto;
    }

    .vice_right img {
        padding-top: -9px !important;
    }

    .vice_left img {
        margin-top: 82px;
    }

    .vice_left {
        display: flex;
        justify-content: center;
    }

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

    .faculty_left {
        width: 90%;
    }

    .vice {
        margin: 10px 0px;
    }

    .vice_right {
        display: flex;
        justify-content: center;
    }

    .vice_bottom_p1 {
        margin-top: 255px !important;
    }
}


@media screen and (max-width: 381px) {
    .vice_left img {
        margin-top: 82px;
    }

    .vice_bottom_p1 {
        margin-top: 235px;
        font-size: 15px;
        line-height: 0px;
    }

}

@media screen and (max-width :360px) {
    .vice_left img {
        margin-top: 75px;
    }

    .vice_left img {
        height: 165px;
    }

    .vice_bottom_p1 {
        margin-top: 206px;
        font-size: 16px;
    }

    .vice_bottom_p1 {
        line-height: 10px;
    }

    .vice_bottom_p2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        text-align: justify;
        letter-spacing: 0.01em;
    }


}

/* vice responsive end  */
/* vice chansalor end  */


/* faculty css start  */
.faculty {
    padding: 60px 0px;
}

.overview {
    margin-top: -55px;
}

.faculty_left {
    background: #153E90;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    height: 250px;
}

.faculty_left_heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 67px;
    letter-spacing: 0.01em;
    color: #ffff;
}

.daculty_item {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.999px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
    margin-top: 10px;
}

.faculty_right {
    padding-left: 29px;
    margin-top: -2px;
}

.faculty_right_heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
    font-size: 25px !important;
    margin-top: 10px !important;
    margin-bottom: -11px !important;
    margin-left: 20px;
}

.faculty_right_heading_img {
    margin-left: 20px;
}

.daculty_item a {
    text-decoration: none;
    color: #ffff;
    margin-right: 20px;
}

.facilty_input_text {
    position: relative;
    width: 100%;
    height: 62.72px;
    background: #FFFFFF;
    border-radius: 8.30118px;
    border: none;
    padding-left: 25px;
}

.faculty_input_arrow {
    position: absolute;
    background: #153E90;
    border-radius: 10px;
    padding: 13px;
    margin-left: 80%;
    top: 5px;
}

.faculty_right_slider {
    display: flex;
    padding: 0 !important;
    margin: 0;
    margin-top: 20px;
}

.faculty_right_slider_one {
    display: flex;
    flex-direction: row;
    padding: 0px !important;
}

.faculty_right_slider_one .col-md-12 {
    padding: 0px !important;
}

.faculty_right_slider_one .col-md-12 {
    padding: 3px !important;
}


.faculty_1_img {
    position: relative;
    width: 100%;
    height: 170px;
    margin-right: -57px;
}

.faculty_row {
    margin-left: 28px !important;
    margin-right: -25px !important;
}

.faculty_slider_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -23px;
    border-bottom: 2px solid #0266f2;
    border-right: 2px solid #0266f2;
    background-color: #f0f0f0;
    height: 190px;
}

.faculty_slider_main>.faculty_slider_p1 {
    color: black;
}

.faculty_slider_main:hover {
    background: #153E90;
    box-shadow: 1px 2px 10px 2px rgb(180, 180, 180);
}

.faculty_slider_main:hover .faculty_slider_p1 {
    color: white;
}

.faculty_slider_p1 {
    position: absolute;
    z-index: 10;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 61px;
    margin-bottom: 70px;
    margin-bottom: 56px !important;
    padding: 0px -9px;
    cursor: pointer;
    /* margin-left: 44px; */
}

.faculty_slider_p1:hover {
    text-decoration: underline !important;
    color: white;
}

.faculty_line_img {
    position: absolute;
    z-index: 10;
}

.faculty_details_1 {
    position: absolute;
    z-index: 10;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 13.1001px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 70px;
    background: rgba(25, 130, 254, 0.5);
    padding: 7px 25px;
    margin-top: 60px;
}

.faculty_details_1:hover {
    color: #fff;
}

.faculty_right_more_department {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.faculty_right_more_department a {
    border: 0px solid;
    background-color: #153E90;
    color: white;
    padding: 8px 25px;
    font-size: 14px;
    letter-spacing: .2px;
    font-family: Roboto;
    font-weight: 400;
    margin-left: 45px;
}

/* faculty responsive css  */

@media screen and (max-width: 1024px) {
    .faculty_left {
        padding: 15px;
        height: 260px;
    }

    .faculty_left_heading {
        font-size: 19.492px;
    }

    .faculty_right_heading {
        font-size: 22px !important;

    }
}


@media screen and (max-width: 800px) {
    .daculty_item {
        font-size: 11px;
    }

    .facilty_input_text {
        padding-left: 25px;
        font-size: 12px;
    }

    .faculty_input_arrow {
        padding: 9px;
        height: 31px;
        top: 9px;
    }

    .faculty_left {
        padding: 15px;
        height: 160px;
    }

    .faculty_right_heading {
        font-size: 16px !important;
    }

    .faculty_right_heading {
        font-size: 32px;
        line-height: 15px;
        letter-spacing: 0.01em;
        font-size: 25px !important;
    }

    .faculty_slider_p1 {
        position: absolute;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px !important;
    }

    .faculty_details_1 {
        font-size: 10.1px;
        line-height: 15px;
        margin-top: 60px;
        padding: 5px 15px;
    }

    .faculty_left_heading {
        font-size: 14.492px;
    }

    .faculty_left {
        padding: 15px;
        height: 230px;
    }

    .facilty_input_text {
        padding-left: 15px;
        font-size: 12px;
    }

    .facilty_input_text {
        height: 45.72px;
        padding-left: 25px;
    }

    .faculty_input_arrow {
        /* margin-left: -47px; */
    }

    .faculty_right_heading {
        font-size: 16px !important;
        line-height: 20px;
        margin-left: -6px;
    }

    .faculty_right_heading_img {
        margin-left: -23px;
        margin-top: 10px;
    }

    .drop-down {
        width: 150px;
    }

}




@media screen and (max-width :800px) {
    .faculty_left {
        margin-bottom: 50px;
    }

    .faculty_slider_main {
        margin-left: -48px;
    }
}

@media screen and (max-width: 595px) {
    .faculty_right_heading_img {
        margin-left: -6px;
    }

    .faculty_right_more_department a {
        margin-left: 1px;
    }
}

@media screen and (max-width :520px) {
    .faculty_right {
        padding-left: 0px !important;
    }

    .faculty_left {
        width: 560px;
    }

    .faculty_left_heading {
        font-size: 22px;
    }

    .daculty_item a {
        font-size: 16px;
    }

    .faculty_right_slider_one {
        display: flex !important;
        flex-direction: column !important;
    }

    element .style {
        width: 400px !important;
    }

    .faculty_right_heading_img {
        margin-left: -4px;
    }

}

@media screen and (max-width :381px) {
    .faculty_right_heading {
        font-size: 16px !important;
        margin-top: 10px !important;
    }

    .faculty_right_heading img {
        height: 4px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width :360px) {
    .faculty_right_heading {
        font-size: 16px !important;
        line-height: 20px;
    }

    .faculty_right_heading img {
        height: 4px;
        margin-bottom: 15px;
    }
}


/* faculty responsive css end  */



* {
    margin: 0;
    padding: 0;
}

.drop-down {
    width: 100%;
    background-color: #ffff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #153E90;
    z-index: 1000;
}

/* .drop-down .selected a {
    background: #ffff !important;
    display: block;
    padding-right: 20px;
    border-radius: 2px;
    text-decoration: none;
    color: #515151;
    height: 59px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ffff;
} */

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 3px;
    margin-left: 3px;
    width: 89%;
    font-size: 15px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #ffff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 7%;
    position: absolute;
    left: 0px;
    top: 32px;
    width: 100% !important;
    margin-top: 7% !important;
    font-size: 12px;
    z-index: 100;
    border-bottom: 1px solid #153E90;
    border-right: 1px solid #153E90;
    border-left: 1px solid #153E90;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 20px;
}


.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .selected a {
    background-color: #ffff;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #515151;
    font-size: 16px;
}

/* faculty css end  */
/* notice start  */
.notice {
    margin: -10px 0px;
    /* background: #f9f9f9; */
    padding: 60px 0px;
}

.notice_left_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

/* .row {
    margin-left: 0px;
    margin-right: 0px;
} */

.notice_right_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

.date_discription {
    display: flex;
    align-items: center;
    height: 140px;
}


.single_date_discription {
    display: flex;
    align-items: center;
}

.caloander_card {
    position: relative;
    width: 88px;
    height: 105px;
    background: #060606;

}

.calander_front_card {
    position: absolute;
    width: 88px;
    height: 48px;
    background: #153E90;
    margin-top: -45px;
}

.calander_front_card_news {
    background-color: #049906 !important;
}

.calander_front_card p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    padding-top: 5px;
    color: #FFFFFF;
}

.caloander_card_date {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 42.2069px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: absolute;
    z-index: 10;
    margin-top: -98px;
    margin-left: 18px;
}

.notice_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice_details {
    padding-left: 25px;
}

.notice_details_notice_P {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #1882FF;
}

.notice_details_notice_P2 {
    font-size: 18px;
    padding: 10px 0px;
}

.notice_details_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #049906;
}

.notice_view_more {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.2717px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFECEC;
    background-color: #284E8D !important;
    padding: 10px 20px;
    text-decoration: none !important;
}

.notice_view_more:hover {
    color: #ffff;
}

.latest_news_view_more {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.2717px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFECEC;
    padding: 10px 20px;
    background-color: #049906;
    text-decoration: none !important;
}

.latest_news_view_more:hover {
    color: #ffff;
}

.notice_right_bottom {
    margin-bottom: 40px;
}

.read_me {
    display: flex;
    align-items: center;
    padding: 7px 0px;
}

.read_me p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin: 0 0 0px;
    color: red;
    margin-right: 5px;
    text-decoration-line: underline;
    cursor: pointer;
}

.notice_mid_line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0% 4%;
}

.ranking_1_img {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.ranking {
    position: absolute;
    z-index: 10;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 70px !important;
}

.ranking_line_img {
    position: absolute;
    z-index: 10;
}

.ranking_details_1 {
    position: absolute;
    z-index: 10;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 13.1001px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 70px;
    background: #049906;
    padding: 14px 52px;
}

.ranking_details_event {
    background: #153E90 !important;
}

.notice_view_more {
    background: #049906;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #fff;
}


/* responsive notice start  */

@media screen and (max-width :1000px) {
    .notice_details_notice_P2 {
        font-size: 16px;
    }

    .read_me p {
        font-size: 12px;
    }

    .read_me {
        padding: 0px 0px;
    }
}

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

    .left_notice {
        max-width: 100%;
    }

    .notice_mid_line {
        display: none;
    }

    .notice_left_p1 {
        margin-left: 0px;
    }

    .right_notice {
        max-width: 100%;
    }

    .notice_line {
        margin-left: 0px;
    }

    .notice_right_p1 {
        margin-top: 56px;
        margin-left: 0px;
    }

    .latest_news_line {
        margin-left: 0px;
    }

    .drop-down .options ul {
        margin-top: 5% !important;
    }
}

@media screen and (max-width :520px) {
    .notice {

        padding: 15px 0px;
    }

    .calander_front_card p {
        margin-top: -1px !important;

    }

    .notice_left {
        padding: 5% 0%;
    }

    .faculty {
        padding: 5px 0px;
    }

    .notice_details_notice_P2 {
        font-size: 12px;
    }

    .latest_news_view_more {
        font-size: 12.272px;
        padding: 10px 20px;
    }

    .notice_view_more {
        font-size: 12.272px;
        padding: 10px 20px;
    }

    .drop-down .options ul {
        margin-top: 5% !important;
    }

    .calander_front_card p {
        margin-top: 2px;
    }
}

@media screen and (max-width :360px) {
    .notice_left_p1 {
        font-size: 20px;
        line-height: 0px;
    }

    .notice_line {
        margin-left: -15px;
        height: 3.5px;
    }

    .notice_details p {
        font-size: 12px;
        margin-left: -28px;
    }

    .notice_details_notice_P {
        margin-left: -28px;
    }

    .notice_view_more {
        font-size: 10.272px;
        line-height: 18px;
        padding: 5px 15px;
    }

    .notice_right_bottom {
        margin-bottom: 15px;
    }

    .notice_right_p1 {
        font-size: 20px;
        line-height: 0px;
    }

    .latest_news_line {
        margin-left: -15px;
        height: 3.5px;
    }

    .notice_details_p {
        margin-left: -28px !important;
    }

    .latest_news_view_more {
        font-size: 10.272px;
        line-height: 18px;
        padding: 5px 15px;
    }
}

/* responsive notice end  */



/* notice css end  */
/* achivement css start  */

.achivement {
    margin: 5px 0px 10px 0px;
}

.achivement_bottom_btn {
    background-color: #049906 !important;
}

.select {
    padding: 8px 12px;
    color: #3333;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #878787;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(./image/drop_down_icon.png);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    padding-right: 30px;
    border: none;
    border-bottom: 2px solid #878787;

}


.select:focus,
.select:hover {
    outline: none;
}

.select option {
    background-color: #ffff;

}

.achivement_top {
    margin-bottom: 35px;
    margin-left: 0 !important;
}

.achivement_slider {
    position: relative;
}

.achievement_arrow_prev {
    width: 70.26px;
    height: 70.26px;
    background: #ECECEC;
    padding: 22px;
    border-radius: 50%;
    position: absolute;
    margin-top: -134px;
    margin-left: -20px;
    cursor: pointer;
    display: none;
}

.achievement_arrow_next {
    width: 70.26px;
    height: 70.26px;
    background: #284E8D;
    padding: 22px;
    border-radius: 50%;
    position: absolute;
    margin-top: -134px;
    margin-left: 76%;
    margin-left: 1060px;
    cursor: pointer;
    display: none;
}

.achivement_text_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

.achivement {
    padding: 50px 0px;
}

.event {
    padding: 57px 0px 0px 0px;
}

.event_filter {
    margin: 30px 0px 30px 0px;
}

.event_slider {
    position: relative;
    margin: 30px 0px 30px 0px;
}

.admission_filter {
    margin: 30px 0px 30px 0px;
}

.comference {
    margin: 30px 0px 30px 0px;
}

.workshop {
    margin: 30px 0px 30px 0px;
}

#myBtnContainer {
    display: flex;
    justify-content: center;
}

#eventmyBtnContainer {
    display: flex;
    justify-content: center;
}

.event_btn {
    background: #fff;
    border: none;
    font-size: 24px;
    margin: 0px 20px;
    border-bottom: 3px solid #ffff;
}

.event_btn:focus {
    font-weight: bold;
}

.event_arrow_prev {
    width: 70.26px;
    height: 70.26px;
    background: #ECECEC;
    padding: 22px;
    border-radius: 50%;
    position: absolute;
    margin-top: -134px;
    margin-left: -20px;
    cursor: pointer;
    display: none;
}

.event_arrow_next {
    width: 70.26px;
    height: 70.26px;
    background: #284E8D;
    padding: 22px;
    border-radius: 50%;
    position: absolute;
    margin-top: -134px;
    margin-left: 76%;
    margin-left: 1060px;
    cursor: pointer;
    display: none;
}


.event_bottom_1 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-right: auto;
}

.event_bottom_1::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.event_bottom_2 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;

}

.event_bottom_2::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.event_bottom_3 {
    position: relative;
    background: rgba(18, 28, 43, 0.82);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    width: 30.3%;
    margin-left: auto;
}

.event_bottom_3::after {
    content: "";
    background: url(./image/admition_img1.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: cover;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.event_bottom_1 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.event_bottom_1 a:hover {
    color: #ffff;
}

.event_bottom_2 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.event_bottom_2 a:hover {
    color: #ffff;
}

.event_bottom_3 a {
    background: rgba(25, 130, 254, 0.5);
    padding: 10px 35px;
    margin-top: 25px;
    text-decoration: none !important;

}

.event_bottom_3 a:hover {
    color: #ffff;
}

.achivement_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.achivement_text img {
    display: none;
}

/* event responsive css start  */

@media screen and (max-width :800px) {
    .achievement_arrow_prev {
        width: 45.26px;
        height: 45.26px;
        padding: 7px;
        margin-top: -78px;
        margin-left: -13px;
    }

    .achievement_arrow_prev span img {
        height: 36px;
        padding: 9px;
    }

    .achievement_arrow_next {
        width: 45.26px;
        height: 45.26px;
        padding: 7px;
        margin-left: 650px;
        margin-top: -78px;
    }

    .achievement_arrow_next span img {
        height: 36px;
        padding: 9px;
    }

    .event_arrow_prev {
        width: 45.26px;
        height: 45.26px;
        padding: 7px;
        margin-top: -78px;
        margin-left: -13px;
    }

    .event_arrow_prev span img {
        height: 36px;
        padding: 9px;
    }

    .event_arrow_next {
        width: 45.26px;
        height: 45.26px;
        padding: 7px;
        margin-left: 650px;
        margin-top: -78px;
    }

    .event_arrow_next span img {
        height: 36px;
        padding: 9px;
    }

    .ranking {
        font-size: 20px;
        margin-bottom: 50px !important;
    }

    .ranking_details_1 {
        font-size: 10.1px;
        line-height: 15px;
        margin-top: 50px;
        padding: 5px 20px;
    }


}

@media screen and (max-width :600px) {
    .achievement_arrow_prev {
        width: 35.26px;
        height: 35.26px;
        padding: 1px;
        margin-top: -57px;
        margin-left: -6px;
    }

    .achievement_arrow_next {
        width: 35.26px;
        height: 35.26px;
        padding: 1px;
        margin-left: 474px;
        margin-top: -56px;
    }

    .event_arrow_prev {
        width: 35.26px;
        height: 35.26px;
        padding: 1px;
        margin-top: -57px;
        margin-left: -6px;
    }

    .event_arrow_next {
        width: 35.26px;
        height: 35.26px;
        padding: 1px;
        margin-left: 474px;
        margin-top: -56px;
    }


    .ranking {
        font-size: 15px;
        margin-bottom: 25px !important;
    }

    .ranking_details_1 {
        font-size: 8.1px;
        line-height: 15px;
        margin-top: 35px;
        padding: 3px 15px;
    }

    .achivement {
        padding: -20px 0px;
    }

    .achivement {
        margin: -60px 0px 0px 0px;
    }
}

@media screen and (max-width :481x) {
    .achivement_text {
        margin-left: 10px;
    }
}

@media screen and (max-width :360px) {
    .achivement_text_p {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 0px 0px 10px;
    }

    .select {
        font-size: 15px;
        margin: 0px 10px 0px 0px;
        padding: 0px 8px 0px 5px;
    }

    .achivement_text img {
        margin-left: -5px;
        height: 4px;
    }

    .achievement_arrow_prev {
        margin-top: -100px;
    }

    .achievement_arrow_next {
        margin-left: 298px;
        margin-top: -100px;
    }

    .event_arrow_prev {
        margin-top: -100px;
    }

    .event_arrow_next {
        margin-left: 298px;
        margin-top: -100px;
    }
}
/* event responsive css end  */

/* achivement css end  */
/* f&f css start  */
.fandf {
    background-image: url("../image/f_f_background.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding: 90px 0px;
}

.fandf_p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 38.4px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.fandf_p img {
    padding-bottom: 50px;
    display: none;
}

.fandf_counter_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.fandf_counter_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0075FF;
}

.fandf_counter_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}


/* responsive css f&f start  */

@media screen and (max-width :800px) {
    .fandf_counter_p2 {
        font-size: 11.552px;
        line-height: 10px;
    }

    .fandf_counter_p1 {
        font-size: 35.857px;
        line-height: 40px;
    }

    .fandf_p {
        font-size: 30.4px;
    }

    .fandf_p img {
        padding-bottom: 25px;
        height: 32px;
    }
}


@media screen and (max-width :600px) {
    .fandf_counter_p2 {
        font-size: 11.552px;
        line-height: 10px;
        padding-bottom: 30px;
    }
}



/* responsive css f&f end  */


/* f&f css end */

/* green campus css start  */
.green_campus {
    margin: 90px 0px;
}

.green_campus_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* green campus css end  */
.green_campus_main {
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green_campus_left_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 0.01em;
    color: #000000;
}

.green_campus_left img {
    height: 216px;
    padding: 27px 0px;
}

.green_campus_left a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #000000;
}

.green_campus_1_img {
    position: relative;
    width: 100%;
    height: 170px !important;
}

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

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

.green_campus_right img {
    width: 32%;
    margin: 3px;
}


/* green campus responsive css start  */

@media screen and (max-width :800px) {
    .green_campus_left_p {
        font-size: 29.861px;
        line-height: 35px;
    }

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

    .green_campus_left a {
        font-size: 30.4px;
        line-height: 45px;
    }

    .green_campus_left img {
        height: 180px;
        padding: 26px 0px;
    }

}

@media screen and (max-width :520px) {
    .green_campus {
        margin: 0px 0px;
    }

    .green_campus_right img {
        width: 46%;
    }

}

@media screen and (max-width :400px) {
    .green_campus_left a {
        margin-bottom: 12px;
    }

}


@media screen and (max-width :360px) {
    .green_campus_left_p {
        font-size: 20.861px;
        line-height: 35px;
    }

    .green_campus_left img {
        height: 150px;
    }

    .green_campus_left a {
        font-size: 20.4px;
    }

    .green_campus_left img {
        padding: 15px 0px;
    }

    .green_campus_right img {
        margin: 1px;
        height: 60px !important;
    }

}

/* green campus responsive css end  */

/* green campus css end  */

/* .afflition css start  */

.affilition {
    padding: 90px 0px;
}

.afflition_text_p {
    margin-right: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
}

.afflition_text {
    display: flex;
    flex-direction: column;
    margin-left: 0% !important;
}

.afflition_text img {
    margin-top: 8px;
    height: 4px;
}

.affilition_mid_single_left {
    margin-right: auto;
}

.affilition_mid_single_right {
    margin-left: auto;
}

.afflitoion_slider .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.afflition_slider_component {
    border: 1px solid #A6A6A6;
    padding: 25px;
    height: 125px;
    width: 142px;
    object-fit: contain;
    margin-top: 20px;
}

.afflition_slider_component_left {
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
    padding: 25px;
    height: 140px;
    width: 145px;
    margin: 0px;
}

.afflition_slider_component_right {
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
    padding: 25px;
    height: 140px;
    width: 145px;
    margin: 0px;
}

.afflition_arrow_prev {
    width: 46.05px;
    height: 46.05px;
    background: #CFD0CF;
    padding: 10px 14px;
    border-radius: 50%;
    position: absolute;
    margin-top: -85px;
    cursor: pointer;
    margin-left: -15px;
    display: none;
}

.afflition_arrow_next {
    transform: rotate(-180deg);
    width: 46.05px;
    height: 46.05px;
    background: #049906;
    padding: 10px 14px;
    border-radius: 50%;
    position: absolute;
    margin-left: 1080px;
    margin-top: -85px;
    cursor: pointer;
    display: none;
}

.affilition_arrow_prev {
    top: -70px;
    color: #000;
    right: 15px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}

.affilition_arrow_next {
    top: -70px;
    color: #000;
    right: 70px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.affilition_arrow_next:hover,
.affilition_arrow_prev:hover {
    background-color: #0075FF;
    color: #fff;
}
.affilition_arrow {
    display: flex;
    justify-content: end;
    margin-left: auto !important;
}

/* .affilition responsive css start  */

@media screen and (max-width :800px) {
    .afflition_slider_component {
        padding: 15px;
        height: 70px;
        width: 70px;
    }

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

    .afflition_slider_component_left {
        padding: 15px;
        height: 70px;
        width: 70px;
    }

    .afflition_slider_component_right {
        padding: 15px;
        height: 70px;
        width: 70px;
    }

    .affilition_mid_single_left {
        margin: 1% !important;
    }

    .affilition_mid_single_right {
        margin: 1% !important;
    }

    .afflition_text_p {
        font-size: 20px;
        line-height: 8px;
    }

    .select {
        font-size: 20px;
    }

    .afflition_arrow_prev {
        width: 25.05px;
        height: 25.05px;
        padding: 0px 5px;
        margin-top: -76px;
        cursor: pointer;
        margin-left: 66px;
    }

    .afflition_arrow_next {
        margin-left: 598px;
        width: 25.05px;
        height: 25.05px;
        padding: 0px 5px;
        margin-top: -76px;
        cursor: pointer;
    }
}

@media screen and (max-width: 800px) {
    .nav_main {
        height: 12vh;
    }
}

@media screen and (max-width :800px) {
    .afflition_arrow_prev {
        margin-left: 37px;
    }

    .afflition_arrow_next {
        margin-left: 448px;
    }
}

@media screen and (max-width :520px) {
    .affilition {
        padding: 40px 0px 20px;
    }

    .fandf_p {
        font-size: 25px;
    }

}

@media screen and (max-width :360px) {
    .afflition_text {
        margin-left: 10px;
    }
}

/* .affilition responsive css end  */


/* afflition css end */


/* start footer section--- */
.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;
    letter-spacing: 0.01em;
    color: #E2E2E2;
    padding: 5px 0px;
}

.footer_2nd_col {}

.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 .footer_2nd_col i,
.footer .footer_3rd_col i,
.footer .footer_4th_col i {
    font-size: 10px;
    margin-right: 4px;
}

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

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

.footer_txt img {
    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 {}

.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;
    color: #E2E2E2;
    border-bottom: 0.737342px solid #282828;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.footer_4th_col {}

.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;
    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 {
        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;
    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;
}

/* 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-top: 1px;
        padding: 0px 10px;
    }

}

@media screen and (max-width :700px) {
    .footer_bottom_right a {
        font-size: 12px;
        line-height: 22px;
        margin-top: 1px;
        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  */
.selected_input {
    border: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #000;
}

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

.personal_information_left_link_box div {
    background: #fff;
    width: 100%;
    text-decoration: none !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    border: 1px solid #e4e4e4;
    padding: 5%;
    cursor: pointer;
}

/* .personal_information_left_link_box div:hover{
    border-left:3px solid #1882FF;
    color: #fff !important;
} */
.personal_information_left_link_box div:nth-child(1) {
    border-left: 3px solid #1882FF;
}

.personal_information_left_link_box div button {
    color: #000;
    border: none;
    background-color: #fff;
}

/* .personal_information_left_link_box div a:hover{
    color: #fff;
    background-color: #1882FF;
} */



/* Notice Start */
.dept_notice {
    border: 5px solid #f6f6f6;
    padding: 4% 3%;
    margin-left: 2%;
    margin-right: -8%;
    border: 5px solid #f6f6f6;
    padding: 4% 3%;
    border-left: 5px solid #1882FF;
}

.dept_notice tbody tr {
    border-top: 2px solid #bdbbbb91;
    margin-left: 20px;
}

.dept_notice tr:nth-last-child() {
    border-bottom: none;
}

.table thead {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.table thead th {
    border-top: none !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    padding-right: 10px;
    margin-left: 30px;
}

.dept_notice td {
    padding: 15px 0px;
    border-top: none !important;
    font-size: 18px;
    font-family: Roboto;
    color: #000;
    /* border-bottom: 1px solid rgb(121, 121, 121); */
    margin-top: 11px;
    /* margin-left: 20px;
    margin-right: 20px; */
    padding-right: 30px;
}

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

.notice_btn a {
    text-decoration: none;
    border: 1px solid #949494;
    padding: 6px 15px;
    margin-left: 10px;
    border-radius: 5px;
    width: 98px;
    height: 36px;
    color: #000;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    text-align: center;
}

.table tbody:nth-last-child(tr) {
    border-bottom: none !important;
}

.notice_btn_r {
    background: linear-gradient(180deg, #1EAD3D 0%, #2B7132 100%);
    ;
    border-radius: 5px;
    border: none !important;
    padding-top: 7px !important;
    color: #fff !important;
    text-align: center;
}

.notice_btn_h {
    display: none;
    margin-top: 10px;
}

@media screen and (max-width:520px) {
    .dept_notice {
        padding: 6% 3%;
    }

    .dept_notice td {
        font-size: 16px;
    }

    .notice_btn {
        display: none;
    }

    .notice_btn_h {
        display: block;
        margin-top: 22px
    }

    .notice_btn_h a {
        text-decoration: none;
        border: 1px solid #949494;
        padding: 6px 15px;
        /* margin-left: 10px; */
        border-radius: 5px;
        width: 110px;
        height: 36px;
        color: #000;
        font-size: 14px;
        font-family: Roboto;
        font-style: normal;
        text-align: center;
    }

    .notice_btn_h .notice_btn_r {
        margin-top: 10px;
    }
}

.selected_input:focus {
    border: 1px solid none;
}

/* Agriculture */
.agriculture {
    display: flex;
    justify-content: space-between;
    margin-left: 26px;
}

.explore_agriculture_left {
    width: 50%;
    margin-left: -14px;
}

.explore_agriculture_left img {
    width: 100%;
    height: 200px;
}

.explore_btn {
    margin-top: 20px;
    background-color: #153E90;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0px;
}

.explore_agriculture_left a {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.faculty_right_agriculture {
    border: 5px solid #f6f6f6;
    padding: 4% 3%;
    margin-left: 4%;
    margin-right: -12%;
    border: 5px solid #f6f6f6;
    padding: 4% 3%;
    border-left: 5px solid #1882FF;
    margin-left: 80px;
}

.explore_agriculture_right {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 40%;
    align-items: center;
    top: 0;
    right: 46px;
    position: absolute;
    margin-top: 29px;
}

.explore_agriculture_right a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    color: #000;
    border: 1px solid #153E90;
    text-align: center;
    width: 80%;
    padding: 10px 0px;
    border-radius: 2px;
    margin-top: 11px;
}

.explore_agriculture_right a:hover {
    background-color: #153E90;
    color: #fff;
}

/* .home_update  .important_news{
    background-color: #049906;
    height: 70px;
    width: 300px;
    color:#fff;
} */

.personal_information_left_link_box {
    border: 10px solid #F6F6F6;
    width: 125%;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    /* margin: 27px; */
}

.tabcontent {
    display: none;
}

.active {
    display: flex;
}

/* .tab button.active {
    background-color: #ccc;
  } */


/* Create an active/current tablink class */
.tablinks button.active {
    border-left: 3px solid #1881f7;
}


@media screen and (max-width: 520px) {
    .faculty_right_agriculture {
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 31px;
    }

    .personal_information_left_link_box {
        width: 109% !important;
        margin-bottom: 31px;
        margin-left: -17px;
        margin-top: 82px;
    }

    .explore_agriculture_left {
        width: 100%;
        margin-left: 8px;
    }

    .explore_agriculture_right {
        position: relative;
        margin-top: 0px;
        width: 100%;
        padding: 40px 0px;
        right: 0;
        padding: 26px 0px;
    }

    .explore_agriculture_right a {
        margin-top: 10px;
    }

    .explore_agriculture_left a {
        font-size: 14px;
        padding: 0px 10px;
    }
}


/* Notice and News */
.notice_heading {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
}

.notice_heading::after {
    content: " ";
    display: block;
    height: 2px;
    background-color: #036A38;
    width: 250px;
}

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

}

.news {
    display: flex;
    margin: 10px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px 0px;
}

.news_date {
    background-color: #036A38;
    text-align: center;
    padding: 8px 9px;
    border-radius: 5px;
    line-height: 7px;
    color: #fff;
    margin: 0px 10px;
}

.diferent_color {
    background-color: #1881f7;
}

.news_date h6 {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 800;
    font-style: normal;
    line-height: 15px;
}

.news_date p {
    font-size: 14px;
    font-family: Roboto;
    /* font-weight: 800; */
    font-style: normal;
}

.news_heading {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;

}

.news_heading a {
    color: #000 !important;
}

.notice_video {
    margin-top: 12px;
    width: 500px;
    height: 360px;
}

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

    .campus_tour {
        margin-top: 20px;
    }
}

/* Eventos Start */
.eventos_arrow {
    justify-content: center !important;
}

.eventos_arrow_prev {
    top: -70px;
    color: #fff;
    right: 15px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}

.eventos_arrow_next {
    top: -70px;
    color: #fff;
    right: 70px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.eventos_arrow_next:hover,
.eventos_arrow_prev:hover {
    background-color: #0075FF;
}

.eventos_arrow {
    display: flex;
    justify-content: center;
    margin-left: auto !important;
    margin-top: 10px;
}

.eventos_card {
    padding: 26px 15px;
    transition: 750ms;
    margin-right: 14px !important;
    margin-bottom: 15px;
    border: 1px solid rgb(202, 202, 202);
    border-bottom: 2px solid rgb(202, 202, 202) !important;
    margin-top: 20px;
}

.eventos_card:hover {
    background-color: #153E90;
    color: #fff;
    cursor: pointer;
}

.eventos_card:hover .eventos_number {
    color: #fff;
}

.eventos_card:hover .eventos_heading {
    color: #fff;
}

.eventos_card:hover .eventos_paragraph {
    color: #fff;
}

.eventos_card:hover .more_infor {
    color: #fff;
}

.eventos_number {
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    font-style: normal;
    color: #0075FF;
}

.eventos_heading {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.eventos_heading::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 4px;
    width: 80px;
    background-color: #0075FF;
}

.eventos_paragraph {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-top: 34px;
    margin-bottom: 36px !important;
}

.more_infor {
    font-size: 18px;
    margin-top: 20px;
    color: #0075FF;
}

/* home page new design start */
img {
    height: auto;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
input:focus {
    border-color: #153E90 !important;
    box-shadow: none !important;
}
.text-blue {
    color: #0075FF;
}
.bg-light-blue {
    background-color: #0075FF;
}
.bg-deep-blue {
    background-color: #153E90;
}
.slick-arrow {
    cursor: pointer;
}
.btn:focus {
    box-shadow: none;
}
.blue-btn {
    background: #153E90;
    color: #fff;
    border-radius: 30.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    padding: 15px 40px;
}
.blue-btn:hover {
    background-color: #fff;
    color: #153E90;
}
.blue-btn-transparent {
    border: 1px solid #0075FF;
    padding: 10px 22px;
    color: #fff;
    font-size: 14px;
}
.blue-btn-transparent:hover {
    background-color: #0075FF;
    color: #fff !important;
}
.navbar-area {
    background-color: #3D3D3D;
    border-top: 4px solid #0075FF;
}
.navbar-area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s;
}
.navbar-area .nav-container {
    max-width: 1500px;
}
.navbar-area .logo {
    width: 100px;
    height: auto;
}
.navbar-area .logo-text {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #EBEBEB;
    font-weight: 900;
}
.navbar-area .logo-text-divider {
    margin: 5px 0;
    width: 80px;
    background: #C4C4C4;
}
.navbar-area .mujib-logo {
    max-width: 150px;
}
.navbar-area .right-area .nav-item {
    margin-left: 14px;
}
.navbar-area .right-area .btn {
    background: #545454;
    /* border: 0.718644px solid #0075FF; */
    color: #fff;
    border-radius: 0;
    padding: 12px 18px;
}
.navbar-area .right-area .btn.menu-btn {
    background-color: #0075FF;
    color: #fff;
    border-color: #fff;
}
/* banner slider */
.banner-slider-aera .banner-slider-item {
    min-height: 75vh;
    background: url('../image/home/1st-image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-slider-aera .banner-slider-item .inner {
    background: #00000080;
    
    padding: 5px 40px;
}
.banner-slider-aera .banner-slider-item .heading {
   /* background: rgba(255, 255, 255, 0.27);*/
    display: inline;
    font-weight: 800;
    font-size: 24px;
    line-height: 143.69%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 4px 4px;
}
.banner-slider-aera .banner-slider-item .desc {
    font-size: 16px;
    line-height: 134.69%;
    letter-spacing: 0.01em;
    color: #FFF8F8;
}
.banner-slider-aera .arrow-prev {
    top: 47%;
    color: #fff;
    right: 40px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
    font-size: 16px;

}
.banner-slider-aera .arrow-next {
    top: 47%;
    color: #fff;
    left: 40px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
    font-size: 16px;
}
.banner-slider-aera .arrow-next:hover,
.banner-slider-aera .arrow-prev:hover {
    background-color: #0075FF;
}
.banner-slider-aera .slick-dots {
    bottom: 30px;
}
.banner-slider-aera .slick-dots button {
    background-color: #445F87;
    border-radius: 0;
    width: 15px;
    height: 15px;
}
.banner-slider-aera .slick-dots li {
    margin: 0;
}
.banner-slider-aera .slick-dots .slick-active button {
    background-color: #0075FF;
    border: 0.5px solid #fff;
}
/* get more area start */
.get-more-area {
    background: url('../image/home/bg-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.get-more-area .overlay {
    background-color: #ffffff2b;
}
.get-more-area .get-more-links {
    border-bottom: 1px solid #5F5F5F;
    width: 100%;
}
.get-more-area .get-more-links .nav-link.get-more-text {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.get-more-area .get-more-links .get-more-text::after {
    position: absolute;
    content: '';
    bottom: -9px;
    left: 15px;
    width: 78%;
    height: 5px;
    background: #0075FF;
}
.get-more-area .get-more-links .nav-link {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}
/* dept slider start */
.dept-slider-area .dept-search {
    border: 1px solid #153E90;
}
.dept-slider-area .dept-search input {
    border: 0;
    padding: 16px 12px;
    height: 100%;
}
.dept-slider-area .dept-search input:focus {
    box-shadow: none;
    border: 0;
}
.dept-slider-area .dept-search input::placeholder {
    font-size: 15px;
    color: #000000;
}
.dept-slider-area .dept-search .input-group-text {
    background-color: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
}
.dept-slider-area .dept-search .input-group-text i {
    padding: 12px;
    margin: 4px;
    background-color: #153E90;
    color: #fff;
    border-radius: 2px;
}
.dept-slider-area .dept-head-card {
    background-color: #153E90;
    padding: 0 20px 65px;
}
.dept-slider-area .dept-head-card .inner {
    border-top: 8px solid #0075FF;
}
.dept-slider-area .dept-head-card .title {
    font-size: 17px;
    color: #FFF8F8;
    margin-bottom: 20px;
}
.dept-slider-area .dept-head-card .heading {
    color: #FFF8F8;
    font-size: 28px;
    margin-bottom: 28px;
}
.dept-slider-area .dept-head-card .link {
    color: #FFF8F8;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline !important;
}
.dept-slider-area .wrapper-slider-item {
    padding: 0 10px;
}
.dept-slider-area .dept-slider-item {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px #ccc;
    margin-bottom: 2px;
}
.dept-slider-area .dept-slider-item .content {
    border: 1px solid transparent;
    border-top: 0;
    transition: 0.3s;
    padding-bottom: 50px;
    min-height: 370px;
}
.dept-slider-area .dept-slider-item:hover .content {
    border-color: #153E90;
}
.dept-slider-area .dept-slider-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.dept-slider-area .dept-slider-item .heading {
    color: #2D2D2D;
    font-size: 24px;
    line-height: 32px;
}
.dept-slider-area .dept-slider-item .desc {
    color: #414141;
    font-size: 14px;
}
.dept-slider-area .dept-slider-item .visit-link {
    bottom: 0;
    left: 0;
    right: 0;
    background: #153E90;
    padding: 6px;
    opacity: 0;
}
.dept-slider-area .dept-slider-item:hover .visit-link {
    opacity: 1;
}
.dept-slider-area .dept-slider-item .visit-link a {
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
}
.dept-slider-area .dept-arrow-prev {
    top: 47%;
    color: #0075FF;
    right: -40px;
    border: 1px solid #000;
    padding: 8px 15px;
}
.dept-slider-area .dept-arrow-next {
    top: 35%;
    color: #0075FF;
    right: -40px;
    border: 1px solid #000;
    padding: 8px 15px;
}
.dept-slider-area .dept-arrow-next:hover,
.dept-slider-area .dept-arrow-prev:hover {
    background-color: #2F2F2F;
}
/* chancellor message */
.chancellor-msg-area {
    background-color: #2F2F2F;
    padding: 100px 0 80px;
}
.chancellor-msg-area img {
    padding-bottom: 6px;
    border-bottom: 5px solid #0075FF;
}
.chancellor-msg-area .heading {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.chancellor-msg-area .mobile-heading {
    background-color: #0075FF;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}
.chancellor-msg-area .heading::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 5px;
    background-color: #0075FF;
    left: 0;
    bottom: -14px;
}
.chancellor-msg-area .details {
    text-align: justify;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px !important;
}
.chancellor-msg-area .btn-area {
    margin-bottom: 30px !important;
}
.chancellor-msg-area .vc-name {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.chancellor-msg-area .vc-desg {
    font-size: 15px;
    color: #FFFFFF;
}
/* news conference tab start */
.news-conference-tab-area {
    /* background: url('../image/home/2nd-image.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-conference-tab-area .bg-overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: #14182c;
}
.news-conference-tab-area .nav-link {
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
    border-bottom: 3px solid #fff;
    border-radius: 0;
}
.news-conference-tab-area .nav-link.active {
    background: #133F73;
    border-color: #0075FF;
}
.news-conference-tab-area .tab-slider-item {
    border: 0.5px solid #FFFFFF;
}
.news-conference-tab-area .tab-slider-item .content {
    padding: 30px 16px;
    min-height: 400px;
}
.news-conference-tab-area .tab-slider-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-conference-tab-area .tab-slider-item .date {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 18px !important;
    letter-spacing: 1px;
}
.news-conference-tab-area .tab-slider-item .heading {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 18px;
}


.news-conference-tab-area .tab-slider-item .desc {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px !important;
    letter-spacing: 1px;
}


.news-conference-tab-area .tab-pane {
    position: relative;
}
.news-conference-tab-area .news-arrow-prev {
    top: -96px;
    color: #fff;
    right: 15px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.news-conference-tab-area .news-arrow-next {
    top: -96px;
    color: #fff;
    right: 70px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.news-conference-tab-area .news-arrow-next:hover,
.news-conference-tab-area .news-arrow-prev:hover {
    background-color: #0075FF;
}
/* news and news area start */
.notice-news-tab-area {
    background: url('../image/home/bg-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.notice-news-tab-area .overlay {
    background-color: #ffffff2b;
    padding: 100px 0;
}
.notice-news-tab-area .nav-pills {
    background-color: #fff;
    border: 6px solid #F6F6F6;
}
.notice-news-tab-area .nav-pills .nav-link {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 0.5px solid #BDBBBB;
    padding: 20px 16px;
}
.notice-news-tab-area .nav-pills .nav-link:last-child {
    border-bottom: 0;
}
.notice-news-tab-area .nav-pills .nav-link.active {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 20px 30px 36px;
    position: relative;
}
.notice-news-tab-area .nav-pills .nav-link.active::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 40px;
    left: 2px;
    top: 16px;
    background-color: #0075FF;
}
.notice-news-tab-area .notice-area .heading {
    font-weight: 500;
    font-size: 24px;
}
.notice-news-tab-area .notice-area .view-more-btn {
    color: #000;
    font-weight: 500;
}
.notice-news-tab-area .notice-area .notice-item {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 8px -5px #000;
}
.notice-news-tab-area .notice-area .date {
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 3px 10px 6px;
    max-height: 52px;
}
.notice-news-tab-area .notice-area .date .digit {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.notice-news-tab-area .notice-area .notice-desc {
    font-size: 14px;
    color: #212529;
}
/* fact and figures start */
.facts-figures-area {
    background: url('../image/home/2nd-image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.facts-figures-area .overlay {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: #091320eb;
}
.facts-figures-area .fact-area {
    margin-bottom: 80px;
}
.facts-figures-area .fact-area img {
    border-bottom: 6px solid #0075FF;
}
.facts-figures-area .fact-area .play-btn {
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
}
.facts-figures-area .fact-area .play-btn i {
    color: #fff;
    background-color: #0075FF;
    padding: 20px 20px 20px 22px;
    border-radius: 50%;
}
/* pulse play btn */
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 40px 10px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #153E90;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #153E90;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #153E90;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.facts-figures-area .fact-area .heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.facts-figures-area .fact-area .desc {
    font-size: 18px;
    line-height: 21px;
    color: #Fff;
    letter-spacing: 0.5px;
}
.facts-figures-area .right-border {
    position: absolute;
    content: '';
    right: 0;
    top: 24px;
    width: 1px;
    height: 58px;
    background-color: #0075FF;
}
.explore-sau {
    background: #153E90;
    border-bottom: 1px solid #fff;
}
.explore-sau .link {
    font-size: 17px;
    padding: 24px 0;
}
.explore-sau .link a {
    color: #fff;
    text-decoration: underline !important;
}
/* slidable menu */
.slidable-menu-area {
    top: 0;
    bottom: 0;
    right: -10000px;
    height: 100vh;
    width: 850px;
    max-width: 100%;
    z-index: 10000;
    background-color: #202020;
    transition: 0.6s;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: -3px 0px 49px -25px #aaa;
}
.shown {
    right: 0;
}
.slidable-menu-area .heading-area {
    background-color: #173369;
    padding: 50px 90px 20px 40px;
}
.slidable-menu-area .heading {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.35em;
}
.slidable-menu-area .heading .blue-text {
    color: #0075FF;
}
.slidable-menu-area .heading-area .close-icon {
    font-size: 30px;
    font-weight: 400;
    color: #0075FF;
}
.slidable-menu-area .menu-items {
    background-color: #173369;
    padding: 10px 90px 10px 16px;
}
.slidable-menu-area .menu-items .nav-item {
    width: 25%;
}
.slidable-menu-area .menu-items .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    position: relative;
    text-transform: uppercase;
    padding: 16px 21px;
    transition: 0.3s;
}
.slidable-menu-area .menu-items .nav-link:hover {
    background: #0D478C;
}
.slidable-menu-area .menu-items .nav-link::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 2px;
    background-color: #0075FF;
    left: 99%;
    top: 20px;
}
.slidable-menu-area .menu-items .nav-item:nth-child(4) .nav-link::after,
.slidable-menu-area .menu-items .nav-item:nth-child(8) .nav-link::after {
    display: none;
}
.slidable-menu-area .about-yourself {
    background-color: #1869C7;
    padding: 40px 45px;
}
.slidable-menu-area .about-yourself h4 {
    font-size: 20px;
    letter-spacing: 0.35em;
    color: #fff;
}
.slidable-menu-area .select-area {
    margin-top: -18px;
}
.slidable-menu-area .select-area .form-group {
    background-color: #1869C7;
    padding: 0px 35px 35px 45px;
}
.slidable-menu-area .select-area label {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.15em;
}
.slidable-menu-area .select-area select {
    background-color: #1869C7;
    border-radius: 0;
    color: #fff;
}
.slidable-menu-area .feature-wrapper {
    min-height: calc(100vh - 438px);
}
.slidable-menu-area .features {
    padding: 40px 90px 30px 30px;
}
.slidable-menu-area .features img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.slidable-menu-area .features .ft-heading a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 400;
}
.slidable-menu-area .features .blue-btn-transparent {
    padding: 12px 24px;
}
.menu-footer {
    margin-top: 40px;
    background-color: #173369;
    padding: 15px;
}
.menu-footer::after {
    position: absolute;
    content: '';
    width: 35%;
    height: 55px;
    background-color: #1869C7;
    right: 0;
    bottom: 0;
}
/* admissions start */
.admissions-area {
    padding: 60px 0;
}
.admissions-area .engage-heading h4 {
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
    margin-right: 15px;
}
.admissions-area .engage-slider-item {
    margin-top: 20px;
}
.admissions-area img {
    height: 280px;
    object-fit: cover;
}
.admissions-area .overlay-area {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -228px;
    background: #173369ed;
    transition: 0.4s;
}
.admissions-area .img-area {
    overflow: hidden;
    margin-right: 15px;
}
.admissions-area .img-area:hover .overlay-area {
    bottom: 0;
    align-items: center;
}
.admissions-area .overlay-area .link {
    padding: 12px 20px;
}
.admissions-area .overlay-area a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
}
.admissions-area .engage_arrow_prev {
    top: -70px;
    color: #000;
    right: 15px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.admissions-area .engage_arrow_next {
    top: -70px;
    color: #000;
    right: 70px;
    border: 1px solid #0075FF;
    padding: 8px 15px;
}
.admissions-area .engage_arrow_next:Hover,
.admissions-area .engage_arrow_prev:hover {
    background-color: #0075FF;
    color: #fff;
}
/* events start */
.events-area {
    background-color: #2A2A2A;
    padding: 60px 0;
}
.events-area .afflition_text_p {
    margin-right: 14px !important;
    border-color: #fff;
    color: #fff;
}

/* responsiveness start */
@media (max-width: 1199px) {

}

@media (max-width: 767px) {
    .dropdown-content {
        width: calc(100% - 32px);
        margin: 0 16px;
    }
    .navbar-area .logo-text {
        font-size: 14px;
        font-weight: 900;
    }
    .navbar-area .right-area .btn {
        padding: 6px 10px;
    }
    .banner-slider-aera .banner-slider-item .inner {
        padding: 16px 14px;
        margin: 0 8px;
    }
    .banner-slider-aera .banner-slider-item .desc {
        font-size: 14px;
    }
    .banner-slider-aera .banner-slider-item .heading {
        font-size: 32px;
        line-height: 50px;
    }
    .banner-slider-aera .banner-slider-item .btn {
        font-size: 12px;
        padding: 13px 35px;
    }
    .dept-slider-area .dept-head-card .heading {
        font-size: 18px;
        font-weight: 400;
    }
    .banner-slider-aera .arrow-prev {
        right: 8px;
        top: 12vh;
        padding: 12px 18px;
    }
    .banner-slider-aera .arrow-next {
        left: 8px;
        top: 12vh;
        padding: 12px 18px;
    }
    .navbar-area .right-area .btn.menu-btn {
        padding: 6px 12px;
    }
    .get-more-area .get-more-links {
        overflow-x: scroll;
    }
    .get-more-area .get-more-links .nav {
        flex-wrap: unset;
    }
    .get-more-area .get-more-links .nav-link {
        white-space: nowrap;
        font-size: 16px;
    }
    .get-more-area .get-more-links .nav-link.get-more-text {
        font-size: 18px;
    }
    .dept-slider-area .dept-head-card {
        padding: 0 20px 30px;
    }
    .dept-slider-area .dept-head-card .link {
        font-size: 15px;
    }
    .get-more-area .dept-slider {
        margin-top: 50px;
    }
    .dept-slider-area .dept-arrow-next {
        left: 24px;
        right: unset;
        top: 0;
    }
    .dept-slider-area .dept-arrow-prev {
        right: 24px;
        top: 0;
    }
    .dept-slider-area .dept-slider-item .heading {
        font-size: 18px;
        line-height: 26px;
    }
    .chancellor-msg-area {
        padding: 40px 0;
    }
    .chancellor-msg-area .heading {
        font-size: 18px;
        line-height: 20px;
        border-left: 5px solid #0075FF;
        padding-left: 8px;
    }
    .chancellor-msg-area .heading::after {
        display: none;
    }
    .chancellor-msg-area .details,
    .chancellor-msg-area .vc-desg {
        font-size: 14px;
    }
    .chancellor-msg-area .vc-name {
        font-size: 18px;
    }
    .news-conference-tab-area .bg-overlay {
        padding: 30px 0;
    }
    .news-conference-tab-area .nav-link {
        font-size: 16px;
    }
    .news-conference-tab-area .nav-pills {
        margin-bottom: 4rem !important;
        justify-content: space-between;
    }
    .news-conference-tab-area .nav-pills .nav-item {
        /* max-width: 35%; */
    }
    .news-conference-tab-area .nav-link {
        padding: 8px 3vw;
        margin-right: 0;
    }
    .news-conference-tab-area .news-arrow-prev {
        right: 0;
        top: -52px;
    }
    .news-conference-tab-area .news-arrow-next {
        left: 0;
        right: unset;
        top: -52px;
    }
    .news-conference-tab-area .tab-slider-item .date {
        font-size: 13px;
    }
    .news-conference-tab-area .tab-slider-item .heading {
        font-size: 18px;
    }
     .news-conference-tab-area .tab-slider-item .heading_b {
        font-size: 14px;
    }
    
    .news-conference-tab-area .tab-slider-item .desc {
        font-size: 14px;
    }
    .news-conference-tab-area .tab-slider-item .desc_b {
        font-size: 12px;
    }
    .news-conference-tab-area .tab-slider-item .content {
        min-height: auto;
    }
    .notice-news-tab-area .overlay {
        padding: 30px 0;
    }
    .notice-news-tab-area .notice-area .heading {
        font-size: 18px;
        margin-top: 8px;
    }
    .notice-news-tab-area .notice-area .notice-desc {
        font-size: 14px;
    }
    .notice-news-tab-area .nav-pills .nav-link {
        font-size: 15px;
    }
    .notice-news-tab-area .notice-area .notice-item {
        padding: 8px 10px;
    }
    .facts-figures-area .fact-area .heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .facts-figures-area .fact-area .desc {
        font-size: 14px;
    }
    .facts-figures-area .right-border {
        display: none;
    }
    .facts-figures-area .fact-area {
        margin-bottom: 50px;
    }
    .facts-figures-area .overlay {
        padding: 30px 0;
    }
    .eventos {
        margin-top: 60px;
    }
    .eventos_arrow_prev,
    .eventos_arrow_next {
        top: -48px;
    }
    .affilition_arrow_next,
    .affilition_arrow_prev {
        top: -30px;
    }
    .affilition_mid {
        margin-top: 40px;
    }
    .affilition_arrow_next {
        right: unset;
        left: 0;
    }
    .affilition_arrow_prev {
        right: 8px;
    }
    .afflition_text_p {
        margin-right: 10px;
    }
    .afflition_slider_component {
        width: 90%;
    }
    .eventos_arrow_prev {
        right: 7px;
    }
    .eventos_arrow_next {
        left: 7px;
        right: unset;
    }
    .eventos_card {
        padding: 18px 12px;
        margin: 0 7px !important;
    }
    .eventos_number {
        font-size: 26px;
    }
    .eventos_heading {
        font-size: 18px;
    }
    .eventos_paragraph {
        font-size: 15px;
        margin: 28px 0 20px !important;
    }
    .events-area .afflition_text_p {
        margin-right: 8px !important;
        margin-left: 8px;
    }
    .more_infor {
        font-size: 15px;
    }
    /* .slick-arrow {
        padding: 3px 10px !important;
        font-size: 16px;
    } */
    .explore-sau .link a {
        font-size: 15px;
    }
    .slidable-menu-area .heading {
        font-size: 16px;
    }
    .slidable-menu-area .heading-area {
        padding: 20px 16px 10px 16px;
    }
    .slidable-menu-area .menu-items {
        padding: 20px 16px 20px 10px;
    }
    .slidable-menu-area .menu-items .nav-item {
        width: 50%;
    }
    .slidable-menu-area .menu-items .nav-link {
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
    }
    .slidable-menu-area .menu-items .nav-link::after {
        left: 100%;
    }
    .slidable-menu-area .menu-items .nav-item:nth-child(2) .nav-link::after,
    .slidable-menu-area .menu-items .nav-item:nth-child(6) .nav-link::after {
        display: none;
    }
    .slidable-menu-area .about-yourself {
        padding: 20px 16px;
    }
    .slidable-menu-area .select-area .form-group {
        padding: 0 20px 20px 16px;
    }
    .slidable-menu-area .features {
        padding: 20px 16px;
    }
    .slidable-menu-area .about-yourself h4 {
        font-size: 15px;
    }
    .slidable-menu-area .select-area label {
        font-size: 12px;
    }
    .slidable-menu-area .select-area select {
        font-size: 14px;
    }
    .slidable-menu-area .features .ft-heading a {
        font-size: 16px;
    }
    .menu-footer {
        margin-top: 60px;
    }
    .admissions-area {
        padding: 40px 0;
    }
    .admissions-area .overlay-area a {
        font-size: 14px;
        font-weight: 700;
    }
    .admissions-area .overlay-area .link {
        padding: 12px 10px;
    }
    .admissions-area .engage-heading h4 {
        font-size: 20px;
        line-height: 16px;
        margin-right: 0;
    }
    .admissions-area .engage-slider {
        margin-top: 40px;
    }
    .admissions-area .engage_arrow_prev,
    .admissions-area .engage_arrow_next {
        top: -28px;
    }
    .admissions-area .engage_arrow_prev {
        right: 0;
    }
    .admissions-area .engage_arrow_next {
        left: 0;
        right: unset;
    }
    .admissions-area .img-area {
        margin-right: 0;
    }
    .notice-news-tab-area .nav-pills .nav-link.active {
        font-size: 16px;
    }
    .footer {
        background: none !important;
    }
}
/* height responsive */
@media (max-height: 680px) and (max-width: 767px) {
    .banner-slider-aera .arrow-prev,
    .banner-slider-aera .arrow-next {
        top: 5vh;
    }
}