@media (min-width: 992px) {
	.block-nav-header-2 #top-bar.transparent-topbar {
		background: rgb(38 58 115 / 85%) !important;
		z-index: 399;
		border-bottom: 0;
	}

	.block-nav-header-2 .transparent-topbar+.transparent-header+#content {
		margin-top: -163px;
	}
}

.width-550px {
	width: 550px !important;
}

.width-650px {
	width: 800px !important;
}

.width-500 {
	width: 515px !important;
	left: -403px !important;
}

.footer-big-contacts {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}

.dark .owl-carousel .owl-dots .owl-dot,
body:not(.dark) #copyrights {
	background-color: transparent !important;
}

.offcanvas.offcanvas-top {
	position: absolute;
	height: max-content;
	background-color: var(--cnvs-contrast-100);
	--bs-offcanvas-border-color: rgba(var(--cnvs-contrast-rgb), .1);
}

.nav:not(.primary-nav) .nav-link {
	--bs-nav-link-padding-x: 0;
}

.primary-nav .nav-link {
	--bs-nav-link-padding-y: 8px;
	--bs-nav-link-font-size: 1.25rem;
	--bs-nav-link-font-weight: 700;
	--bs-nav-link-color: var(--cnvs-contrast-900);
}

.primary-nav .nav-link:hover {
	font-style: italic;
}

.offcanvas .container>.row>*:not(:first-child) {
	border-left: 1px solid var(--cnvs-contrast-200);
}

.offcanvas-backdrop.show {
	cursor: url('images/icons/close.png') 16 16, pointer;
}

.dropdown-toggle::after {
	margin-top: 5px;
}

.block-nav-header-2 .dark .top-links li>a,
.block-nav-header-2 .dark #top-social li a {
	color: #ffffff;
	font-weight: 600;
}

.block-nav-header-2 .dark #top-social li,
.block-nav-header-2 .top-links-item {
	border-left: 0;
}

.menu-item.menu-line {
	width: 1px;
	height: 30px;
	background-color: #CCC;
}

@media (min-width: 992px) {
	.opacity-on-hover .menu-container>.menu-item>.menu-link {
		transition: color .3s ease;
		color: #FFF !important;
	}

	.opacity-on-hover .menu-container:hover>.menu-item:not(:hover):not(.current)>.menu-link {
		color: #D5D5D5 !important;
	}

}

#header.sticky-on-scrollup #header-wrap {
	-webkit-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	-o-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
}

#header.sticky-on-scrollup.sticky-header #header-wrap {
	margin-top: -100px;
}

#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap {
	margin-top: 0px;
}

.owl-carousel .owl-dots .owl-dot.active {
	width: 8px;
}

.block-nav-header-4 .modal-dialog {
	position: fixed;
	right: 35%;
	max-width: 400px;
}

.block-nav-header-4 button.btn-close {
	float: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.block-hero-26 .font-secondary {
	font-family: 'Poppins', sans-serif;
}

.block-nav-header-4 .btn-menu {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 299;
}

.block-nav-header-4 .btn-menu-admission {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 299;
}

.block-nav-header-4 .modal.fade:not(.show) .modal-dialog {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

@media (max-width: 768px) {
    #header {
        --cnvs-primary-menu-font-size: 9px;
        background: #000 !important;
    }
}

@media (max-width: 576px) {
	.block-nav-header-4 .modal-dialog {
		max-width: none;
		right: 10px
	}

	.block-nav-header-4 .btn-menu {
		bottom: 40px;
		right: 20px;
		padding: 3px;
		font-size: 13px;
		border-radius: var(--bs-border-radius-lg);
	}



	.block-nav-header-4 .btn-menu-admission {
		bottom: 40px;
		left: 10px;
		padding: 3px;
		font-size: 13px;
		border-radius: var(--bs-border-radius-lg);
	}

	.top-links {
		display: none;
	}

	.top-links-1 {
		display: block !important;
	}

	.abhishek-responsive {
		position: fixed;
		bottom: 37px !important;
		right: 50% !important;
		left: 35% !important;
		padding: 3px !important;
		z-index: 299;
	}

	.top-45 {
		top: 10% !important;
	}

	.menu_abhishek {
		height: 600px !important;
		overflow: scroll;
	}

	#side-panel .side-panel-wrap {
		width: calc(330px + 30px);
	}
}

.bg_theme {
	background: #1265a8;
	color: #fff;
}

.sticky-top-sp {
	position: sticky !important;
	top: 110px;
}

.top-links-1 {
	display: none;
}

.block-nav-header-4 ul.scroll-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.block-nav-header-4 ul.scroll-menu li {
	display: inline-block;
}

.block-nav-header-4 ul.scroll-menu li a div {
	display: block;
	color: #333;
	padding: 8px 0;
	font-size: 1.1rem;
}

.block-nav-header-4 ul.scroll-menu li:hover a div,
.block-nav-header-4 ul.scroll-menu li.current a div {
	color: var(--cnvs-themecolor);
}

.block-nav-header-4 ul.scroll-menu li img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.news-header .tp-tab-title {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 5px;
	width: 350px;
	display: block;
	letter-spacing: 1px
}

.news-header .tp-tab-desc {
	font-size: 17px;
	font-weight: 500;
	color: #ffcc00;
	line-height: 25px;
	font-family: 'Poppins', sans-serif !important;
}

