*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
body,html{
    color: #090909;
	background: #ffffff;
	margin: 0;
    padding: 0;
	overflow-x: hidden;
    scroll-behavior: smooth;
}

#openNav {
  width: 35px;
  height: 35px;
  top: 5vh;
  right: 5%;
  border: none;
  outline: none;
  background-color: #00fff0;
  color: #000000;
  cursor: pointer;
  padding: auto;
  border-radius: 50%;
  font-size: 25px;
  z-index: 99;
}

#goToHome {
  display: none;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 15px;
  right: 15px;
  border: none;
  outline: none;
  background-color: #00fff0;
  color: #000000;
  cursor: pointer;
  padding: auto;
  border-radius: 50%;
  font-size: 25px;
  z-index: 99;
}
#goToHome:hover {
  background-color: #00fff0;
  color: #262626;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #262626;
  overflow-x: hidden;
  transition: 1s;
  padding-top: 60px;
  overflow-y: scroll;
  scrollbar-width: none;
  
}
.sidenav>a {
	width: 300px;
}

.sidenav a {
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  transition: 0.1s;
}
.sidenav a:hover {
  color: #ababab;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
}
 .sidenav-subjects {
		width: 150px;
        height: 30px;
       color: #ffffff;
        background: #101010;
        margin: 3px 0 10px 140px;
        font-size: 70%;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
    }	
	.sidenav-contacts {
		width: 175px;
        height: 25px;
        color: #ababab;
        background: transparent;
        margin: 5px 0 5px 110px;
        font-size: 70%;
        text-align: right;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
    }
	.sidenav-lines{
		border: 1px solid #101010;
	}
	
	.subsidiary {
		width: 300px;
        height: auto;
		margin: 3vh 0;
	}
	.subsidiary-logo {
		width: 300px;
        height: auto;
        background: #101010;
	}
	
	.subsidiary-logo img {
		padding: 0 24px 0 0;
	}


@media only screen and (min-width: 1024px) {
	.tablet ,.mobile ,.small-screens{
	display: none;
}
#over{
	    background: rgba(0,0,0,0.8);
		height: auto;
}
#landing{
    width: 100%;
    height: 70vh;
}
#header{
    height: 20vh;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo{
    height: auto;
    width: 150px;
    margin-top: 5vh;
	margin-right: 40px;
}

#header ul{
   margin-top: 5vh;
}

#header ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}

#header ul li a {
    color: #ababab;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#header ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #00fff0;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li a:hover {
    color: #00fff0;
}

#header ul li a:hover::after {
    width: 100%;
}

.user{ 
    display: inline-block;
    list-style: none;
    margin: 10px 0;
}

.login{
    margin-top: 5vh;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    background: #090909;
    color: #00fff0;
}
.register{
    margin-top: 5vh;
     width: 150px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #00fff0;
   background: #090909;
    color: #00fff0;
	 cursor: pointer;
}

.register:hover{
    color: #090909;
	 background: #00fff0;
}

.background{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}



@keyframes breath {
    0%   { background-size: 100% 100vh; }
    50% { background-size: 125% 125vh; }
    100% { background-size: 100% 100vh; }
  }

.background #hero{
    height: 50vh;
    color: #ffffff;
    display: block;
    padding: 13vh 5% 0 5%;
}

#hero h1{
    font-size: 45px;
}

span{
    color: #00fff0;
}
.span{
    color: #cc5500;
}

.span-2{
    color: #008080;
}

#hero p{
	width: 50%;
    font-size: 14px;
    margin-top: 2vh;
	color: #ababab;
}

#load-1{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.5s;
	transition-duration: 0.75s;
}
#load-2{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.65s;
	transition-duration: 0.75s;
}
#load-3{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	z-index: 99;
	transition-delay: 0.8s;
	transition-duration: 0.75s;
}
#load-4{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	transition-delay: 1.5s;
	transition-duration: 0.75s;
}

#load-5{
	transition-delay: 0.25s;
	transition-duration: 0.5s;
}
#load-6{
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}
#load-7{
	transition-delay: 0.75s;
	transition-duration: 0.5s;
}
#load-8{
	transition-delay: 1s;
	transition-duration: 0.5s;
}

.life-after-matric{
    font-size: 50px;
}
.after-matric{
	font-size: 13px;
	font-weight: 300;
    margin-top: 2vh;
	color: #ababab;
}
.farewell{
	font-size: 13px;
	font-weight: 300;
    margin: 2vh 0 5vh 0;
	color: #090909;
	width: 60%;
}
.career-paths{
    font-size: 35px;
	 margin: 6vh auto;
}
.chapter-img{
        width: auto;
        height: 20vh;
        margin: -10vh 0 0 0;
		border-radius: 0;
    }
	
.button-fill, .button-no-fill{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.button-fill{
    color: #000000;
    background: #00fff0;
}
.button-no-fill{
    color: #00fff0;
    border: 1px solid #00fff0;
    background: transparent;
}

/******************************** ABOUT US **********************************************/

#about{
    margin: 5vh auto;
}

.chapter-img{
        width: auto;
        height: 24vh;
        margin-top: -12vh;
		border-radius: 50%;
    }
	
	
.about-img{
    width: 30%;
    height: auto;
	display: none;
}
.heading-2{
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
}
#about h3{
    font-size: 30px;
    text-align: center;
    margin: 3vh 0;
}
.button-subjects{
    margin: 3vh 5px 0 0 ;
    font-size: 15px;
    font-weight: 600;
    width:175px;
    height: 45px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}


.services-list {
	height: 30vh;
	width: 900px;
        display: flex;
       justify-content: space-between;
	   align-items: center;
	   flex-wrap: wrap;
        margin: 10px auto;
    }

    .services-list div {
		height: 30vh;
		width: 215px;
		 position: relative;
        overflow: hidden;
        background: #090909;
        padding: 10px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .services-list div img{
        width: 25%;
        height: auto;
        margin: 15px 0;
		border-radius: 50%;
    }
	
	 .services-list div h2 {
		min-height: 4vh;
        font-size: 15px;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 10px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
    .services-list div .learn-more:hover  {
        color:#000000 ;
        background: #00fff0;
    }

    .learn-more {
		position: relative;
        color: #090909;
        background: #ffffff;
        margin-top: 10px;
        font-size: 12px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
		bottom: 0;
    }
	
	.learn-more-soon {
		position: relative;
        color: #00fff0;
        background: #090909;
        margin-top: 10px;
        font-size: 13px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        pointer-events: none;
		bottom: 0;
    }

	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 100%;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	#more-chapters {
		display: none;
		pointer-events: none;
	}
	 
	#more-careers{
		display: none;
	}
	
	
	#button-more-subjects,
	#button-more-careers{
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}

#button-less-subjects,
#button-less-careers{
	display: none;
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    margin-left: -10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
     margin-left: 0;
    opacity: 1;
}

.reveal3 {
    position: relative;
    margin-left: 10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal3.active3 {
     margin-left: 0;
    opacity: 1;
}

#about-us{
	margin-top: 10vh;
}
.our-platform{
     height: auto;
	width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
	color: #090909;

}

