/*!
Theme Name: Divan Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: divan-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Divan Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
	box-sizing: border-box;
}

body, html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #fff;
	transition: 0.5s all;
}

a:hover {
	color: #0B3B7B;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	margin: 0;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
}

h1, .title {
	font-size: 60px;
	font-weight: 700;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 38px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 24px;
}

.button {
	display: inline-block;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	outline: none;
	border-radius: 12px;
	padding: 16px 30px;
	background-color: #0B3B7B;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	border: 1px solid transparent;
	z-index: 0;
	overflow: hidden;
}

.button:hover {
	color: #0B3B7B;
	background-color: #fff;
	border: 1px solid #0B3B7B;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.wrapper {
	width: 89.583%;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	width: 75%;
}

section {
	padding: 100px 0;
	position: relative;
}

section.small-padding {
	padding: 70px 0;
}

section.pt-0 {
	padding-top: 0 !important;
}

section.pb-0 {
	padding-bottom: 0 !important;
}

section.p-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

p {
	margin: 0 0 30px 0;
}

p:last-child {
	margin: 0;
}

::placeholder {
	color: #000;
}

input, textarea, select {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	outline: 0;
	border: 1px solid #1d1d1d;
	background: transparent;
	display: block;
}
option {
    color: #000;
}
.alumni-top:focus {
	background: #0b3b7b;
	border: 1px solid transparent;
	outline: 0;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%0" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

input[type="date"] {
	position: relative;
	padding-right: 20px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%0" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>') no-repeat right 20px center;
	background-size: 20px;
}

textarea {
	max-height: 150px;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #d9d9d9;
	opacity: 0.75;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 7px;
	position: absolute;
	top: 50%;
	right: 0;
}

.form-btn {
	position: relative;
	width: fit-content;
}

input.wpcf7-submit {
	width: fit-content;
	margin-top: 20px;
	min-width: 190px;
	text-align: center;
}

.wpcf7-spinner::before {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	transform-origin: 7px 7px;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.heading-group {
	margin-bottom: 30px;
}

.intro-description {
	margin-bottom: 20px;
}

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

a.scrolltotop {
	background: #0B3B7B;
	border: 1px solid #0B3B7B;
	bottom: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	transition: 0.5s all;
	z-index: 99;
}

a.whatsapp-link {
	background: #25d366;
	border-radius: 50%;
	bottom: 70px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 30px;
	border: 1px solid transparent;
}

a.whatsapp-link:hover {
	color: #25d366;
	background: #fff;
	border: 1px solid #25d366;
}

a.scrolltotop:hover {
	background: #fff;
	color: #0B3B7B;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* HEADER */
.site-header {
	background: #0B3B7B;
	padding: 20px 0;
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	width: fit-content;
}

.site-branding img {
	max-width: 100px;
}

.menu {
	display: flex;
	align-items: center;
}

.menu li a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.menu>li:not(:last-child) {
	margin-right: 40px;
}

.menu>li {
	position: relative;
}

.menu li.current-menu-item a, .current-menu-parent a {
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.menu>li.menu-item-has-children>a:after {
	content: " \f107";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
}

.menu>li:hover ul.sub-menu {
	visibility: visible;
	margin-top: 10px;
	opacity: 1;
}

ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: max-content;
	z-index: 1;
	animation: downOut 300ms ease-in-out;
	transform-origin: center center;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s all;
}


.main-navigation ul.sub-menu li a, .menu li ul.sub-menu li ul.sub-menu li a {
	padding: 20px 30px;
	color: #fff;
	font-weight: 500;
	height: 100%;
	width: 100%;
	display: block;
}

ul.sub-menu li {
	background-color: #0B3B7B;
	border: 1px solid #fff;
	transition: 0.5s all;
	display: flex;
	position: relative;
	border: none;
}

ul.sub-menu li a {
	color: #fff;
}

@keyframes downOut {
	0% {
		transform: translateZ(-200px) transLateY(40px);
	}

	80% {
		transform: translateZ(10px) transLateY(0);
	}

	100% {
		transform: translateZ(0px) transLateY(0);
	}
}

ul.sub-menu li:hover, ul.sub-menu li.current-menu-item {
	background: #fff;
}
ul.sub-menu li.current-menu-item a,
ul.sub-menu li:hover > a {
		color: #0B3B7B !important;
}

.menu li ul.sub-menu li a {
	border-right: none;
	border: 1px solid #DDD;
}

.menu li ul.sub-menu li ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	z-index: 1;
	top: 0;
	width: max-content;
	background: rgb(22 53 123);
	transition: 0.5s all ease-in;
	padding: 0;
}

.menu li>ul>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.menu li {
	position: relative;
}
.menu li ul.sub-menu li:hover a, .menu li ul.sub-menu li ul.sub-menu li:hover a {
	color: #0b3b7b;
}
ul.sub-menu li.current-menu-item a {
	color: #0b3b7b;
}
/* .menu li ul.sub-menu li ul.sub-menu li:hover a {
background: rgb(22 53 123);
color: #FFFFFF;
} */
/* .menu>li.menu-item-has-children>a:after {
content: " \f107";
font-family: 'fontAwesome';
} */

