@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"); *, *::before, *::after { box-sizing: border-box; } * { font-family: "Open Sans", sans-serif; margin: 0px; padding: 0px; } p { max-width: 800px; font-size: 16px; } .grid { gap: 30px; } body { overflow-y: scroll; } section { margin: 0 auto; padding: 0px !important; } main { padding-top: 104px; background-color: #fff; } body.home main { margin-top: 100vh; position: relative; } h1 { font-size: 40px !important; letter-spacing: 2px !important; line-height: 110%; } button { margin: 20px auto; margin-bottom: 10px; max-width: 300px; font-size: 20px; border-radius: 0px; border: none; background: #0b1419; border-radius: 4px; } button:hover { background: #F68B1F; } .container { margin: 0xp auto; padding: 10px 30px; overflow: hidden; } .grid { justify-content: center; padding: 0px 5px; } #navbar { position: fixed; top: 0; left: 0; right: 0; padding: 0; margin: 0 !important; z-index: 999; height: fit-content; } #navbar #uiu-global-nav nav { text-align: center; padding: 0.25rem 0 !important; margin: 0 !important; justify-content: center; align-items: center; z-index: 10; transition: 0.5s ease-in-out; background-color: #160c0c; box-shadow: 0px 5px 12px -5px #2F4858; border-bottom: 4px solid #F68B1F; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav { display: block !important; text-align: unset; height: unset; align-items: unset; border: unset; padding: unset !important; } } #navbar #uiu-global-nav nav .logo-close-menu { display: flex; justify-content: space-between; align-items: center; z-index: 20; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .logo-close-menu { border-bottom: 4px solid #F68B1F; } } #navbar #uiu-global-nav nav .logo-close-menu .logo { width: auto; padding-right: 30px; padding-left: 20px; height: 70px; transition-duration: 0.5s; margin-right: 1rem; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .logo-close-menu .logo { height: 50px !important; } } #navbar #uiu-global-nav nav .logo-close-menu .logo img { height: 100% !important; } #navbar #uiu-global-nav nav .logo-close-menu #menu-bars, #navbar #uiu-global-nav nav .logo-close-menu #seacrh { display: none !important; transition-duration: 0.4s; padding-top: 0.25rem; padding-right: 0.25rem; font-size: 2.5rem; cursor: pointer; color: #fff; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .logo-close-menu #menu-bars, #navbar #uiu-global-nav nav .logo-close-menu #seacrh { display: block !important; } } #navbar #uiu-global-nav nav .logo-close-menu #menu-bars { padding-left: 0.5rem; margin: 0; } #navbar #uiu-global-nav nav .logo-close-menu #seacrh { font-size: 2.4rem; margin-right: 1rem; } #navbar #uiu-global-nav nav .logo-close-menu #seacrh:hover { color: #f3e7e7; } #navbar #uiu-global-nav nav ul.menu { display: flex; align-items: center; z-index: 10; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.menu { background-color: #070303 !important; display: none !important; padding: 2rem; height: 0px; } } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .menu.show { display: block !important; height: 100vh; overflow-y: auto; } } #navbar #uiu-global-nav nav .menu > li { margin-right: 50px; padding: 0.25rem !important; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .menu > li { display: block; margin: unset; margin-bottom: 1rem !important; text-align: unset; padding: 0.75rem 0.25rem; } } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .menu > li.search { display: none; } } #navbar #uiu-global-nav nav .menu > li:last-child { margin-right: 0px; } #navbar #uiu-global-nav nav .menu > li:last-child { margin-right: 0; } #navbar #uiu-global-nav nav .menu > li > a { color: #fff; transition-duration: 0.3s; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: bold; font-size: 12px; cursor: pointer !important; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .menu > li > a { text-align: unset; overflow-y: auto; border-bottom: 1px solid #333; width: 100%; padding-left: 0 !important; border-radius: unset; } } #navbar #uiu-global-nav nav .menu > li:after { content: ""; display: block; margin: auto; height: 1px; width: 0px; background: transparent; transition: width 0.3s ease, background-color 0.5s ease; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav .menu > li:after { display: none !important; } } #navbar #uiu-global-nav nav .menu > li:hover:after { width: 100%; background: #fff; } #navbar #uiu-global-nav nav .menu > li.active:after { width: 100%; background: #fff; } #navbar #uiu-global-nav nav ul.sub-menu { background: #FFFBF6 !important; color: #070303; position: fixed; top: 56px; left: 0; right: 0; z-index: 500 !important; display: none; transition-duration: 0.5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15); } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.sub-menu { position: unset; background: transparent !important; box-shadow: unset !important; } } #navbar #uiu-global-nav nav ul.sub-menu .container { padding: 2rem 0; display: flex; justify-content: space-between; gap: 2rem; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.sub-menu .container { -moz-columns: 1; columns: 1; padding: 0.25rem 0; max-width: unset !important; } } #navbar #uiu-global-nav nav ul.sub-menu .container .menu-item { margin: unset !important; margin-bottom: 0.5rem !important; padding: 0 !important; text-align: start; font-size: 0.8rem; display: block; } #navbar #uiu-global-nav nav ul.sub-menu .container .menu-item a { color: #000; padding: 5px !important; margin: 0 !important; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.sub-menu .container .menu-item a { color: #fff; margin: unset; margin-bottom: 0.25rem; } } #navbar #uiu-global-nav nav ul.sub-menu .container .menu-item a:hover { color: #994D33; opacity: 1; } #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-feature { width: 40%; display: block; text-align: left; color: #994D33; padding-right: 2rem; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-feature { display: none; } } #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-feature .menu_feature_image { width: 100%; max-width: 350px; } #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-feature .menu_title { margin-top: 1rem; font-weight: 600; font-size: 1rem; text-transform: capitalize; line-height: 1.4; } #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-feature .menu_description { margin-top: 0.5rem; font-size: 0.8rem; line-height: 1.7; text-align: justify; } #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-link-container { width: 60%; padding-left: 2rem; display: grid !important; grid-template-columns: repeat(2, 1fr); height: -moz-fit-content; height: fit-content; } @media (max-width: 1100px) { #navbar #uiu-global-nav nav ul.sub-menu .container .sub-menu-link-container { width: 100% !important; padding-left: 0.75rem; display: block !important; } } #navbar #uiu-global-nav nav .menu .sub-menu.show-mega-menu { display: block !important; } #navbar #uiu-departmental-nav nav { text-align: center; padding: 2px 0 !important; margin: 0 !important; justify-content: center; align-items: center; z-index: 10; transition: 0.5s ease-in-out; background: #2c5d73 !important; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav { display: block !important; text-align: unset; height: unset !important; align-items: unset; border: unset; padding: unset; } } #navbar #uiu-departmental-nav nav #responsive-btn { cursor: pointer !important; } #navbar #uiu-departmental-nav nav .dep-name-res-icon { color: #fff; display: none; justify-content: space-between; align-items: center; width: 100%; padding: 0.1rem 0.75rem; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .dep-name-res-icon { display: flex !important; } } #navbar #uiu-departmental-nav nav .dep-name-res-icon .department { font-size: 0.9rem; font-weight: 500; } #navbar #uiu-departmental-nav nav .dep-name-res-icon .responsive-btn { font-size: 1.8rem; } #navbar #uiu-departmental-nav nav .uiu-departmental-header-menu { width: 100%; } #navbar #uiu-departmental-nav nav .menu { display: flex; align-items: center; justify-content: space-evenly; width: 100%; padding: 0; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu { display: none !important; align-items: start; padding: 1rem 2rem; height: 0px; } } #navbar #uiu-departmental-nav nav .menu .menu-item { padding: 0; padding-bottom: 0.15rem; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .menu-item { display: block; margin-bottom: 1.25rem !important; width: 100%; } } #navbar #uiu-departmental-nav nav .menu a { color: #fff; font-size: 0.8rem; padding: 0.25rem !important; cursor: pointer !important; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu a { width: 100%; border-bottom: 1px solid #3b545e; border-radius: unset !important; padding-left: 0 !important; } } #navbar #uiu-departmental-nav nav .menu > li:after { content: ""; display: block; margin: auto; height: 1px; width: 0px; background: transparent; transition: width 0.3s ease, background-color 0.5s ease; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu > li:after { display: none !important; } } #navbar #uiu-departmental-nav nav .menu > li:hover:after { width: 100%; background: #fff; } #navbar #uiu-departmental-nav nav .menu > li.active:after { width: 100%; background: #fff; } #navbar #uiu-departmental-nav nav .menu .sub-menu { margin-top: unset !important; background: #F1FBFF !important; color: #160c0c; position: fixed; top: 102px; left: 0; right: 0; transition-duration: 0.5s; display: none; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .sub-menu { position: unset; background: transparent !important; box-shadow: unset !important; padding-left: 0.75rem; } } #navbar #uiu-departmental-nav nav .menu .sub-menu .container { padding: 2rem 0; display: flex; justify-content: space-between; gap: 2rem; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .sub-menu .container { -moz-columns: 1; columns: 1; padding: 0.75rem 0.25rem; max-width: unset !important; } } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .menu-item { margin: unset !important; padding: 0 !important; text-align: start; font-size: 0.8rem; display: block; } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .menu-item a { color: #000; margin: 0 !important; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .sub-menu .container .menu-item a { color: #fff; margin: unset; margin-top: 0.25rem; } } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .menu-item a:hover { color: #9addf2; opacity: 1; } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-feature { width: 40%; display: block; text-align: left; color: #2c5d73; padding-right: 2rem; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-feature { display: none; } } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-feature .menu_feature_image { width: 100%; max-width: 350px; } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-feature .menu_title { margin-top: 1rem; font-weight: 600; font-size: 1rem; text-transform: capitalize; line-height: 1.4; } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-feature .menu_description { margin-top: 0.5rem; font-size: 0.8rem; line-height: 1.7; text-align: justify; } #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-link-container { width: 60%; padding-left: 2rem; display: grid !important; grid-template-columns: repeat(2, 1fr); height: -moz-fit-content; height: fit-content; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav nav .menu .sub-menu .container .sub-menu-link-container { margin-top: unset; width: 100% !important; padding-left: unset; display: block !important; } } #navbar #uiu-departmental-nav nav .menu .sub-menu.show-mega-menu { display: block !important; } @media (max-width: 1100px) { #navbar #uiu-departmental-nav.show .dep-name-res-icon { border-bottom: 1px solid #3b545e; } #navbar #uiu-departmental-nav.show .menu { display: block !important; background-color: rgb(19, 33, 39); height: calc(100vh - 88.719px); overflow-y: auto; margin: unset !important; } } #navbar.scroll .logo-close-menu .logo { height: 60px !important; } #navbar.scroll #uiu-global-nav ul.sub-menu { top: 47.5px !important; } #navbar.scroll #uiu-departmental-nav .menu .sub-menu { top: 93px; } #search-close { width: 100px; border-radius: 40px; background-color: #F68B1F; margin-top: 30px; margin-right: 30px; } .overlay-content { overflow: hidden; } .overlay-content label { display: inline-block; } .overlay-content h4 { display: inline-block; margin: 0px 20px; } .overlay-content div a { display: inline-block; text-decoration: underline; } .overlay-content div h6 { display: inline-block; } #top-search { width: 140px; border-radius: 0; height: 30px; } #search-bar { width: 60%; display: inline-block; } #search-button { width: 300px; display: inline-block; border-radius: 30px; margin-left: 20px; background: #485680; } #search-modal { overflow: hidden; } #search-button:hover { background-color: #F68B1F; }/*# sourceMappingURL=navbar-2.css.map */ #banner { position: fixed; top: 0; height: 100vh; width: 100%; margin: 0px !important; padding: 0px !important; background-position: center; background-size: cover; } #search { height: 80px; display: flex; flex-direction: row; background: #160c0c; margin: 0 auto; } #search input { border-radius: 0px; border: none; margin: 10px 0px 10px 30px; max-width: 60%; height: 60px; /* background-color: #ColorThree; */ } .white-bg { width: 100%; padding: 60px 0px; background: #fff; text-align: center; color: #160c0c; } .white-bg h1 { font-size: 100px; font-family: "DM Serif Text", serif; color: #160c0c; } .white-bg p { color: #160c0c; font-family: "Open Sans", sans-serif; font-size: 20px; } .white-bg #us-hero-text { padding-top: 30px; text-align: center; } .white-bg p { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 30px; text-align: center; color: #160c0c; width: 90%; margin: 0 auto; margin-top: 50px; margin-bottom: 30px; } .white-bg h2, .white-bg h1, .white-bg h3 { font-family: "DM Serif Text", serif; font-weight: bold; color: #160c0c; } .white-bg h2 .degree, .white-bg h1 .degree, .white-bg h3 .degree { font-weight: normal; font-size: 12px; } .white-bg h2 { font-family: "DM Serif Text", serif; font-size: 60px; margin: 0px; line-height: 90%; } .white-bg h3 { font-size: 25px; margin: 0px; padding: 0px; line-height: 80%; letter-spacing: 1px; } .white-bg h1 { font-size: 25px; margin: 0px; padding: 50px 5px 10px 5px; line-height: 130%; letter-spacing: 5px; } .white-bg h1 span { color: #F68B1F; font-family: "DM Serif Text", serif; font-weight: bold; } #us-imgs { width: 100%; min-height: 600px; padding-top: 40px; font: "DM Serif Text", serif; justify-content: space-around; gap: 30px; text-align: center; margin: 0px auto; } #us-imgs div { margin: 0px auto; } .img-container { position: relative; overflow: hidden; width: 100%; height: 100%; box-shadow: 4px 4px 4px #333; } .img-container .small { width: 300px; height: 300px; } #us-imgs img { filter: grayscale(20%); height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; transition-duration: 1s; } #us-imgs img:hover { scale: 1.2; filter: contrast(120%) grayscale(0%); } .img-container:hover .overlay { height: 200px; } #us-imgs > div { background: #fff; max-width: 600px; } #us-imgs > div > div { font-family: "Open Sans", sans-serif; font-size: 18px; line-height: 100%; text-align: left; } #us-imgs > div > div p { margin-top: 20px; font-family: "DM Serif Text", serif; font-weight: normal; font-size: 12px; letter-spacing: 2px; line-height: 110%; color: #fff; } #us-imgs > div > div h2 { margin-top: 10px; margin-bottom: 10px; font-family: "DM Serif Text", serif; text-transform: uppercase; color: #160c0c; font-size: 20px; text-align: left; } #us-imgs > div > div p { color: #000; font-size: 16px; font-weight: normal; font-family: "Open Sans", sans-serif; text-align: left; letter-spacing: normal; margin: 5px !important; padding: 0px !important; line-height: 1.4rem; } #us-imgs > div > div a { color: #F68B1F; font-weight: normal; text-transform: uppercase; font-size: 14px; text-align: left; margin-top: 20px; margin-bottom: 40px; margin-left: 5px; } #us-imgs > div > div a:hover { color: #F68B1F; } .img-cont { overflow: hidden; text-align: center; height: 300px; border-radius: 10px; } .img-cont img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } #research-pointers { margin: 60px 0px; padding: 50px 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; } #research-pointers p { margin: 20px 0px; } #dept-notices { background-image: url("../img/campus_07.jpg"); text-align: center; } #dept-notices h1 { font-family: "DM Serif Text", serif; letter-spacing: 3px; } #dept-notices p { font-size: 16px; } .mid-roll { min-height: 600px; width: 100%; background-size: cover; background-position: center; background-attachment: fixed; padding: 0; } .bg-tint { width: 100%; height: 100%; min-height: 600px; background-color: rgba(17, 2, 32, 0.8196078431); } .bg-tint .container { min-height: 800px; display: flex; flex-direction: column; justify-content: center; gap: 30px; margin: 0 auto; padding: 50px 30px 20px 30px; } .bg-tint .container h2 { font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 30px; letter-spacing: 2px; margin-bottom: 50px; line-height: 100%; } .bg-tint .container p { margin: 0px auto; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: normal; letter-spacing: 2px; margin-bottom: 35px; color: #fff; } .bg-tint .container .img-cont { height: 350px; max-width: 400px; overflow: hidden; border: 2px solid #fff; margin-bottom: 30px; } .bg-tint .container .img-cont img { transition-duration: 0.5s; } .bg-tint .container .img-cont img:hover { scale: 1.1; } .news-big-img-holder { border-radius: 10px; height: 400px; overflow: hidden; width: auto; filter: brightness(40%); transition-duration: 0.6s; box-shadow: 3px 3px 15px rgba(51, 51, 51, 0.2549019608); } .news-big-img-holder img { height: 400px; width: 100%; } .news-big-img-holder:hover { filter: brightness(70%); } .news-big-img-text { text-align: left; left: 20px; position: absolute; bottom: 0; } .news-big-img-text h4 { color: #fff; font-size: 14px; margin: 0px !important; padding: 0px; z-index: 2; } .news-big-img-text h4 a { text-decoration: none; color: #fff; } .news-big-img-text h5 { font-size: 12px; margin: 0px; padding: 0px; } .news-big-img-text a p { font-size: 16px; color: #fff; text-align: left; margin: 10px 0px; padding: 0px; line-height: 18px; } .news-small-img { border-radius: 10px; padding: 10px; background-color: #fff; box-shadow: 3px 3px 15px rgba(51, 51, 51, 0.3882352941); margin-bottom: 20px; max-height: 400px; } .news-sm-img-holder { height: 260px; overflow: hidden; filter: brightness(70%); transition-duration: 0.6s; } .news-sm-img-holder img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .news-sm-img-holder:hover { filter: brightness(90%); } .news-sm-img-text { text-align: left; margin-left: 20px; } .news-sm-img-text h4 { color: #000; font-size: 14px; margin: 0px !important; padding: 0px; z-index: 10; } .news-sm-img-text h4 a { text-decoration: none; color: #000; } .news-sm-img-text h5 { color: #000; font-size: 12px; margin: 5px 0px; padding: 0px; } .news-sm-img-text a p { font-size: 16px; color: #000; text-align: left; margin: 10px 0px; padding: 0px; line-height: 18px; } #success { padding-bottom: 60px; } #success > .grid > div { background: #160c0c; border: 2px solid #2F4858; text-align: center; } #success > .grid > div img { height: 400px; width: auto; -o-object-fit: cover; object-fit: cover; } #success > .grid > div p { color: #fff; letter-spacing: 1px; text-align: left; font-weight: normal; font-size: 16px; min-height: 100px; margin-top: 10px; } #success > .grid > div h2 { font-family: "DM Serif Text", serif; font-size: 40px; color: #fff; padding-top: 30px; padding-bottom: 10px; margin-bottom: 10px; } #events { min-height: 800px; text-align: center; background-image: url("../img/campus_01.jpg"); } #events .bg-tint { min-height: 800px; padding: 50px 0px; background: rgba(81, 75, 88, 0.4784313725); } .event-holder { border-radius: 20px; min-height: 500px; background: #fff; } .event-holder .event-date { position: relative; margin-left: 20px; margin-top: -35px; height: 70px; width: 70px; background-color: #0b1419; display: flex; flex-direction: column; justify-content: center; } .event-holder .event-date h3 { margin: 0px auto; text-align: center; color: #fff; font-size: 20px; line-height: 22px; font-family: "DM Serif Text", serif; font-weight: bolder; } .event-holder .event-details { text-align: left; margin: 10px; } .event-holder .event-details h2 { color: #000; font-size: 22px; font-weight: bolder; margin: 0px auto; text-transform: uppercase; } .event-holder .event-details h3 { color: rgba(0, 0, 0, 0.6039215686); font-size: 16px; margin: 10px 0px; } .event-img-holder { height: 300px; overflow: hidden; background: #333; } .event-img-holder img { height: 300px; width: 100%; -o-object-fit: cover; object-fit: cover; transition-duration: 0.6s; } .event-img-holder img:hover { scale: 1.05; } #stats > div > div > div { padding: 20px 0px; text-align: center; margin: 20px auto; padding-right: 20px; color: #fff; border-right: 1px solid #fff; } #stats > div > div > div h1 { color: #fff; margin-bottom: 20px; } #stats > div > div > div:last-child { border-right: none; } #admissions { padding: 50px 0px 0px 0px !important; } #admissions img { height: 400px; -o-object-fit: cover; object-fit: cover; } #admissions p { font-family: "Open Sans", sans-serif; font-size: 20px; text-align: center; color: #160c0c; width: 90%; margin: 0 auto; margin-top: 50px; margin-bottom: 30px; } #testimonial-text { background: #2F4858; height: 150px; max-width: 450px; text-align: center; position: relative; top: -75px; margin: 0 auto; padding-top: 10px; box-shadow: 2px 2px 6px #333; } #testimonial-text blockquote { padding: 5px 0px; margin: 0px 20px; color: white; font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 14px; } #stu_id { padding: 10px 30px; } #stu_id h2 { padding: 5px; font-size: 20px; color: #fff; margin: 0px 0px; font-weight: normal; text-decoration: none; text-align: right; } #stu_id h3 { font-size: 18px; color: white; margin: 0px auto; text-align: center; font-weight: lighter; text-align: right; } .research-block { padding-block: 20px; } #research > div > div > div > div.research-img { height: 300px; width: 100%; overflow: hidden; border: 1px solid #F68B1F; border-bottom: 10px solid #F68B1F; } #research > div > div > div > div.research-img > img { transition-duration: 0.5s; height: 300px; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; margin: 0px; padding: 0px; } #research > div > div > div > div.research-img > img:hover { scale: 1.2; } #research > div > div > div > div.research-text > h2 { font-family: "DM Serif Text", serif; font-size: 20px; font-weight: normal; color: #160c0c; padding: 10px 5px; margin: 10px 0px; text-align: center; } .research-text { text-align: left; } .research-text p { text-align: left; font-size: 18px; margin: 5px 0px; padding: 5px 5px; } .research-text a { color: #333; text-decoration: underline; } .research-text a:hover { color: #2F4858; } .research-text h2 { font-family: "Open Sans", sans-serif; font-size: 18px; color: #fff !important; background: #160c0c; } #testimonial-block > h1 { padding: 0px; margin: 10px 0px; font-size: 35px; letter-spacing: 3px; } #testimonial-block > h1 > a { font-family: "DM Serif Text", serif; color: #fff; padding: 0px; } #campus-banner { height: 500px; width: 100%; background: url("../img/campus_02.jpg") no-repeat; background-size: cover; background-position: center; } #campus-life > h3 { color: #160c0c; font-size: 20px; letter-spacing: 1px; box-shadow: none; font-family: "DM Serif Text", serif; margin: 30px auto; } #campus-life { padding-bottom: 30px !important; min-height: 500px; } #us-imgs > div > div > h2 { text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size: 24px; font-weight: 900; padding: 10px 5px; text-align: left; color: #000; text-shadow: none; } #socials h1 { color: #160c0c; margin: 0px auto; text-align: center; } #socials ul { margin-bottom: 0px; } #socials ul > li { display: inline; } #socials ul > li > a > img { width: 60px; margin-right: 10px; } footer { position: relative; z-index: 30 !important; } #footer1 { z-index: 10; height: 400px; background: url("../img/footer2.png") no-repeat; background-size: cover; background-position: top; } footer.container-fluid { border-top: 10px solid #C85688; overflow: hidden; text-align: left; margin: 0px; padding: 0px !important; background: #160c0c; min-height: 350px; } footer.container-fluid h3 { margin: 10px auto; margin: 30px 0px; font-family: "Open Sans", sans-serif; font-size: 20px; color: #fff; font-weight: normal; text-decoration: underline; } footer.container-fluid ul { padding: 0px; } footer.container-fluid ul > li { list-style: none; margin: 0px; padding: 0px; line-height: 110%; } footer.container-fluid ul > li a { text-decoration: none; color: #fff; font-size: 14px; font-weight: normal; font-family: "Open Sans", sans-serif; } footer.container-fluid ul > li a:hover { color: #F68B1F; text-decoration: underline; } #fine-print { text-align: center; margin: 10px auto; height: 50px; border-top: 1px solid #F68B1F; } #fine-print p { font-size: 12px; display: inline-flex; } #fine-print ul { display: inline; } #fine-print ul > li { display: inline; padding: 10px; font-size: 12px; letter-spacing: 1px; } #menu-bars { display: none; margin: 0px auto; padding-top: 13px; font-size: 45px; } #myNav > div > div > a { margin: 0 auto; } .accredition { min-height: 100px; } .accredition #accredition-img { height: 100px; width: auto; -o-object-fit: contain; object-fit: contain; margin: 50px 0px; } #accr h2 { padding: 30px 0px 0px 0px; font-size: 40px; } @media (max-width: 1100px) { #first-nav > ul { position: relative; width: 100%; left: 0px; } #first-nav > ul > img { width: 350px; -o-object-fit: contain; object-fit: contain; margin-right: auto; transition-duration: 0.5s; } #first-nav > ul > li { display: none; } #first-nav > ul > li:last-child { display: inline-block; margin-right: auto; width: 40px; } #top-search { display: none; } #menu-bars { display: inline-block; } .banner-overlay { margin: 0 auto; } .banner-overlay h1 { text-align: center; width: 300px !important; font-size: 30px !important; margin: 0px auto; } } @media (max-width: 576px) { #first-nav > ul > img { width: 170px; } #search > button.filled { display: none; } body > main > section:nth-child(2) > div > h1 { font-size: 60px; } #video-text > h1 { margin-top: 30%; font-size: 50px; } #cta { display: flex; flex-direction: column; } #cta > button:nth-child(2) { display: none; } #success > h1 { font-size: 40px; } .event-details { margin: 10px !important; padding: 0px !important; } #events > div > div > div.event-content > h2 { font-size: 12px; } #events > div > div > div.event-content > h2 { font-size: 10px; } #events > div > div > div.event-content { width: 100%; } #events > div > h1 { font-size: 25px; } #campus-life > h1 { font-size: 60px; } .white-bg h1 { font-size: 40px !important; } .white-bg h2 { font-size: 30px; } #second-nav { display: none; } .banner-overlay { margin: 0 auto; } .banner-overlay h1 { text-align: center; width: 300px !important; font-size: 30px !important; margin: 0px auto; } .banner-slider-button { display: none; } } .slider-single-div { width: 100%; height: 100%; } .banner-slider { z-index: -6; width: 100vw; height: 100vh; position: relative; } .banner-slider ul { margin: 0; padding: 0; list-style: none; } .slide { position: absolute; inset: 0; opacity: 0; transition: 200ms opacity ease-in-out; transition-delay: 600ms; } .slide img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .slide[data-active] { opacity: 1; z-index: 1; transition-delay: 0ms; } .banner-slider-button { position: absolute; z-index: 3; background: none; border: none; font-size: 8rem; top: 50%; transform: translateY(-50%); color: rgba(255, 255, 255, 0.7058823529); cursor: pointer; border-radius: 0.25rem; padding: 0 0.5rem; outline: none; } .banner-slider-button:hover, .banner-slider-button:focus { color: white; background-color: transparent; border: none; outline: none; } .banner-slider-button:focus { border: none; outline: none; } .banner-slider-button.prev { left: 1rem; } .banner-slider-button.next { right: 1rem; } button:focus { border: none !important; outline: none !important; box-shadow: none !important; } .banner-overlay { position: absolute; top: 0; z-index: 5; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.5607843137) !important; display: flex; flex-direction: column; justify-content: center; align-items: center; } .banner-overlay h1, .banner-overlay h2, .banner-overlay h3, .banner-overlay h4 { text-align: center; font-family: "Open Sans", sans-serif; font-weight: 400 !important; } .banner-overlay h1 { font-size: 50px !important; margin-bottom: 100px !important; } @media screen and (max-width: 1100px) { .banner-overlay h1 { font-size: 40px !important; } } .banner-overlay h3 { font-size: 20px !important; } .banner-overlay h4 { margin-top: 100px; margin-bottom: 100px !important; } .program { margin: 80px auto; } .program div { border-radius: 10px; margin: 40px auto; } .program div h2 { letter-spacing: 3px; font-size: 30px; } .program div p { color: #464646; } .img-cont-2 { overflow: hidden; text-align: center; height: 400px; margin: 0px 50px; border: none; } @media (max-width: 990px) { .img-cont-2 { margin: 40px 0px; } } .img-cont-2 img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; transition-duration: 0.5s; } .img-cont-2 img:hover { scale: 1.05; } .program-details p { margin: 20px auto; line-height: 24px; font-size: 16px; color: #000; } .program-details a { font-size: 14px; text-transform: uppercase; color: #F68B1F; } .notice-main { max-width: 1000px; margin: 30px auto; } .notice-main button { background-color: #F68B1F; } .notice-main button:hover { background: #160c0c; } .notice-main a:hover { text-decoration: none; } .notice-main a:hover h4 { text-decoration: underline; } .notice-main .notice-container { padding: 20px !important; border: 1px solid rgba(255, 255, 255, 0.431372549); position: relative; width: 100%; padding: 5px 20px; display: flex; flex-direction: row; height: 150px; overflow: hidden; } .notice-main .notice-container .event-date { background: #F68B1F; width: 80px; display: inline-block; margin: 0px 20px; } .notice-main .notice-container .event-date h3 { font-weight: 200; margin: 0px; padding: 0px; } .notice-main .notice-container h6 { text-align: left; margin: 0px auto; } .notice-main .notice-container h4 { text-align: left; margin: 0px auto; color: #F68B1F; } .notice-main .notice-container .subtitle { left: 0px; font-size: 12px; text-align: left; } .notice-main .notice-container p { font-size: 14px !important; text-align: left; padding: 0px; margin: 0px; } .notice-main .notice-container:hover { text-decoration: none; } @media (max-width: 600px) { .notice-main { max-width: 100%; } } .profile-carousel { text-align: center; margin: 10px auto; height: 350px; width: 100%; white-space: nowrap; position: absolute; left: 0; transition: 1.5s; } .car-img-holder { margin: 20px auto; width: 250px; height: 250px; overflow: hidden; border-radius: 10px; } .car-img-holder img { width: 100%; height: 100%; -o-object-position: center; object-position: center; -o-object-fit: cover; object-fit: cover; } .car-item { margin: 10px 10px; padding: 10px; width: 320px; display: inline-block; border-radius: 10px; box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.4823529412); } .car-item-holder .faculty-details { min-height: 70px; width: 300px; overflow: hidden; overflow-wrap: break-word; } .car-item-holder .faculty-details h2 { position: relative; margin: 20px 0px 0px 0px; font-family: "Open Sans", sans-serif; font-size: 18px; margin: 10px 0px; min-height: 30px; color: #000; overflow-wrap: break-word; } .car-item-holder .faculty-details h2 .degree { font-weight: normal; font-size: 12px; } .car-item-holder .faculty-details h4 { font-family: "Open Sans", sans-serif; font-size: 12px; margin: 5px 0px; color: #000; overflow-wrap: break-word; } .car-item-holder .faculty-details h3 { font-family: "Open Sans", sans-serif; font-size: 12px; letter-spacing: 1px; color: #000; overflow-wrap: break-word; margin-bottom: 10px !important; } .car-item-holder .faculty-details button { max-width: 250px !important; margin: 10px auto; margin-bottom: 0px; } .car-control { width: 5px; display: inline-block; margin: 10px; } #prev-car { transform: rotate(180deg); } .car { position: relative; min-height: 650px; overflow: hidden; } .car-buttons { width: 100%; display: flex; flex-direction: row; justify-content: space-between; position: absolute; top: 20%; transform: translateY(50%); z-index: 1000; } .banner-overlay { background-color: rgba(0, 0, 0, 0.2); } .student-stories h2 { font-size: 18px !important; text-transform: capitalize !important; margin-bottom: 0 !important; } .student-stories h5 { color: #f68b1f !important; font-size: 14px !important; padding: 0 5px; margin-bottom: 20px; } #faculty-carousel .car-item { padding: 0; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; } #faculty-carousel .car-img-holder { width: auto; height: 300px; margin: 0; margin-bottom: 20px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } #faculty-carousel .car-img-holder img { border-radius: 0; -o-object-position: top; object-position: top; } #faculty-carousel .faculty-details { padding: 0 10px 10px; width: 100%; } #faculty-carousel .faculty-details h2 { margin-bottom: 5px; } #faculty-carousel .faculty-details h3 { letter-spacing: 0px; font-weight: 700; color: brown !important; font-size: 14px !important; } #research-pointers { border-bottom: none !important; margin-bottom: -30px !important; }/*# sourceMappingURL=style-cse.css.map */ /* The Overlay (background) */ .overlay { /* Height & width depends on how you want to reveal the overlay (see JS below) */ height: 0%; width: 100%; position: fixed; /* Stay in place */ z-index: 1100; /* Sit on top */ left: 0; top: 0; background-color: rgb(0,0,0); /* Black fallback color */ background-color: rgba(0,0,0, 0.9); /* Black w/opacity */ overflow-x: hidden; /* Disable horizontal scroll */ transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ } /* Position the content inside the overlay */ .overlay-content { position: relative; height: 100%; top: 25%; /* 25% from the top */ width: 100%; /* 100% width */ text-align: center; /* Centered text/links */ margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */ } /* The navigation links inside the overlay */ .overlay a { padding: 8px; text-decoration: none; font-size: 18px; color: white; display: block; /* Display block instead of inline */ transition: 0.3s; /* Transition effects on hover (color) */ } .overlay h1 { color: white; font-size: 20px; font-weight: lighter; margin-bottom: 10px; text-decoration: underline; } /* When you mouse over the navigation links, change their color */ .overlay a:hover, .overlay a:focus { color: #f1f1f1; } /* Position the close button (top right corner) */ .overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; } /* custom by rousnay */ .banner-overlay h1, .banner-overlay h3, .banner-overlay h4 { color: #edf0f3; } .container.full-width { padding: 0!important; } header.entry-header { display: none!important; } .static-banner .static-banner-overlay { top: 0; } .desc-block p { margin-left: 0!important; } .article-cover-image { margin-bottom: 45px; } .article-cover-image img{ width: 100%; } .article { margin-bottom: 45px; } hr { height: 0; border: 0; border-top: 1px solid #1f2d38; color: inherit; } body.archive aside#secondary{ display: none; } .no-post-found { margin: auto; } .portfolio-item { border-bottom: 1px solid #999; } .portfolio-title { clear: none; } .portfolio-logo { outline: 2px solid #ebebeb; } .profile-header-text h2 { margin: 5px 0px 10px!important; } .profile-header-text .contact-dets { margin-top: 0px !important; margin-right: 10px !important; } .paper-details .paper-tags .tag { margin: 2px; display: inline-block; } .parent-grid { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 60px; } .grid-sub-item { width: 30% !important; margin: 30px 0 0 10px !important; } #all-faculties .faculty-stub { display: flex; padding: 0 !important; } .archive #all-faculties .stub-img-holder{ border-radius: 0!important; } #all-faculties .faculty-link { width: 65%; padding: 0px 10px; } #all-faculties .faculty-link:hover { background-color: rgba(241, 136, 0, 0.15); text-decoration: none; } #all-faculties .archive-faculty-details { height: unset!important; padding: 0!important; } #all-events h3 { height: unset !important; } @media screen and (max-width: 991px){ .parent-grid { justify-content: space-around; } .grid-sub-item { width: 40% !important; } } @media screen and (max-width: 575px){ .grid-sub-item { width: 90% !important; margin-left: auto!important; margin-right: auto!important; } } /* Pickers Styling--------------------------------- */ .pickers{ position: fixed; right: 0px; z-index: 1000; top: 300px; width: 50px; display: flex; flex-direction: column; justify-content: center; } /* home page */ #faculty-carousel .car-img-holder { margin-bottom: 0!important; } #faculty-carousel .faculty-details { padding-top: 20px!important; } #faculty-carousel .faculty-details:hover { background-color: rgba(241, 136, 0, 0.15); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #faculty-carousel .faculty-details h3 { white-space: pre-wrap!important; } #faculty-carousel a.faculty-name { text-decoration: none; } .event-holder .event-date { position: relative; margin-left: 0px!important; margin-top: -25px; height: 50px; width: fit-content; padding: 0 20px; /* border-top-right-radius: 5px; border-bottom-right-radius: 5px; */ } section#dept-notices h1, section#events h1, section#dept-notices .subtitle { color: white; } .news-row { display: flex; flex-wrap: wrap; gap: 25px; justify-content: space-between; } .news-big-img { width: calc(50% - 25px); position: relative; } .news-small-img { margin-bottom: 0!important; max-height:unset!important; width: calc(25% - 25px); } span.degree { font-weight: normal; font-size: 0.75em; font-style: italic; font-family: inherit; } #archive-hero { padding: 2rem 0 4rem; background: #f3f0ec; } #archive-hero .content { display: flex; align-items: start; } #archive-hero .content .left-content { padding: 1rem; padding-left: 0 !important; flex: 1; } #archive-hero .content .left-content .main-title { font-size: 2.2rem; font-weight: 500; color: #000000; } #archive-hero .content .left-content .short-details { margin-top: 1.5rem; font-size: 1.1rem; font-weight: 400; } #archive-hero .content .left-content .links { margin-top: 2rem; display: flex; gap: 1.8rem; } #archive-hero .content .left-content .links a { height: 1.3rem; } #archive-hero .content .left-content .links a:hover { transform: scale(1.1); opacity: 1 !important; } #archive-hero .content .left-content .links a img { height: 100%; } #archive-hero .content .right-content { padding: 0 0 1rem 2rem !important; flex: 1; align-self: end; } #archive-hero .content .right-content img { width: 100%; }