

.stu-portel-img{
	width: 200px;
	height: 53px;
	border-radius: 5px;
    border: 3px solid #a4a4ff;
}

.nacc-img{
	width: 200px;
	height: 53px;
	border-radius: 5px;
    border: 3px solid #a4a4ff;
}

.paymnet-container .btn{
	position: relative;
	width: 100%;
	height: 77px;
	margin: 20px;
}
.paymnet-container .btn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	color: #fff;
	z-index: 1;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	transition: 0.5s;
	backdrop-filter: blur(15px);
}
.paymnet-section{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20%;
	background: #350048;
}
.paymnet-container{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.paymnet-container .btn:hover a{
	letter-spacing: 3px;
}
.paymnet-container .btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,0.15),transparent);
	transform: skew(45deg) translateX(0);
	transition: 0.5s;
}
.paymnet-container .btn:hover a::before{
	transform: skew(45deg) translateX(200%);
}
.paymnet-container .btn::before{
    content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0s;
}
.paymnet-container .btn:hover:before{
	bottom: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
	transition-delay: 0.1s;
}

.paymnet-container .btn::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0s;
}

.paymnet-container .btn:hover::after {
	top: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
	transition-delay: 0.1s;
}
.paymnet-container .btn:nth-child(1)::before,
.paymnet-container .btn:nth-child(1)::after
{
background: #ff1f71;
box-shadow: 0 0 5px #ff1f71,
0 0 15px #ff1f71,
0 0 30px #ff1f71,
0 0 60px #ff1f71;
}


.paymnet-container .btn:nth-child(2)::before,
.paymnet-container .btn:nth-child(2)::after {
	background: #2bd2ff;
	box-shadow: 0 0 5px #2bd2ff,
		0 0 15px #2bd2ff,
		0 0 30px #2bd2ff,
		0 0 60px #2bd2ff;
}

.paymnet-container .btn:nth-child(3)::before,
.paymnet-container .btn:nth-child(3)::after {
	background: #1eff45;
	box-shadow: 0 0 5px #1eff45,
		0 0 15px #1eff45,
		0 0 30px #1eff45,
		0 0 60px #1eff45;
}


#marqueecontainer1{
	position: relative;
	width: 190px;
	height: 220px;
	background-color: #fff;
	overflow: hidden;
	border: #fff;
	padding: 2px;
	padding-left: 4px;
}

#vmarquee1{
	position: absolute;
	width: 98%;
	top: 22px;
}

.text-dark{
	color: #343f52 !important;
}
.card-announcement{
	box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0rem 0rem 1.25rem rgb(30 34 40 / 4%);
    border: 0;
}
.card-body-annou{
	flex: 1 1 auto;
    padding: 2rem 2rem;
}
.text-primary{
	color: #3f78e0 !important;
}
.text-white{
	color: #fff;
}
.bg-soft-purple{
	background-color: #f5f5fc !important;
}
.card-anou{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(164, 174, 198, 0.2);
    border-radius: 0.4rem;
}
.m-2{
    margin: 0.5rem !important;
}
.p-6{
	padding: 1.5rem !important;
}
.btn-sm{
	padding: 0.4rem 1rem;
    font-size: 0.7rem;
    border-radius: 0.4rem;
}
.btn-anou .disabled{
	pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}
.btn-soft-purple{
    background-color: #e9eaf8;
	color: #747ed1;
}	    
.btn-anou{
    display: inline-block;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: -0.01rem;
	color: #60697b;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	box-sizing: border-box;
	transform: translateY(0);
	padding: 0.5rem 1.2rem;
	font-size: 0.8rem;
	border-radius: 0.4rem;
	transition: all 200ms ease-in-out;
}
.me-4{
	margin-right: 1rem !important;
}
.sailent{
	background: cadetblue;
    padding: 1rem;
    margin-top: 0px;
    color: #fff !important;
    border-radius: 5px;
}


/* demos css */

.demo {
	background-color: #f5f5f5;
	font-family: 'Poppins', sans-serif;
}

.panel {
	padding: 0;
    border-radius: 0;
    border: none;
    
    height: 330px;
}

.panel .panel-heading {
	padding: 0 0 20px 0;
	border-radius: 0;
	margin: 0;
}

.panel .panel-heading .title {
	color: #566787;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 6px 0;
}

.panel .panel-heading .title span {
	font-weight: 700;
}

.panel .panel-heading .search-box {
	position: relative;
}

.panel .panel-heading .search-box i {
	color: #a0a5b1;
	font-size: 13px;
	position: absolute;
	top: 11px;
	left: 15px;
}

.panel .panel-heading .search-box .form-control {
	padding: 0 0 0 40px;
	border-color: #ddd;
	border-radius: 20px;
}

.panel .panel-heading .search-box .form-control:focus {
	border-color: #3FBAE4;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.panel .panel-body {
	padding: 0;
}

.panel .panel-body .table {
	margin: 0;
}

.panel .table-responsive .table-bordered {
	border: 1px solid #ddd;
}

.panel .panel-body .table thead tr th {
	font-size: 17px;
	font-weight: 600;
	padding: 12px;
	background: #7a48a9;
	color: #fff;
}