.our-platform-2{
    height: auto;
	background: #090909;
	margin-top: 10vh;
	padding: 10vh 0;
}
.our-platform-content{
     height: auto;
	width: 950px;
	color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;

}

.left-column{
	flex-basis: 55%;
		margin-top: 10vh;
}
.right-column{
	flex-basis: 40%;

}

.right-column img{
	width: 90%;

}
.left-column img{
	width: 90%;

}

.our-platform p{
	width: 100%;
	font-size: 13px;
	margin-top: 2vh;
	color: #090909;
	font-weight: 300;
}
.our-platform h2{
	font-size: 32px;
	color: #090909;
}
.our-platform-2 p{
	font-size: 13px;
	margin-top: 2vh;
	color: #ababab;
	
}
.our-platform-2 h2{
	font-size: 32px;

}


.button-fill-about-us{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}

.button-fill-about-us-2{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #000000;
    background: #cc5500;
}

/* Add a right margin to each icon */
.counters {
    padding: 3em 0;
    color: #00fff0;
    text-align: center;
	margin-top: 3vh;
}

.counters>div {
    max-width: 900px;
    margin: 0 0 0 -9%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 1.5em;
}

.counter {
    position: relative;
}

.counter h4 {
    font-size: 35px;
    margin-bottom: 0.5em;
}

.counter h5 {
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .counters>div {
        grid-template-columns: repeat(1fr, 1fr);
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .counters>div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

.background-2{
    width: 100%;
    height: auto;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}


.background-2 #hero2{
    height: auto;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    display: block;
    padding: 20vh 5%;
	text-align: center;
}
.background-2 #hero2 h1{
    font-size: 30px;
	margin-bottom: 2vh;
}

.background-2 #hero2 p{
    font-size: 12px;
}



#careers{
    margin: 5vh 5%;
}

#careers h3{
    font-size: 40px;
    text-align: center;
    margin: 5vh 0;
}
#careers h4{
    font-size: 15px;
    text-align: center;
	font-weight: 600;
    margin-top: 10vh;
}

#careers h5{
    font-size: 13px;
	font-weight: 500;
    text-align: center;
	width: 55%;
    margin: 5vh 0;
}

.career-list {
	height: 40vh;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
        grid-gap: 10px;
        margin: 20px 5%;
    }
	
	
	.career-list #cr1 {
		height: 40vh;
    background-image: url(Images/Technology.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr2 {
		height: 40vh;
    background-image: url(Images/Business.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr3 {
		height: 40vh;
    background-image: url(Images/Healthcare.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr4 {
		height: 40vh;
    background-image: url(Images/Engineering.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr5 {
		height: 40vh;
    background-image: url(Images/Education.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	.career-list #cr6 {
		height: 40vh;
    background-image: url(Images/Arts.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }

    .career-list div {
		height: 40vh;
		 position: relative;
        overflow: hidden;
        background: #090909;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .career-list div img{
        width: 100%;
        height: auto;
		border-radius: 10px;
    }
	
	
	.career-list div .layer {
	 
        width: 100%;
        height: 40vh; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: 0;
        bottom: -20vh;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:2vh;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.career-list div:hover .layer{
		bottom: 0;
	}
	
.career-list div .career-button {
	margin: 2vh auto;
    font-size: 12px;
    font-weight: 600;
    width:60%;
    min-height: 5vh;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	color: #000000;
    background: #00fff0;
}
.career-list div h6{
	color: #00fff0;
	font-size: 15px;
	margin-top: 3vh;
}

.career-list div ul{
	color: #00fff0;
	font-size: 12px;
	margin: 2vh 5%;
}

.career-list div p{
	color: #00fff0;
	font-size: 12px;
	font-weight: 600;
	margin: 2vh 5%;
	text-align: center;
}





/*********************** CONTACT ***************************/

#contact{
	margin: 10vh 0;
	width: 1000px;
	height: auto;
}
#contact .contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact .left{
	flex-basis: 350px;
	height: auto;
}
#contact .contact .right{
	flex-basis: 600px;
	height: auto;
}

#contact .contact .left img{
	width: 100%;
	height: auto;
}

#contact .contact .right h2{
	color: #090909;
	font-size: 40px;
}
#contact .contact .right p{
	color: #090909;
	font-size: 13px;
}
#contact .contact-right .left h3{
	color: #090909;
	font-size: 18px;
	margin-top: 5vh;
}
#contact .contact-right .left h4{
	color: #090909;
	font-size: 12px;
	font-weight: 500;
	margin: 1vh 0 5vh 0;
}

#contact .contact-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact-right .left{
	flex-basis: 350px;
	height: auto;
}
#contact .contact-right .right{
	flex-basis: 240px;
	height: auto;
}

#contact .contact-right .left h5{
	color: #090909;
	font-size: 12px;
	height: 5vh;
}
#contact .contact-right .left i{
	color: #090909;
	font-size: 20px;
	width: 40px;
}

.google-map {
        width: 80%;
        height: 50vh;
        margin: 10vh auto 15vh auto;
		border-radius: 3px;

    }

    .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
		border-radius: 5px;
    }
/*---------------- FOOTERS --------------*/
    footer {
        background: #090909;
		margin-top: -1vh;
		padding: 10vh 0;
    }
    .top-footer{
        margin: 0 auto;
		width: 900px;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom-footer {
        margin: 10vh auto 0 auto;
		width: 900px;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	footer .footer-contact i{
	color: #ffffff;
	font-size: 12px;	
}
	footer .top-footer .column1 {
		flex-basis: 400px;
		margin-top: 5vh;
	}
	
	footer .top-footer .column2,
	footer .top-footer .column3{
		flex-basis: 250px;
		margin-top: 5vh;
	}
    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }
    footer .top-footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }
    footer .top-footer .column2 ul li {
        margin-top: 1vh;
    }
    footer .top-footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }
    footer .top-footer .column2 ul li a:hover {
        color: #00fff0;
    }
    footer .top-footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }
    footer .top-footer .column2 ul li .icon:hover {
        background: #00fff0;
    }
    footer .top-footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }	
footer .top-footer .social-links a {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 35px;
  background-color: #018098;
  opacity: 0.99;
  margin: 5vh 10px 10px 0;
  line-height: 35px;
  border-radius: 10%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .top-footer .social-links a:hover {
  color: blue;
  background-color: #ffffff;
}

	footer .bottom-footer .column1 {
		flex-basis: 400px;
		
	}
	
	footer .bottom-footer .column2 {
		flex-basis: 500px;
		background: #00fff0;
		border-radius: 5px;
		display: flex;
		align-items: center;
        justify-content: center;
        flex-wrap: wrap;
	}
	footer .bottom-footer h4 {
		width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: #000000;		
		text-align: center;
		margin-bottom:3vh;
    }
	
	footer .bottom-footer .column2 .column-1 button,
	footer .bottom-footer .column2 .column-2 button{
		padding: 10px;
		width: 140px;
		border-radius: 5px;
		background: #262626;
		color: #ffffff;
		border: none;
		cursor: pointer;
		transition: 0.25s;
	}
	footer .bottom-footer .column2 .column-1 button:hover,
	footer .bottom-footer .column2 .column-2 button:hover{
		background: #ffffff;
		color: #262626;
	}
footer .bottom-footer .column1 .copyright {
        font-size: 11px;
        margin-top: 2vh;
    }
    footer .bottom-footer .column1 .copyright a {
        font-size: 11px;
        font-weight: 600;
        color: #ababab;
    }
    footer .bottom-footer .column1 .copyright:hover a {
        color: #00fff0;
    }
	.footer-contact{
		font-size: 13px;
		margin-top: 1vh;
	}
	
}

