@charset "UTF-8";
/*!
Theme Name: ox-graduate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aerc-events
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you have learned.

ncba-ig is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
@import "./responsiveness.css";
html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: regular !important; /* Light weight */
  line-height: 1.7;
  color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: regular !important;
}

body::-webkit-scrollbar {
  width: 0.6em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #F26532;
}

body::-webkit-scrollbar-thumb {
  background-color: #042d45;
}

.width-80 {
  width: 80%;
  margin: auto;
}

::-moz-selection {
  background: #F26532 !important;
  color: white;
}

::selection {
  background: #F26532 !important;
  color: white;
}

p {
  margin-bottom: 20px;
}

table {
  color: #676767 !important;
}
table td {
  padding: 10px 20px !important;
}

.back-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 20;
  width: 50px;
  height: 50px;
  background: #F26532;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  transition-duration: 300ms;
  color: #fff !important;
  cursor: pointer;
}
.back-top:hover {
  opacity: 1;
  color: #042d45;
}
.back-top.show {
  opacity: 1;
}

.scroll-down {
  cursor: pointer;
}
.scroll-down span {
  position: absolute;
  bottom: 3%;
  left: 49.8%;
  width: 46px;
  height: 75px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 50;
}
.scroll-down span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f103";
  top: 3px;
  left: 16px;
  margin-left: -3px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.8);
  animation: sdb10 1s infinite;
  box-sizing: border-box;
}
.scroll-down.colored span {
  background: #d4f9dd;
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 30s linear infinite;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.box {
  position: absolute;
  top: 73%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #F26532;
  border-right: 2px solid #F26532;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.top-line h2::before {
  content: "";
  display: block;
  width: 60px;
  border-top: 3px solid #F26532;
  position: absolute;
  left: 30%;
  top: -10px;
}

.you-line h2::before {
  content: "";
  display: block;
  width: 60px;
  border-top: 3px solid #F26532;
  position: absolute;
  left: 40%;
  top: -10px;
}

.asses-line h2::before {
  content: "";
  display: block;
  width: 60px;
  border-top: 3px solid #F26532;
  position: absolute;
  left: 16%;
  top: -10px;
}

.main-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  padding: 10px 0px;
  border-bottom: 10px solid #F26532;
}
.main-menu .navbar .navbar-brand {
  width: 120px;
  height: auto;
  position: relative;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
.main-menu .navbar .navbar-nav .nav-item {
  padding: 10px;
  position: relative;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
}
.main-menu .navbar .navbar-nav .nav-item:after {
  width: 0%;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-nav .nav-item.active .nav-link {
  color: #F26532;
}

.full-height {
  height: 100vh;
}

.submit-cont h3 {
  font-weight: 900 !important;
}

.section {
  display: block;
  padding: 80px 0px;
}

.about {
  background-color: #e7e5e2;
  color: #000;
}

.department {
  width: 100%;
  height: auto;
  background-color: #F5F7F8;
}

.dept-80 {
  width: 50%;
  margin: auto;
}

.landing {
  background-image: url("images/pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.landing .grad-box {
  position: absolute;
  top: 15%;
  left: 16%;
  width: 30%;
  height: auto;
  background: #FFE8D4;
  padding: 55px 35px;
}
.landing .grad-box img {
  width: 100%;
  height: auto;
}
.landing .grad-box .date {
  font-size: 18px;
  font-weight: 600;
}

.apply-bx {
  width: 60%;
}
.apply-bx h3 {
  font-weight: 500;
}

.focus-areas {
  background-image: url("images/pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
}

.expect h3 {
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  background-color: #FFE8D4 !important;
}

.c1 {
  background-color: #FFF5ED;
}
.c1:hover {
  background-color: rgba(255, 245, 237, 0.6);
  cursor: pointer;
}

.c2 {
  background-color: #FFE8D4;
}
.c2:hover {
  background-color: rgba(255, 232, 212, 0.65);
  cursor: pointer;
}

.c3 {
  background-color: #FFCDA8;
}
.c3:hover {
  background-color: rgba(255, 205, 168, 0.65);
  cursor: pointer;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}
.timeline .timeline-item {
  background-color: #EEEFF1;
  position: relative;
  padding: 20px 30px 20px 20px;
  border-radius: 8px;
}
.timeline .timeline-item:hover {
  background-color: rgba(238, 239, 241, 0.7);
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
  background-color: #F26532;
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
.timeline .timeline-item::before {
  position: absolute;
  top: 5px;
  left: -1%;
  font-size: 30px;
  font-family: "FontAwesome";
  color: #EEEFF1;
  content: "\f0d9"; /* ← Font Awesome left arrow */
}

.candidate-bx {
  width: 80%;
  margin: auto;
}

.primarybtn {
  background-color: #F26532;
  border-color: #F26532;
  padding: 6px 40px;
}
.primarybtn:hover {
  background-color: rgb(226.628440367, 70.752293578, 14.371559633);
  border-color: rgb(226.628440367, 70.752293578, 14.371559633);
}

.sec-banner {
  width: 100%;
  height: auto;
}
.sec-banner img {
  width: 100%;
  height: auto;
}

.footer {
  background-image: url("images/bg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  list-style-type: none;
}
.footer a {
  text-decoration: none;
}

.sec-banner {
  width: 100%;
  height: auto;
}
.sec-banner img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */