*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    display: absolute;
    justify-content: center;
    font-family: sans-serif;
    object-fit: contain;
}
.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/Payment/payment.png);
	background-size: cover;
	background-position: center;
	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;
}
.payment-option
{
    width: 100%;
    height: auto;
    background: rgb(30, 180, 200);
    position: relative;
	display: flex;
	font-family: 'Poppins', sans-serif;
	align-content: center;
	align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.payment-option{
		display: block;
		height: auto;
	}
}
@media only screen and (max-width: 767px)
{
	.payment-option{
		display: block;
		height: auto;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .payment-option{
		position: relative;
        display: block;
		height: auto;
    }
}
.payment-option .ac-details
{
    position: relative;
    background: #fff;
    width: 400px;
    height: 500px;
    padding: 40px;
    line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.payment-option .ac-details{
		position: relative;
		width: 100%;
        display: block;
		height: auto;
	}
}
@media only screen and (max-width: 767px)
{
	.payment-option .ac-details{
		position: relative;
		width: 100%;
        display: block;
		height: auto;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .payment-option .ac-details{
		position: relative;
		width: 100%;
        display: block;
		height: auto;
    }
}
.payment-option .ac-details h1
{
    font-size: 30px;
    line-height: 30px;
	margin-top: -18px;
	margin-bottom: 40px;
}
.payment-option .ac-details li
{
    display: block;
    list-style: none;
    font-size: 16px;
    margin-top: 25px;
	letter-spacing: 1px;
}
.payment-option .img-list
{
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
	height: auto;
	height: auto;
	transform: translateX(50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.payment-option .img-list{
		position: relative;
        display: block;
		height: auto;
		padding-top: 20px;
		transform: translateX(0);
	}
}
@media only screen and (max-width: 767px)
{
	.payment-option .img-list{
		position: relative;
        display: block;
		height: auto;
		padding-top: 20px;
		transform: translateX(0);
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .payment-option .img-list{
		position: relative;
        display: block;
		height: auto;
		padding-top: 20px;
		transform: translateX(0);
    }
}
.payment-option .img-list h1
{
	font-size: 30px;
	margin-bottom: 2px;
}
.payment-option .img-list li
{
	list-style: none;
}
.payment-option .img-list .list
{
	display: flex;
}
.payment-option .img-list .list li
{
	margin-bottom: 15px;
	padding-right: 25px;
	cursor: pointer;
}
.payment-option .img-list img
{
	height: 400px;
	width: auto;
	align-self: center;
}


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;
 }