.sub-menu li.menu-item-has-children {
	display: flex;
	justify-content: space-between;
}

.sub-menu li.menu-item-has-children>a:after {
	content: " \f105";
	font-family: 'fontAwesome';
}

/* TOGGLE */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: #fff;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}
/* span.bar.animate {
background-color: #0b3b7b;
} */
span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}

/* FOOTER-CTA */
.cta-row {
	display: flex;
	margin: -15px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid #000;
	border-radius: 30px;
}

.cta-left {
	width: 50%;
	margin: 15px 0;
	padding: 0 15px;
}

.cta-right {
	width: 50%;
	margin: 15px 0;
	padding: 0 15px;
}

.map-iframe {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	height: 100%;
}

.cta-right iframe {
	width: 100%;
	border-radius: 30px;
	height: 100%;
}

.cta-left .heading {
	color: #0b3b7b;
}

.form-col:not(:last-child) {
	margin-bottom: 20px;
}

.cta-form .form-col input, textarea {
	width: 100%;
}

/* FOOTER */
section.footer {
	background: #0b3b7b;
	overflow: hidden;
}

.footer-block {
	color: #fff;
	/* max-width: 270px; */
	width: 100%;
	text-align: center;
}

.footer-top {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-block:not(:last-child) {
	margin-bottom: 50px;
}

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-menu li:not(:last-child) {
	margin-right: 50px;
}

.footer-block .site-branding {
	margin: 0 auto;
	margin-bottom: 30px;
}

.footer-description {
	width: 50%;
	margin: 0 auto;
}

/* .branch-menu {
margin-bottom: 50px;
} */
.social-media-list {
	display: inline-flex;
	align-items: center;
}

.social-media-list li:not(:last-child) {
	margin-right: 15px;
}

.social-media-list li a {
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.footer-heading {
	margin-bottom: 20px;
}

.social-media-list li a:hover {
	background: #fff;
	color: #0b3b7b;
}

.footer-menu li a:hover {
	color: #fff;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

.copyright {
	padding: 30px 0;
	margin-top: 50px;
	border-top: 1px solid rgb(255 255 255 / 35%);
	color: #fff;
}

/* HERO BANNER */
.hero-banner-content {
	/* display: flex; */
	/* align-items: center; */
	margin-bottom: 20px;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}

.title {
	color: #0b3b7b;
}

.banner-right {
	width: 45%;
	width: 100%;
	text-align: center;
}

.banner-left {
	width: 45%;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.banner-btn {
	line-height: 1;
	width: fit-content;
	display: none;
}

.hero-banner-image {
	position: relative;
	/* height: 100%; */
	margin-top: auto;
}

.hero-banner-image .image {
	padding-top: 45%;
}

.image {
	position: relative;
	padding-top: 100%;
	width: 100%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.hero-banner-image img{
	height:auto;
}

.banner-main {
	padding: 0 15px;
	height: 100%;
}

.banner-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-right .intro-description {
	width: 85%;
	width: 100%;
	margin-bottom: 0;
}

.hero-banner-row .slick-dots {
	bottom: unset;
	top: 0;
	right: 0;
	width: max-content;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	height: max-content;
	transform: translate(0, 50%);
}

.slick-dots li:last-child {
	margin-bottom: 0;
}

.slick-dots li button:before {
	content: "";
	font-family: 'FontAwesome';
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-banner-row.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots li button {
	padding: 0;
}

/* ABOUT US */
.about-trust-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -15px;
/* 	margin-bottom: 40px; */
}

.about-left {
	width: 40%;
	position: relative;
	margin: 15px 0;
	padding: 0 15px;
}

.about-right {
	width: 55%;
	padding: 0 15px;
	margin: 15px 0;
}

.about-left-content {
	width: 55%;
	padding: 0 15px;
	margin: 15px 0;
}

.about-image-two {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -50px;
}

.about-image-one img {
	border-radius: 100%;
}

.about-image-two img {
	border-radius: 100%;
	border: 10px solid #fff;
}

.about-image-one {
	width: 85%;
	position: relative;
}

.about-btn {
	line-height: 1;
}

/* SCHOOLS */
section.school {
	background: #0b3b7b;
	z-index: 1;
}

.school-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.school-main {
	width: 33.33%;
	margin: 15px 0;
	padding: 0 15px;
}

.school-inner {
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
}

.school-left {
	width: 100%;
	margin-bottom: 30px;
}

.school-image {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.school-image img {
	height: 100%;
	border-radius: 15px 15px 0 0;
	transition: 0.5s all;
}

.school-block {
	color: #fff;
	position: relative;
	text-align: center;
	width: 50%;
	margin: 0 auto 50px auto;
}

.school-name {
	font-weight: 400;
}

.school-image .image {
	padding-top: 70%;
}

.school-btn {
	margin-top: auto;
	line-height: 1;
}

.school-left p {
	font-size: 16px;
}

.school-left .heading-group {
	margin-bottom: 10px;
}

.school-inner:hover img {
	transform: scale(1.2);
}

/* HIRING */
.hiring-row {
	display: flex;
	flex-wrap: wrap;
}

.hiring-left {
	width: 50%;
	position: relative;
}

.hire-image {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.hire-image img {
	width: 100%;
	height: 100%;
}

.hire-content {
	margin: 100px auto 0;
	width: fit-content;
	text-align: center;
}

.admission {
	width: 50%;
	padding: 100px 30px;
	background: rgb(11 59 123 / 70%);
	color: #fff;
	text-align: center;
	position: relative;
}

.admission-form .form-col {
	width: 49%;
}

.admission-form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.admission-form {
	display: block;
}

.admission-form .form-col:last-child {
	width: 100%;
}

.admission-form .button {
	background-color: #fff;
	color: #0b3b7b;
}

.admission-form .button:hover {
	color: #fff;
	background-color: #0b3b7b;
}

.admission-form .form-btn {
	margin: auto;
}

.hire-btn {
	line-height: 1;
}

.hire-btn .button {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
	padding: 10px 30px;
	animation: zoom 1s alternate infinite;
	transition: 0.3s all ease-in-out;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

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

.hire-content .heading, .blog-row .main-heading {
	color: #0b3b7b;
}
.admission-form ::placeholder{
    color:#fff;
}
.admission-form input,.admission-form select,.admission-form textarea{
    color:#fff;
    border:1px solid #fff;
}
.admission-form select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23fff" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}
.admission-form input[type="date"] {
	position: relative;
	padding-right: 20px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>') no-repeat right 20px center;
	background-size: 20px;
}

/* BLOG */
.blog-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	border-radius: 20px;
	align-items: center;
}

.blog-block:not(:last-child) {
	margin-bottom: 50px;
}

.blog-img {
	width: 35%;
}

.blog-content {
	width: 60%;
}

.blog-img .image {
	padding-top: 90%;
}

.blog-heading {
	margin-bottom: 30px;
	font-weight: 400;
}

.blog-img img {
	border-radius: 30px;
	width: 100%;
	height: 100%;
}

.blog-row .heading-group {
	margin-bottom: 50px;
}

.about-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	transform: translate(-50px, -80px);
	opacity: 0.5;
	z-index:-1;
}

.about-bg img {
	width: 100%;
	height: 100%;
	animation: move 1s alternate infinite;
	transition: 5s all ease-in-out;
}

.about-image-one:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	transform: translate(-100%, 0);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #FFF;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(42, 123, 155, 1) 100%);
}

.about-image-one:after {
	content: "";
	position: absolute;
	top: 30%;
	left: -30%;
	transform: translate(30%, -30%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #FFF;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(0 0 0) 100%);
}

.school-bg-full {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.school-bg-full img {
	width: 100%;
	height: 100%;
}

.school-bg {
	position: absolute;
	width: 10%;
	left: 0;
	top: 100%;
	transform: translate(0%, -100%);
	opacity: 1;
	z-index: 1;
}

.school-bg img {
	width: 100%;
	animation: move 1s alternate infinite;
	transition: 5s all ease-in-out;
}

.admission-bg {
	position: absolute;
	top: -100px;
	right: -80px;
	width: 15%;
	transform: rotate(75deg);
}

.admission-bg img {
	width: 100%;
	height: 100%;
	animation: move 1s alternate infinite;
	transition: 5s all ease-in-out;
}

@keyframes move {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(10px, 20px, 10px);
	}
}

section.cta {
	position: relative;
}
.cta-bg-inner{
/* 	max-width: 300px; */
/* 	max-width:1920px; */
}
.cta-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow:hidden;
}

.cta-bg img {
	max-width: 300px;
/* 	width:16%; */
	opacity: 0.5;
}
section.hiring {
    overflow: hidden;
}

/* ANIMATION */
/*cube*/
#bg-cube {
	perspective: 1000px;
	perspective-origin: 100% 100%;
	position: absolute;
	right: 50px;
	bottom: 50px;
	opacity: 0.2;
}

.cube {
	position: relative;
	margin: 0 auto;
	height: 100px;
	width: 100px;
	transform-style: preserve-3d;
	-webkit-animation: rotate 6s linear infinite;
	animation: rotate 6s linear infinite;
}

.cube>div {
	position: absolute;
	height: 100px;
	width: 100px;
	padding: 20px;
	opacity: 0.9;
	background-position: center center;
}

.cube>div:nth-child(1) {
	transform: translateZ(50px);
	background-color: #fa20f1;
}

.cube>div:nth-child(2) {
	transform: rotateY(90deg) translateZ(50px);
	background-color: #21e4fa;
}

.cube>div:nth-child(3) {
	transform: rotateY(180deg) translateZ(50px);
	background-color: #fa20f1;
}

.cube>div:nth-child(4) {
	transform: rotateY(-90deg) translateZ(50px);
	background-color: #21e4fa;
}

.cube>div:nth-child(5) {
	transform: rotateX(-90deg) translateZ(50px) rotate(180deg);
	background-color: #FFF;
}

.cube>div:nth-child(6) {
	transform: rotateX(90deg) translateZ(50px);
	background-color: #FFF;
}

@-webkit-keyframes rotate {
	0% {
		transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(0) rotateZ(0deg) translateX(0) translateY(0px) translateZ(0px) skew(0deg, 0deg);
	}

	100% {
		transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(360deg) rotateZ(360deg) translateX(0px) translateY(0) translateZ(0px) skew(0deg, 0deg);
	}
}

@keyframes rotate {
	0% {
		transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(0) rotateZ(0deg) translateX(0) translateY(0px) translateZ(0px) skew(0deg, 0deg);
	}

	100% {
		transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(360deg) rotateZ(360deg) translateX(0px) translateY(0) translateZ(0px) skew(0deg, 0deg);
	}
}

/* SQUARE */
.bg-sqaure {
	position: absolute;
	top: 0;
	right: 10%;
	transform: translate(-10%, 0);
	opacity: 0.5;
}

.squre-frame {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 2px solid;
	border-image: linear-gradient(to right, #7194d4, #042f79) 1;
	border-radius: 5px;
	animation: round 5s linear infinite;
}

.squre-frame:nth-child(1) {
	animation-delay: 0s;
}

.squre-frame:nth-child(2) {
	animation-delay: 0.4s;
}

.squre-frame:nth-child(3) {
	animation-delay: 0.8s;
}

.squre-frame:nth-child(4) {
	animation-delay: 1.2s;
}

.squre-frame:nth-child(5) {
	animation-delay: 1.6s;
}

.squre-frame:nth-child(6) {
	animation-delay: 2s;
}

.squre-frame:nth-child(7) {
	animation-delay: 2.4s;
}

@keyframes round {
	0% {
		transform: rotate(0deg);
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}

.bg-cloud {
	position: absolute;
	left: 5%;
	top: -5%;
	transform: translate(0%, 0%) rotateY(180deg);
	z-index: -1;
}

.bg-cloud img {
	width: 100%;
	height: 100%;
	animation: up 3s alternate infinite;
	transition: 1s all linear;
}

@keyframes up {
	0% {
		transform: translate3d(10px, 10px, 10px);
	}

	100% {
		transform: translate3d(20px, 15px, 30px);
	}
}

/* ABOUT TRUST PAGE */
.page-banner-image {
	position: absolute;
	inset: 0;
	width: 100%;
}

.page-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

span.img-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgb(11 59 123 / 30%);
}

.page-banner-content .heading {
	color: #fff;
	text-transform: capitalize;
}

ul.management-list {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

ul.management-list li {
	width: 25%;
	padding: 0 15px;
	margin: 15px 0;
}

.managment-block {
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	height: 100%;
	box-shadow: 2px 2px 5px 0 #ccc;
}

.managment-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.managment-name {
	margin-top: 20px;
	text-align: center;
}

.timeline-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pdf {
	width: 100px;
}

.timeline-row .heading-group {
	width: 90%;
}

section.timeline {
	background: rgb(11 59 123);
}

.timeline-row .heading {
	color: #fff;
}

.pdf img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chairman-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.chairman-image {
	width: 200px;
	margin-right: 50px;
}

.chairman-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.chairman-row {
	padding: 30px;
	border: 1px solid #0b3b7b;
	box-shadow: 5px 5px 5px 0 rgb(11 59 123 / 50%);
}

.chairman-designation {
	color: #0b3b7b;
	margin-bottom: 5px;
}

.chairman-name {
	margin-bottom: 10px;
}

/* TRUSTEE TABBING */
.tab-content-wrap.active {
	display: block;
}

.tab-content-wrap {
	display: none;
}

.tabbing-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
	margin-bottom: 10px;
}

.tabbing-link {
	padding: 10px 15px;
	font-weight: 500;
	color: #0b3b7b;
	border: 1px solid #0b3b7b;
	display: inline-block;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	background: transparent;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	z-index: 0;
	overflow: hidden;
	font-size: 18px;
}

.tabbing-box {
	padding: 15px;
	width: fit-content;
	line-height: 1;
}

a.tabbing-link.active, a.tabbing-link:hover {
	color: #fff;
	background: #0b3b7b;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	color: #0b3b7b;
}

table td, table th {
	border: 1px solid #000;
	padding: 15px !important;
	font-size: 18px;
}

table td a {
	text-decoration: underline;
	font-weight: 700;
}

.trustee-detail {
	display: flex;
	justify-content: space-between;
	margin: -15px;
	flex-wrap:wrap;
}

.trustee-left, .trustee-right {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

thead {
	text-align: left;
}

/* ALUMNI PAGE */
.alumni-list {
	width: 60%;
	margin: 0 auto;
}
.alumni-top {
	width:100%;
}
.alumni-top > div {
	width: 20%;
	margin-left: auto;
	margin-bottom:30px;
}

.alumni-top h6 {
	margin-bottom: 5px;
	font-size: 20px;
}

.alumni-top select {
	border: 1px solid #000;
	color: #000;
	padding: 15px;
	cursor: pointer;
	border-radius: 0;
}

.alumni-top:focus {
	background: #fff;
}

.school-block .school-bg img {
	filter: invert(1);
}

/* AGE CRITERIA */
ul.criteria-list li>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.criteria-class {
	width: 50%;
}

.criteria {
	width: 50%;
}

ul.criteria-list {
	border: 2px solid #000;
}

ul.criteria-list li:not(:last-child) {
	border-bottom: 2px solid #000;
}

ul.criteria-list li {
	padding: 30px;
}

.age-criteria-row {
	width: 100%;
}

.criteria-detail h6 {
	margin-bottom: 20px;
}

.criteria-detail ul li:not(:last-child) {
	margin-bottom: 10px;
}

.criteria-detail {
	margin-top: 30px;
}

ul.criteria-list li:first-child {
	color: #fff;
	background: #0b3b7b;
}

.age-criteria .school-bg {
	transform: translate(0);
	top: 0;
}
section.age-criteria {
    overflow: hidden;
}
.criteria-left {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.age-criteria-row .admission {
	width: 100%;
}

.age-criteria-row .admission-form {
	width: 70%;
	margin: 0 auto;
}

.age-criteria-row .admission-bg {
	width: 10%;
	top: -150px;
}

/* CONTACT PAGE */
.branch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	align-items: center;
	margin: -15px;
}

.branch > div {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.branch-image .image {
	padding-top: 60%;
	border-radius: 50px;
	overflow: hidden;
}

.branch-list li:last-child {
	margin-bottom: 0;
}

.branch-list li {
	margin-bottom: 10px;
}

.branch-list {
	width: 90%;
	margin: 0 auto;
}
.contact-block:not(:last-child) {
	margin-bottom: 20px;
}

.cta-info {
	display: inline-flex;
	color: #000;
}

.cta-info i {
	margin-right: 10px;
	margin-top: 2px;
}

.branch-heading {
	margin-bottom: 20px;
}

.branch-list li:nth-child(odd) .branch {
	flex-direction: row-reverse;
}

.branch-row {
	border: 1px solid #ccc;
	box-shadow: 0 0 15px 0 #ccc;
	padding: 50px 20px;
}

.branch-contact {
	background: #fff;
}

/* SINGLE BLOG */
.blog-image .image {
	padding-top: 50%;
}

.blog-image {
	margin-bottom: 50px;
}

.single-blog-wrap {
	padding: 50px;
	border: 1px solid #ccc;
	box-shadow: 0 0 30px 0 #ccc;
}

/* BRANCH PAGES CSS */
.branch-banner-content {
	width: 50%;
}

.banner-image {
	width: 45%;
}

.branch-banner {
	background: rgb(0 52 112 / 10%);
}

/* COUNTER */
.counter-number-block {
	justify-content: center;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}

.counter-main-block {
	width: 20%;
	padding: 0 10px;
	margin: 10px 0;
}

.counter-row {
	margin: -10px;
	text-align: center;
	justify-content: flex-start;
}

.counter-section {
	padding: 50px 0;
	background: #02346e;
	color: #fff;
	margin-top: 50px;
	z-index: 0;
}

.counter-block {
	height: 100%;
}

.counter-heading {
	font-size: 22px;
}

.mouse {
	margin: 0 auto;
	display: block;
	border-radius: 50px;
	border: 2px solid #fff;
	height: 60px;
	width: 38px;
	position: relative;
}

.mouse a {
	position: absolute;
	inset: 0;
}

.move {
	position: absolute;
	background-color: #fff;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	animation: scroll 2s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	50% {
		transform: translate(-50%, 30px);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, 40px);
		opacity: 0;
	}
}

/* ABOUT */
.about {
	background: #e5eaf0;
	 position: unset;
}
.branch-image {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.about-image-block {
	width: 50%;
	padding: 50px 30px;
	height: 100%;
}

.about-content {
	width: 50%;
	padding: 70px 50px;
	position: relative;
}

.about-main-block {
	height: 100%;
	align-items: normal;
}

ul.about-list li:nth-child(even) .about-main-block {
	flex-direction: row-reverse;
}

ul.about-list {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
}

ul.about-list li {
	width: 100%;
	margin-top: -5px;
}

.about-image-block img {
	/* height: 100%; */
	width: 100%;
}

ul.about-list li:nth-child(odd) .about-image-block,ul.about-list li:nth-child(even) .about-content {
	padding-left: 0 !important;
}

ul.about-list li:first-child .about-image-block {
	border-style: dashed;
	border-width: 5px 0px 0px 0px;
	border-color: rgb(2 52 110 / 50%);
}

ul.about-list li:last-child .about-image-block {
	border-style: dashed;
	border-width: 0px 0px 5px 0px;
	border-color: rgb(2 52 110 / 50%);
}

ul.about-list li:nth-child(odd) .about-content {
	border-style: dashed;
	border-width: 5px 0px 5px 10px;
	border-color: rgb(2 52 110 / 50%);
	border-radius: 100px 0px 0px 100px;
}

ul.about-list li:nth-child(even) .about-content {
	border-style: dashed;
	border-width: 5px 10px 5px 0px;
	border-color: rgb(2 52 110 / 50%);
	border-radius: 0 100px 100px 0;
}

.about-small-heading {
	position: absolute;
	left: 0;
	transform: translate(-65px,100px) rotate(-90deg);
	padding: 10px 20px;
	background: #02346e;
	border-radius: 50px;
	top: 0;
	color: #fff;
}

ul.about-list li:nth-child(even) .about-main-block .about-small-heading {
	left: unset;
	right: 0;
	transform: translate(55px,100px) rotate(-90deg);
}

.about-content p {
	/* margin-bottom: 15px; */
}

.why-choose-row .heading-group {
	padding: 40px 0;
	background: #02346e;
	color: #fff;
}

.why-choose-row .main-heading {
	width: 50%;
	margin: 0 auto;
}

.why-choose-row .main-heading span {
	color: #5de3a7;
}

.why-choose-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

ul.why-choose-list {
	margin: -10px;
	align-items: normal;
	margin-top: 50px;
}

.why-choose-block {
	height: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.why-choose-image {
	width: 100px;
	height: 100%;
	margin-right: 15px;
	flex: 0 0 auto;
}

.why-choose-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.why-choose-top {
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}

/* h4 {
font-size: 32px;
}

h5 {
font-size: 28px;
}
*/
.why-choose-heading {
	color: #02346e;
}

.why-choose-block p{
	text-align: center;
}
.why-choose-block p:not(:last-child) {
	
	margin-bottom: 15px;
}

.why-choose-block .intro-description {
	width: 94%;
	margin: 0 auto;
}

section.why-choose {
	background: #e5eaf0;
}

.facility-block {
	width: 25%;
	padding: 0 15px;
	margin: 15px 0;
}

.facility-image {
	width: 20%;
	flex: 0 0 auto;
	padding: 10px;
	background: #02346e;
	border: 1px solid #02346e;
	border-radius: 10px;
	margin-right: 20px;
}

.facility-main {
	justify-content: flex-start;
	flex-wrap: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	transition: 0.5s all ease-in-out;
}

.facility-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0) invert(1);
}

.facility-main:hover {
	background: #02346e;
}

.facility-main:hover .facility-title {
	color: #fff;
}

.facility-main:hover .facility-image {
	background: #ffff;
}

.facility-main:hover .facility-image img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(83%) saturate(2953%) hue-rotate(187deg) brightness(94%) contrast(101%);
}

/* BELIEVE VIDEO */
.believe-row {
	background: rgb(2 52 110 / 80%);
	color: #fff;
	padding: 50px 20px;
	border-radius: 30px;
}

.believe-video {
	width: 85%;
	margin: 0 auto;
}

.believe-video-block video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.believe-video .slick-list {
	height: 100%;
}

.believe-video .slick-track {
	display: flex;
	height: auto;
}

.believe-video .slick-slide,.believe-video .slick-slide > div, .believe-video-block > div {
	height: 100%;
}

.believe-video-block {
	margin: 10px 0;
	padding: 0 10px;
	position: relative;
}

.believe-video-block a {
	background: #ffffffb3;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: rgb(0 0 0);
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 5px solid #000;
	cursor: pointer;
}

.pulse {
	animation-timing-function: ease;
	animation: pulse 3s infinite;
	transition: 0.5s all ease-in-out;
}

@keyframes pulse {
	0% {
		transform: translate(-50%,-50%) scale(1, 1);
		box-shadow: 0 0 10px 0px #ffffffb3;
	}

	50% {
		transform: translate(-50%,-50%) scale(1.2, 1.2);
		box-shadow: 0 0 10px 20px #ffffffb3;
	}

	100% {
		transform: translate(-50%,-50%) scale(1, 1);
		box-shadow: 0 0 10px 0px #ffffffb3;
	}
}

.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 0;
	height: 0;
	padding: 0;
}

.slick-dots li button:before {
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	border-radius: 50px;
}

/* OUR HISTORY */
.history-block {
	padding: 50px;
	border: 5px dashed #02346e;
	border-radius: 50px;
	position: relative;
}

.history-list li:not(:last-child) {
	margin-bottom: 100px;
}

.history-block .heading-group {
	position: absolute;
	top: 0;
	left: 0;
	background: #02346e;
	padding: 10px 30px;
	border-radius: 30px;
	transform: translate(50px, -35px);
	width: fit-content;
}

.history-block .main-heading {
	line-height: 1;
	color: #fff;
}

.history-button {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-50px, 35px);
	width: auto;
}

.history-button .button {
	padding: 20px;
	border-radius: 30px;
}
.lang-content.lang-gu p {
	line-height: 1.5;
}
/* SCHOOL TIMING */
.timing-image .image {
	padding-top: 130%;
}


.timing-list li:nth-child(odd) .timing-block .timing-image .image img {
	transform: rotateX(180deg);
}
.timing-block {position:relative;}
.timing-list {
	/* position:absolute; */
	top: 0;
	left: 0;
	/* transform: translate(0,0); */
	width: 100%;
	margin-bottom: 50px;
}

.timing-content {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.medium-timing {
	margin-bottom: 10px;
	color: #fff;
}

.timing-hours {
	display: flex;
	flex-wrap: wrap;
}

.hours-main {
	width: 50%;
	padding: 0 10px;
	margin: 10px 0;
}

.hours-main > div {
	background: #fff;
	height: 100%;
	padding: 20px;
	color: #0b3b7b;
	position: relative;
	z-index: 3;
}
.timing-row {
	position: relative;
	display: flex;
	align-items: center;
	background: #000;
	padding: 100px 50px;
	justify-content: space-between;
	border-width: 20px;
	border-style: solid;
	border-color: #bc7348 #9F5A35;
}

ul.timing-list li:not(:last-child) {
	margin-bottom: 50px;
}
.days {
	margin-bottom: 10px;
	border-bottom: 1px solid #0b3b7b;
	padding: 10px;
	display: inline-block;
	padding-top: 0;
}
.timing-image {
	width: 20%;
}

.timimg-wrap {
	width: 75%;
}

.hours-main > div:after {
	content: "";
	width: 99%;
	height: 99%;
	position: absolute;
	background: transparent;
	bottom: -3px;
	z-index: -1;
	right: -3px;
	transform: translate(3px,3px);
	border: 2px solid #fff;
}
.timing-detail p {
	color: #fff;
	text-align: center;
}
.prayer-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px 0px #ccc;
	padding:10px 0;
}

.prayer-image {
	width: 30%;
}

.prayer-content {
	width: 50%;
	text-align: center;
}

.prayer-content .pdf {
	margin: 0 auto;
}
.prayer-content .main-heading {
	color: #0b3b7b;
}

/* HOLIDAY PAGE */


.holiday-bg  {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

.holiday-bg img {
	width: 100%;
}

.holiday-list table, 
.student-list table {
	width: 80%;
	margin: 0 auto;
}

.holiday-list th {
	background: #0b3b7b;
	color: #fff;
	border: 1px solid #000;
}
ul.vacation-list li {width: 50%;padding: 0 15px;margin: 15px 0;}

ul.vacation-list {
/* 	margin: -15px; */
	width: 100%;
	align-items: normal;
}

.vacation-block {
	height: 100%;
	text-align: center;
	border: 1px solid #000;
	padding: 20px;
}
.vacation-row {
	width: 80%;
	margin: 0 auto;
}

.vacation-heading {
	margin-bottom: 20px;
}

.vacation-image {
	margin-bottom: 20px;
	overflow:hidden;
}

.vacation-image img {
	width: 100%;
	height: 100%;
	transition:0.5s all;
}
.vacation-block:hover img{
	transform:translate(-25px,0px) scale(1.15) rotate(-5deg);
}
.vacation-image .image {
	padding-top: 60%;
}

.student-list tbody tr:nth-child(even) {
	background: rgb(11 59 123 / 20%);
	color: #000;
}
.student-list thead {
	background: #0b3b7b;
	color: #fff;
}
.student-list th {
	color: #fff;
}
.rankers {
	position: relative;
	overflow: hidden;

}
.rankers-row{
	background:#e5eaf0;
	padding:100px 0;
}
.ranker-image {
	/*   position: absolute; */
	top: 0; left: 0; right: 0; bottom: 0;
	overflow: hidden;
}

.rankers .trustee-section {
    margin-top: 50px;
}
.ranker-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	inset:0;
	transform-origin: top center;
}
.achievements .vacation-block:hover img{
	transform:translate(0px) scale(1.25) rotate(-5deg);
}
.achievements {
	margin-top: 100px;
}
.achievements ul.vacation-list li {
	width: 25%;
}

.achievements .vacation-row {
	width: 100%;
}

.achievements .image {
	padding-top: 100%;
}

.achievements .vacation-image img {
	object-position: top center;
}
.rankers.achievements-table {
	overflow: visible;
}

.achievements-table table {
	width: 100%;
}
ul.pdf-list li:not(:last-child) {
	margin-bottom: 20px;
}

.public-disclosure-pdf a {
	background:#0b3b7b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	border:1px solid #0b3b7b;
}

ul.pdf-list li a:hover {
	background:#fff;    
}

.public-disclosure-pdf {
	display: inline-flex;
	width: 100%;
}
/* SINGLE GALLERY */
.gallery-posts {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.gallery-block {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallery-image-list {
	height: 100%;
	background: #fff;
	padding: 20px;
	border: 1px solid #000;
}


.slick-list {
	height: 100%;
	display: flex;
}

.slick-track {
	height: auto;
	display: flex;
}

.slick-slide {
	height: 100%;
}

.slick-slide>div {
	height: 100%;
}
.gallery-images .image {
	padding-top: 100%;
}

.gallery-image-block .slick-next:before,.gallery-image-block .slick-prev:before {
	font-family: 'FontAwesome';
}

.gallery-image-block .slick-prev:before {
	content: " \f104";
	color: #0b3b7b;
	opacity: 1;
}

.gallery-image-block .slick-prev {
	left: 0;
	z-index: 1;
	background: #fff;
	width: 30px;
	height: 30px;
}

.gallery-image-block .slick-next:before {
	content: " \f105";
	color: #0b3b7b;
	opacity: 1;
}

.gallery-image-block .slick-next {
	right: 0;
	z-index: 1;
	background: #fff;
	width: 30px;
	height: 30px;
}
.gallery-image-block {
	margin:0 -5px;
}
.gallery-image-block .slick-slide {
	margin: 0 5px;
}
.gallery-grid,.category-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.gallery-item,.category-item {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}
.gallery-title,.category-title {
	padding: 10px;
	margin-top: auto;
}
.gallery-item > div,.category-item > div {
	position: relative;
	height: 100%;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	transition: 0.5s all;
}

.gallery-item > div > a ,.category-item > div > a{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.gallery-item > div:hover img, .category-item > div:hover img {
    transform: scale(1.1);
}

.category-thumbnail,.gallery-thumbnail {
    overflow: hidden;
    transition: 0.5s all;
}

.category-thumbnail img,.gallery-thumbnail img {
    transition: 0.5s all;
    object-position: top center;
}
/* BRANCH CONTACT DETAIL */
ul.branch.contact-list li {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

ul.branch.contact-list {
    align-items: normal;
    width: 100%;
}

.branch-detail {
    height: 100%;
    /* background: red; */
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px 0 #ccc;
}
.branch-contact .branch-list {
    width: 100%;
}
.gallery-bg {
    position: absolute;
    inset: 0;
    width: 100%;
}

.gallery-bg img {
    width: 100%;
    height: 100%;
}

section.gallery {
    padding: 200px 0;
    color: #fff;
	 /* The image used */
  background-image: url("https://staging-divanballubhai.novuscode.in/wp-content/uploads/2025/07/stage2.jpg");

  /* Set a specific height */
/*   min-height: 500px; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-row {
    text-align: center;
}
.event-content p {
    padding: 20px;
}
/* BIRTHDAY */
.birthday{
    background-image: url(https://staging-divanballubhai.novuscode.in/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-08-at-3.13.00-PM.jpeg);
    /*     min-height: 500px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}


ul.birthday-list {
    margin: 0 auto;
    /* padding: 50px; */
    text-align: center;
    position: relative;
    }
ul.birthday-list li {
    width: 100%;
    margin: 0 auto;
    color: #000;
    height: 100%;
    padding: 0 15px;
}
.ballon-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.birthday-row {
    position: relative;
    width: 50%;
    z-index: 1;
    padding: 50px 20px;
    background: rgb(255 255 255 / 0%);
    box-shadow: 0 0 15px -4px #000;
}

.ballon-image img {
    width: 100%;
    height: 100%;
}
.birthday-heading {
    text-align: center;
    font-size: 80px;
    /* letter-spacing: 5px; */
    font-weight:900;
    line-height: 1;
    background: linear-gradient(90deg, #007cf0, red, green , white); /* High-contrast cool gradient */
    background-size: 200% auto;
    -webkit-background-clip: text;
    animation: gradientMove 3s linear alternate infinite;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Optional for even better visibility */
    transition: 0.5s all;
    margin-bottom: 50px;
}
@keyframes gradientMove {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
span.image-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.birthday-wrap {
    width: 90%;
    margin: 0 auto;
}

.student-name {
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 7px 5px 0px #ccc;
    color: #02346e;
}

.student-medium,.school-type {
    margin-bottom: 5px;
}

.birthday-block {
    height: 100%;
}
.facility-list {
    justify-content: flex-start;
}
.criteria-left .heading span {
    display: block;
    font-size: 25px;
    margin-top: 10px;
}
/* SINGLE EVENET PAGE */
section#tribe-events {
    padding: 0;
}

main#tribe-events-pg-template {
    padding: 0;
    max-width: unset;
}

.event-banner .heading {
    color: #0b3b7b;
}

.event-gallery-list {
    column-count: 3;
    padding: 0;
    column-gap: 15px;
	margin-top:30px;
}

.event-gallery-main {
    position: relative;
    animation: zoom-in 3s ease;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    padding: 15px;
    margin: 0 0 20px;
    width: 100%;
    transition: 1s ease all;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    height: 100%;
	transition:0.5s all;
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: translatez(0) scale(0);
    }

    50% {
        opacity: 1;
        transform: translatez(0) scale(1);
    }
}

.event-gallery-image img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
	transition:0.5s all;
}
.image-box-wrap .event-gallery-block,.tribe-events-event-meta:before {
    border: none;
}

.image-box-wrap {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.event-top {
	/* margin-bottom:30px; */
}
.tribe-events-event-meta {
    display: block;
	margin:0;
}
.tribe-events-single-event-description {
    width: 80%;
    margin: 0 auto;
}
.tribe-events-event-image {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.tribe-events-event-image img {
    width: 100%;
    height: 100%;
}
.tribe-common .tribe-common-h8 {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

/* .tribe-events .tribe-events-calendar-month__multiday-event-hidden {
    height: auto;
} */
.event-content .heading {
    background: #0b3b7b;
    padding: 10px;
    color: #fff;
}
.event-content {
    border: 1px solid #000;
}

/* .event-content iframe {
    height: calc(40vw + 100px) !important;
} */
/* POPUP */
.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .85;
    filter: alpha(opacity = 85);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    max-width: 980px;
}

.modal-content {
    width: 100%;
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: -10px 10px 10px 0 #00000085;
    border: 1px double #000;
}
.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color:#000;
}
.modal-image {
    width: 100%;
    height: 100%;
}

.modal-image img {
}
.popup {
  max-height: 100vh; /* keeps it within screen */
  width: 100%;
  overflow-y: auto; /* enables scroll if content is taller */
  background: #fff;
  height: 100%;
}
.modal-image img {
  max-width: 100%;
  height: auto; /* keep aspect ratio */
  display: block;
  width: 100%;
}