*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: sans-serif;
}
body
{
    display: absolute;
    justify-content: center;
    font-family: sans-serif;
    object-fit: contain;
     flex-direction: column;
}

.kiit
{
	margin-top: 0;
    display: block;
    position: fixed;
    justify-content: center;
	text-align: center;
    align-items: center;
    height: auto;
    background: #000;
    width: 100%;
	z-index: 5;
	max-height: 45vh;
	min-height: 10vh;
}

.kiit .kiit-text h3
{
    position: relative;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
	overflow: hidden;
	/* -webkit-box-reflect: below -16px linear-gradient(transparent, rgba(255,255,255,0.5)); */
}
.kiit .kiit-text h3 span
{
    color: #ff022c;
}
.kiit .sub-menu
{
	position: relative;
	top: 0;
	left: 0;
	align-items: center;
	text-align: center;
	background: black;
	width: 100%;
}
.kiit .sub-menu li
{
	display: inline-block;
}
.kiit .sub-menu li a
{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 18px;
	padding: 5 10px;
}
.cool-links:hover::after
{
	width: 100%;
	transition: .3s;
}
.cool-links::after
{
	content: '';
	object-position: center;
	display: flex;
	width: 0;
	height: 2px;
	background: #ff022c;
	transition:width .3s;
}
.ticker-wrapper{
    position: relative;
    max-width: 100%;
    margin: auto;
    box-shadow: 6px 6px 20px #000;
	height: 40px;
	align-items: center;
	align-content: center;
}
 
.ticker-wrapper .bigHeading{
    display: block;
    position: absolute;
    background: #e60000;
    padding: 10px;
    z-index: 2;
	height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.7));
}
.ticker-wrapper .bigHeading h1
{
    font-style: italic;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -4px;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.8));
} 
.ticker-wrapper .bigHeading::before{
        content: '';
        width: 0;
        position: absolute;
        border-width: 40px;
        border-style: solid;
        top: 0;
        z-index: -1;
}
.ticker-wrapper .bigHeading::before{
    border-color: #e60000 transparent transparent transparent ;
    right: -40px;
}
.ticker-wrapper .text-update{
    height: 40px;
    background: #004fff;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 500px;
    display: flex;
    width: 100%;
    align-items: center;
    left: 12px;
}
.ticker-wrapper .text-update marquee{
    position: relative;
	font-size: 22px;
    display: flex;
	height: 40px;
    margin: 0;
	font-family: cursive;
    font-weight: lighter;
	transition-duration: 60000s;
}
.bekar
{
	position: relative;
	height: 120px;
	max-height: 150px;
	width: 100%;
	display: block;
	padding-top: 50px;
}
/*
@media only screen and (min-width: 768px) and (max-width: 991px){
	.bekar{
		height: 30px;
		width: 100%;
		position: relative;
	}
}
*/
/*
@media only screen and (max-width: 767px){
	.bekar{
		height: 30px;
		width: 100%;
		position: relative;
	}
}
*/
@media only screen and (min-width: 350px) and (max-width: 767px){
	.bekar{
		display: none;
		margin-top: 0px;
	}
}
.slider
{	
	position: static;
	display: flex;
	background-size: cover;
	background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
	max-height: 70vh;
    width: 100%;
    animation: slide 20.5s infinite;
}
@keyframes slide
{
    0%{
		background-image: url(Images/Home/Background/1.jpg);
    }
    20%{
        background-image: url(Images/Home/Background/1.jpg);
    }
    20.01%{
        background-image: url(Images/Home/Background/2.jpg);
    }
    40%{
        background-image: url(Images/Home/Background/2.jpg);
    }
    40.01%{
        background-image: url(Images/Home/Background/3.jpg);
    }
    
    60%{
        background-image: url(Images/Home/Background/3.jpg);
    }
    60.01%{
        background-image: url(Images/Home/Background/4.png);
    }
    
    80%{
        background-image: url(Images/Home/Background/4.png);
    }
    80.01%{
        background-image: url(Images/Home/Background/5.jpg);
    }
    100%{
		background-image: url(Images/Home/Background/5.jpg);
    }
}
@media only screen and (min-width: 350px) and (max-width: 767px){
	.slider{
		background-size: contain;

	}
}
.load
{
    animation: slide 4s;
}