@media only screen and (min-width: 683px) and (max-width: 1023px) {
	.desktop ,.mobile {
	display: none;
}
#over{
	    background: rgba(0,0,0,0.8);
		height: auto;
}
#landing{
    width: 100%;
    height: 70vh;
}
#header{
    height: 20vh;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo{
    height: auto;
    width: 150px;
    margin-top: 5vh;
	margin-right: 40px;
}

#header ul{
   margin-top: 5vh;
}

#header ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}

#header ul li a {
    color: #ababab;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#header ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #00fff0;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li a:hover {
    color: #00fff0;
}

#header ul li a:hover::after {
    width: 100%;
}

.user{ 
    display: inline-block;
    list-style: none;
    margin: 10px 0;
}

.login{
    margin-top: 5vh;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    background: #090909;
    color: #00fff0;
}
.register{
    margin-top: 5vh;
     width: 150px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #00fff0;
   background: #090909;
    color: #00fff0;
	 cursor: pointer;
}

.register:hover{
    color: #090909;
	 background: #00fff0;
}

.background{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}

@keyframes breath {
    0%   { background-size: 100% 100vh; }
    50% { background-size: 125% 125vh; }
    100% { background-size: 100% 100vh; }
  }

.background #hero{
    height: 50vh;
    color: #ffffff;
    display: block;
    padding: 13vh 5% 0 5%;
}

#hero h1{
    font-size: 35px;
}

span{
    color: #00fff0;
}
.span{
    color: #cc5500;
}

.span-2{
    color: #008080;
}

#hero p{
    font-size: 13px;
	width: 70%;
    margin-top: 2vh;
	color: #ababab;
}

#load-1{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.5s;
	transition-duration: 0.75s;
}
#load-2{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.65s;
	transition-duration: 0.75s;
}
#load-3{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	z-index: 99;
	transition-delay: 0.8s;
	transition-duration: 0.75s;
}
#load-4{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	transition-delay: 1.5s;
	transition-duration: 0.75s;
}

#load-5{
	transition-delay: 0.25s;
	transition-duration: 0.5s;
}
#load-6{
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}
#load-7{
	transition-delay: 0.75s;
	transition-duration: 0.5s;
}
#load-8{
	transition-delay: 1s;
	transition-duration: 0.5s;
}

.life-after-matric{
    font-size: 50px;
}
.after-matric{
	font-size: 13px;
	font-weight: 300;
    margin-top: 2vh;
	color: #ababab;
}
.farewell{
	font-size: 13px;
	font-weight: 300;
    margin: 2vh 0 5vh 0;
	color: #090909;
	width: 60%;
}
.career-paths{
    font-size: 35px;
	 margin: 6vh auto;
}
.chapter-img{
        width: auto;
        height: 20vh;
        margin: -10vh 0 0 0;
		border-radius: 0;
    }
	
.button-fill, .button-no-fill{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.button-fill{
    color: #000000;
    background: #00fff0;
}
.button-no-fill{
    color: #00fff0;
    border: 1px solid #00fff0;
    background: transparent;
}

/******************************** ABOUT US **********************************************/

#about{
    margin: 5vh auto;
}

.chapter-img{
        width: auto;
        height: 24vh;
        margin-top: -12vh;
		border-radius: 50%;
    }
	
	
.about-img{
    width: 30%;
    height: auto;
	display: none;
}
.heading-2{
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
}
#about h3{
    font-size: 30px;
    text-align: center;
    margin: 3vh 0;
}
.button-subjects{
    margin: 3vh 5px 0 0 ;
    font-size: 15px;
    font-weight: 600;
    width:175px;
    height: 45px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}


.services-list {
	height: 30vh;
	width: 94%;
        display: flex;
       justify-content: space-between;
	   align-items: center;
	   flex-wrap: wrap;
        margin: 10px auto;
    }

    .services-list div {
		height: 30vh;
		width: 23%;
		 position: relative;
        overflow: hidden;
        background: #090909;
        padding: 5px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .services-list div img{
        width: 25%;
        height: auto;
        margin: 15px 0;
		border-radius: 50%;
    }
	
	 .services-list div h2 {
		min-height: 4vh;
        font-size: 12px;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 10px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
    .services-list div .learn-more:hover  {
        color:#000000 ;
        background: #00fff0;
    }

    .learn-more {
		position: relative;
        color: #090909;
        background: #ffffff;
        margin-top: 10px;
        font-size: 12px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
		bottom: 0;
    }
	
	.learn-more-soon {
		position: relative;
        color: #00fff0;
        background: #090909;
        margin-top: 10px;
        font-size: 13px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        pointer-events: none;
		bottom: 0;
    }

	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 100%;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	#more-chapters {
		display: none;
		pointer-events: none;
	}
	 
	#more-careers{
		display: none;
	}
	
	
	#button-more-subjects,
	#button-more-careers{
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}

#button-less-subjects,
#button-less-careers{
	display: none;
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    margin-left: -10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
     margin-left: 0;
    opacity: 1;
}

.reveal3 {
    position: relative;
    margin-left: 10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal3.active3 {
     margin-left: 0;
    opacity: 1;
}

#about-us{
	margin-top: 10vh;
}
.our-platform{
     height: auto;
	width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 5%;
	color: #090909;

}

.our-platform-2{
    height: auto;
	background: #090909;
	margin-top: 10vh;
	padding: 5vh 0;
}
.our-platform-content{
     height: auto;
	width: 90%;
	color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 5%;

}

.left-column{
	flex-basis: 60%;
		margin-top: 10vh;
}
.right-column{
	flex-basis: 40%;

}

.right-column img{
	width: 100%;

}

.our-platform p{
	width: 100%;
	font-size: 12px;
	margin-top: 2vh;
	color: #090909;
	font-weight: 300;
}
.our-platform h2{
	font-size: 22px;
	color: #090909;
}


.our-platform-2 p{
	font-size: 12px;
	margin-top: 2vh;
	color: #ababab;
	
}
.our-platform-2 h2{
	font-size: 22px;

}



.button-fill-about-us{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}

.button-fill-about-us-2{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #000000;
    background: #cc5500;
}

/* Add a right margin to each icon */
.counters {
    padding: 3em 0;
    color: #00fff0;
    text-align: center;
}

