@charset "UTF-8";

/* CSS Document */

/*==============================================================

	Bootstrap Hack

==============================================================*/

.form-control::-webkit-input-placeholder {
	opacity: 1;
}

.form-control:-moz-placeholder {
	opacity: 1;
}

.form-control::-moz-placeholder {
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
	background: none;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;
}

/*==============================================================

	Custom Style

==============================================================*/

.container {
	max-width: 1224px;

	width: 100%;

	padding: 0 15px;

	margin: 0 auto;
}

body.no-scroll {
	overflow: hidden;
}

/*Common Components Starts*/

.cta-link {
	position: relative;
}

.cta-link:after {
	content: "";

	width: 100%;

	height: 1px;

	background-color: #363940;

	position: absolute;

	bottom: -2px;

	left: 0;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.cta-link:hover:after {
	background-color: #fff;
}

.btn-wrap > a > .svg {
	margin-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", sans-serif;
}

h2,
.h2 {
	font-size: 39px;

	line-height: 50px;

	margin: 0;
}

h3,
.h3 {
	font-size: 36px;

	line-height: 44px;

	margin: 0;
}

h4,
.h4 {
	font-size: 30px;

	line-height: 40px;

	margin: 0;
}

h5,
.h5 {
	font-size: 24px;

	line-height: 28px;

	margin: 0;
}

h6,
.h6 {
	font-size: 20px;

	line-height: 24px;

	margin: 0;
}

.breadcrumb-wrap > ul {
	display: flex;

	flex-wrap: wrap;
}

.breadcrumb-wrap > ul > li {
	font-size: 14px;

	line-height: 28px;

	font-weight: 700;
}

.breadcrumb-wrap > ul > li > a {
	font-size: 14px;

	line-height: 28px;

	color: #fff;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	font-weight: 400;
}

.breadcrumb-wrap > ul > li > a:hover {
	color: #b2022f;
}

.breadcrumb-wrap > ul > li + li:before {
	content: "/";

	padding: 0 5px;

	color: #b2022f;
}

.form-control {
	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border-color: #d3d3d3;
}

.form-control:focus {
	-webkit-box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);

	-moz-box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);

	box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);

	border-color: #b2022f;
}

.block-quote-sec {
	padding: 25px 30px;

	border-left: 4px solid #b2022f;

	background-color: rgba(63, 142, 205, 0.08);
}

.block-quote-sec p {
	font-size: 18px;

	line-height: 30px;

	margin: 0;

	font-style: italic;
}

.g-custom {
	--bs-gutter-x: 4rem;
}

/*Slider Dots*/

.slider-dots > ul {
	display: flex;

	align-items: center;
}

.slider-dots > ul > li {
	margin-right: 8px;
}

.slider-dots > ul > li:last-child {
	margin-right: 0;
}

.slider-dots > ul > li > button {
	width: 12px;

	height: 12px;

	background-color: #d3d3d3;

	text-indent: -9000px;

	border-radius: 50%;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	border: 0;

	display: flex;

	flex-wrap: wrap;
}

.slider-dots > ul > li.slick-active > button {
	background-color: #b2022f;

	width: 16px;

	height: 16px;
}

.single-color-overlay {
	position: relative;
}

.single-color-overlay:after {
	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background-color: rgba(30, 40, 43, 0.6);
}

/*Common Components Ends*/

/*Welcome Section Starts */

.welcome-wrap .content-box {
}

.content-box .h2.sec-title {
	font-family: "Playfair Display", sans-serif;

	margin-bottom: 36px;

	color: #363940;
}

.content-box .h2.sec-title span {
	display: block;

	color: #363940;

	text-transform: uppercase;
}

.content-box .h2.sec-title.white {
	color: #fff;
}

.content-box .h2.sec-title.white span {
	color: #fff;
}

.sec-title.line {
	position: relative;

	padding-bottom: 20px;
}

.sec-title.line::after {
	content: "";

	width: 100px;

	height: 2px;

	background-color: #b2022f;

	position: absolute;

	bottom: 0;

	left: 0;
}

.sec-title.white.line::after {
	background-color: #ffffff;
}

/*Welcome Section Starts */

/*Study Section Starts*/

