/*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;
}
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: #FFB840;
	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 {

	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	height: 45px;
	border-radius: 10px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border: 2px solid #e1d8d8;
	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(#FFB840, #FFB840);
	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: 10px;
	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*/
/* Custom float button */
.custom-fab-wrapper {
    position: fixed;
    bottom: 3rem;
    left: 3rem;
    z-index: 2;
}

.custom-fab-checkbox {
    display: none;
}

.custom-fab {
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0px 5px 20px var(--primary-color);
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-left-radius: 6px;
    border: 1px solid var(--primary-color);
}

.custom-fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.custom-fab-checkbox:checked ~ .custom-fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}

.custom-fab:hover {
    background: #f84d42;
    box-shadow: 0px 5px 20px 5px #ee9e99;
}

.custom-fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.custom-fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.custom-fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.custom-fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.custom-fab-checkbox:checked ~ .custom-fab .custom-fab-dots {
    height: 6px;
}

.custom-fab .custom-fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.custom-fab-checkbox:checked ~ .custom-fab .custom-fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.custom-fab-checkbox:checked ~ .custom-fab .custom-fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.custom-fab-checkbox:checked ~ .custom-fab .custom-fab-dots {
    animation: none;
}

.custom-fab-wheel {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom left;
    transform: scale(0);
}

.custom-fab-checkbox:checked ~ .custom-fab-wheel {
    transform: scale(0.8);
}

.custom-fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
    opacity: 0;
}

.custom-fab-checkbox:checked ~ .custom-fab-wheel .custom-fab-action {
    opacity: 1;
}

.custom-fab-action:hover {
    background-color: #f16100;
}

.custom-fab-wheel .custom-fab-action-1 {
    left: -1rem;
    top: 0;
}

.custom-fab-wheel .custom-fab-action-2 {
    left: 3.4rem;
    top: 0.5rem;
}

.custom-fab-wheel .custom-fab-action-3 {
    right: 0.5rem;
    bottom: 3.4rem;
}

.custom-fab-wheel .custom-fab-action-4 {
    right: 0;
    bottom: -1rem;
}

/* WhatsApp - Green */
.custom-fab-action-1 {
    background-color: #25D366;
}

/* Phone - Standard Blue */
.custom-fab-action-2 {
    background-color: #34b7f1;
}

/* Facebook - Blue */
.custom-fab-action-3 {
    background-color: #1877f2;
}

/* YouTube - Red */
.custom-fab-action-4 {
    background-color: #FF0000;
}

/* Hover effect to make them stand out */
.custom-fab-action:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