.counters>div {
    max-width: 900px;
    margin: 0 0 0 -9%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 1.5em;
}

.counter {
    position: relative;
}

.counter h4 {
    font-size: 25px;
    margin-bottom: 0.5em;
}

.counter h5 {
    font-size: 10px;
    font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .counters>div {
        grid-template-columns: repeat(1fr, 1fr);
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .counters>div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

.background-2{
    width: 100%;
    height: auto;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}


.background-2 #hero2{
    height: auto;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    display: block;
    padding: 15vh 5%;
	text-align: center;
}
.background-2 #hero2 h1{
    font-size: 30px;
	margin-bottom: 2vh;
}

.background-2 #hero2 p{
    font-size: 12px;
}



#careers{
    margin: 5vh 5%;
}

#careers h3{
    font-size: 40px;
    text-align: center;
    margin: 5vh 0;
}
#careers h4{
    font-size: 15px;
    text-align: center;
	font-weight: 600;
    margin-top: 10vh;
}

#careers h5{
    font-size: 13px;
	font-weight: 500;
    text-align: center;
	width: 55%;
    margin: 5vh 0;
}

.career-list {
	height: 40vh;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
        grid-gap: 10px;
        margin: 20px 5%;
    }
	
	
	.career-list #cr1 {
		height: 40vh;
    background-image: url(Images/Technology.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr2 {
		height: 40vh;
    background-image: url(Images/Business.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr3 {
		height: 40vh;
    background-image: url(Images/Healthcare.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr4 {
		height: 40vh;
    background-image: url(Images/Engineering.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr5 {
		height: 40vh;
    background-image: url(Images/Education.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	.career-list #cr6 {
		height: 40vh;
    background-image: url(Images/Arts.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }

    .career-list div {
		height: 40vh;
		 position: relative;
        overflow: hidden;
        background: #090909;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .career-list div img{
        width: 100%;
        height: auto;
		border-radius: 10px;
    }
	
	
	.career-list div .layer {
	 
        width: 100%;
        height: 40vh; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: 0;
        bottom: -20vh;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:2vh;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.career-list div:hover .layer{
		bottom: 0;
	}
	
.career-list div .career-button {
	margin: 2vh auto;
    font-size: 12px;
    font-weight: 600;
    width:60%;
    min-height: 5vh;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	color: #000000;
    background: #00fff0;
}
.career-list div h6{
	color: #00fff0;
	font-size: 15px;
	margin-top: 3vh;
}

.career-list div ul{
	color: #00fff0;
	font-size: 12px;
	margin: 2vh 5%;
}

.career-list div p{
	color: #00fff0;
	font-size: 12px;
	font-weight: 600;
	margin: 2vh 5%;
	text-align: center;
}





/*********************** CONTACT ***************************/

#contact{
	margin: 10vh 0;
	width: 100%;
	height: auto;
}
#contact .contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact .left{
	flex-basis: 40%;
	height: auto;
}
#contact .contact .right{
	flex-basis: 55%;
	height: auto;
}

#contact .contact .left img{
	width: 100%;
	height: auto;
}

#contact .contact .right h2{
	color: #090909;
	font-size: 25px;
}
#contact .contact .right p{
	color: #090909;
	font-size: 12px;
}
#contact .contact-right .left h3{
	color: #090909;
	font-size: 18px;
	margin-top: 5vh;
}
#contact .contact-right .left h4{
	color: #090909;
	font-size: 12px;
	font-weight: 500;
	margin: 1vh 0 5vh 0;
}

#contact .contact-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact-right .left{
	flex-basis: 100%;
	height: auto;
}
#contact .contact-right .right{
	flex-basis: 100%;
	height: auto;
}

#contact .contact-right .left h5{
	color: #090909;
	font-size: 12px;
	height: 5vh;
}
#contact .contact-right .left i{
	color: #090909;
	font-size: 20px;
	width: 40px;
}

.google-map {
         width: 80%;
        height: 50vh;
        margin: 10vh auto 15vh auto;
		border-radius: 3px;

    }

    .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
		border-radius: 5px;
    }

/*---------------- FOOTERS --------------*/
    footer {
        background: #090909;
		margin-top: -1vh;
		padding: 10vh 0;
    }
    .top-footer{
        margin: 0 auto;
		width: 94%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom-footer {
        margin: 10vh auto 0 auto;
		width: 94%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	footer .footer-contact i{
	color: #ffffff;
	font-size: 12px;	
}
	footer .top-footer .column1 {
		flex-basis: 30%;
		margin-top: 5vh;
	}
	
	footer .top-footer .column2 {
		flex-basis: 35%;
		margin-top: 5vh;
		text-align: center;
	}
	
	footer .top-footer .column3{
		flex-basis: 35%;
		margin-top: 5vh;
	}
    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }
    footer .top-footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }
    footer .top-footer .column2 ul li {
        margin-top: 1vh;
    }
    footer .top-footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }
    footer .top-footer .column2 ul li a:hover {
        color: #00fff0;
    }
    footer .top-footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }
    footer .top-footer .column2 ul li .icon:hover {
        background: #00fff0;
    }
    footer .top-footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }	
footer .top-footer .social-links a {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 35px;
  background-color: #018098;
  opacity: 0.99;
  margin: 5vh 10px 10px 0;
  line-height: 35px;
  border-radius: 10%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .top-footer .social-links a:hover {
  color: blue;
  background-color: #ffffff;
}

	footer .bottom-footer .column1 {
		flex-basis: 48%;
		
	}
	
	footer .bottom-footer .column2 {
		flex-basis: 50%;
		background: #00fff0;
		border-radius: 5px;
		display: flex;
		align-items: center;
        justify-content: center;
        flex-wrap: wrap;
	}
	footer .bottom-footer h4 {
		width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #000000;		
		text-align: center;
		margin-bottom:3vh;
    }
	
	footer .bottom-footer .column2 .column-1 button,
	footer .bottom-footer .column2 .column-2 button{
		padding: 10px;
		width: 140px;
		border-radius: 5px;
		background: #262626;
		color: #ffffff;
		border: none;
		cursor: pointer;
		transition: 0.25s;
	}
	footer .bottom-footer .column2 .column-1 button:hover,
	footer .bottom-footer .column2 .column-2 button:hover{
		background: #ffffff;
		color: #262626;
	}
footer .bottom-footer .column1 .copyright {
        font-size: 11px;
        margin-top: 2vh;
    }
    footer .bottom-footer .column1 .copyright a {
        font-size: 11px;
        font-weight: 600;
        color: #ababab;
    }
    footer .bottom-footer .column1 .copyright:hover a {
        color: #00fff0;
    }
	.footer-contact{
		font-size: 13px;
		margin-top: 1vh;
	}
	
}

@media only screen and (min-width: 400px) and (max-width: 682px) {
	.desktop , .tablet {
	display: none;
}
#over{
	    background: rgba(0,0,0,0.8);
		height: auto;
}
#landing{
    width: 100%;
    height: 70vh;
}
#header{
    height: 20vh;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo{
    height: auto;
    width: 130px;
    margin-top: 5vh;
}