.flipbox-wrap .flip-box {
	position: relative;

	margin-bottom: 30px;

	background-color: transparent;

	width: 100%;

	height: 295px;

	perspective: 1000px;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front:before {
	content: "";

	background: rgba(0, 0, 0, 0.3);

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	right: 0;

	left: 0;

	z-index: 1;
}

.flipbox-wrap .flip-box .flip-box-inner {
	position: relative;

	width: 100%;

	height: 100%;

	text-align: center;

	transition: transform 0.8s;

	transform-style: preserve-3d;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front {
	position: absolute;

	width: 100%;

	height: 100%;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	overflow: hidden;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front img {
	width: 100%;

	position: relative;

	height: 100%;

	object-fit: cover;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front .img-txt {
	position: absolute;

	bottom: 30px;

	left: 30px;

	z-index: 5;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front .img-txt h5 {
	color: #fff;

	font-family: "Playfair Display", sans-serif;

	font-weight: 700;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back {
	padding: 30px;

	transform: rotateY(180deg);

	width: 100%;

	display: flex;

	height: 100%;

	z-index: 3;

	position: relative;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-front {
	z-index: 2;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back {
	z-index: 3;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back a {
	display: flex;

	height: 100%;

	width: 100%;

	justify-content: space-between;

	flex-direction: column;

	cursor: pointer;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back a .img-icon {
	position: absolute;

	right: 30px;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back a .img-icon .svg {
	color: #ffffff;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back a .img-txt {
	position: absolute;

	bottom: 20px;

	left: 30px;
}

.flipbox-wrap .flip-box .flip-box-inner .flipbox-back a .img-txt h5 {
	font-family: "Playfair Display", sans-serif;

	color: #ffffff;

	font-weight: 700;
}

.flipbox-wrap .flip-box:hover .flip-box-inner,
.flipbox-wrap .flip-box:focus .flip-box-inner {
	transform: rotateY(180deg);

	cursor: pointer;
}

.flipbox-wrap .flip-box.box1 .flip-box-inner .flipbox-back {
	background-color: #b2022f;
}

.flipbox-wrap .flip-box.box1 .flip-box-inner .flipbox-front {
	background-color: #f7cbcc;

	-webkit-transform-origin: 50% 50%;
}

.flipbox-wrap .flipb-box.box-reverse.box1 .flip-box-inner .flipbox-front {
	background-color: #b2022f;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back a:before {
	content: "";

	background: rgba(0, 0, 0, 0.5);

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	right: 0;

	left: 0;

	z-index: 1;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front {
	position: absolute;

	width: 100%;

	height: 100%;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	overflow: hidden;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back img {
	width: 100%;

	position: relative;

	height: 100%;

	object-fit: cover;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back .img-txt {
	position: absolute;

	bottom: 30px;

	left: 30px;

	z-index: 5;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back .img-txt h5 {
	color: #fff;

	font-family: "Playfair Display", sans-serif;

	font-weight: 700;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back {
	transform: rotateY(180deg);

	width: 100%;

	display: flex;

	height: 100%;

	z-index: 3;

	position: relative;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

	padding: 0;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front {
	z-index: 2;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-back {
	z-index: 3;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front {
	display: flex;

	height: 100%;

	width: 100%;

	justify-content: space-between;

	flex-direction: column;

	cursor: pointer;

	color: #fff;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front .img-icon {
	position: absolute;

	right: 30px;
}

.flipbox-wrap
	.flip-box
	.flip-box-inner.box-reverse
	.flipbox-front
	a
	.img-icon
	.svg {
	color: #ffffff;
}

.flipbox-wrap .flip-box .flip-box-inner.box-reverse .flipbox-front a .img-txt {
	position: absolute;

	bottom: 20px;

	left: 30px;
}

.flipbox-wrap
	.flip-box
	.flip-box-inner.box-reverse
	.flipbox-front
	a
	.img-txt
	h5 {
	font-family: "Playfair Display", sans-serif;

	color: #ffffff;

	font-weight: 700;
}

.flipbox-wrap .flip-box:hover .flip-box-inner,
.flipbox-wrap .flip-box:focus .flip-box-inner {
	transform: rotateY(180deg);

	cursor: pointer;
}

.flipbox-wrap .flip-box.box1.box-reverse .flip-box-inner .flipbox-front {
	background-color: #b2022f;
}

.flipbox-wrap .flip-box.box1.box-reverse .flip-box-inner .flipbox-back {
	-webkit-transform-origin: 50% 50%;
}

.flipbox-wrap .flipb-box.box-reverse.box1 .flip-box-inner .flipbox-front {
	background-color: #b2022f;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front:before {
	display: none;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front {
	padding: 30px;
}

.flipbox-wrap .flip-box.box-reverse .flip-box-inner .flipbox-front .img-icon {
	position: absolute;

	right: 30px;
}

/*Study Section Ends*/

/*Learning experience starts*/

.box-hover-one .box-list .box .image {
	position: relative;
}

.box-hover-one .box-list {
	padding-top: 25px;
}

.box-hover-one .box-list .box .image img {
	width: 100%;
}

.box-hover-one .box-list .box:before {
	content: "";

	background-color: rgba(0, 0, 0, 0.4);

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	right: 0;

	left: 0;

	z-index: 1;
}

.box-hover-one .box-list .box:hover:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.box-hover-one .box-list .box {
	position: relative;

	overflow: hidden;
}

.box-hover-one .box-list .box .overlay {
	position: absolute;

	opacity: 0;

	bottom: 0;

	right: 0;

	top: 100%;

	height: 0;

	width: 100%;

	overflow: hidden;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	z-index: 3;
}

.box-hover-one .box-list .box .overlay.overlay2 {
	background-color: #b2022f;
}

.box-hover-one .box-list .box:hover .overlay {
	top: 0;

	height: 100%;

	opacity: 1;
}

.box-hover-one .box-list .box img {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.box-hover-one .box-list .box:hover img {
	transform: scale(1.2);
}

.box-hover-one .box-list .box .box-title {
	position: absolute;

	top: 0;

	padding: 20px;

	z-index: 2;
}

.box-hover-one .box-list .box .box-title .h4 {
	color: #ffffff;

	font-weight: 700;

	font-family: "Playfair Display", sans-serif;

	/* font-size: 20px;

  line-height: 27px; */
}

.box-hover-one .box-list .box .overlay .overlay-txt {
	color: #363940;

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	padding: 20px;

	transform: translate(-50%, -50%);
	height: 100%;
	overflow-y: auto;
	-ms-transform: translate(-50%, -50%);
}

.box-hover-one .box-list .box .overlay .overlay-txt .name-info,
.box-hover-one .box-list .box .overlay .overlay-txt .batch-info,
.box-hover-one .box-list .box .overlay .overlay-txt .achievements-info,
.box-hover-one .box-list .box .overlay .overlay-txt .desc {
	position: relative;

	left: -100%;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
}

.box-hover-one .box-list .box .overlay .overlay-txt .name-info {
	transition-delay: 0.2s;
}

.box-hover-one .box-list .box .overlay .overlay-txt .batch-info {
	transition-delay: 0.4s;
}

.box-hover-one .box-list .box .overlay .overlay-txt .achievements-info {
	transition-delay: 0.6s;
}

.box-hover-one .box-list .box .overlay .overlay-txt .desc {
	transition-delay: 0.8s;
}

.box-hover-one .box-list .box:hover .overlay .overlay-txt .name-info,
.box-hover-one .box-list .box:hover .overlay .overlay-txt .batch-info,
.box-hover-one .box-list .box:hover .overlay .overlay-txt .achievements-info,
.box-hover-one .box-list .box:hover .overlay .overlay-txt .desc {
	left: 0;
}

.box-hover-one .box-list .box .overlay .overlay-txt .h4 {
	font-weight: 700;

	font-family: "Playfair Display", sans-serif;

	color: #363940;
}

.box-hover-one .box-list .box .overlay .overlay-txt p {
	font-size: 16px;

	line-height: 35px;

	padding: 5px;

	margin-top: 20px;

	color: #fff;
}

.box-hover-one .box-list .box .overlay .overlay-txt p mark {
	background-color: #ffffff;

	padding: 0.25em 10px 0.25em 10px;

	-webkit-box-decoration-break: clone;
}

.profiles-sec-wrap .btn-wrap .svg {
	-webkit-transform: rotate(90deg);

	-moz-transform: rotate(90deg);

	-o-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	transform: rotate(90deg);
}

/*Learning experience ends*/

/*School info starts*/

.info-card {
	position: relative;

	width: 100%;

	border: 1px solid #d3d3d3;

	text-align: center;
}

.info-card .content {
	padding: 30px;
}

.info-card .content .h2 {
	color: #363940;

	font-family: "Playfair Display", sans-serif;

	font-weight: 700;
}

.info-card .content p {
	font-size: 20px;

	line-height: 28px;

	margin-top: 20px;

	color: #363940;
}

.info-card .image img {
	margin-top: -25px;

	background-color: #f5f5f5;
}

/*School info ends*/

/*Announcemnt sec starts*/

.announcement-slider .slide .card {
	border: 1px solid #d3d3d3;

	padding: 30px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	height: 100%;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slide .card:hover {
	background-color: #b2022f;
}

.announcement-slider .slide .card:hover .cta-link:after {
	background-color: #fff;
}

.announcement-slider .slide:not(:last-child) {
	margin-bottom: 30px;
}

.announcement-slider .slide a {
	display: inline-block;

	color: #444953;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slide .card:hover a {
	color: #fff;
}

.announcement-slider .slide .card .content {
	display: flex;

	justify-content: space-between;

	flex-direction: column;

	height: 100%;
}

.announcement-slider .slide .card .content .date-title .date h6 {
	/* font-size: 16px;

  line-height: 28px; */

	font-weight: 700;

	letter-spacing: 0.05em;

	color: #363940;

	text-transform: uppercase;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slide .card .content .title {
	margin-top: 10px;
}

.announcement-slider .slide .card .content .title p {
	font-size: 18px;

	line-height: 28px;

	color: #444953;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slide .card .content .btn-wrap a {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slide .card .content .btn-wrap a:hover {
	color: #b2022f;
}

.seperator-line1,
.seperator-line2 {
	position: relative;
}

.seperator-line1:before {
	content: "";

	background-image: url("../images/icons/seperator.png");

	background-repeat: no-repeat;

	background-position: center center;

	width: 1px;

	height: 100%;

	position: absolute;

	background-size: cover;

	left: 0;

	top: 0;
}

.seperator-line2:before {
	content: "";

	background-color: #d3d3d3;

	width: 1px;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;
}

.annoncements-sec-wrap .slider-wrap .btn-wrap {
	margin-top: 50px;
}

.slider-wrap {
	position: relative;
}

.slider-wrap .nav-container {
	width: 100%;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

	margin: 0 auto;

	margin-top: 50px;
}

.slider-wrap .nav-container .slick-prev {
	text-indent: -9000px;

	width: 38px;

	height: 38px;

	border: 0;

	background-color: transparent;

	background-repeat: no-repeat;

	background-position: center center;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.25' height='32.5' viewBox='0 0 37.25 32.5'%3E%3Cg id='Group_285' data-name='Group 285' transform='translate(32)'%3E%3Cg id='Rectangle_5' data-name='Rectangle 5' transform='translate(-32 0)' fill='none' stroke='%23b2022f' stroke-width='1'%3E%3Crect width='37.25' height='32.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='36.25' height='31.5' fill='none'/%3E%3C/g%3E%3Cg id='Group_244' data-name='Group 244' transform='translate(-16 11)'%3E%3Cpath id='Path_102' data-name='Path 102' d='M11.625,4.25,6.375,9.5l5.25,5.25' transform='translate(-6.375 -4.25)' fill='none' stroke='%23b2022f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

	z-index: 1;

	cursor: pointer;

	margin-right: 15px;
}

.slider-wrap .nav-container .slick-next {
	text-indent: -9000px;

	width: 38px;

	height: 38px;

	border: 0;

	background-color: transparent;

	background-repeat: no-repeat;

	background-position: center center;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.25' height='32.5' viewBox='0 0 37.25 32.5'%3E%3Cg id='Group_284' data-name='Group 284' transform='translate(-1055.75 -1288.5)'%3E%3Cg id='Rectangle_5' data-name='Rectangle 5' transform='translate(1055.75 1288.5)' fill='none' stroke='%23b2022f' stroke-width='1'%3E%3Crect width='37.25' height='32.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='36.25' height='31.5' fill='none'/%3E%3C/g%3E%3Cg id='Group_244' data-name='Group 244'%3E%3Cpath id='Path_102' data-name='Path 102' d='M6.375,4.25l5.25,5.25-5.25,5.25' transform='translate(1065.375 1295.25)' fill='none' stroke='%23b2022f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

	z-index: 1;

	cursor: pointer;
}

.announcement-slider .slick-slide .card {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.announcement-slider .slick-slide .card:hover {
	background-color: #daeeee;
}

/*Announcemnt sec ends*/

/*Calendat sec starts*/

.calendar-sec-wrap .calendar-box {
	padding-top: 35px;
}

.calendar-sec-wrap .calendar-box .image img {
	width: 100%;
}

.calendar-sec-wrap .calendar-box .image {
	padding: 0 30px;
}

.calendar-sec-wrap .calendar-inner-sec {
	padding: 50px 0 50px;
}

.calendar-sec-wrap .btn-wrap .svg {
	margin-right: 8px;

	margin-left: 0;
}

/*Calendat sec ends*/

/*Latest News sec starts*/

.latest-news-wrap .news-card {
	background-color: #fff;

	position: relative;
}

.news-card .content {
	padding: 30px;

	border: 1px solid #e6e6e6;
}

.news-card .content .date p {
	color: #363940;

	font-size: 14px;

	line-height: 28px;

	margin-bottom: 10px;
}

.news-card .content .title .h5 {
	font-family: "Playfair Display", sans-serif;

	font-weight: 700;

	color: #363940;
}

.news-card .image img {
	width: 100%;
}

.news-card .btn-wrap {
	position: absolute;

	bottom: -20px;

	right: 22px;
}

/*Latest News sec ends*/

/*Awards sec starts*/

.awards-sec-wrap .awards-slider .slick-list {
	max-width: 750px;

	margin-left: auto;
}

.awards-slider .slick-track {
	display: flex;

	flex-wrap: wrap;

	align-items: center;
}

.awards-slider .slick-track .slide {
	margin: 0 15px;
}

/*Awards sec ends*/

/*Footer sec starts*/

.footer-wrap {
	background-color: #232325;
}

.register-now-sec {
	background-color: #b2022f;

	position: relative;

	margin-top: -220px;

	overflow: hidden;
}

.register-now-sec .btn-wrap {
	z-index: 2;
}

.register-now-sec .content-box {
	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	padding: 85px 60px;

	z-index: 2;

	position: relative;
}

.register-now-sec .content-box .box-info h3 {
	/* font-size: 36px;

  line-height: 42px; */

	color: #ffffff;

	font-weight: 700;

	font-family: "Playfair Display", sans-serif;
}

.register-now-sec .content-box .box-info p {
	font-size: 24px;

	line-height: 28px;

	color: #ffffff;

	margin-top: 15px;
}

.register-now-sec:before {
	content: "";

	background: url("../images/register-sec-pattern-left.png") no-repeat top
		center;

	background-size: cover;

	width: 150px;

	height: 250px;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;
}

.register-now-sec:after {
	content: "";

	background: url("../images/register-sec-pattern-right.png") no-repeat top
		center;

	background-size: cover;

	width: 150px;

	height: 250px;

	position: absolute;

	right: 0;

	top: 0;

	z-index: 1;
}

.footer-menu-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-5 -5)'%3E%3Cpath d='M14.375-8.75a.608.608,0,0,1,.449.176A.608.608,0,0,1,15-8.125v1.25a.608.608,0,0,1-.176.449.608.608,0,0,1-.449.176H8.75V-.625a.608.608,0,0,1-.176.449A.608.608,0,0,1,8.125,0H6.875a.608.608,0,0,1-.449-.176A.608.608,0,0,1,6.25-.625V-6.25H.625a.608.608,0,0,1-.449-.176A.608.608,0,0,1,0-6.875v-1.25a.608.608,0,0,1,.176-.449A.608.608,0,0,1,.625-8.75H6.25v-5.625a.608.608,0,0,1,.176-.449A.608.608,0,0,1,6.875-15h1.25a.608.608,0,0,1,.449.176.608.608,0,0,1,.176.449V-8.75Z' transform='translate(12.5 27.5)' fill='%23ffffff'/%3E%3Cpath d='M20,5A15,15,0,1,0,35,20,15.017,15.017,0,0,0,20,5Zm0,28.24A13.24,13.24,0,1,1,33.24,20,13.255,13.255,0,0,1,20,33.24Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");

	background-repeat: no-repeat;

	background-size: cover;

	width: 1.6rem;

	height: 1.6rem;

	margin-left: auto;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	position: absolute;

	right: 0;

	top: 0;

	display: none;
}

.footer-menu-arrow.open {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-5 -5)'%3E%3Cpath d='M14.375-8.75a.608.608,0,0,1,.449.176A.608.608,0,0,1,15-8.125v1.25a.608.608,0,0,1-.176.449.608.608,0,0,1-.449.176H.625a.608.608,0,0,1-.449-.176A.608.608,0,0,1,0-6.875v-1.25a.608.608,0,0,1,.176-.449A.608.608,0,0,1,.625-8.75Z' transform='translate(12.5 27.5)' fill='%23ffffff'/%3E%3Cpath d='M20,5A15,15,0,1,0,35,20,15.017,15.017,0,0,0,20,5Zm0,28.24A13.24,13.24,0,1,1,33.24,20,13.255,13.255,0,0,1,20,33.24Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}

/*Footer sec starts*/

.footer-wrap .footer-top .footer-left {
	border-right: 1px solid rgba(188, 188, 188, 0.35);

	padding-right: 10px;
}

.footer-wrap .footer-top {
	padding-top: 75px;

	padding-bottom: 40px;
}

.footer-wrap .footer-top .footer-left .contact-information li a {
	font-size: 16px;

	line-height: 22px;

	color: #bcbcbc;

	display: inline-flex;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.footer-wrap .footer-top .footer-left .contact-information li a:hover {
	color: #b2022f;
}

.footer-wrap .footer-top .footer-left .contact-information li {
	margin: 8px 0;

	color: #fff;
}

/* .footer-left .contact-information li a svg {

  margin-right: 10px;

} */

.footer-left .contact-information li a svg {
	position: absolute;

	left: 0;
}

.footer-wrap .footer-top .footer-left .contact-information li {
	position: relative;

	padding-left: 30px;
}

.footer-top .footer-links-box {
	position: relative;
}

.footer-links-box h5 {
	font-size: 20px;

	line-height: 28px;

	font-weight: 600;

	color: #ffffff;

	margin-bottom: 15px;

	font-family: "Playfair Display", sans-serif;
}

.footer-links-box .footer-links li a {
	font-size: 16px;

	line-height: 20px;

	color: #bcbcbc;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	text-transform: capitalize;
}

.footer-links-box .footer-links li a:hover {
	color: #b2022f;
}

.footer-links-box .footer-links li {
	margin: 10px 0;
}

.footer-top .footer-logo {
	margin-bottom: 30px;
}

.footer-top .footer-logo a {
	display: inline-block;
}

.footer-top .footer-logo a > span {
	font-size: 20px;

	line-height: 28px;

	color: #ffffff;

	font-weight: 600;

	font-family: "Playfair Display", sans-serif;

	margin-top: 10px;
}

.footer-bottom {
	border-top: 1px solid rgba(188, 188, 188, 0.35);

	padding-top: 40px;
}

.footer-bottom .footer-links-box {
	display: flex;

	align-items: center;

	flex-wrap: wrap;
}

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

.footer-bottom .footer-links-box li a {
	font-size: 16px;

	line-height: 28px;

	color: #bcbcbc;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.footer-bottom .footer-links-box li a .svg {
	margin-left: 5px;
}

.footer-bottom .footer-links-box li a:hover {
	color: #b2022f;
}

.copyright-wrap {
	background: #161618;
}

.copyright-wrap .container {
	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	padding: 15px;
}

.copyright-wrap .container .copyright p {
	margin: 0;

	font-size: 14px;

	line-height: 20px;

	color: #bcbcbc;
}

.copyright-wrap .social-icons-wrap > ul > li > a {
	color: #bcbcbc;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.copyright-wrap .social-icons-wrap > ul > li > a:hover {
	color: #b2022f;
}

/*Footer sec ends*/

/*Homepage Css Ends*/

/*Vision-Mission sec starts*/

.var-section-1 .history-imgBox .img-box {
	padding-top: 50px;

	padding-right: 50px;

	position: relative;

	z-index: 2;
}

.var-section-1 .history-imgBox .img-box::before {
	content: "";

	width: 48%;

	height: calc(100% - 50px);

	background-color: #e6bac5;

	position: absolute;

	right: 0;

	top: 0;

	z-index: -1;
}

.var-section-1 .history-imgBox .img-box {
	width: 100%;

	max-width: 600px;

	z-index: 2;

	position: relative;
}

.info-box-wrap .info-box {
	position: relative;

	z-index: 2;
}

.info-box .content-box {
	overflow-y: auto;

	overflow-x: hidden;
}

.info-box.left-side-img .content-box {
	padding: 60px 60px 0 0;
}

.info-box-wrap .info-box:before {
	content: "";

	width: 74%;

	height: calc(100% + 10%);

	background-color: #ffffff;

	position: absolute;

	top: 0;

	right: 0;

	z-index: 0;
}

.var-section-2-inner {
	display: flex;

	align-items: flex-end;
}

.info-box-wrap .info-box-desc {
	width: 52%;

	position: relative;

	z-index: 1;
}

.info-box-wrap .info-box-img {
	width: 48%;

	position: relative;

	z-index: 1;
}

.info-box-wrap .info-box-img object {
	max-width: 100%;

	height: 100%;

	width: 100%;

	object-fit: cover;
}

.info-box-wrap .info-box .card {
	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	padding: 40px;

	background-color: #f5f5f5;

	border: 1px solid #e6e6e6;
}

.sec-bg-blue .info-box:before {
	background-color: #ffffff;
}

.sec-bg-blue .info-box .card {
	background-color: #f5f5f5;
}

.sec-bg-blue-dark .info-box:before {
	background-color: #f5f5f5;
}

.sec-bg-blue-dark .info-box .card {
	background-color: #ffffff;
}

.info-box .content-box .card p {
	font-size: 18px;

	line-height: 30px;

	margin-bottom: 15px;

	border: 0;
}

.info-box .content-box .card p:last-child {
	margin-bottom: 0;
}

.info-box-wrap .info-box {
	align-items: flex-end;
}

.info-box-wrap .info-box.right-side-img {
	flex-direction: row-reverse;
}

.info-box-wrap .info-box.right-side-img:before {
	left: 0;
}

.info-box-wrap .info-box.right-side-img .content-box {
	padding: 60px 0 0px 60px;
}

.info-box-wrap .info-box .content-box .sec-title {
	margin-left: 40px;
}

.var-section-3 .info-box-img,
.var-section-3 .info-box-desc {
	width: 50%;

	position: relative;

	z-index: 1;
}

.var-section-3 .info-box {
	align-items: flex-end;
}

.img-box > img {
	width: 100%;
}

.var-section-3 .info-box {
	position: relative;
}

.var-section-3 .info-box-desc .card {
	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	background-color: #ffffff;

	padding: 40px;
}

.var-section-3 .info-box-desc .card p.info {
	font-size: 18px;

	line-height: 34px;

	font-style: italic;
}

.var-section-3 .info-box-desc .card p.author {
	font-size: 18px;

	line-height: 28px;

	margin: 0;

	font-weight: 700;

	color: #363940;

	position: relative;

	padding-left: 20px;
}

.var-section-3 .info-box-desc .card p.author:before {
	content: "";

	position: absolute;

	left: 0;

	top: 50%;

	transform: translatey(-50%);

	display: block;

	width: 13px;

	height: 2px;

	background-color: #363940;
}

.var-section-3 .info-box:before {
	content: "";

	width: 74%;

	height: 100%;

	background-color: #f5f5f5;

	position: absolute;

	right: 0;

	z-index: 0;
}

.var-section-3 .info-box-desc {
	position: relative;
}

.var-section-3 .info-box-desc:before {
	content: "";

	background: url("../images/icons/quote-img.svg") no-repeat top center;

	width: 122px;

	height: 90px;

	left: 45px;

	top: -50px;

	position: absolute;
}

.var-section-3 .info-box {
	padding-top: 60px;
}

.tab-section-wrap .tab-inner-content {
	display: flex;

	flex-wrap: wrap;

	margin: 20px 0 0;
}

.tab-section-wrap .tab-inner-content .img-box,
.tab-section-wrap .tab-inner-content .info-box-desc {
	width: 50%;
}

.tab-section-wrap .tab-inner-content .info-box-desc .content-box {
	padding-left: 60px;
}

.tab-section-wrap .tab-inner-content .info-box-desc .content-box p.info {
	margin: 0;

	font-size: 16px;

	line-height: 28px;
}

.core-values-sec-wrap .core-values-title .h2 {
	margin-bottom: 45px;

	font-weight: 700;
}

.tab-section-wrap .nav-link.active {
	background-color: transparent;

	color: #b2022f;
}

.tab-section-wrap .nav-link {
	color: #363940;

	font-size: 24px;

	line-height: 34px;

	text-align: left;

	padding: 0;
}

.tab-section-wrap .nav-link:not(:last-child) {
	margin-bottom: 25px;
}

.tab-section-wrap .nav {
	position: relative;
}

.tab-section-wrap .nav:before {
	content: "";

	width: 1px;

	height: 100%;

	background-color: #d3d3d3;

	position: absolute;

	left: 0;

	top: 0;
}

.tab-section-wrap .nav .nav-link {
	padding-left: 15px;

	position: relative;
}

.tab-section-wrap .nav .nav-link:before {
	content: "";

	width: 3px;

	height: 100%;

	background-color: #b2022f;

	position: absolute;

	left: 0;

	top: 0;

	opacity: 0;

	visibility: hidden;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.tab-section-wrap .nav .nav-link.active:before {
	opacity: 1;

	visibility: visible;
}

.tab-section-wrap .nav .nav-link.active {
	color: #b2022f;
}

.core-values-sec-wrap .vision-mission-accordion {
	display: none;
}

.core-values-sec-wrap .vision-mission-accordion .accordion-body {
	padding-top: 0;

	padding-bottom: 0;
}

.vision-mission-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-5 -5)'%3E%3Cpath d='M14.375-8.75a.608.608,0,0,1,.449.176A.608.608,0,0,1,15-8.125v1.25a.608.608,0,0,1-.176.449.608.608,0,0,1-.449.176H8.75V-.625a.608.608,0,0,1-.176.449A.608.608,0,0,1,8.125,0H6.875a.608.608,0,0,1-.449-.176A.608.608,0,0,1,6.25-.625V-6.25H.625a.608.608,0,0,1-.449-.176A.608.608,0,0,1,0-6.875v-1.25a.608.608,0,0,1,.176-.449A.608.608,0,0,1,.625-8.75H6.25v-5.625a.608.608,0,0,1,.176-.449A.608.608,0,0,1,6.875-15h1.25a.608.608,0,0,1,.449.176.608.608,0,0,1,.176.449V-8.75Z' transform='translate(12.5 27.5)' fill='%23454545'/%3E%3Cpath d='M20,5A15,15,0,1,0,35,20,15.017,15.017,0,0,0,20,5Zm0,28.24A13.24,13.24,0,1,1,33.24,20,13.255,13.255,0,0,1,20,33.24Z' fill='%23454545'/%3E%3C/g%3E%3C/svg%3E");

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-5 -5)'%3E%3Cpath d='M14.375-8.75a.608.608,0,0,1,.449.176A.608.608,0,0,1,15-8.125v1.25a.608.608,0,0,1-.176.449.608.608,0,0,1-.449.176H.625a.608.608,0,0,1-.449-.176A.608.608,0,0,1,0-6.875v-1.25a.608.608,0,0,1,.176-.449A.608.608,0,0,1,.625-8.75Z' transform='translate(12.5 27.5)' fill='%23b2022f'/%3E%3Cpath d='M20,5A15,15,0,1,0,35,20,15.017,15.017,0,0,0,20,5Zm0,28.24A13.24,13.24,0,1,1,33.24,20,13.255,13.255,0,0,1,20,33.24Z' fill='%23b2022f'/%3E%3C/g%3E%3C/svg%3E");
}

.vision-mission-accordion .accordion-button {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.vision-mission-accordion .accordion-button:not(.collapsed) {
	color: #b2022f;

	background-color: transparent;
}

.vision-mission-accordion .accordion-button:focus {
	box-shadow: none;
}

.vision-mission-accordion .accordion-button,
.vision-mission-accordion .accordion-item:first-of-type .accordion-button,
.vision-mission-accordion .accordion-item:last-of-type {
	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;
}

.vision-mission-accordion .accordion-button {
	padding: 10px 20px;

	color: #363940;

	font-size: 20px;

	line-height: 30px;

	font-family: "Nunito Sans", sans-serif;
}

.vision-mission-accordion {
	-webkit-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);

	-moz-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);

	box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);
}

.vision-mission-accordion .content-box .h2.sec-title,
.vision-mission-accordion .content-box p.info {
	color: #363940;
}

/*Vision-Mission sec ends*/

/*History Page Starts*/

.inner-page {
	overflow-x: hidden;

	overflow-y: hidden;
}

/* .inner-page-header-wrap {

  position: fixed;

  width: 100%;

  top: 50px;

  z-index: 999;

}



.inner-page-header-wrap .hamburger-menu {

  display: block;

}



.inner-page-header-wrap .container {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

}*/

.inner-page-header-wrap .hamburger-menu a {
	color: #fff;
}

.inner-page-header-wrap .header-left {
	position: fixed;

	left: 20px;

	z-index: 100;

	top: 25px;
}

.inner-page-header-wrap .header-right {
	position: fixed;

	right: 20px;

	z-index: 100;

	top: 60px;
}

.inner-page .mobile-menu-wrap,
.inner-page .mobile-menu-wrap ul > li > ul {
	top: 180px;
}

.history-page .mobile-menu-wrap,
.history-page .mobile-menu-wrap ul > li > ul {
	top: 0;
}

.history-slider-wrap {
	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;
}

.history-slider-wrap .history-slider-desc,
.history-slider-wrap .history-slider-date {
	display: flex;

	justify-content: center;

	align-items: center;

	height: 100vh;
}

/* .history-slider-wrap .history-slider-date .slick-list {

  padding: 0 !important;

}  */

.history-page .history-slider-desc .slide {
	/* display: flex;

  justify-content: center;

  align-items: center; */

	display: table;
}

.history-slider-desc .content .h1 {
	font-size: 80px;

	line-height: 105px;

	color: #fff;

	font-weight: 700;

	margin-bottom: 10px;
}

.history-slider-desc .content .slide-desc-main {
	font-size: 30px;

	line-height: 40px;

	color: #fff;

	font-weight: 700;

	border-top: 1px solid #fff;

	padding: 24px 0;

	margin: 0;
}

.history-slider-desc .content .slide-desc-sub {
	font-size: 20px;

	line-height: 30px;

	color: rgba(255, 255, 255, 0.6);
}

.history-slider-desc .content .img-box {
	margin-top: 20px;
}

.history-slider-date .slide .h6 {
	font-size: 20px;

	line-height: 27px;

	color: #fff;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	font-weight: 700;
}

.history-slider-date .slick-prev,
.history-slider-date .slick-next {
	display: none !important;
}

.history-slider-date .slide {
	cursor: pointer;

	text-align: center;

	padding-top: 150px;
}

.history-slider-date .slick-track {
	position: relative;
}

.history-slider-date .slick-track:before {
	content: "";

	width: 2px;

	height: 100%;

	background-color: #ffffff;

	position: absolute;

	left: 40%;

	transform: translatex(-40%);

	z-index: 1;
}

.history-slider-date .slick-track .slide .h6 {
	position: relative;
}

.history-slider-date .slick-track .slide .h6:before {
	content: "";

	width: 12px;

	height: 12px;

	border: 2px solid #fff;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	background: #00242f;

	position: absolute;

	left: 40%;

	top: 50%;

	transform: translate(-50%, -40%);

	z-index: 2;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.history-slider-date .slick-track .slide.slick-current .h6:before {
	border: 15px solid #b2022f;

	width: 40px;

	height: 40px;
}

.history-page .inner-page-header-wrap .logo a {
	display: inline-block;
}

/*History Page Ends*/

/*Calendar Page Starts*/

.calendar-sec-wrap .calendar-legend-sec > ul {
	max-width: 180px;

	margin-left: auto;
}

.event-section-main {
	padding-left: 30px;

	max-height: 450px;

	overflow-y: auto;

	overflow-x: hidden;
}

.event-section-main h4 {
	color: #b2022f;

	font-weight: 700;
}

.event-section-main .event-section-listing {
	list-style: revert;

	font-size: 16px;

	line-height: 1.4;

	font-family: "Playfair Display", sans-serif;

	color: #b2022f;

	font-weight: 700;

	display: flex;

	flex-wrap: wrap;

	margin: 30px 15px 30px 15px;
}

.event-section-main .event-section-listing li {
	width: 50%;

	margin: 15px 0;

	padding: 0 15px;

	font-family: "Nunito Sans", sans-serif !important;
}

.event-section-main .event-section-listing li p {
	margin: 15px 0;

	font-family: "Nunito Sans", sans-serif;

	font-size: 18px;

	line-height: 1.56;

	color: #444953;

	font-weight: 400;

	display: flex;

	flex-wrap: wrap;

	padding-left: 25px;
}

.event-section-main .event-section-listing li p svg {
	margin-right: 12px;

	width: 17px;

	height: 17px;

	top: 6px;

	left: 0;

	position: absolute;
}

/*Calendar Page Ends*/

/*Princiapl Message Page Starts*/

.var-section-3 .signature-box {
	margin-bottom: 24px;
}

.prinicpal-message-page-wrap.var-section-3 .content-box p.info {
	margin-bottom: 20px;
}

/*Princiapl Message Page Ends*/

/*Compliance Page Starts*/

.quick-links-sec {
	padding: 30px;

	color: #fff;

	background-color: #b2022f;

	max-width: 378px;

	margin: 0 auto;

	position: -webkit-sticky;

	position: sticky;

	top: 120px;
}

.quick-links-sec .h5 {
	margin-bottom: 40px;

	font-weight: 700;
}

.quick-links-sec .quick-links > li > a {
	font-size: 18px;

	line-height: 1.56;

	color: #fff;

	font-weight: 700;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.quick-links-sec .quick-links > li > a:hover {
	color: #e6bac5;
}

.quick-links-sec .quick-links > li:not(:last-child) {
	margin-bottom: 16px;
}

.info-section-box {
	margin-bottom: 40px;
}

.info-section-box ul.ul-section,
.ul-section {
	padding-left: 18px;

	list-style: revert;
}

.ul-section > li:not(:last-child) {
	margin-bottom: 16px;
}

.info-section-box ul.ul-section ul.inner-ul-section {
	padding-left: 18px;

	list-style: revert;

	margin-top: 15px;
}

.info-section-box ul.ul-section > li,
.ul-section > li {
	font-size: 18px;

	line-height: 30px;
}

.info-section-box > p {
	font-size: 18px;

	line-height: 30px;
}

.info-section-box h2,
.info-section-box h3,
.info-section-box h4,
.info-section-box h5,
.info-section-box h6 {
	font-weight: 700;

	margin-bottom: 20px;
}

.info-section-box .ul-section li:not(:last-child) {
	margin-bottom: 15px;
}

/*Compliance Page Ends*/

/*Latest News Page Starts*/

.search-box .h6 {
	font-weight: 700;

	margin-bottom: 20px;
}

.search-box .form-group {
	margin-bottom: 30px;
}

.latest-news-side-wrap .form-control {
	height: 50px;
}

.latest-news-side-wrap .form-control:focus {
	border-color: #b2022f;
}

.latest-news-side-wrap .form-control::placeholder {
	color: #363940;

	filter: alpha(opacity=50);

	opacity: 0.5;
}

.subscribe-box {
	background-color: #b2022f;

	padding: 30px;

	color: #ffffff;
}

.subscribe-box .h5 {
	font-weight: 700;
}

.subscribe-box p.info {
	font-size: 18px;

	line-height: 30px;

	margin-bottom: 20px;
}

.subscribe-box .form-group {
	margin-bottom: 15px;
}

.subscribe-box .btn-wrap > a,
.subscribe-box .btn-wrap > input {
	width: 100%;

	text-align: center;
}

.subscribe-box .btn-wrap > a,
.subscribe-box .btn-wrap > input {
	background: #fff;

	color: #363940;

	border-radius: 0;

	padding: 10px 16px;

	font-size: 16px;

	line-height: 1.57;

	font-family: "Nunito Sans", sans-serif;

	text-transform: none;

	font-weight: 700;
}

.subscribe-box .btn-wrap > a:focus,
.subscribe-box .btn-wrap > a:hover,
.subscribe-box .btn-wrap > input:hover,
.subscribe-box .btn-wrap > input:focus {
	background: #ffffff;

	border: 2px solid #ffffff;

	-webkit-box-shadow: 0 0.5em 0.5em -0.4em #f5f5f5;

	-moz-box-shadow: 0 0.5em 0.5em -0.4em #f5f5f5;

	box-shadow: 0 0.5em 0.5em -0.4em #f5f5f5;

	color: #363940 !important;
}

.subscribe-box .sec-title.line {
	padding-bottom: 20px;
}

.subscribe-box .sec-title.line:after {
	background-color: #fff;

	bottom: 10px;
}

.subscribe-box .ns-group input {
	border-radius: 0;
}

/* .latest-news-main-wrap .latest-news-box:not(:last-child) {

  margin-bottom: 60px;

} */

.latest-news-box .img-box {
	margin-bottom: 24px;
}

.latest-news-box .latest-news-title {
	font-weight: 700;
}

.latest-news-box ul.latest-news-info {
	display: flex;

	flex-wrap: wrap;

	list-style: none;

	padding: 0;
}

.latest-news-box ul.latest-news-info > li {
	font-size: 14px;

	line-height: 28px;
}

.latest-news-box ul.latest-news-info > li > a {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	font-size: 14px;

	line-height: 28px;

	color: #363940;
}

.latest-news-box ul.latest-news-info > li > a:hover {
	color: #b2022f;
}

.latest-news-box ul.latest-news-info li + li:before {
	content: "|";

	color: #a1a1a1;

	padding: 0 8px;
}

.latest-news-box .latest-news-desc {
	margin-top: 15px;

	margin-bottom: 15px;
}

.latest-news-box .latest-news-desc p {
	font-size: 18px;

	line-height: 30px;
}

.pagination-wrap {
	display: flex;

	flex-wrap: wrap;

	justify-content: center;
}

.pagination-wrap a,
.pagination-wrap span {
	font-size: 16px;

	line-height: 22px;

	font-weight: 700;

	width: 37px;

	height: 37px;

	display: flex;

	justify-content: center;

	align-items: center;

	border: 1px solid #b2022f;

	color: #363940;

	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.pagination-wrap a:not(:last-child),
.pagination-wrap span {
	margin-right: 15px;
}

.pagination-wrap a:hover,
.pagination-wrap a:focus,
.pagination-wrap span:focus,
.pagination-wrap span:hover {
	color: #fff;

	background-color: #b2022f;
}

.pagination-wrap span.current {
	background-color: #b2022f;

	color: #fff;
}

/*Latest News Page Ends*/

.sidebar-wrap .sidebar-logo {
	padding: 0;
}

/*Terms & Condition Page Starts*/

.order-list-1 {
	list-style: auto;

	padding-left: 15px;
}

.order-list-2 {
	list-style: auto;

	padding-left: 20px;
}

.order-list-1 li,
.order-list-2 li {
	font-size: 18px;

	line-height: 30px;
}

.order-list-2 li {
	font-weight: 700;
}

.order-list-2 li p {
	margin-top: 10px;

	font-weight: 400;
}

.order-list-1 li:not(:last-child) {
	margin-bottom: 20px;
}

/*Terms & Condition Page Ends*/

.sec-bg-blue-dark {
	background-color: #ffffff;
}

.sec-bg-blue {
	background-color: #f5f5f5;
}

.sec-bg-blue.var-section-2 .content-box .h2.sec-title,
.sec-bg-blue.var-section-2 .content-box p.info {
	color: #363940;
}

.register-now-sec .cta-btn-blue {
	background-color: #fff;

	color: #363940;

	border: 2px solid #fff;
}

.announcement-slider .slide .card:hover .content .date-title .date h6,
.announcement-slider .slide .card:hover .content .title p {
	color: #fff;
}

/*Latest News Details Sec Starts*/

.latest-news-sec-wrap .latest-news-main-wrap .h3,
.latest-news-sec-wrap .latest-news-main-wrap .h4,
.latest-news-sec-wrap .latest-news-main-wrap .h5,
.latest-news-sec-wrap .latest-news-main-wrap .h6 {
	font-weight: 700;

	margin-bottom: 20px;
}

.latest-news-sec-wrap ul {
	list-style: disc;

	padding-left: 15px;
}

.latest-news-sec-wrap ul > li {
	font-size: 18px;

	line-height: 30px;
}

.latest-news-sec-wrap ul > li {
	margin-bottom: 15px;
}

.latest-news-sec-wrap ul > li ul {
	padding-top: 12px;

	list-style: circle;

	padding-left: 25px;
}

.latest-news-sec-wrap ul > li ul > li {
	margin-bottom: 12px;
}

/* .latest-news-sec-wrap .latest-news-main-wrap .latest-news-box:not(:last-child) {

  margin-bottom: 60px;

} */

.latest-news-sec-wrap .related-news-sec {
	margin-top: 60px;
}

.latest-news-sec-wrap .related-news-sec .card-list {
	display: flex;

	flex-wrap: wrap;
}

.latest-news-sec-wrap .related-news-sec .news-card {
	max-width: 276px;
}

.latest-news-sec-wrap
	.related-news-sec.latest-news-wrap
	.news-card:not(:last-child) {
	margin-right: 30px;
}

.data-table-version-one .table-header {
	background-color: #444953;
}

.data-table-version-one .table-header h5 {
	font-size: 24px;

	line-height: 30px;

	font-weight: 700;

	color: #fff;

	padding: 15px 0;

	text-align: center;

	margin: 0;
}

.data-table-version-one ul li {
	display: flex;

	flex-wrap: wrap;
}

.data-table-version-one ul li .table-subtitle {
	padding: 18px;

	border-right: 1px solid #d3d3d3;

	color: #444953;

	font-size: 20px;

	line-height: 30px;

	font-weight: 700;

	width: 20%;
}

.data-table-version-one ul > li:not(:last-child),
.data-table-version-one ul {
	border-bottom: 1px solid #d3d3d3;
}

.data-table-version-one ul {
	border: 0;
}

.data-table-version-one ul li .table-info {
	font-size: 18px;

	font-weight: 600;

	line-height: 30px;

	padding: 20px 30px;

	color: #363940;

	width: 80%;
}

.data-table-version-one ul li:nth-child(even) {
	background-color: #f5f5f5;
}

.data-table-version-two {
	margin-bottom: 20px;

	margin-top: 20px;
}

.school-timing-sec .data-table-version-one {
	margin-bottom: 20px;

	border: 1px solid #d3d3d3;
}

.data-table-version-two ul li {
	display: flex;

	flex-wrap: wrap;
}

.data-table-version-two ul li .title,
.data-table-version-two ul li .info {
	width: 50%;

	padding: 20px 30px;

	font-size: 18px;

	line-height: 30px;

	font-weight: 700;
}

.data-table-version-two ul li:nth-child(even) {
	background-color: #f5f5f5;
}

.data-table-version-two ul {
	border: 1px solid #d3d3d3;
}

.data-table-version-two ul li .title {
	border-right: 1px solid #d3d3d3;
}

/*Latest News Details Sec Ends*/

/*FAQ page starts*/


.question-list .list-content {
	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;

	position: relative;
}

.question-list .list-content .box {
	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	flex-wrap: wrap;
}

.question-list .answer {
	margin-top: 20px;
}

.question-list .list-content .title {
	font-size: 18px;

	line-height: 1.67;

	font-weight: 700;

	width: 30px;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.question-list .list-content .desc {
	font-size: 18px;

	line-height: 1.67;

	width: calc(100% - 30px);

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.question-list .answer {
	display: none;
}

.question-list .question .desc {
	font-weight: 700;
}

.question-list .arrow a {
	position: absolute;

	width: 100%;

	height: 100%;

	left: -5px;

	text-align: right;
}

.faq-inner-box .question-list .faq_wrap:hover {
	background-color: #b2022f;
}

.question-list .faq_wrap:hover .title,
.question-list .faq_wrap:hover .desc,
.question-list .faq_wrap:hover .arrow a {
	color: #fff;
}

.question-list .faq_wrap .arrow a svg {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.question-list .faq_wrap.open .arrow a svg {
	color: #fff;

	opacity: 1;
}

.question-list .faq_wrap.open .arrow a svg {
	transform: rotate(180deg);
}

.faq-inner-box .question-list .faq_wrap {
	padding: 20px;

	background-color: #fff;

	border: 1px solid #d3d3d3;

	cursor: pointer;
}

.faq-inner-box .question-list .faq_wrap:not(:last-child) {
	margin-bottom: 30px;
}

.question-list .faq_wrap {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.question-list .faq_wrap.open {
	background-color: #b2022f;

	border: 1px solid #b2022f;
}

.question-list .faq_wrap.open .title,
.question-list .faq_wrap.open .desc {
	color: #fff;
}

.bbs-form {
	padding: 50px;

	border: 1px solid #f0f0f0;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	background-color: #fff;
}

.bbs-form .col-lg-12 {
	margin-bottom: 30px;
}

.bbs-form .form-label {
	margin-bottom: 10px;
}

.bbs-form .form-control {
	border: 1px solid #d3d3d3;
}

.bbs-form .form-control::placeholder,
.bbs-form .form-select [disabled] {
	font-size: 16px;

	line-height: 22px;

	color: rgba(30, 40, 43, 0.5);
}

.bbs-form .form-control:focus {
	border-color: #b2022f;
}

.bbs-form input.form-control,
.bbs-form select.form-control {
	height: 50px;
}

.contact-committee-sec {
	background-color: #b2022f;

	padding: 30px;

	color: #ffffff;
}

.contact-committee-sec .contact-info {
	margin-top: 55px;
}

.contact-committee-sec .contact-info li:not(:last-child) {
	margin-bottom: 37px;
}

.contact-committee-sec .contact-info li .h6 {
	margin-bottom: 20px;
}

.contact-committee-sec .contact-info li a {
	display: inline-block;

	color: #ffffff;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.contact-committee-sec .contact-info li a:hover {
	color: #e6bac5;
}

.contact-committee-sec .contact-info li span {
	display: block;
}

.contact-committee-sec .contact-info li span {
	margin: 6px 0;
}

/*FAQ page ends*/

/*Contact Us Starts*/

.bbs-form.no-format {
	border: 0;

	box-shadow: none;

	padding: 0;

	background-color: transparent;
}

.bbs-form.no-format .col-lg-6 {
	margin-bottom: 30px;
}

.contact-us-wrap .notice-wrap,
.contact-us-form-wrap {
	margin-top: 50px;
}

.contact-us-form-wrap .btn-wrap {
	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;
}

.contact-us-wrap .notice-wrap .underline-link {
	color: #b2022f;

	text-decoration: underline;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.contact-us-wrap .notice-wrap .underline-link:hover {
	color: #db272b;
}

.fee-structure-box,
.fee-structure-wrap .info-section-box {
	max-width: 784px;

	margin: 0 auto;
}

.fee-structure-box .h5 {
	background-color: #444953;

	text-align: center;

	padding: 15px;

	margin: 0;
}

.fee-structure-box ul {
	border: 1px solid #d3d3d3;
}

.fee-structure-box .btn-wrap {
	margin-top: 50px;
}

.fee-structure-box .btn-wrap .svg {
	margin-right: 10px;
}

.fee-structure-box .box-header,
.fee-structure-box .box-info {
	display: flex;

	flex-wrap: wrap;
}

.fee-structure-box .info,
.fee-structure-box .fees {
	width: 50%;

	padding: 15px 30px;

	font-size: 18px;

	line-height: 30px;

	font-weight: 700;
}

.fee-structure-box .fees {
	font-weight: 600;
}

.fee-structure-box .info {
	border-right: 1px solid #d3d3d3;
}

.fee-structure-box li {
	font-weight: 700;

	font-size: 18px;

	line-height: 30px;
}

.fee-structure-box li:nth-child(odd) {
	background-color: #f5f5f5;
}

.fee-structure-box li:nth-child(even) {
	background-color: #ffffff;
}

.fee-structure-box li.box-header .info,
.fee-structure-box li.box-header .fees {
	font-size: 20px;

	background-color: #e6bac5;

	color: #444953;

	font-weight: 700;
}

/*Contact Us Ends*/

/*Sitemap sec starts*/

.sitemap-links-sec .main-links li a {
	font-size: 18px;

	line-height: 30px;

	color: #444953;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.sitemap-links-sec .main-links > li {
	margin: 10px 0;
}

.sitemap-links-sec .main-links,
.sitemap-links-sec .main-links .inner-links {
	list-style: revert;
}

.sitemap-links-sec .main-links .inner-links {
	margin-top: 5px;

	padding-left: 25px;
}

/*Sitemap sec ends*/

/*Faculty-Staff sec starts*/

.custom-tab-one ul.nav {
	justify-content: center;
}

.custom-tab-one ul.nav .nav-link {
	border-radius: 0;

	padding: 10px 30px 14px 30px;

	font-size: 16px;

	line-height: 22px;

	font-weight: 700;

	color: #767676;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	background-color: #ecf5f8;

	border-top: 4px solid #ecf5f8;
}

.custom-tab-one ul.nav .nav-link.active {
	background-color: #ffffff;

	color: #b2022f;

	border-top: 4px solid #b2022f;
}

.hover-box-main {
	display: flex;

	flex-wrap: wrap;
}

.faculty-staff-nav-wrap .faculty-staff-sec {
	margin-top: 50px;
}

.hover-box-main .hover-box {
	width: 33.33%;

	overflow: hidden;

	position: relative;
}

/* .hover-box .overlay {

  position: relative;

} */

.hover-box .overlay:after {
	content: "";

	background: rgb(0, 0, 0);

	background: -moz-linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.45) 0%,

		rgba(0, 0, 0, 0.45) 100%
	);

	background: -webkit-linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.45) 0%,

		rgba(0, 0, 0, 0.45) 100%
	);

	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.45) 0%,

		rgba(0, 0, 0, 0.45) 100%
	);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e282b", endColorstr="#1e282b", GradientType=1);

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.hover-box .info-box {
	position: absolute;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	z-index: 1;

	align-items: flex-start;

	flex-direction: column;

	margin: 0;

	bottom: 0;

	padding: 30px;
}

.hover-box .info-box .h6,
.hover-box .info-box p {
	color: #fff;
}

.hover-box:hover .overlay:after {
	background: rgb(0, 0, 0);

	background: -moz-linear-gradient(
		90deg,
		rgba(0, 0, 0) 0%,
		rgba(0, 0, 0) 100%
	);

	background: -webkit-linear-gradient(
		90deg,
		rgba(0, 0, 0) 0%,

		rgba(0, 0, 0) 100%
	);

	background: linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e282b", endColorstr="#1e282b", GradientType=1);

	opacity: 0.85;
}

.hover-box-main .hover-box img {
	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	transform: scale(1);
}

.hover-box-main .hover-box:hover img {
	transform: scale(1.1);
}

.hover-box .info-box .btn-wrap {
	height: 0;

	overflow: hidden;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;
}

.hover-box:hover .info-box .btn-wrap {
	height: 49px;
}

.custom-modal-one .col-sm-4 {
	margin: 20px 0;
}

.custom-modal-one .col-sm-4 {
	text-align: center;
}

.custom-modal-one .name {
	padding-top: 10px;
}

.custom-modal-one.student .inner:last-child {
	margin-top: 30px;
}

.custom-modal-one.student .modal-content {
	background-color: #fff;
}

.custom-modal-one.student .btn-close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='currentColor'%3E%3Cg transform='translate(-5 -5)'%3E%3Cg transform='translate(0.189 0.189)'%3E%3Cpath d='M46.124,46.632H32.2a1.51,1.51,0,1,0,0,2.994H46.124a1.51,1.51,0,1,0,0-2.994Z' transform='translate(31.34 -36.724) rotate(45)' /%3E%3Cpath d='M46.124,46.632H32.2a1.51,1.51,0,1,0,0,2.994H46.124a1.51,1.51,0,1,0,0-2.994Z' transform='translate(-36.724 18.66) rotate(-45)' /%3E%3C/g%3E%3Cpath d='M25,5A20,20,0,1,0,45,25,20.023,20.023,0,0,0,25,5Zm0,37.653A17.653,17.653,0,1,1,42.653,25,17.673,17.673,0,0,1,25,42.653Z' /%3E%3C/g%3E%3C/svg%3E");

	top: 15px;
}

.custom-modal-one.student .img img {
	width: 100%;
}

.custom-modal-one .name,
.custom-modal-one .percentage {
	text-align: center;
}

/*Faculty-Staff sec ends*/

/* events-sec-starts */

.events-sec-wrap .event-box-main .event-box {
	display: flex;

	color: #444953;

	flex-wrap: wrap;
}

.events-sec-wrap .monthbase-event {
	margin-bottom: 50px;
}

.events-sec-wrap .monthbase-event:last-child {
	margin: 0;
}

.events-sec-wrap .month-name {
	font-size: 18px;

	line-height: 30px;

	color: #363940;

	display: block;

	position: relative;

	z-index: 2;
}

.events-sec-wrap .month-name:after {
	content: "";

	width: 85%;

	height: 1px;

	background-color: #d3d3d3;

	position: absolute;

	right: 0;

	top: 0;

	bottom: 0;

	margin: auto 0;
}

.events-sec-wrap .event-box-main > li {
	padding: 25px 0;
}

.event-box .event-date {
	width: 10%;
}

.event-box .event-date span {
	display: flex;

	flex-direction: column;
}

.event-box .event-date span.event-day {
	font-size: 18px;

	line-height: 30px;
}

.event-box .event-date span.event-day-num {
	font-size: 24px;

	line-height: 30px;

	font-weight: 700;
}

.event-box .event-info {
	width: 65%;
}

.event-box .event-info .h4 {
	margin: 5px 0 10px 0;
}

.event-box .event-info .date-time {
	font-size: 18px;

	line-height: 30px;
}

.event-box .event-img {
	width: 25%;
}

.events-gallery-slider .slick-track {
	display: flex;

	align-items: center;
}

.events-gallery-slider .slick-track .slide {
	padding: 0 15px;
}

.events-gallery-slider .slick-track .slide {
	transform: scale(0.8);

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
}

.events-gallery-slider .slick-track .slide.slick-current {
	transform: scale(1.1);
}

.events-gallery-wrap .slider-wrap {
	margin-top: 50px;
}

.events-gallery-slider .slick-list {
	padding: 50px !important;
}

.video-box .play-icon {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}

.video-box .play-icon a {
	color: #fff;
}

.video-box .info-box {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 15px;
	color: #fff;
}

/* events-sec-ends */

/*alumni-profiles-starts*/

.card-box-one .card {
	background-color: #fff;

	border: 1px solid #d3d3d3;

	border-radius: 0;

	margin: 15px auto;

	max-width: 378px;
}

.card-box-one .card .name-info {
	margin: 20px 0;

	color: #fff;
}

.card-box-one .card .name-info .name {
	font-size: 24px;

	line-height: 30px;

	font-weight: 700;

	display: block;
}

.card-box-one .card .name-info .designation {
	font-size: 18px;

	line-height: 30px;

	position: relative;

	display: block;
}

/* .card-box-one .card .name-info .designation:before {

  content: "";

  width: 8px;

  height: 3px;

  background-color: #fff;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

} */

.card-box-one .card .batch-info,
.card-box-one .card .achievements-info {
	font-size: 16px;

	line-height: 30px;

	font-weight: 700;

	margin-bottom: 14px;
}

.card-box-one .card .batch-info .svg,
.card-box-one .card .achievements-info .svg {
	margin-right: 8px;
}

.card-box-one .card .desc p {
	margin-bottom: 0;
}

.alumni-profiles-sec {
	margin: 35px 0;
}

.card-box-one .overlay-txt .name-info,
.card-box-one .overlay-txt .batch-info,
.card-box-one .overlay-txt .achievements-info {
	color: #fff;
}

.card-box-one .overlay-txt .name-info .designation:before {
	background-color: #fff;
}

/*alumni-profiles-ends*/

/*curriculum-starts*/

.activities-wrap .img-box {
	margin: 30px 0;
}

.ol-section.ol-style-one {
	list-style: revert;
}

.games-wrap .ol-section.ol-style-one > li {
	font-weight: 700;
}

.games-wrap .ol-section.ol-style-one > li > p {
	font-weight: 400;

	margin: 8px 0;
}

.games-wrap .ol-section.ol-style-one > li > p:last-child {
	margin-bottom: 8px;
}

/*Curriculum-ends*/

/* dress-code-starts */

.dress-code-box {
	display: flex;

	justify-content: center;

	text-align: center;

	max-width: 1120px;

	margin: 0 auto;
}

.dress-code-box > li {
	width: 50%;

	/* max-width: 371px; */

	margin: 0 auto;
}

.dress-code-box > li > p.dress-day {
	font-size: 24px;

	line-height: 30px;

	font-weight: 700;

	margin-bottom: 60px;
}

.dress-code-box.seperator-line2::before {
	left: 50%;

	transform: translateX(-50%);
}

.dress-code-list.ul-section > li:not(:last-child) {
	margin-bottom: 12px;
}

.table-style-one {
	border: 1px solid #d3d3d3;

	border-bottom: none;

	width: 100%;
}

.table-style-one .heading h6 {
	padding: 20px;

	background-color: #444953;

	color: #fff;

	font-weight: 700;
}

.table-style-one .heading > th {
	background-color: #444953;

	border-right: 1px solid #d3d3d3;

	width: 25%;
}

.table-style-one .info-sec .subheading {
	width: 15%;

	border-bottom: 1px solid #d3d3d3;

	border-right: 1px solid #d3d3d3;
}

.booklist-table-wrap .table-style-one .info-sec:nth-child(odd) .subheading {
	background-color: #f5f5f5;
}

.table-style-one .info-sec .info {
	width: auto;
}

.table-style-one .info-sec .subheading {
	color: #444953;

	font-size: 20px;

	line-height: 30px;

	font-weight: 700;

	padding: 18px 20px;
}

.table-style-one .info-sec .info {
	padding: 20px;

	font-size: 18px;

	line-height: 30px;

	font-weight: 700;
}

.table-style-one .info-sec .info {
	background-color: #fff;

	border-bottom: 1px solid #d3d3d3;
}

.table-style-one .info-sec:nth-child(odd) .info,
.table-style-one .info-sec:nth-child(odd) .subheading {
	background-color: #f5f5f5;
}

.table-style-one .info-sec:last-child .info {
	border-bottom: none;
}

.table-style-one:last-child {
	border-bottom: 1px solid #d3d3d3;
}

.dress-code-info-wrap .dress-code-table-wrap {
	margin-top: 40px;
}

/* dress-code-ends */

/* booklist-sec-starts */

.booklist-table-wrap .table-style-one .heading > th {
	width: 15%;
}

.booklist-table-wrap .table-style-one .info-sec .subheading {
	width: 35%;
}

.table-style-one .info-sec .info span {
	display: block;

	margin: 6px 0;

	font-size: 18px;

	line-height: 30px;

	font-weight: 700;
}

.table-style-one .info-sec .info span.book-link a {
	text-decoration: underline;

	font-size: 16px;

	line-height: 20px;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	color: #363940;

	font-weight: 400;
}

.table-style-one .info-sec .info span.book-link a:hover {
	color: #b2022f;
}

/* booklist-sec-ends */

/* awards-sec-starts */

.timeline-wrap .timeline-item {
	display: flex;

	align-items: flex-start;
}

.timeline-wrap .timeline-item > div {
	flex: 1;

	padding: 100px 40px;
}

.timeline-wrap .timeline-item:nth-child(odd) > div:last-child {
	border-left: 1px solid #d3d3d3;
}

.timeline-wrap .timeline-item > div:first-child {
	position: relative;

	text-align: right;
}

.timeline-wrap .timeline-item > div:first-child::after {
	content: "";

	width: 28px;

	height: 28px;

	background-color: #b2022f;

	border-radius: 50%;

	position: absolute;

	top: 50%;

	transform: translate(-50%, -50%);

	border: 4px solid #f4d6df;

	right: -28px;
}

.timeline-wrap .timeline-item .timeline-date .date {
	padding: 10px;

	color: #fff;

	background-color: #b2022f;

	display: inline-block;

	text-align: right;

	font-weight: 700;
}

.timeline-wrap .timeline-item .timeline-content .h4 {
	font-weight: 700;

	margin-bottom: 24px;
}

.timeline-wrap .timeline-item .timeline-content .card {
	padding: 20px;

	border-radius: 0;

	background-color: #f5f5f5;

	border: 0;
}

.timeline-wrap .timeline-item .timeline-content .card p:last-child {
	margin: 0;
}

.timeline-wrap .timeline-item .timeline-date img {
	position: absolute;

	top: 90%;

	right: 0;

	padding: 0 40px;
}

.timeline-wrap .timeline-item:nth-child(even) {
	flex-direction: row-reverse;
}

.timeline-wrap .timeline-item:nth-child(even) .timeline-date {
	text-align: left;
}

.timeline-wrap .timeline-item:nth-child(even) > div:first-child::after {
	left: 0;
}

.timeline-wrap .timeline-item:nth-child(even) .timeline-content {
	border-right: 1px solid #d3d3d3;
}

.timeline-wrap .timeline-item:nth-child(even) .timeline-date img {
	left: 0px;
}

/* awards-sec-ends */

/* login-sec-starts */

.inner-page-box .card {
	max-width: 580px;

	margin: 0 auto;
}

.section.inner-page-box {
	padding: 50px 0 220px 0;
}

.inner-page-box .logo-box {
	margin-bottom: 35px;
}

.inner-page-box .logo-box p {
	margin: 0;
}

.inner-page-box .card-header,
.inner-page-box .card {
	padding: 0;

	border-radius: 0;
}

.inner-page-box .card-header {
	background-color: #fff;

	border: 1px solid rgba(211, 211, 211, 0.35);

	border-bottom: 1px solid #d3d3d3;
}

.inner-page-box .card {
	border: 1px solid rgba(211, 211, 211, 0.35);

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.inner-page-box .card-header .h4 {
	padding: 30px 0;

	font-weight: 700;
}

.inner-page-box .card-body {
	padding: 0;
}

.inner-page-box .btn-link {
	margin-top: 50px;
}

.inner-page-box .forgot-pass {
	color: #b2022f;

	text-decoration: underline;

	opacity: 1;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.inner-page-box .forgot-pass:hover {
	color: #363940;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

/* login-sec-ends */

/* gallery-sec-starts */

.gallery-grid .grid-item {
	width: 33.33%;

	padding: 15px;
}

.gallery-grid .grid-item .img-box {
	position: relative;
}

.gallery-grid .grid-item .img-box .icon {
	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	width: 100%;

	height: 100%;

	background-color: rgba(178, 2, 47, 0.4);

	display: flex;

	justify-content: center;

	align-items: center;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	opacity: 0;

	visibility: hidden;
}

.gallery-grid .grid-item .img-box:hover .icon {
	opacity: 1;

	visibility: visible;
}

.gallery-grid .grid-item .img-box .icon a {
	color: #ffffff;

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: center;

	align-items: center;
}

/* gallery-sec-ends */

/*admission-sec-starts*/

.admission-sec-wrap .info-section-box .btn-wrap {
	margin-top: 40px;
}

/*admission-sec-ends*/

/*announcements-sec-starts*/

.announcements-sec-wrap .announcement-slider {
	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;
}

.announcements-sec-wrap .announcement-slider .slide {
	max-width: 565px;

	width: 50%;

	padding: 15px;

	margin: 0;
}

.announcements-sec-wrap .slider-wrap .btn-wrap {
	margin-top: 35px;
}

.announcement-slider .slide .card .content .date-title {
	display: flex;

	flex-wrap: wrap;

	flex-direction: column;

	height: 100%;

	justify-content: space-between;
}

.announcement-slider .slide .card .content .btn-link a svg {
	margin-left: 8px;
}

/*announcements-sec-ends*/

/* faculty-modal-sec-starts */

.custom-modal-one .modal-content {
	background-color: transparent;

	border: 0;
}

.custom-modal-one .modal-header {
	border: 0;

	padding-top: 0;

	padding-bottom: 0;
}

.custom-modal-one .btn-close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='%23fff'%3E%3Cg transform='translate(-5 -5)'%3E%3Cg transform='translate(0.189 0.189)'%3E%3Cpath d='M46.124,46.632H32.2a1.51,1.51,0,1,0,0,2.994H46.124a1.51,1.51,0,1,0,0-2.994Z' transform='translate(31.34 -36.724) rotate(45)' /%3E%3Cpath d='M46.124,46.632H32.2a1.51,1.51,0,1,0,0,2.994H46.124a1.51,1.51,0,1,0,0-2.994Z' transform='translate(-36.724 18.66) rotate(-45)' /%3E%3C/g%3E%3Cpath d='M25,5A20,20,0,1,0,45,25,20.023,20.023,0,0,0,25,5Zm0,37.653A17.653,17.653,0,1,1,42.653,25,17.673,17.673,0,0,1,25,42.653Z' /%3E%3C/g%3E%3C/svg%3E");

	width: 30px;

	height: 30px;

	background-size: cover;

	background-repeat: no-repeat;

	opacity: 1;

	position: absolute;

	right: 10px;

	top: -25px;
}

.custom-modal-one .btn-close:focus {
	box-shadow: none;
}

.custom-modal-one .modal-box .info-box-img,
.custom-modal-one .modal-box .info-box-content {
	width: 50%;
}

.custom-modal-one .modal-box {
	align-items: flex-end;
}

.custom-modal-one .modal-box .info-box-img,
.custom-modal-one .modal-box .info-box-img .img-box,
.custom-modal-one .modal-box .info-box-img .img-box img {
	height: 100%;
}

.custom-modal-one .modal-box .info-box-img .img-box img {
	object-fit: cover;

	min-height: 490px;
}

.custom-modal-one .modal-dialog {
	max-width: 900px;
}

.custom-modal-one .modal-box .info-box-content {
	height: calc(100% - 60px);
}

.custom-modal-one .modal-box .info-box-content .sec-title.line::after {
	bottom: 10px;
}

.custom-modal-one .info-box-content .card {
	padding: 25px 30px;

	-webkit-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);

	-moz-box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);

	box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);

	border: 0;

	border-radius: 0;
}

/* faculty-modal-sec-ends*/

/*Calendar Css Starts*/

.calendar-main-page .multicalendar .ui-datepicker-month {
	font-size: 24px;

	line-height: 32px;

	font-weight: 700;

	font-family: "Playfair Display", sans-serif;
}

.calendar-main-page #multicalendar .ui-datepicker-month,
.calendar-main-page #multicalendar .ui-datepicker-year {
	font-size: 24px;

	line-height: 1.33;

	font-weight: 700;

	font-family: "Playfair Display", sans-serif;

	color: #b2022f;
}

.calendar-main-page #multicalendar .ui-datepicker .ui-datepicker-header {
	background-color: transparent;

	margin-bottom: 30px;

	border: none;
}

.calendar-main-page #multicalendar .ui-datepicker th span {
	padding: 5px 20px;

	font-size: 14px;

	line-height: 1.35;

	color: #363940;

	font-weight: 700;

	font-family: "Nunito Sans", sans-serif;

	text-transform: uppercase;
}

.calendar-main-page #multicalendar .ui-datepicker td span,
.calendar-main-page .ui-datepicker td a {
	text-align: center;
}

.calendar-main-page #multicalendar .ui-datepicker td a,
.calendar-main-page #multicalendar .ui-datepicker td span {
	padding: 12px 23px;

	background-color: #fff;

	font-size: 20px;

	line-height: 1.3;

	color: #363940;

	font-weight: 700;

	font-family: "Nunito Sans", sans-serif;

	display: flex;

	justify-content: center;

	align-items: center;
}

.calendar-main-page
	#multicalendar
	.ui-datepicker
	td.ui-datepicker-today
	.ui-state-active {
	background-color: #444953 !important;
}

.calendar-main-page
	#multicalendar
	.ui-datepicker
	td.ui-datepicker-today
	.ui-state-active {
	color: #fff !important;

	background-color: #444953 !important;
}

.calendar-main-page #multicalendar .ui-datepicker th {
	border-bottom: 0;

	padding: 3px 0 10px 0px;
}

.calendar-main-page #multicalendar .ui-datepicker table {
	background-color: transparent;
}

.calendar-main-page #multicalendar .ui-datepicker td.ui-state-active a {
	position: relative;
}

.calendar-main-page #multicalendar .ui-datepicker td.ui-state-active a:after {
	content: "";

	position: absolute;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	background-color: #b2022f;

	bottom: 10px;

	left: 50%;

	transform: translatex(-50%);
}

.calendar-main-page .nmonths.hasDatepicker {
	padding: 0 60px;
}

.calendar-main-page
	#multicalendar
	.ui-datepicker
	td.ui-state-active.ui-datepicker-today
	a::after {
	background-color: #fff;
}

.calendar-multi #multicalendar .ui-datepicker-multi-4 {
	display: flex !important;

	flex-wrap: wrap;

	margin: 0 -60px;

	width: auto !important;
}

.calendar-multi #multicalendar .ui-datepicker-multi-4 .ui-datepicker-group {
	padding: 60px;

	border: 0;

	float: none;

	width: 50% !important;
}

.calendar-multi #multicalendar .ui-datepicker-multi .ui-datepicker-group {
	margin: 0;
}

.mv_dlg.ui-dialog .ui-dialog-content {
	padding: 20px;

	border: none;

	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

	min-width: 340px !important;
}

.mv_dlg.ui-dialog .ui-dialog-titlebar {
	border: none;
}

.mv_dlg #mv_corner {
	background: url("../images/icons/corner.png");
}

.mv_dlg.ui-dialog .ui-dialog-content .mv_dlg_nmonth_title {
	display: none;
}

.mv_dlg .dialogNMonth_event_content .test {
	font-size: 20px;

	line-height: 1.4;

	font-weight: 700;

	color: #b2022f;

	font-family: "Playfair Display", sans-serif;

	margin-bottom: 20px;
}

.mv_dlg .dialogNMonth_event_content {
	border-left: none !important;

	font-size: 18px;

	line-height: 1.5;

	color: #444953;
}

.mv_dlg .dialogNMonth_event_content div {
	margin: 5px 0;
}

.calendar-main-page
	#multicalendar
	.ui-datepicker-prev
	span.ui-icon-circle-triangle-w,
.calendar-main-page
	#multicalendar
	.ui-datepicker-next
	span.ui-icon-circle-triangle-e {
	width: 7px;

	height: 12px;

	background-position: center center;

	background-size: cover;

	position: relative;

	top: auto;

	margin: 0;

	left: auto;
}

.calendar-main-page
	#multicalendar
	.ui-datepicker-prev
	span.ui-icon-circle-triangle-w {
	background-image: url("../images/icons/slider-prev-arrow.png");
}

.calendar-main-page
	#multicalendar
	.ui-datepicker-next
	span.ui-icon-circle-triangle-e {
	background-image: url("../images/icons/slider-next-arrow.png");
}

.calendar-main-page #multicalendar .ui-datepicker .ui-datepicker-prev,
.calendar-main-page #multicalendar .ui-datepicker .ui-datepicker-next {
	width: 35px;

	height: 35px;

	display: flex;

	justify-content: center;

	align-items: center;

	border: 1px solid #b2022f;
}

.calendar-main-page #multicalendar .ui-datepicker td {
	border: none;
}

.calendar-main-page #multicalendar .ui-datepicker table {
	border: 0;
}

.mv_dlg.ui-dialog .ui-dialog-content:focus-visible,
.mv_dlg.ui-dialog:focus-visible {
	outline: 0;
}

/*Calendar Homepage Starts*/

.calendar-sec-wrap.calendar-main-page .nmonths.hasDatepicker {
	padding: 0;
}

/*Calendar Homepage Ends*/

/* .mv_dlg.ui-dialog .ui-dialog-content */

@media (max-width: 1500px) {
	.calendar-main-page #multicalendar .ui-datepicker td a,
	.calendar-main-page #multicalendar .ui-datepicker td span {
		padding: 12px;

		font-size: 14px;
	}

	.calendar-multi #multicalendar .ui-datepicker-multi-4 .ui-datepicker-group {
		padding: 30px;
	}

	.calendar-multi #multicalendar .ui-datepicker-multi-4 {
		margin: 0 -30px;
	}

	.calendar-main-page .nmonths.hasDatepicker {
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
	.calendar-multi #multicalendar .ui-datepicker-multi-4 .ui-datepicker-group {
		width: 100% !important;
	}

	.calendar-multi #multicalendar .ui-datepicker-multi-4 .ui-datepicker-group {
		padding: 15px;
	}

	.calendar-multi #multicalendar .ui-datepicker-multi-4 {
		margin: 0 -15px;
	}

	.calendar-main-page .nmonths.hasDatepicker {
		padding: 0 15px;
	}

	.calendar-main-page #multicalendar .ui-datepicker-month,
	.calendar-main-page #multicalendar .ui-datepicker-year {
		font-size: 20px;
	}

	.mv_dlg .dialogNMonth_event_content .test {
		font-size: 16px;

		margin-bottom: 10px;
	}

	.mv_dlg .dialogNMonth_event_content {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.calendar-main-page #multicalendar .ui-datepicker-month,
	.calendar-main-page #multicalendar .ui-datepicker-year {
		font-size: 18px;
	}

	.mv_dlg.ui-dialog .ui-dialog-content {
		min-width: 0 !important;

		display: inline-block !important;
	}
}