.sl marquee
{	
	position: relative;
	width: 100%;
	height: auto;
	object-position: center;
	background-color: transparent;
    height: 200px;
    width: 100%;
    transition: 60000s infinite;
}
.sl img
{
	top: 10px;
	display: inline-flex;
	position: relative;
	background-color: white;
    cursor: pointer;
    height: 190px;
    width: auto;
    border-radius: 10px;
	transition: 1s;
	float: none;
}
.sl img:hover
{
    transform: scale(.9);
}
.pc
{
	width: 100%;
	height: auto;
	text-transform: capitalize;
	background: #fff;
}
.pc h1
{
	padding-top: 20px;
	padding-bottom: 10px;
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: Traditional Arabic;
	text-align: center;
	font-weight: 400;
	letter-spacing: 2px;
}
.pc h1 span
{
	font-size: 18px;
}
.container
{
	position: relative;
	padding: 20px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	grid-gap: 10px 40px;
	grid-auto-rows: auto;
	grid-auto-columns: auto;
	justify-content: center;
	align-items: center;
	object-position: center;
	background: #060c21;
	z-index: 3;
}
.container .box
{
	position: relative;
	height: 400px;
	background:  #157068;
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.container .box:before
{
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	background: #fff;
	z-index: -1;
}
.container .box:after
{
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	background: #fff;
	z-index: -2;
	filter: blur(10px);
}
.container .box:before,
.container .box:after
{
    background: linear-gradient(230deg,#89ff00,#141950,#ff470f);
}
.content
{
	background: transparent;
	position: relative;
	padding: 20px;
	-spacing: 10px;
	box-sizing: border-box;
}
.box h2
{
	position: absolute;
	top: -20px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 8em;
	color: rgba(255, 255, 255, 0.2);
	transition: 0.5s;
}
.box:hover h2
{
	top: -60px;
}
.box .content h3
{
	margin-top: 10px;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	font-family: sans-serif;
	/* border-bottom: 3px solid orange; */
}
.box .content p
{
	margin-top: 40px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Handlee';
}
.box .content a
{
	position: relative;
	margin: 20px 0 0;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #fff;
	display: inline-flex;
	color: #fff;
	transition: 0.5s;
	transform: translateY(-40px);
	opacity: 0;
	visibility: hidden;
	background: rgb(255, 94, 0);
}
.box:hover .content a
{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.box .content a:hover
{
	color: #fff;
	background: rgb(252, 255, 55);
	color: #000;
}

.Employers
{
	background: #465a6e;
	height: 70vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.Employers .middle
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.Employers .navigation
{
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%);
	display: flex;
	cursor: pointer;
}
.Employers .bar
{
	width: 80px;
	height: 80px;
	background: transparent;
	margin: 8px;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 50%;
	justify-content: center;
	align-content:center;
	align-items: center;
}
.Employers .bar img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid orange;
	transition: 0.3s;
}
.Employers .bar img:hover
{
	transform: scale(0.9);
}
input[name="r"]
{
	position: absolute;
	visibility: hidden;
}
.Employers .slides
{
	width: 500%;
	height: 98%;
	display: flex;
}
.Employers .slide
{
	width: 20%;
	transition: 1s;
}
.Employers .img-text
{
	position: relative;
	width: 100%;
	height: 102%;
	background-color: rgba(0, 0, 0, 0.3);
	padding-bottom:100px;
}
.Employers .slide h5
{
	position: relative;
	padding-bottom: 3px;
	font-size: 30px;
	color: white;
	text-align:center ;
	font-family: Merienda;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.Employers .slide span
{
	font-size: 15px;
	letter-spacing: 2px;
}
.Employers .slide p
{
	padding-top: 18%;
	font-size: 32px;
	font-family: Bradley Hand ITC;
	text-align: center;
	color: white;
}
.Employers .slide img
{
	position: absolute;;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
#r1:checked ~ .s1
{
	margin-left: 0;
}
#r2:checked ~ .s1
{
	margin-left: -20%;
}
#r3:checked ~ .s1
{
	margin-left: -40%;
}
#r4:checked ~ .s1
{
    margin-left: -60%;
}


footer
{ 
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #111;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .container2
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
footer .container2 .sec
{
    margin-right: 30px;
} 
footer .container2 .sec.aboutus
{
    width: 40%;  
}
footer .container2 h2
{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .container2 h2:before
{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width:50px;
    height: 2px;
    background: #f00;
}
footer p
{
    color: #999;
}
.sci
{
    margin-top: 20px;
    display: flex;
}
.sci li
{
    list-style: none;
}
.sci li a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.sci li a:hover
{
    background: #f00;
}
.sci li a .fa
{
    columns: #fff;
    font-size: 20px;
}
.quicklinks
{
    position: relative;
    width: 25%;
}
.quicklinks ul li 
{
    list-style: none;
}
.quicklinks ul li a
{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
 .quicklinks ul li a:hover
 {
    color: #fff;
 }
 .Contact
 {
    width: calc(35% - 60px);
    margin-right: 0 !important; 
 }
 .Contact .info
 {
    position: relative;
 }
 .Contact .info li
 {  
    display: flex;
    margin-bottom: 16px;
 }
 .Contact .info li span:nth-child(1)
 {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
 }
 .Contact .info li span 
 {
    color: #999;
 }
 .Contact .info li a
{
    color: #999;
    text-decoration: none;
}
.Contact .info li a:hover
{
    color: #fff;
}
.copyrghtText
{
width: 100%;
background: #181818;
padding: 8px 100px;
text-align: center;
color: #999;
 }