#header ul{
   margin-top: 5vh;
}

#header ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}

#header ul li a {
    color: #ababab;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#header ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #00fff0;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li a:hover {
    color: #00fff0;
}

#header ul li a:hover::after {
    width: 100%;
}

.user{ 
    display: inline-block;
    list-style: none;
    margin: 10px 0;
}

.login{
    margin-top: 5vh;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    background: #090909;
    color: #00fff0;
}
.register{
    margin-top: 5vh;
     width: 150px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #00fff0;
   background: #090909;
    color: #00fff0;
	 cursor: pointer;
}

.register:hover{
    color: #090909;
	 background: #00fff0;
}

.background{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}

@keyframes breath {
    0%   { background-size: 100% 100vh; }
    50% { background-size: 125% 125vh; }
    100% { background-size: 100% 100vh; }
  }

.background #hero{
    height: 50vh;
    color: #ffffff;
    display: block;
    padding: 13vh 5% 0 5%;
}

#hero h1{
    font-size: 30px;
	width: 100%;
}

span{
    color: #00fff0;
}
.span{
    color: #cc5500;
}

.span-2{
    color: #008080;
}

#hero p{
   font-size: 13px;
	width: 80%;
    margin-top: 2vh;
	color: #ababab;
}

#load-1{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.5s;
	transition-duration: 0.75s;
}
#load-2{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.65s;
	transition-duration: 0.75s;
}
#load-3{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	z-index: 99;
	transition-delay: 0.8s;
	transition-duration: 0.75s;
}
#load-4{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	transition-delay: 1.5s;
	transition-duration: 0.75s;
}

#load-5{
	transition-delay: 0.25s;
	transition-duration: 0.5s;
}
#load-6{
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}
#load-7{
	transition-delay: 0.75s;
	transition-duration: 0.5s;
}
#load-8{
	transition-delay: 1s;
	transition-duration: 0.5s;
}

.life-after-matric{
    font-size: 50px;
}
.after-matric{
	font-size: 13px;
	font-weight: 300;
    margin-top: 2vh;
	color: #ababab;
}
.farewell{
	font-size: 13px;
	font-weight: 300;
    margin: 2vh 0 5vh 0;
	color: #090909;
	width: 60%;
}
.career-paths{
    font-size: 35px;
	 margin: 6vh auto;
}
.chapter-img{
        width: auto;
        height: 20vh;
        margin: -10vh 0 0 0;
		border-radius: 0;
    }
	
.button-fill, .button-no-fill{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.button-fill{
    color: #000000;
    background: #00fff0;
}
.button-no-fill{
    color: #00fff0;
    border: 1px solid #00fff0;
    background: transparent;
}

/******************************** ABOUT US **********************************************/

#about{
    margin: 4vh auto;
}

.chapter-img{
        width: auto;
        height: 24vh;
        margin-top: -12vh;
		border-radius: 50%;
    }
	
	
.about-img{
    width: 30%;
    height: auto;
	display: none;
}
.heading-2{
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
}
#about h3{
    font-size: 30px;
    text-align: center;
    margin: 3vh 0;
}
.button-subjects{
    margin: 3vh 5px 0 0 ;
    font-size: 15px;
    font-weight: 600;
    width:175px;
    height: 45px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}


.services-list {
	height: auto;
	width: 350px;
        display: flex;
       justify-content: space-between;
	   align-items: center;
	   flex-wrap: wrap;
        margin: 10px auto;
    }

    .services-list div {
		height: 30vh;
		width: 170px;
		 position: relative;
        overflow: hidden;
        background: #090909;
        padding: 5px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
		margin-top: 10px;
    }

    .services-list div img{
        width: 25%;
        height: auto;
        margin: 15px 0;
		border-radius: 50%;
    }
	
	 .services-list div h2 {
		min-height: 4vh;
        font-size: 12px;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 10px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
    .services-list div .learn-more:hover  {
        color:#000000 ;
        background: #00fff0;
    }

    .learn-more {
		position: relative;
        color: #090909;
        background: #ffffff;
        margin-top: 10px;
        font-size: 12px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
		bottom: 0;
    }
	
	.learn-more-soon {
		position: relative;
        color: #00fff0;
        background: #090909;
        margin-top: 10px;
        font-size: 13px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        pointer-events: none;
		bottom: 0;
    }

	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 100%;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	#more-chapters {
		display: none;
		pointer-events: none;
	}
	 
	#more-careers{
		display: none;
	}
	
	
	#button-more-subjects,
	#button-more-careers{
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}

#button-less-subjects,
#button-less-careers{
	display: none;
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    margin-left: -10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
     margin-left: 0;
    opacity: 1;
}

.reveal3 {
    position: relative;
    margin-left: 10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal3.active3 {
     margin-left: 0;
    opacity: 1;
}

#about-us{
	margin-top: 5vh;
}
.our-platform{
     height: auto;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 0 5%;
	color: #090909;

}

.our-platform-2{
   height: auto;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	background: #090909;
	margin-top: 7vh;
	padding: 7vh 0;
}
.our-platform-content{
     height: auto;
	width: 90%;
	color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 5%;
}

.left-column{
	flex-basis: 100%;
}
.right-column{
	flex-basis: 40%;

}

.left-column img{
	height: auto;
	width: 100%;

}

.our-platform p{
	width: 100%;
	font-size: 12px;
	margin-top: 2vh;
	color: #090909;
	font-weight: 300;
}
.our-platform h2{
	width: 100%;
	font-size: 23px;
	color: #090909;
}


.our-platform-2 p{
	width: 80%;
	font-size: 12px;
	margin-top: 2vh;
	color: #ababab;
	text-align: center;
	
}
.our-platform-2 h2{
	width: 100%;
	font-size: 20px;
	text-align: center;

}



.button-fill-about-us{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}

.button-fill-about-us-2{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #000000;
    background: #cc5500;
}

/* Add a right margin to each icon */
.counters {
    padding: 5vh 0;
    color: #00fff0;
    text-align: center;
}

.counters>div {
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 1.5em;
}

.counter {
    position: relative;
}

.counter h4 {
    font-size: 25px;
    margin-bottom: 0.5em;
}

.counter h5 {
    font-size: 10px;
    font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .counters>div {
        grid-template-columns: repeat(1fr, 1fr);
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .counters>div {
        grid-template-columns: 1fr;
        row-gap: 3em;
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

.background-2{
    width: 100%;
    height: auto;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}


.background-2 #hero2{
    height: auto;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    display: block;
    padding: 15vh 5%;
	text-align: center;
}
.background-2 #hero2 h1{
    font-size: 22px;
	margin-bottom: 2vh;
}

.background-2 #hero2 p{
    font-size: 12px;
}



#careers{
    margin: 5vh 5%;
}