@media (max-width: 500px) {
	.calendar-multi #multicalendar .ui-datepicker-multi-4 .ui-datepicker-group {
		padding: 5px;
	}

	.calendar-multi #multicalendar .ui-datepicker-multi-4 {
		margin: 0 -5px;
	}

	.calendar-main-page .nmonths.hasDatepicker {
		padding: 0 5px;
	}

	.calendar-main-page #multicalendar .ui-datepicker td a,
	.calendar-main-page #multicalendar .ui-datepicker td span {
		padding: 5px;
	}

	.calendar-main-page #multicalendar .ui-datepicker th span {
		padding: 5px;
	}

	.calendar-main-page
		#multicalendar
		.ui-datepicker
		td.ui-state-active
		a:after {
		bottom: 2px;
	}

	.mv_dlg.ui-dialog .ui-dialog-content {
		min-width: 0 !important;

		display: inline-block !important;
	}
}

/*Calendar Css Ends*/

/*New Changes 14-02-22 Starts*/

.contact-committee-sec .contact-info li .h6 svg {
	margin-right: 8px;
}

.subscribe-box .ns-form span.ns-error {
	color: #fff;

	padding: 0.312em 0.312em 0.625em 0;
}

.form-control {
	padding: 10px 15px;
}

.compliance-wrap table,
.table-style-two table {
	width: 100% !important;

	word-break: break-all !important;

	margin: 0 auto;
}

