/*after verification data css*/

.txt-center {
	text-align: center;
}

.border- {
	border: 1px solid #555 !important;
}

.padding {
	padding: 15px;
}

.mar-bot {
	margin-bottom: 15px;
}

.admit-card {
	border: 1px solid #555;
	padding: 15px;
	margin: 20px 0;
}

.BoxA h5,
.BoxA p {
	margin: 0;
}

h5 {
	text-transform: uppercase;
}

table img {
	width: 100%;
	height: 100%;

}



/*end of after verification data css*/

 .form-group  span
    {
        color: red;
        font-weight: 700;
    }
/* header logo or float button css*/

@media(max-width:600px) {
	#headerLogo {

    width:120px;
	}
	
	#bannerImg
	{
	    height:280px;
	}

 #enquiry2 {
         position: fixed;
         left:-20px;
         bottom: 35%;
         z-index: 1000;
         }
         #enquiry2 a {
         display: block;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:15px;
         text-align: center;
         color: #fff;
         font-weight: bold;
         text-decoration: none;
         }

        #Campaign {
         position: fixed;
         right: -60px;
         bottom: 44%;
         z-index: 222;
         }

         #Campaign a {
         display: block;
         letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:15px;
         text-align: center;
         color: #fff;
         font-weight: bold;
         text-decoration: none;
         }


}

@media(min-width:600px) {
	#headerLogo {
		height: 70px;
	}
	#bannerImg
	{
	    height:600px;
	}
  #Campaign {
         position: fixed;
         right: -60px;
         bottom: 50%;
         z-index: 1000;
         }

         #Campaign a {
         display: block;
         letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:15px;
         text-align: center;
         color: #fff;
         font-weight: bold;
         text-decoration: none;
         }

         #enquiry2 {
         position: fixed;
         left: -25px;
         bottom: 50%;
         z-index: 1000;
         }
         #enquiry2 a {
         display: block;
          letter-spacing: 2px;
         text-transform: capitalize;
         padding: 0px 10px 3px 10px;
         font-size:15px;
         text-align: center;
         color: #fff;
         font-weight: bold;
         text-decoration: none;
         }
}

.quadrat {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 1s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

	0%,
	49% {
		background-color: #d53f34;
		border-radius: 20px;
	}

	50%,
	100% {
		background-color: #fdbf23;
		border-radius: 20px;
	}
}

.event_overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	color: #f1f1f1;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

.container:hover .event_overlay {
	opacity: 1;
}


.float-button {

	position: fixed;
	bottom: 40px;
	right: 0px;
	background-color: #C4122F;
	color: #fff;
	border-radius: 50px;
	border: 3px solid #C4122F;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	text-decoration: none;
	font-weight: 600;
	z-index: 999;
	font-size: 15px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect2 5s infinite ease-in;
}

@keyframes effect2 {

	20%,
	100% {
		width: 150px;
		height: 50px;

	}

	0%,
	10% {
		width: 150px;
		height: 55px;

	}

	5% {
		width: 150px;
		height: 50px;

	}

	.float-button-text {
		margin-top: 22px;
	}

}

@media(max-width:600px) {

	.float-button {

		position: fixed;
		bottom: 40px;
		right: 0px;
		background-color: #C4122F;
		color: #fff;
		border-radius: 50px;
		border: 3px solid #fff;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		text-decoration: none;
		font-weight: 600;
		z-index: 999;
		font-size: 15px;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
		-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
		box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
		animation: effect2 5s infinite ease-in;
	}

	@keyframes effect2 {

		20%,
		100% {
			width: 150px;
			height: 50px;

		}

		0%,
		10% {
			width: 150px;
			height: 55px;

		}

		5% {
			width: 150px;
			height: 50px;

		}

		.float-button-text {
			margin-top: 22px;
		}
	}
}

.whatsapp-button {
	position: fixed;
	bottom: 55px;
	left: 15px;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect 5s infinite ease-in;
}

@keyframes effect {

	20%,
	100% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	0%,
	10% {
		width: 55px;
		height: 55px;
		font-size: 35px;
	}

	5% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}


/*end of header logo or float button css*/


/*login form css*/
.modal-backdrop.in {
	opacity: 0;
}

.modal-box .modal-dialog {
	width: 500px;
	margin: 100px auto 0;
}

.modal.in .modal-dialog {
	transform: scaleY(1);
}

.modal-box .modal-dialog .modal-content {
	color: #555;
	background: linear-gradient(45deg, #fff, #fcfcfc, #fff);
	text-align: center;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal-box .modal-dialog .modal-content .close:hover {
	color: #fff;
}

.modal-box .modal-dialog .modal-content .close:focus {
	outline: none;
}

.modal-box .modal-dialog .modal-content .modal-body {
	padding: 0 30px !important;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
	color: #fff;
	background: #202c45;
	font-size: 40px;
	line-height: 100px;
	width: 100px;
	height: 100px;
	margin: -50px auto 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
}

.modal-box .modal-dialog .modal-content .modal-body .title span {
	font-size: 16px;
	font-weight: 400;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control {
	background-color: #e7e7e7;
	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	height: 45px;
	border: 2px solid #e7e7e7;
	border-radius: 50px;
	box-shadow: none;
	width: 100%;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
	background-color: #fff;
	box-shadow: none;
}

.modal-box .modal-dialog .modal-content .modal-body .btn {
	color: #fff;
	background: linear-gradient(#202c45, #202c45);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	width: 100%;
	padding: 12px 10px 13px;
	margin: 25px 0 35px;
	border: none;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .modal-body .btn:hover {
	text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.modal-box .modal-dialog .modal-content .modal-body .btn:focus {
	outline: none;
}

.modal-box .modal-dialog .modal-content .modal-footer {
	background-color: #fdfdfd;
	text-align: center;
}

.modal-box .modal-dialog .modal-content .modal-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.modal-box .modal-dialog .modal-content .modal-footer ul li {
	display: inline-block;
	padding: 0 10px;

}

.modal-box .modal-dialog .modal-content .modal-footer ul li a {
	font-size: 20px;
	font-weight: 600;
}

.modal-box .modal-dialog .modal-content .modal-footer ul li a:hover {
	color: #0094B9;
}

@media only screen and (max-width: 576px) {
	.modal-dialog {
		width: 95% !important;
	}

	.modal-box .modal-dialog .modal-content .modal-body .form-control {
		background-color: #e7e7e7;
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		height: 45px;
		border: 2px solid #e7e7e7;
		border-radius: 50px;
		box-shadow: none;
	}

	.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
		color: #fff;
		background: #202c45;
		font-size: 30px;
		line-height: 80px;
		width: 80px;
		height: 80px;
		margin: -50px auto 35px;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
		border-radius: 50%;
	}

	.modal-box .modal-dialog .modal-content .modal-body .btn {
		color: #fff;
		background: linear-gradient(#0f233b, #0f233b);
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: capitalize;
		width: 100%;
		padding: 12px 10px 13px;
		margin: 20px 0 22px;
		border: none;
		border-radius: 50px;
		transition: all 0.3s ease 0s;
	}
}

/*end of login form css*/