#careers h3{
    font-size: 40px;
    text-align: center;
    margin: 5vh 0;
}
#careers h4{
    font-size: 15px;
    text-align: center;
	font-weight: 600;
    margin-top: 10vh;
}

#careers h5{
    font-size: 13px;
	font-weight: 500;
    text-align: center;
	width: 55%;
    margin: 5vh 0;
}

.career-list {
	height: 40vh;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
        grid-gap: 10px;
        margin: 20px 5%;
    }
	
	
	.career-list #cr1 {
		height: 40vh;
    background-image: url(Images/Technology.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr2 {
		height: 40vh;
    background-image: url(Images/Business.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr3 {
		height: 40vh;
    background-image: url(Images/Healthcare.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr4 {
		height: 40vh;
    background-image: url(Images/Engineering.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr5 {
		height: 40vh;
    background-image: url(Images/Education.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	.career-list #cr6 {
		height: 40vh;
    background-image: url(Images/Arts.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }

    .career-list div {
		height: 40vh;
		 position: relative;
        overflow: hidden;
        background: #090909;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .career-list div img{
        width: 100%;
        height: auto;
		border-radius: 10px;
    }
	
	
	.career-list div .layer {
	 
        width: 100%;
        height: 40vh; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: 0;
        bottom: -20vh;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:2vh;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.career-list div:hover .layer{
		bottom: 0;
	}
	
.career-list div .career-button {
	margin: 2vh auto;
    font-size: 12px;
    font-weight: 600;
    width:60%;
    min-height: 5vh;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	color: #000000;
    background: #00fff0;
}
.career-list div h6{
	color: #00fff0;
	font-size: 15px;
	margin-top: 3vh;
}

.career-list div ul{
	color: #00fff0;
	font-size: 12px;
	margin: 2vh 5%;
}

.career-list div p{
	color: #00fff0;
	font-size: 12px;
	font-weight: 600;
	margin: 2vh 5%;
	text-align: center;
}





/*********************** CONTACT ***************************/

#contact{
	margin: 10vh 0;
	width: 100%;
	height: auto;
}
#contact .contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact .left{
	flex-basis: 100%;
	height: auto;
}
#contact .contact .right{
	flex-basis: 100%;
	height: auto;	
}

#contact .contact .right img{
	width: 90%;
	height: auto;
}

#contact .contact .right h2{
	color: #090909;
	font-size: 25px;
}
#contact .contact .right p{
	color: #090909;
	font-size: 12px;
}
#contact .contact-right .left h3{
	color: #090909;
	font-size: 18px;
	margin-top: 5vh;
}
#contact .contact-right .left h4{
	color: #090909;
	font-size: 13px;
	font-weight: 500;
	margin: 1vh 0;
}

#contact .contact-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact-right .left{
	flex-basis: 100%;
	height: auto;
}
#contact .contact-right .right{
	flex-basis: 100%;
	height: auto;
}

#contact .contact-right .left h5{
	color: #090909;
	font-size: 12px;
	height: 5vh;
	padding-left: 5%;
}
#contact .contact-right .left i{
	color: #090909;
	font-size: 20px;
	width: 40px;
}

.google-map {
         width: 90%;
        height: 40vh;
        margin: 10vh auto 15vh auto;
		border-radius: 3px;

    }

    .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
		border-radius: 5px;
    }

/*---------------- FOOTERS --------------*/
    footer {
        background: #090909;
		margin-top: -1vh;
		padding: 5vh 0;
    }
    .top-footer{
        margin: 0 5%;
		width: 90%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom-footer {
       margin: 5vh 5%;
		width: 90%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	footer .footer-contact i{
	color: #ffffff;
	font-size: 12px;	
}
	footer .top-footer .column1 {
		flex-basis: 100%;
		margin-top: 5vh;
	}
	
	footer .top-footer .column2 {
		flex-basis: 100%;
		margin-top: 5vh;
		text-align: center;
	}
	
	footer .top-footer .column3{
		flex-basis: 100%;
		margin-top: 5vh;
	}
    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }
    footer .top-footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }
    footer .top-footer .column2 ul li {
        margin-top: 1vh;
    }
    footer .top-footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }
    footer .top-footer .column2 ul li a:hover {
        color: #00fff0;
    }
    footer .top-footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }
    footer .top-footer .column2 ul li .icon:hover {
        background: #00fff0;
    }
    footer .top-footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }	
footer .top-footer .social-links a {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 35px;
  background-color: #018098;
  opacity: 0.99;
  margin: 5vh 10px 10px 0;
  line-height: 35px;
  border-radius: 10%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .top-footer .social-links a:hover {
  color: blue;
  background-color: #ffffff;
}

	footer .bottom-footer .column1 {
		flex-basis: 100%;
		
	}
	
	footer .bottom-footer .column2 {
		flex-basis: 100%;
		padding: 5vh 0;
		margin: 3vh 0;
		background: #00fff0;
		border-radius: 5px;
		display: flex;
		align-items: center;
        justify-content: center;
        flex-wrap: wrap;
	}
	footer .bottom-footer h4 {
		width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #000000;		
		text-align: center;
		margin-bottom:3vh;
    }
	
	footer .bottom-footer .column2 .column-1 button,
	footer .bottom-footer .column2 .column-2 button{
		padding: 10px;
		width: 140px;
		border-radius: 5px;
		background: #262626;
		color: #ffffff;
		border: none;
		cursor: pointer;
		transition: 0.25s;
	}
	footer .bottom-footer .column2 .column-1 button:hover,
	footer .bottom-footer .column2 .column-2 button:hover{
		background: #ffffff;
		color: #262626;
	}
footer .bottom-footer .column1 .copyright {
        font-size: 11px;
        margin-top: 2vh;
    }
    footer .bottom-footer .column1 .copyright a {
        font-size: 11px;
        font-weight: 600;
        color: #ababab;
    }
    footer .bottom-footer .column1 .copyright:hover a {
        color: #00fff0;
    }
	.footer-contact{
		font-size: 13px;
		margin-top: 1vh;
	}
	
}

@media only screen and (max-width: 399px) {
	.desktop , .tablet {
	display: none;
}
#over{
	    background: rgba(0,0,0,0.8);
		height: auto;
}
#landing{
    width: 100%;
    height: 70vh;
}
#header{
    height: 20vh;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo{
    height: auto;
    width: 120px;
    margin-top: 5vh;
}

#header ul{
   margin-top: 5vh;
}

#header ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
}

#header ul li a {
    color: #ababab;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

#header ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #00fff0;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li a:hover {
    color: #00fff0;
}

#header ul li a:hover::after {
    width: 100%;
}

.user{ 
    display: inline-block;
    list-style: none;
    margin: 10px 0;
}

.login{
    margin-top: 5vh;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    background: #090909;
    color: #00fff0;
}
.register{
    margin-top: 5vh;
     width: 150px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #00fff0;
   background: #090909;
    color: #00fff0;
	 cursor: pointer;
}

.register:hover{
    color: #090909;
	 background: #00fff0;
}

.background{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}