.panel .panel-body .table tbody tr td {
	color: #555;
	font-size: 16px;
	padding: 15px 12px;
	vertical-align: middle;
}

.panel .panel-body .table tbody .action-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.panel .panel-body .table tbody .action-list li {
	display: inline-block;
	margin: 0 5px;
}

.panel .panel-body .table tbody .action-list li a {
	color: #03A9F4;
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.panel .panel-body .table tbody .action-list li a.edit {
	color: #FFC107;
}

.panel .panel-body .table tbody .action-list li a.delete {
	color: #E34724;
}

.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after {
	content: attr(data-tip);
	color: #fff;
	background-color: #111;
	font-size: 12px;
	padding: 5px 7px;
	border-radius: 4px;
	text-transform: capitalize;
	display: none;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -32px;
	transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:after {
	content: '';
	height: 15px;
	width: 15px;
	padding: 0;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -18px;
	z-index: -1;
}

.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after {
	display: block;
}

.panel .panel-footer {
	color: #999;
	background-color: transparent;
	padding: 15px 0 0;
	border: none;
}

.panel .panel-footer .col {
	line-height: 35px;
}

.pagination {
	margin: 0;
}

.pagination li a {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	padding: 0;
	margin: 0 2px;
	border: none;
}

.pagination li:first-child a,
.pagination li:last-child a {
	border-radius: 30px;
}

.pagination li a:hover {
	color: #999;
	background: #e9ecef;
}

.pagination li a:focus,
.pagination li.active a {
	color: #fff;
	background-color: #03a9f4;
}

@media only screen and (max-width:767px) {
	.panel .panel-heading .title {
		text-align: center;
		margin: 0 0 10px;
	}
}
.b.tech-btn{
	font-size: 15px !important;
	padding: 0.5rem !important;
}

/* intake btn */

:root {
	--white: #fff;
	--color_1: linear-gradient(to right, #fc5c65 49%, #eb3b5a 50%);
	--color_2: linear-gradient(to right, #4b7bec 49%, #3867d6 50%);
	--color_3: linear-gradient(to right, #fd9644 49%, #fa8231 50%);
	--color_4: linear-gradient(to right, #26de81 49%, #20bf6b 50%);
}

.intake-btn {
	color: var(--white);
    background: var(--color_1);
    font-family: 'Signika', sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.intake-btn:hover {
	color: var(--white);
	text-shadow: 0 0 5px #000;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
	animation: bounce 0.4s linear;
}

.intake-btn:before,
.intake-btn:after {
	content: "";
	background: #778ca3;
	width: 50%;
	height: 100%;
	opacity: 0;
	transform: scaleX(0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s linear;
	z-index: -1;
}

.intake-btn:after {
	background: #4b6584;
	width: 52%;
	transform: scaleX(1) scaleY(0);
	left: auto;
	right: -2px;
}

.intake-btn:hover:before,
.intake-btn:hover:after {
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}

.intake-btn.blue {
	background: var(--color_2);
}

.intake-btn.orange {
	background: var(--color_3);
}

.intake-btn.green {
	background: var(--color_4);
}

@keyframes bounce {
	40% {
		transform: scale(1.1);
	}

	60% {
		transform: scale(0.8);
	}

	80% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1.0);
	}
}

@media only screen and (max-width: 767px) {
	.intake-btn {
		margin-bottom: 20px;
	}
}

/* testimonial */
.img-topper-circles{
	width: 200px !important;
	height: 200px;
}
.topper-content{
	font-weight: 100;
	font-size: 15px;
	line-height: 24px;
	color: #000 !important;
}
.topper-bg{
	background: whitesmoke;
}


.serviceBox {
	border: 1px solid #4e4e4e;
	text-align: center;
	/* padding: 40px 0; */
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease 0s;
	height: 300px;
}

.serviceBox:before,
.serviceBox:after {
	content: "";
	width: 200%;
	height: 200%;
	background: #eba133;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: -1;
	transform: rotate(-18deg);
	transition: all 0.5s ease 0s;
}

.serviceBox:before {
	background: #4e4e4e;
	left: -120%;
	transform: rotate(24deg);
}

.serviceBox:hover:before {
	transform: rotate(16deg);
}

.serviceBox:hover:after {
	background: #684f8e;
	transform: rotate(-10deg);
}

.serviceBox .service-icon {
	font-size: 60px;
	color: #684f8e;
	line-height: 100px;
	margin-bottom: 100px;
}

.serviceBox .service-content {
	
	line-height: 25px;
	padding: 0 20px 20px;
}

.serviceBox .title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.serviceBox .description {
	font-size: 14px;
}

.serviceBox .read {
	display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #eba133;
    padding: 10px;
    border-left: 1px solid #eba133;
    border-right: 1px solid #eba133;
    position: absolute;
    bottom: 13px;
    border-radius: 25px;
}

.serviceBox:hover .read {
	border-color: #684f8e;
    color: #ffffff;
    background-color: #eba133;
}

@media only screen and (max-width: 990px) {
	.serviceBox {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {

	.serviceBox:before,
	.serviceBox:after {
		top: 80px;
	}
}

@media only screen and (max-width: 480px) {

	.serviceBox:before,
	.serviceBox:after {
		top: 140px;
	}
}