.top-45 {
	top: 80%;
}

.block-expand-categories h1,
.block-expand-categories h2,
.block-expand-categories h3 {
	font-family: 'Poppins', sans-serif !important;
}

.block-expand-categories .expand-category {
	--height: 50vh;
	--responsive-height: 60px;
	--hover-flex: 10;
	position: relative;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
	margin: 10px 0;
	min-height: var(--responsive-height);
	cursor: pointer;
}

.block-expand-categories .expand-category h4 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	transform: translateY(-50%);
}

/* Larger Device */
@media (min-width: 992px) {
	.block-expand-categories .expand-category {
		height: var(--height);
		flex: 1;
		margin: 0 10px;
		transition: flex 1s ease;
		-webkit-backface-visibility: hidden;
		transform: translate3d(0, 0, 0);
	}

	.block-expand-categories:not(.on-click) .expand-category:hover,
	.block-expand-categories.on-click .expand-category.active {
		flex: var(--hover-flex);
	}

	.block-expand-categories .expand-category h4 {
		opacity: 1;
		top: auto;
		bottom: 10px;
		transform: none;
		transition: opacity .4s ease;
	}

	.block-expand-categories:hover .expand-category:not(.active):not(:hover) h4,
	.block-expand-categories.on-click .expand-category:not(.active) h4 {
		opacity: 0;
	}
}

:root {
	--cnvs-secondary-font: quiche-sans, sans-serif;
}

.block-sticky-cards .content-wrap,
.block-sticky-cards .section {
	overflow: visible;
}

.block-sticky-cards .sticky-section+.sticky-section {
	margin-top: 5vh;
}

@media (min-width: 992px) {
	.block-sticky-cards .sticky-section {
		--sticky-top-gap: 30px;
		position: -webkit-sticky;
		position: sticky;
		z-index: 2;
		top: calc(80px + var(--sticky-top-gap));
	}

	.block-sticky-cards .sticky-section+.sticky-section {
		margin-top: 20vh;
	}
}


.block-testimonials-3,
.block-testimonials-3 h1,
.block-testimonials-3 h2,
.block-testimonials-3 h3,
.block-testimonials-3 h4,
.block-testimonials-3 h5,
.block-testimonials-3 h6,
.block-testimonials-3 p,
.block-testimonials-3 a {
	font-family: 'Poppins', sans-serif !important;
}

.block-testimonials-3 .swiper-slide {
	width: 400px;
	padding: 15px;
}

.block-testimonials-3 .testimonial-col {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

.block-testimonials-3 .testimonial-col p {
	font-size: 16px;
	line-height: 26px !important;
	margin-bottom: 20px;
}

.block-testimonials-3 .swiper-container-horizontal>.swiper-scrollbar {
	width: 75%;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .06);
}

.block-testimonials-3 .swiper-container,
.block-testimonials-3 .swiper-wrapper {
	cursor: ew-resize !important;
}

.sticky-menu-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -80px;
	width: 190px;
	z-index: 999999;
}

.sticky-menu-bar a {
	display: block;
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
	transform: rotate(-90deg);
}

.sticky-menu-bar a:hover {
	background-color: #58595b;
	color: #fff;
}

.side-panel-open #side-panel {
	z-index: 999999;
}

.button-effect {
	background-color: #004A7F;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 3px #fff;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #fff;
		-moz-box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		-moz-box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		-moz-box-shadow: 0 0 3px #fff;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}
}

@keyframes glowing {
	0% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}
}

.main_bg_color {
	background: #3092dd !important;
}

.main_bg_color_white {
	background: #fff !important;
}

.br-8 {
	border-radius: 5px !important;
}

.fs-14px {
	font-size: 14px !important;
}

.fs-10px {
	font-size: 10px !important;
}

#page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
	top: 92%;
}


.block-hero-10 .color {
	color: #385244 !important;
}

.block-hero-10 .bg-color {
	background-color: #385244 !important;
}

.negetive-margin {
	margin-top: -230px;
}

.heading-block::after {
	display: none;
}

.form-group>label.error {
	display: block !important;
	text-transform: none;
}

.form-group input.valid~label.error,
.form-group input[type="text"]~label.error,
.form-group input[type="email"]~label.error,
.form-group input[type="number"]~label.error,
.form-group select~label.error {
	display: none !important;
}

.top-95 {
	top: -95%;
}

.custom_color_background_table {
	background-color: #1265a8 !important;
	color: #fff !important;
	text-align: center !important;
	font-weight: 500 !important;
}

.button-effect {
	background-color: #004A7F;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 3px #fff;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #fff;
		-moz-box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		-moz-box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		-moz-box-shadow: 0 0 3px #fff;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}
}

@keyframes glowing {
	0% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}

	50% {
		background-color: #fff;
		box-shadow: 0 0 40px #fff;
	}

	100% {
		background-color: #fff;
		box-shadow: 0 0 3px #fff;
	}
}

.main_bg_color {
	background: #3092dd !important;
}

.main_bg_color_white {
	background: #fff !important;
}

.br-8 {
	border-radius: 5px !important;
}

.fs-14px {
	font-size: 14px !important;
}

.fs-10px {
	font-size: 10px !important;
}

#page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
	top: 92%;
}