@keyframes breath {
    0%   { background-size: 100% 100vh; }
    50% { background-size: 125% 125vh; }
    100% { background-size: 100% 100vh; }
  }

.background #hero{
    height: 50vh;
    color: #ffffff;
    display: block;
    padding: 15vh 4% 0 4%;
}

#hero h1{
    font-size: 25px;
	width: 100%;
}

span{
    color: #00fff0;
}
.span{
    color: #cc5500;
}

.span-2{
    color: #008080;
}

#hero p{
    font-size: 13px;
	width: 100%;
    margin-top: 2vh;
	color: #ababab;
}

#load-1{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.5s;
	transition-duration: 0.75s;
}
#load-2{
	margin-left: -10%;
	opacity: 0;
	transition-delay: 0.65s;
	transition-duration: 0.75s;
}
#load-3{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	z-index: 99;
	transition-delay: 0.8s;
	transition-duration: 0.75s;
}
#load-4{
	margin-left: -10%;
	opacity: 0;
	position: relative;
	transition-delay: 1.5s;
	transition-duration: 0.75s;
}

#load-5{
	transition-delay: 0.25s;
	transition-duration: 0.5s;
}
#load-6{
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}
#load-7{
	transition-delay: 0.75s;
	transition-duration: 0.5s;
}
#load-8{
	transition-delay: 1s;
	transition-duration: 0.5s;
}

.life-after-matric{
    font-size: 50px;
}
.after-matric{
	font-size: 13px;
	font-weight: 300;
    margin-top: 2vh;
	color: #ababab;
}
.farewell{
	font-size: 13px;
	font-weight: 300;
    margin: 2vh 0 5vh 0;
	color: #090909;
	width: 60%;
}
.career-paths{
    font-size: 35px;
	 margin: 6vh auto;
}
.chapter-img{
        width: auto;
        height: 20vh;
        margin: -10vh 0 0 0;
		border-radius: 0;
    }
	
.button-fill, .button-no-fill{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:125px;
    height: 35px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.button-fill{
    color: #000000;
    background: #00fff0;
}
.button-no-fill{
    color: #00fff0;
    border: 1px solid #00fff0;
    background: transparent;
}

/******************************** ABOUT US **********************************************/

#about{
    margin: 5vh auto;
}

.chapter-img{
        width: auto;
        height: 24vh;
        margin-top: -12vh;
		border-radius: 50%;
    }
	
	
.about-img{
    width: 30%;
    height: auto;
	display: none;
}
.heading-2{
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
}
#about h3{
    font-size: 30px;
    text-align: center;
    margin: 3vh 0;
}
.button-subjects{
    margin: 3vh 5px 0 0 ;
    font-size: 15px;
    font-weight: 600;
    width:175px;
    height: 45px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}


.services-list {
	height: auto;
	width: 175px;
        display: flex;
       justify-content: space-between;
	   align-items: center;
	   flex-wrap: wrap;
        margin: 10px auto;
    }

    .services-list div {
		height: 30vh;
		width: 175px;
		 position: relative;
        overflow: hidden;
        background: #090909;
        padding: 5px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
		margin-top: 10px;
    }

    .services-list div img{
        width: 25%;
        height: auto;
        margin: 15px 0;
		border-radius: 50%;
    }
	
	 .services-list div h2 {
		min-height: 4vh;
        font-size: 12px;
        font-weight: 500;
		color: #ababab;
        margin-bottom: 10px;
		transition-delay: 1s;
        transition-duration: 1s;
    }
	
    .services-list div .learn-more:hover  {
        color:#000000 ;
        background: #00fff0;
    }

    .learn-more {
		position: relative;
        color: #090909;
        background: #ffffff;
        margin-top: 10px;
        font-size: 12px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
		bottom: 0;
    }
	
	.learn-more-soon {
		position: relative;
        color: #00fff0;
        background: #090909;
        margin-top: 10px;
        font-size: 13px;
        width: 60%;
        height: 35px;
        border: none;
        border-radius: 50px;
        pointer-events: none;
		bottom: 0;
    }

	.services-list div h3 {
		
        font-size: 15px;
        font-weight: 600;
		color: #ffffff;
        margin: 14vh 0 10px 0;
    }
	
	.services-list div ul li {
		
        font-size: 100%;
        font-weight: 500;
		color: #ffffff;
        margin-bottom: 5px;
    }
	
	#more-chapters {
		display: none;
		pointer-events: none;
	}
	 
	#more-careers{
		display: none;
	}
	
	
	#button-more-subjects,
	#button-more-careers{
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}

#button-less-subjects,
#button-less-careers{
	display: none;
    margin: 30px 0 ;
    font-size: 30px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #090909;
    background: #00fff0;
}
	
	.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    margin-left: -10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal2.active2 {
     margin-left: 0;
    opacity: 1;
}

.reveal3 {
    position: relative;
    margin-left: 10%;
    opacity: 0;
    transition: all 1s ease;
}

.reveal3.active3 {
     margin-left: 0;
    opacity: 1;
}

#about-us{
	margin-top: 5vh;
}
.our-platform{
     height: auto;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 0 5%;
	color: #090909;

}

.our-platform-2{
   height: auto;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	background: #090909;
	margin-top: 7vh;
	padding: 7vh 0;
}
.our-platform-content{
     height: auto;
	width: 90%;
	color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0 5%;
}

.left-column{
	flex-basis: 100%;
}
.right-column{
	flex-basis: 40%;

}

.left-column img{
	height: auto;
	width: 100%;

}

.our-platform p{
	width: 100%;
	font-size: 12px;
	margin-top: 2vh;
	color: #090909;
	font-weight: 300;
}
.our-platform h2{
	width: 100%;
	font-size: 20px;
	color: #090909;
}


.our-platform-2 p{
	width: 100%;
	font-size: 12px;
	margin-top: 2vh;
	color: #ababab;
	text-align: center;
	
}
.our-platform-2 h2{
	width: 100%;
	font-size: 18px;
	text-align: center;

}



.button-fill-about-us{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    background: #090909;
}

.button-fill-about-us-2{
    margin: 20px 5px 0 0 ;
    font-size: 12px;
    font-weight: 600;
    width:150px;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #000000;
    background: #cc5500;
}

/* Add a right margin to each icon */
.counters {
    padding: 5vh 0;
    color: #00fff0;
    text-align: center;
}

.counters>div {
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 1.5em;
}

.counter {
    position: relative;
}

.counter h4 {
    font-size: 25px;
    margin-bottom: 0.5em;
}

.counter h5 {
    font-size: 10px;
    font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .counters>div {
        grid-template-columns: repeat(1fr, 1fr);
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .counters>div {
        grid-template-columns: 1fr;
        row-gap: 3em;
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

.background-2{
    width: 100%;
    height: auto;
    background-image: url(Images/Hero.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
    animation: breath 30s linear infinite;
}


.background-2 #hero2{
    height: auto;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    display: block;
    padding: 15vh 5%;
	text-align: center;
}
.background-2 #hero2 h1{
    font-size: 18px;
	margin-bottom: 2vh;
}

.background-2 #hero2 p{
    font-size: 12px;
}



#careers{
    margin: 5vh 5%;
}

