*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
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: 1;
	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;
}
.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;
}
.ba{
   	background: url(Images/About/bg.jpg);
	background-size: cover;
    height: 80%;
    width: auto;
	border-bottom: 2px solid rgb(255, 0, 0);
}
.khali
{
	position: relative;
	height: 400px;
	width: 100%;
	background: transparent;
}
.patti
{
	background-color: transparent;
	background-image: url(bgp3.png);
	height: auto;
	width: 100%;
	background-position: left;
	background-size: cover;
    background-repeat: no-repeat;
}
.patti h1
{
	font-size: 50px;
	padding: 20px 70px;
	font-weight: 600;
}
.about-kiit
{
	width: 100%;
  	display:block;
    position: relative;
	background-image: url(Images/About/bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.about-kiit p
{
	font-family: sans-serif;
	font-weight: 500;
	color: #fff;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	font-size: 1em;
	text-align: justify;
	word-spacing: 3px;
	line-height: 25px;
}
.certificate
{
	display: block;
	height: auto;
	background: rgb(240, 240, 240);
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 5px;
}
.certificate .text
{
	position: relative;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	letter-spacing: 1px;
	color: black;
}
.certificate marquee
{
	position: relative;
	width: 100%;
	height: auto;
}
.certificate img
{
	margin-right: 5px;
	border-radius: 10px;
	border: 2px solid black;
	width:auto;
	height: 350px;
	transition: 0.5s;
}
.certificate a
{
	background: transparent;
	text-decoration: none;
}
.certificate img:hover
{
	transform: scale(0.95);
}


footer
{ 
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background: #111;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .container 
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container .sec
{
	margin-right: 30px;
} 
footer .container .sec.aboutus
{
	width: 40%;  
}
footer .container h2
{
	position: relative;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
footer .container 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;
 }