.compliance-wrap table tr,
.table-style-two table tr {
	border-color: #d3d3d3 !important;

	border-style: solid;

	border-width: 1px;
}

.compliance-wrap table tr td,
.table-style-two table tr td {
	width: auto !important;

	padding: 10px;

	min-width: 80px;
}

.compliance-wrap table tr:nth-child(odd) td,
.table-style-two table tr:nth-child(odd) td {
	background-color: #f5f5f5;
}

.compliance-wrap table tr td,
.table-style-two table tr td {
	border: 1px solid #d3d3d3 !important;
}

.dress-code-table-wrap .table-style-one .heading > th,
.dress-code-table-wrap .table-style-one .info-sec .subheading,
.table-style-one .info-sec .info {
	width: 100%;

	display: block;
}

/*New Changes 14-02-22 Ends*/

.take-tour-btn .btn-link {
	padding: 0;

	border: 0;

	background: transparent;

	color: #ffffff;

	font-size: 16px;

	font-weight: 400;

	display: inline-flex;

	align-items: center;

	text-decoration: none;

	box-shadow: none !important;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.take-tour-btn .btn-link svg {
	margin-right: 10px;
}

.take-tour-btn .btn-link:hover,
.take-tour-btn .btn-link:focus {
	color: #db272b;
}

.history-page .history-slider-desc .slide .content {
	width: 100%;

	display: table-cell;

	vertical-align: middle;
}

.history-page .history-slider-desc .slide .take-tour-btn {
	padding-bottom: 30px;
}

/*Map Contact Starts*/

.map-box-wrap {
	position: relative;
}

.map-box-wrap .map-bg {
	position: relative;
}

.map-box-wrap .map-inner {
	background-color: #f5f5f5;

	max-width: 480px;

	width: 100%;

	margin: 0 auto;

	padding: 0px 100px;

	position: relative;

	display: flex;

	align-items: center;
}

.map-box-wrap .map-links > li .title {
	display: inline-flex;

	align-items: center;

	margin-bottom: 21px;
}

.map-box-wrap .map-links > li .title h6 {
	color: #363940;
}

.map-box-wrap .map-links > li:not(:first-child) {
	margin-top: 21px;
}

.map-links > li .title .svg {
	margin-right: 12px;
}

.map-links > li .link a {
	color: #444953;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;
}

.map-links > li .link a:hover,
.map-links > li .link a:focus {
	color: #b2022f;
}

.map-box-wrap {
	margin: 100px 0 220px;
}

.map-box-wrap .map-box {
	align-items: center;

	flex-wrap: wrap;
}

.map-box .map-bg {
	width: 65%;

	height: 600px;
}

.map-box .map-inner {
	width: 35%;
}

.map-box .map-bg iframe {
	min-height: 600px;

	width: 100%;

	display: block;
}

/*Map Contact Ends*/

/*BookList FAQ Sec Starts*/
.booklist-sec-wrap .question-list {
	max-width: none;
}

.question-list .list-content .desc .subheading {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
}

.question-list .list-content .desc .info div {
	font-size: 18px;
	line-height: 1.67;
	font-weight: 700;
}

.question-list .list-content .desc .info div:not(:last-child) {
	margin-bottom: 8px;
}

.booklist-sec-wrap .question-list .list-content .desc {
	font-size: 22px;
}

.booklist-sec-wrap .question-list .list-content .desc > .sub:not(:last-child) {
	margin-bottom: 30px;
}

.marquee-text {
	background: #b2022f;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
}

/*BookList FAQ Sec Ends*/

.history-new-slider .slide {
	padding: 0 7px !important;
}

.gallery-listing-wrap .listing-box {
	text-align: center;
}

.gallery-listing-wrap .listing-box .date {
	font-size: 14px;
	line-height: 2;
	color: #454545;
	padding-bottom: 8px;
	display: none !important;
}

.gallery-listing-wrap .listing-box .title {
	color: #1e282b;
	font-size: 16px;
	line-height: 1.12;
	font-family: "Playfair Display", sans-serif;
}

.gallery-listing-wrap .listing-box a {
	transition: all 0.3s ease-in-out;
}

.gallery-listing-wrap .listing-box .img-box {
	margin-top: 30px;
	border-radius: 400px;
	max-width: 195px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease-in-out;
	border: 2px solid transparent;
}

.gallery-listing-wrap .listing-box a:hover .img-box {
	border: 3px solid #b2022f;
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.gallery-listing-wrap .listing-box .img-box img {
	border-radius: 400px;
	width: 191px;
	height: 265px;
	object-fit: cover;
}

.gallery-listing-wrap .col-lg-3 {
	margin: 40px 0;
}

.gallery-listing-wrap .listing-box {
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
}

.gallery-listing-wrap .listing-box a {
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Modal Css Starts */

.choose-branch-modal .modal-dialog {
	max-width: 720px;
}

.choose-branch-modal .modal-header {
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	border: 0;
}

.choose-branch-modal .modal-body {
	padding: 0;
}

.choose-branch-modal .modal-content {
	border-radius: 0;
	padding: 40px 60px 70px 60px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.08);
}

.choose-branch-modal .content .title-group .title {
	font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 0.17em;
	color: #444953;
}

.choose-branch-modal .content .title-group .sub-title {
	font-family: "Playfair Display", system-ui, -apple-system, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 28px;
	line-height: 1.32;
	color: #363940;
}

.choose-branch-modal .content .title-group {
	margin-bottom: 50px;
}

.choose-branch-modal .listing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.choose-branch-modal .listing li {
	width: 50%;
	text-align: center;
}

.choose-branch-modal .listing li a,
.choose-branch-modal .listing li a .link {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.choose-branch-modal .listing li a .link {
	opacity: 0;
	visibility: hidden;
}

.choose-branch-modal .listing li {
	position: relative;
}

.choose-branch-modal .listing li:last-child::after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	max-height: 190px;
	top: 0;
	left: 0;
	background-color: #e6e6e6;
	display: block;
}

.choose-branch-modal .listing li a:hover .link,
.choose-branch-modal .listing li a:focus .link,
.choose-branch-modal .listing li a:active .link {
	opacity: 1;
	visibility: visible;
}

.choose-branch-modal .name .school-name {
	font-family: "Playfair Display", system-ui, -apple-system, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 29px;
	line-height: 0.94;
	font-weight: 900;
}

.choose-branch-modal .logo {
	margin-bottom: 20px;
}

.choose-branch-modal .name .branch-name {
	font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

.choose-branch-modal .name {
	margin-bottom: 20px;
	color: #444953;
}

.choose-branch-modal .link {
	font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	color: #ee3224;
	font-size: 16px;
	line-height: 1.57;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

/* Modal Css Ends */

ul.listing {
	display: inline-block;
	width: 100%;
	/* float: left; */
	margin: 0 auto;
}

ul.listing li {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 30px;
}
.gallery-wrap.sec-bg-blue-dark h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.our-teamwork-wrap .info-box {
	align-items: flex-start;
}
h2.res_class {
	margin-bottom: 20px;
}
.result_info h3 {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.result_info .row {
	/* display: inline-block; */
	margin-bottom: 30px;
	margin-top: 30px;
}
.percnt h5 {
	display: inline-block;
	font-weight: bold;
}
.percnt {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.result_info .image img {
	width: 280px;
	height: 280px;
	object-fit: cover;
}
.single .overlay-txt {
	text-align: CENTER;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: BOLD;
	font-size: 24px;
}

.box-hover-one .box-list .box .box-title {
	top: auto;
	bottom: 0;
	padding: 10px 20px;
}

/* gallery-new-tab-sec-starts */
.tab-section-wrap.new-gallery {
	padding-top: 50px;
}

.tab-section-wrap.new-gallery .nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-section-wrap.new-gallery .nav-wrapper {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.tab-section-wrap.new-gallery .nav-wrapper .nav {
	background: rgba(255, 255, 255, 0.16);
	border: 2px solid #b2022f;
	border-radius: 50px;
	padding: 10px;
}

.tab-section-wrap.new-gallery .nav-wrapper .nav .nav-link {
	padding: 18px 36px;
	border-radius: 100px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	border: 1px solid transparent;
	color: #1e282b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tab-section-wrap.new-gallery .nav-wrapper .nav .nav-link.active {
	background: #b2022f;
	border-color: #b2022f;
	color: #ffffff;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.tab-section-wrap.new-gallery .nav:before,
.tab-section-wrap.new-gallery .nav .nav-link.active:before {
	display: none;
}

.tab-section-wrap.new-gallery .nav-wrapper {
	margin: 0;
}

.tab-section-wrap.new-gallery .gallery-listing-wrap {
	padding-top: 30px;
}

.tab-section-wrap.new-gallery .nav-wrapper .nav > li:not(:last-child) {
	margin-right: 16px;
}

/* gallery-new-tab-sec-ends */

/* dress-code-new-changes-starts */
.select-wrap {
	padding: 20px 0;
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	z-index: 1;
	background: #b2022f;
}

.select-wrap .content {
	max-width: 600px;
}

.select-wrap .form-select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: #d3d3d3;
	padding: 10px 15px;
	border: 1px solid #d3d3d3;
}

.select-wrap .form-select:focus,
.select-wrap .form-select:active {
	border-color: #b2022f;
	-webkit-box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);
	-moz-box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);
	box-shadow: 0px 2px 12px rgba(178, 2, 47, 0.2);
	border-color: #b2022f;
}

.select-wrap .content label {
	color: #ffffff;
}

/* dress-code-new-changes-ends */


a.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-5076 {
    animation: blinker 1.5s infinite;


}

 @keyframes blinker {  
  50% {color:#b2022f;}
}


/* new home banner style */

.banner-content {
    position: relative;
}
.banner-wrap .home-container{
	position: absolute;
	left: 0;
    bottom: 0;
    right: 0;
    top: 0;
	height: auto;
}
@media (max-width: 1021px) {
	.banner-wrap .home-container {
		bottom: 30px;
	}
}
@media (max-width: 991px) {
	.banner-wrap .container {
		padding: 0 15px;
	}
	.banner-wrap .container {
		height: auto;
	}
}
@media (max-width: 768px) {
	.banner-content .bg-banner-img{
		width: 800px;
		height: 550px;
		object-fit: cover;
		object-position: center;
	}
	.banner-wrap .home-container {
		bottom: 0;
	}
}
/*10-3-2025 maurya soni*/
.dress-code{
	padding-top: 100px;
}
.dress-code .accordion{
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}
.dress-code .accordion-item:last-of-type{
	border-radius: 0px;
}
.dress-code .accordion-button{
	background: #B2022F;
	padding: 25px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	display: inline-flex;
	gap: 8px;
	align-items: center;
}
.dress-code .accordion-item:first-of-type .accordion-button{
	border-radius: 0px;
}
.dress-code .accordion-body{
	padding: 0px;
}
.dress-code .dress-code-heading{
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	line-height: 1.556;
	color:#B2022F;
	font-weight: 700;
	background: #E8E8E8;
}
.dress-code .dress-code-detail-heading{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.556;
	color: #B2022F;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.dress-code .dress-code-detail-heading::before{
	content:'';
	position: absolute;
	border: 1px solid #B2022F;
	bottom: 8px;
	width: 100%;
}
.dress-code .dress-code-detail-description{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #1C1C1C;
}
.dress-code .dress-code-detail-description .bold-text{
	font-weight: 700;
}
.dress-code .dress-code-details{
	padding: 24px 45px 56px 24px;
}
.dress-code-details .row{
	--bs-gutter-x: 56px;
}
.dress-code .accordion-body > .row{
	--bs-gutter-x: 24px;
}
.dress-code-details .uniform-type {
	display: flex;
}
.dress-code-details .uniform-specifications{
	display: flex;
}
.dress-code-details .uniform-specifications .type{
    width: 25.75503355704698%;
}
.dress-code-details .uniform-specifications .specification{
	width: 74.24496644295302%;
}
.dress-code-details .uniform-type .type{
	width: 36.42030276046305%;
}
.dress-code-details .uniform-type .specification{
	width: 63.57969723953695%;
}
.dress-code .accordion-button::after{
	background-image: url('../images/dress-code-open-button.png');
	background-position: center;
	background-size: 16px;
}
.dress-code .accordion-button:focus{
	box-shadow: unset;
	border: unset;
}