#careers h3{
    font-size: 40px;
    text-align: center;
    margin: 5vh 0;
}
#careers h4{
    font-size: 15px;
    text-align: center;
	font-weight: 600;
    margin-top: 10vh;
}

#careers h5{
    font-size: 13px;
	font-weight: 500;
    text-align: center;
	width: 55%;
    margin: 5vh 0;
}

.career-list {
	height: 40vh;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
        grid-gap: 10px;
        margin: 20px 5%;
    }
	
	
	.career-list #cr1 {
		height: 40vh;
    background-image: url(Images/Technology.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr2 {
		height: 40vh;
    background-image: url(Images/Business.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr3 {
		height: 40vh;
    background-image: url(Images/Healthcare.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr4 {
		height: 40vh;
    background-image: url(Images/Engineering.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	
	.career-list #cr5 {
		height: 40vh;
    background-image: url(Images/Education.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }
	.career-list #cr6 {
		height: 40vh;
    background-image: url(Images/Arts.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	
		background-repeat: no-repeat;
    }

    .career-list div {
		height: 40vh;
		 position: relative;
        overflow: hidden;
        background: #090909;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        border-radius: 10px;
        transition: 1s;
    }

    .career-list div img{
        width: 100%;
        height: auto;
		border-radius: 10px;
    }
	
	
	.career-list div .layer {
	 
        width: 100%;
        height: 40vh; /* 50vh */
        background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1));
        border-radius: 4px;
        position: absolute;
        left: 0;
        bottom: -20vh;
        overflow: hidden;
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: column;
        padding:2vh;
        text-align: left;
        transition: 0.5s ease;
    }
	
	.career-list div:hover .layer{
		bottom: 0;
	}
	
.career-list div .career-button {
	margin: 2vh auto;
    font-size: 12px;
    font-weight: 600;
    width:60%;
    min-height: 5vh;
    border: none;
    border-radius: 10px;
    cursor: pointer;
	color: #000000;
    background: #00fff0;
}
.career-list div h6{
	color: #00fff0;
	font-size: 15px;
	margin-top: 3vh;
}

.career-list div ul{
	color: #00fff0;
	font-size: 12px;
	margin: 2vh 5%;
}

.career-list div p{
	color: #00fff0;
	font-size: 12px;
	font-weight: 600;
	margin: 2vh 5%;
	text-align: center;
}





/*********************** CONTACT ***************************/

#contact{
	margin: 10vh 0;
	width: 100%;
	height: auto;
}
#contact .contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact .left{
	flex-basis: 100%;
	height: auto;
}
#contact .contact .right{
	flex-basis: 100%;
	height: auto;	
}

#contact .contact .right img{
	width: 90%;
	height: auto;
}

#contact .contact .right h2{
	color: #090909;
	font-size: 18px;
}
#contact .contact .right p{
	color: #090909;
	font-size: 10px;
}
#contact .contact-right .left h3{
	color: #090909;
	font-size: 15px;
	margin-top: 5vh;
}
#contact .contact-right .left h4{
	color: #090909;
	font-size: 11px;
	font-weight: 500;
	margin: 1vh 0;
}

#contact .contact-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
#contact .contact-right .left{
	flex-basis: 100%;
	height: auto;
}
#contact .contact-right .right{
	flex-basis: 100%;
	height: auto;
}

#contact .contact-right .left h5{
	color: #090909;
	font-size: 10px;
	height: 5vh;
	padding-left: 5%;
}
#contact .contact-right .left i{
	color: #090909;
	font-size: 15px;
	width: 30px;
}

.google-map {
         width: 90%;
        height: 40vh;
        margin: 10vh auto 15vh auto;
		border-radius: 3px;

    }

    .google-map iframe {
        width: 100%;
        height: 100%;
        border: none;
		border-radius: 5px;
    }

/*---------------- FOOTERS --------------*/
    footer {
        background: #090909;
		margin-top: -1vh;
		padding: 5vh 0;
    }
    .top-footer{
        margin: 0 5%;
		width: 90%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bottom-footer {
       margin: 5vh 5%;
		width: 90%;
        color: #ababab;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	footer .footer-contact i{
	color: #ffffff;
	font-size: 12px;	
}
	footer .top-footer .column1 {
		flex-basis: 100%;
		margin-top: 5vh;
	}
	
	footer .top-footer .column2 {
		flex-basis: 100%;
		margin-top: 5vh;
		text-align: center;
	}
	
	footer .top-footer .column3{
		flex-basis: 100%;
		margin-top: 5vh;
	}
    footer .top-footer h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }
    footer .top-footer .column2 ul {
        list-style: none;
        font-size: 13px;
        margin-top: 5vh;
    }
    footer .top-footer .column2 ul li {
        margin-top: 1vh;
    }
    footer .top-footer .column2 ul li a {
        color: #ababab;
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
    }
    footer .top-footer .column2 ul li a:hover {
        color: #00fff0;
    }
    footer .top-footer .column2 ul li .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ababab;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 10px;
    }
    footer .top-footer .column2 ul li .icon:hover {
        background: #00fff0;
    }
    footer .top-footer .column2 ul li .icon img {
        width: 20px;
        height: 20px;
        margin: auto;
    }	
footer .top-footer .social-links a {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 35px;
  background-color: #018098;
  opacity: 0.99;
  margin: 5vh 10px 10px 0;
  line-height: 35px;
  border-radius: 10%;
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .top-footer .social-links a:hover {
  color: blue;
  background-color: #ffffff;
}

	footer .bottom-footer .column1 {
		flex-basis: 100%;
		
	}
	
	footer .bottom-footer .column2 {
		flex-basis: 100%;
		padding: 5vh 0;
		margin: 3vh 0;
		background: #00fff0;
		border-radius: 5px;
		display: flex;
		align-items: center;
        justify-content: center;
        flex-wrap: wrap;
	}
	footer .bottom-footer h4 {
		width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #000000;		
		text-align: center;
		margin-bottom:3vh;
    }
	
	footer .bottom-footer .column2 .column-1 button,
	footer .bottom-footer .column2 .column-2 button{
		padding: 10px;
		width: 140px;
		border-radius: 5px;
		background: #262626;
		color: #ffffff;
		border: none;
		cursor: pointer;
		transition: 0.25s;
	}
	footer .bottom-footer .column2 .column-1 button:hover,
	footer .bottom-footer .column2 .column-2 button:hover{
		background: #ffffff;
		color: #262626;
	}
footer .bottom-footer .column1 .copyright {
        font-size: 10px;
        margin-top: 2vh;
    }
    footer .bottom-footer .column1 .copyright a {
        font-size: 10px;
        font-weight: 600;
        color: #ababab;
    }
    footer .bottom-footer .column1 .copyright:hover a {
        color: #00fff0;
    }
	.footer-contact{
		font-size: 10px;
		margin-top: 1vh;
	}
	
}
