@charset "UTF-8";
@import url("https://fonts.maateen.me/adorsho-lipi/font.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");

body {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

#faculty_of_science .navigation {
    background: hsla(198, 100%, 50%, 0.95);
}

#faculty_of_science .hero-section::before {
    background: rgba(0, 178, 255, 0.5);
    width: 100%;
    height: 100%;
}

#faculty_of_science .departments {
    background: rgba(0, 178, 255, 0.5);
    padding-top: 50px;
    padding-bottom: 50px;
}

#faculty_of_science .departments .inside {
    background: #2257bf;
    padding: 50px 15px;
    min-height: 160px;
    max-height: 160px;
}
#faculty_of_science .departments .inside:hover {
    background: #124b64;
}
#faculty_of_science .departments .inside p {
    color: #00b2ff;
}
#faculty_of_science .departments .inside p {
    color: #00b2ff;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-color: #00b2ff;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    /* background-image: url({{asset("public/frontend/cuimages/arrow-up-fill.png")}}); */
}
.back-to-top:hover {
    opacity: 0.7;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 26px 5px;
    border-bottom: 4px solid hsla(198, 100%, 50%, 0);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 4px solid #ffffff;
    padding: 26px 5px;
}

.menu-area {
    position: static;
}
.mega-area {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.dropdown-item {
    padding: 5px 0;
}
./*dropdown:hover>.dropdown-menu{
       display: block;
     }*/
     .menu_list {
    color: green;
    background: white;
    font-size: 16px;
}

.menu_list > li {
    list-style: none;
    margin-top: 5px;
    margin-left: -40px;
    transition: 1s;
}
.menu_list > li:hover {
    margin-left: -20px;
    transition: 1s;
}
.menu_list > li::before {
    content: "\00BB";
}
.menu_list > li > a {
    color: #000066;
    margin-left: 5px;
    transition: 0.5s;
}
.menu_list > li > a:hover {
    color: #ff9900;
    transition: 0.5s;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 138px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.data-list {
    height: 350px;
    width: 100%;
    overflow-y: hidden;
}
.latest-photo {
    display: block;
    transition: transform 0.4s;
    z-index: 0;
}
.latest-photo:hover {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    z-index: 99;
}
.la-news {
    padding: 15px;
    background-color: white;
    border-radius: 5px;
}

.notice-title {
    background-color: #00b2ff;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    /* font-family: "Raleway", sans-serif; */
    font-size: 26px;
    font-weight: 700;
}

.holder {
    height: 535px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.holder ul li:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.holder ul li a {
    color: #000;
    text-decoration: none;
}

.event-title {
    font-family: "Work Sans", sans-serif;
    /* font-style: SemiBold; */
}

.news-content {
    padding: 5px 0;
}
.news-content h4 {
    font-family: "Rubik", sans-serif;
    text-align: justify;
}
.news-content p {
    font-family: "Raleway", sans-serif;
    text-align: justify;
}

.footer-bottom-bg {
    background-color: #00b2ff;
    padding: 10px 0;
}
.footer-bottom-bg p {
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.footer-bg {
    background-color: #5081e2;
    padding: 25px 0;
}
.footer-bg h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 15px 0;
}
.footer-bg .list-group {
    list-style: none;
}
.footer-bg .list-group li {
    padding: 2px 0;
}
.footer-bg .list-group li a {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
}

.footer-logo-container {
    padding: 5px;
}
.footer-logo-container img {
    height: 90px;
    width: 90px;
}


.footer-icon-list ul {
    list-style: none;
    display: inline-block;
    /*margin-left: -5px;*/
}
.footer-icon-list ul li {
    display: inline-block;
    margin: 10px;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);*/
    padding: 8px 12px 6px 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-icon-list ul li a {
    color: #00b2ff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    text-decoration:none;
}
.footer-icon-list ul li:hover {
    background-color: #00b2ff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-icon-list ul li:hover a {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-list ul li {
    margin: 0px;
}
.top-banner {
    margin-top: 80px;
    padding-top: 150px;
}

.navbar-brand {
    text-transform: uppercase;
}
