*
{
    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: 3;
	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/Result/training.jpg);
	background-size: cover;
	background-position: center;
	border-bottom: 2px solid rgb(255, 0, 0);
}
.khali
{
	position: relative;
	height: 300px;
	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;
}


.resultarea
{
    position: relative;
    background-color: #e5e5e5c0;
    align-items: center;
    align-self: center;
    align-content: center;
    object-fit: contain;
    min-height: 260px;
}
.subhead
{
	font-family:"Segoe UI";
	color:RED;
	font-size:24px;
	text-decoration:underline;
}


.labels
{
	font-family:"Segoe UI";
	color:#000;
	font-size: 16px;
	font-style: italic;
}
.fields
{
	cursor: pointer;
	font-family:"Segoe UI";
	font-size: 16px;
  	width: 180px;
  	height: 30px;
	padding: 3px 5px;
	color:#000;
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
}
.fields1
{
	cursor: pointer;
	font-family:"Segoe UI";
	font-size:14px;
	padding: 2px 5px;
	color:#000;
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
}
.result-box
{
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    line-height: 20px;
    padding: 10px 20px;
    border: 2px solid orange;
    transition: 0.3s ease-out;
    font-family: sans-serif;
    height:400px;
    width:600px;
}
.result-box .rimg
{
    top:0;
    left:0;
    padding-left:50px;
    position: relative;
    height: 120px;
    width: 100%;
    
}
.result-box .rimg img
{
    position: absolute;
    width:auto;
    height: 100%;
}
.result-box .rhead
{
    padding-top: 10px;
    height: 60px;
    position: relative;
    padding-left: 60px;
    bottom: 0;
    margin-bottom: 20px;
}
.result-box:hover
{
    box-shadow: 5px 6px 15px rgba(0,0,0,0.5);
}
.result-box h2
{
    padding-bottom: 2px;
    font-weight: 600;
}
.result-box h4
{
    bottom: 0;
    font-weight: 600;
}
.result-box .dt
{
    letter-spacing: 1px;
    padding-left: 60px;
}
.result-box .dt span
{
    color:#0C0A3E;
    font-weight:600;
}
.design
{
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
	padding:10px 10px;
	transition: 0.5s ease-out;
	margin-bottom: 4px;
}
.design:hover
{
	box-shadow: 5px 6px 15px #000000;
}

a.link:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#027ce0;
}
a.link:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0effff;
}
a.link:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#6200ff;
}
a.link:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:rgb(124, 124, 124);
}

.msg
{
	font-family:"Segoe UI";
	font-size:14px;
	color:rgb(255, 0, 0);
}

a.cmd:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;

	border:1px solid #066;
}
a.cmd:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#2600ff;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid rgb(0, 0, 0);
}
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;
 }

.print-btn
{
	border-radius: 5px;
	color: #fff;
	border: 1px solid rgb(192, 0, 128);
    background: #4726ff;
	padding: 4px 10px;
	font-size: 15px;
	margin-right: 5px;
}
.print-btn:hover
{
	background: #176fe4;
	border: none;
}