html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #838383;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
    color: black;
}

.navbar-nav .nav-link {
	margin-right:30px;
	position:relative;
	top:20px;
	font-family:inherit;
	font-size:15px;
	font-weight:bold;
}

.navbar-nav .nav-link:hover {
	color:#fac10d;
}

#logo {
    width: 60%;
}

a#applynw {
    background-color: #eebf04;
    color: white;
    position: relative;
    top: 20px;
    border-radius: 100px;
}

.carousel .carousel-item {
	height:450px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 450px;
}

#pad {
	padding-bottom:40px;
	padding-top:40px;
}

.tems:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  background-image: linear-gradient(357deg, #000000 40%, #000000 100%);
}

#bg1 {
    background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/graduation.jpg);
	padding: 60px;
    background-size: cover;
    background-position: center;
    color: white;
	background-attachment:fixed;
	border-bottom: 2px solid #eebf04;
	border-top: 2px solid #eebf04;
}

#bg2 {
    background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/print.webp);
	padding: 60px;
    background-size: cover;
    background-position: center;
    color: white;
	background-attachment:fixed;
	border-bottom: 2px solid #eebf04;
}

#bg3 {
    background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/usethese/IMG-20260413-WA0005.jpg);
	padding: 60px;
    background-size: cover;
    background-position: center;
    color: white;
	background-attachment:fixed;
	border-bottom: 2px solid #eebf04;
}

#bg1 h1 {
    font-family: inherit;
    font-size: 28px;
}

#bg2 h1 {
    font-family: inherit;
    font-size: 28px;
}

#bg3 h1 {
    font-family: inherit;
    font-size: 28px;
}

a#actionbtns {
    background-color: #eebf04;
    color: white;
}

#textovercaro {
    position: absolute;
    bottom: 190px;
    z-index: 1;
    color: white;
    margin: auto;
    right: 0;
    left: 0;
    width: 60%;
    /* font-size: 103px; */
}

#textovercaro h1 {
	font-family:inherit;
	font-weight:bold;
}

#uniq {
	background-color:#012148;
}

#whyed {
    width: 50%;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    color: white;
    background-color: #00000047;
}

#whyed h2 {
	font-family:inherit;
}

#whylist li {
	padding-bottom:10px;
}

footer {
    background-color: #012148;
    color: #ffffff75;
	border-top: 2px solid #eebf04;
}

footer h3 {
	font-family:inherit;
	color:white;
	margin-bottom:10px;
}

#footer_list li {
	padding-bottom:10px;
}

#footer_list_socs li {
	display:inline-block;
	padding-right:10px;
}

.faa {
    background-color: #eebf04;
    padding: 15px;
    color: white;
}

#tm {
    font-size: 12px;
}

#partnersbg {
	background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/partners.webp);
    background-size: cover;
    background-position: center;
    color: white;
	border-bottom: 2px solid #eebf04;
	background-attachment:fixed;
}

#partnersbg h2 {
	color:white;
	font-family:inherit;
}

#part_imgs {
    width: auto;
    height: 80px;
}

#partners_list li {
	display:inline-block;
	padding-right:10px;
}

a#actionbtns2 {
    background-color: #012148;
    color: white;
}

#navarea {
    position: sticky;
    top: 0px;
    z-index: 23;
    background-color: white;
}

#oppt {
	background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/oppt.webp);
    background-size: cover;
    background-position: center;
    color: white;
	border-bottom: 2px solid #eebf04;
	background-attachment:fixed;
}

#owl_brand {
    height: 397px;
    width: 100%;
    object-fit: cover;
}

#cntoda {
    padding: 20px;
}

#imgfounder {
    width: 23%;
    border-radius: 100%;
    object-fit: contain;
    height: 130px;
}






@media screen and (max-width: 990px) {
.navbar-nav .nav-link {
	color: white !important;
    margin-right: 0;
    position: relative;
    top: 75px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #012148;
    padding: 10px;
    margin: 1px;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: 30px;
   background-color: #eebf04;
   color: white;
   border:none;
}

#logo {
    width: 90%;
}

a#applynw {
    background-color: #eebf04;
    color: white;
    position: relative;
    top: 80px;
    border-radius: 100px;
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 300px;
}

#textovercaro {
    position: absolute;
    bottom: 270px;
    z-index: 1;
    color: white;
    margin: auto;
    right: 0;
    left: 0;
    width: 65%;
}

#whyed {
    width: 80%;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    color: white;
    background-color: #00000047;
}

#owl_brand {
    height: 464px;
    width: 100%;
    object-fit: cover;
}
}

@media screen and (max-width: 767px) {
#whyed {
    background-color: #012148;
    width: auto;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    color: white;
}

.navbar-nav .nav-link {
	color: white !important;
    margin-right: 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #012148;
    padding: 10px;
    margin: 1px;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -55px;
   background-color: #eebf04;
   color: white;
   border:none;
}

#logo {
    width: 20%;
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 300px;
}

#textovercaro {
        position: absolute;
        bottom: 400px;
        z-index: 1;
        color: white;
        margin: auto;
        right: 0;
        left: 0;
        width: 90%;
}

#textovercaro h1 {
	font-family:inherit;
	font-weight:bold;
	font-size:24px;
}

a#applynw {
    background-color: #eebf04;
    color: white;
    position: relative;
    top: 0;
    border-radius: 100px;
}

#bg1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

#bg2 {
    padding: 0;
	padding-bottom:50px;
	padding-top:50px;
}

#bg3 {
    padding: 0;
	padding-bottom:50px;
	padding-top:50px;
}

#owl_brand {
        height: 250px;
        width: 100%;
        object-fit: cover;
}

#navarea {
    position: relative;
    top: 0px;
    z-index: 23;
    background-color: white;
}

#imgfounder {
    width: 32%;
    border-radius: 100%;
    object-fit: contain;
    height: 130px;
}

}