* {
	padding: 0px;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

body {
	overflow-x: hidden;
	font-family: 'Mulish';
	font-size: 15px;
	line-height: 20px;
	color: #5C5A65;
	background-color: #F0FFFC;
}

ul {
	list-style: none;
	margin: 0px !important;
}

a:focus,
:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 25px;
	color: #454545;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 22px;
	color: #454545;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 20px;
	color: #454545;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 18px;
	color: #454545;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 15px;
	color: #454545;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 14px;
	color: #454545;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	color: #454545;
	margin: 0;
	padding: 0;
}

a {
	padding: 0px;
	margin: 0px;
	outline: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

label {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

input[type="text"]::-webkit-placeholder {
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	opacity: 1;
}

input[type="password"]::-webkit-placeholder {
	opacity: 1;
}

input[type="password"]::-moz-placeholder {
	opacity: 1;
}

input[type="search"]::-webkit-placeholder {
	opacity: 1;
}

input[type="search"]::-moz-placeholder {
	opacity: 1;
}

input[type="email"]::-webkit-placeholder {
	opacity: 1;
}

input[type="email"]::-moz-placeholder {
	opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
	opacity: 1;
}

input[type="tel"]::-moz-placeholder {
	opacity: 1;
}

textarea::-moz-placeholder {
	opacity: 1;
}

textarea::-webkit-placeholder {
	opacity: 1;
}

a:hover {
	outline: none !important;
	text-decoration: none;
}

a:active {
	outline: none !important;
	text-decoration: none;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
	vertical-align: middle;
	border-style: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/*
font-family: "Nunito", sans-serif;
font-family: "Mulish", sans-serif;
*/

:root {
	--blue: #0092E2;
	--orange: #E85B19;
	--text-blue: #1D1153;
	--text-grey: #5C5A65;
	--theme-container-big: 1630px;
	--theme-container-mid: 1430px;
	--theme-container-small: 1230px;
}


header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: block;

	border-bottom: 1px solid var(--blue);
}

.headerfixed {
	background-color: #F0FFFC;
}

.container.container-big {
	width: 1630px;
	max-width: 100%;
}

.container.container-mid {
	width: 1430px;
	max-width: 100%;
}

.container.container-small {
	width: 1230px;
	max-width: 100%;
}

.navbar {
	/*padding: 15px 0 0 0;*/
	height: 100px;
}

.navbar-expand-lg .navbar-nav {
	align-items: flex-end;
}

.navbar-brand {
	width: fit-content;
	height: 103px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* margin-top: 15px; */
}

.navbar-brand img {
	/* position: absolute;
	top: 30px;
	left: 0; */
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.navbar-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 114%;
	text-transform: uppercase;
	color: #003885;
	padding: 33px 17px !important;
	letter-spacing: 0;
}

.dropdown-menu li a {
	text-transform: none !important;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
}

.nav-link:hover,
.nav-link.active {
	color: var(--blue);
}

.navbar-nav .dropdown-menu li a {
	font-size: 16px;
}

.dropdown-toggle::after {
	font-family: 'fontawesome';
	content: "\f078";
	border: none;
	font-size: 14px;
}

.dropdown .dropdown-menu {
	display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu li a {
	padding: 8px 15px !important;
}

.dropdown-toggle {
	position: relative;
}

.donate-btn {
	margin-left: auto;
	width: fit-content;
	position: relative;
	background: #E85B19;
	border: 3px solid rgba(255, 255, 255, 0.31);
	border-radius: 12px;
	padding: 6px 16px;
	overflow: hidden;
}

.donate-btn span {
	display: flex;
	gap: 5px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 98%;
	color: #5B230A;
	z-index: 2;
	position: relative;
	transition: .5s;
}

.donate-btn svg {
	display: block;
	width: 26px;
	height: 26px;
	color: inherit !important;
}

.donate-btn svg.hdr-donate-graph {
	position: absolute;
	left: -16px;
	top: -35px;
	width: 122px;
	height: 122px;
	display: block;
	z-index: 1;
}

.donate-btn:hover span {
	color: #FFF;
}

.banner {
	background-image: url(../images/banner-bg.png);
	background-size: cover;
	padding-top: 240px;
	padding-left: 9%;
	z-index: 1;
	position: relative;
	min-height: 950px;
	height: auto;
	background-blend-mode: screen;
	background-color: #ffffff54;
	background-repeat: no-repeat;
	background-position: top center;
}

.ban_left h1 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 76px;
	color: #1D1153;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 60px;
}

.ban_left h1::after {
	content: "";
	width: 390px;
	height: 9px;
	background-color: var(--orange);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 4px;
}

.children_area {
	display: flex;
	align-items: center;
	gap: 35px;
	margin-bottom: 50px;
}

.children_sec {
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 22px;
	color: #1D1153;
	line-height: 31px;

}

.chil_num {
	font-family: 'Nunito';
	font-weight: 800;
	font-size: 94px;
	line-height: 114%;
	color: var(--orange);

}

.ban_left_bt_area {
	display: flex;
	gap: 30px;
}

.prog_btn {
	display: flex;
	align-items: center;
	height: 64px;
	background: rgba(0, 146, 226, 0.06);
	border: 2px solid #0092E2;
	border-radius: 12px;
	padding: 0px 25px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 24px;
	color: #0092E2;
	gap: 12px;
}

.prog_btn svg {
	width: 26px;
	height: 20px;
}

.prog_btn:hover {
	color: var(--orange);
	border-color: var(--orange);
}


.orangebtn {
	display: flex;
	align-items: center;
	padding: 0px 25px;
	gap: 12px;
	height: 65px;
	border: 2px solid #FFEAE0;
	border-radius: 12px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 24px;
	color: #F0FFFC;
	background-color: var(--orange);
	width: fit-content;
}

.orangebtn svg,
.wel_down svg {
	width: 31px;
	height: 31px;
	color: inherit !important;
}

.orangebtn:hover {
	color: var(--text-blue);
}

.ban_slider .item {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.ban_slider .item::before {
	content: "";
	background: url(../images/Polygon_top.png) no-repeat;
	width: 134px;
	height: 130px;
	position: absolute;
	top: 0;
	right: 0;
}

.ban_slider .item::after {
	content: "";
	background: url(../images/Polygon_bottom.png) no-repeat;
	width: 134px;
	height: 130px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.owl-carousel {
	position: relative;
}

.owl-dots {
	display: flex !important;
}

.owl-dots .owl-dot span {
	transition: all 0.4s ease;
}

/* Position dots vertically on right */
.ban_slider .owl-dots,
.gall_slider .owl-dots {
	position: absolute;
	left: -30px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

/* Default dot */
.ban_slider .owl-dots .owl-dot span,
.gall_slider .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background: #94D9FF;
	/* light blue */
	border-radius: 50%;
	display: block;
	transition: all 0.3s ease;
}

/* Active dot (long pill) */
.ban_slider .owl-dots .owl-dot.active span,
.gall_slider .owl-dots .owl-dot.active span {
	width: 16px;
	height: 95px;
	background: #0d8bdc;
	/* darker blue */
	border-radius: 20px;
}

.owl-dots {
	z-index: 10;
}

.wel_area {
	padding: 130px 0px;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 17px;
	line-height: 31px;
	color: #5C5A65;
}

.wel_left {
	padding-right: 60px;
}

.welTag {
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-blue);
	height: 30px;
	background: rgba(0, 146, 226, 0.08);
	border-radius: 8px;
	padding: 0px 20px;
	width: fit-content;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.wel_area h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 40px;
	align-items: center;
	text-transform: capitalize;
	color: #1D1153;
	margin-bottom: 25px;
}

.wel_num_area {
	margin-top: 55px;
	margin-bottom: 38px;
	display: flex;
	gap: 15px;
}

.num_box {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	gap: 20px;
	min-width: 200px;
	width: auto;
	height: 170px;
	background: #FFFFFF;
	box-shadow: -1px -1px 26px #0092e226, inset 2px 2px 17px 0px #0092e224;
	border-radius: 12px;
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	color: #292731;
	border: 2px solid #afe3ff;
	transition: all 0.3s ease;
}

.num_box:hover {
	transform: translateY(-3px);
}

.num_box:nth-child(2) {
	min-width: 215px;
}

.num_box h2 {
	font-family: 'Nunito';
	font-weight: 800;
	font-size: 50px;
	line-height: 30px;
	color: var(--orange);
}

.ntxt {
	width: 96%;
}

.wel_pic img {
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.wel_left .wel_pic {
	margin-left: -20px;
}

.wel_rt .wel_pic {
	margin: 30px 0px 40px 0px;
}

.wel_bt_arae {
	display: flex;
	gap: 20px;
}

.wel_down {
	display: flex;
	align-items: center;
	padding: 0px 30px;
	gap: 12px;
	height: 55px;
	background: #FFFFFF;
	border: 2px solid #0092E2;
	border-radius: 12px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	color: var(--blue);
}

.wel_down:hover {
	border-color: var(--orange);
	color: var(--orange);
}

.mng_btn {
	display: flex;
	align-items: center;
	padding: 0px 24px;
	height: 53px;
	background: #1D1153;
	border: 1px solid #1D1153;
	border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}

.mng_btn:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: #fff;
}

.wel_rt ul {
	margin-top: 30px !important;
}

.wel_rt li {
	display: block;
	background: url(../images/check.png) no-repeat left 6px;
	padding-left: 42px;
	padding-bottom: 20px;
}

.wel_rt {
	padding-top: 60px;
}

/* SECTION */
.what_area {

	padding: 80px 20px 0px 20px;
	position: relative;
	padding-top: 180px;
	display: flex;
	margin-bottom: 130px;
}

.what_area::before {
	content: "";
	background: url(../images/what_before.png) no-repeat;
	width: 485px;
	height: 553px;
	position: absolute;
	top: -250px;
	left: 0;
}

/* LEFT AREA */
.left-area {

	position: relative;
	margin-top: auto;
	width: 55%;
}

/* CARDS */
.what_area .card {
	display: none;
	padding: 25px;
	width: 100%;
	background: #FFFFFF;
	border: 3px solid rgba(29, 17, 83, 0.12);
	border-radius: 20px 0px 0px 20px;

}

.card_row {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.what_area .card.active {
	display: block;
}

.what_area .card_txt {
	width: calc(100% - 375px);
	margin-top: 60px;
}

.what_area .card_pic {
	width: 375px;
}

.what_area .card_pic img {
	border-radius: 12px;
	max-height: 365px;
}

/* ICON */
.what_area .icon {
	width: 123px;
	height: 123px;
	background: var(--text-blue);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -60px;
	left: 25px;
}

/* TEXT */
.what_area .card h3 {
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 25px;
	color: #1D1153;
	margin-bottom: 30px;
}

.what_area .card p {
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color: #5C5A65;
}

.what_area .cardbtn {
	margin-top: 30px;
	display: flex;
	align-items: center;
	padding: 0px 25px;
	gap: 10px;
	height: 47px;
	background: rgba(29, 17, 83, 0.06);
	border: 2px solid #1D1153;
	border-radius: 12px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 18px;

	width: fit-content;
}

.what_area .cardbtn span {
	color: var(--text-blue);
}

.what_area .cardbtn:hover {
	color: var(--orange);
	border-color: var(--orange);
}

.what_area .cardbtn:hover span {
	color: var(--orange);
}

.what_area .cardbtn svg {
	width: 26px;
	height: 20px;
	color: inherit !important;

}


/* IMAGE (center overlapping) */
.image-box {
	position: relative;
	z-index: 2;
	margin-left: 220px;
}

.image-box img {
	width: 320px;
	height: 420px;
	object-fit: cover;
	border-radius: 12px;
}

/* RIGHT PANEL */
.right-panel {
	background: #E85B19;
	color: #fff;
	padding: 60px 50px;
	position: absolute;
	top: 0px;
	right: 0;
	width: calc(100% - 54%);
	height: 100%;
}

.right-panel::before {
	content: "";
	background: url(../images/what_corner.png) no-repeat;
	width: 146px;
	height: 180px;
	position: absolute;
	top: 0;
	left: -146px;
}

.what_area .tag {

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	height: 30px;
	background: rgba(255, 246, 242, 0.37);
	border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #5B230A;
	width: fit-content;
}

.right-panel h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 30px 0px;
}

.right-panel p {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 70px;
}

/* TABS */
.what_area .tabs {
	list-style: none;
	padding: 0;
}

.what_area .tabs li {
	display: flex;
	align-items: center;
	margin: 25px 0;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
	font-family: 'Mulish';
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	gap: 12px;

}

.what_area .tabs li span {
	font-family: 'Mulish';
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;

}

.what_area .tabs li.active {
	opacity: 1;
	font-weight: bold;
}

.what_area .tabs li span {
	margin-right: 10px;
}

.activities_area {
	margin-bottom: 130px;
}

.activities_area .container.container-big {

	padding-top: 60px;
	position: relative;
}

.activities_area .container::before {
	content: "";
	background: url(../images/give_blue_bg.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	width: 100%;
	height: 460px;
	z-index: -1;
}

.activities_area .welTag {
	background: rgba(255, 255, 255, 0.11);
	color: #FFF6F2;
	display: flex;
	align-items: center;
}

.activities_area h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
}

.acti_hd_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.viewbtn {
	display: flex;
	align-items: center;
	align-items: center;
	padding: 0px 25px;
	height: 47px;
	background: rgba(240, 255, 252, 0.16);
	border: 2px solid #F0FFFC;
	border-radius: 12px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
}

.viewbtn:hover {
	background-color: var(--orange);
	border-color: var(--orange);
}

.viewbtn svg {
	width: 26px;
	height: 20px;
	color: inherit !important;
	margin-left: 10px;
}

.viewbtn svg path {
	fill: #FFF;
	stroke: #FFF;
}

.viewbtn:hover span {
	color: #FFFFFF;
}

.donbox {

	background: #FFFFFF;
	border: 4px solid transparent;
	box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	padding: 8px;
	margin: 15px 0px;
	height: calc(100% - 40px);

}

.donbox:hover {
	border: 4px solid rgba(0, 146, 226, 0.26);
}

.donbox .dnowbtn {
	width: 100%;
}

.doncont {
	padding: 15px;
}

.donbox h4 {

	font-family: 'Nunito';
	font-weight: 700;
	font-size: 21px;
	/* identical to box height, or 138% */
	text-transform: capitalize;
	color: var(--text-grey);
	background: url(../images/h_line.png) no-repeat left bottom;
	padding-bottom: 12px;
	margin-bottom: 10px;
	width: fit-content;
}

.donbox:hover h4 {
	color: var(--text-blue);
}

.donbox p {

	font-family: 'Mulish';
	font-weight: 400;
	font-size: 15px;
	color: #5C5A65;
	margin: 20px 0px;
}

.dnowbtn {

	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 0px 30px;
	gap: 12px;
	background: #1D1153;
	border: 2px solid #0092E2;
	border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	color: #F0FFFC;
	display: flex;
	align-items: center;
}

.dnowbtn svg {
	width: 31px;
	height: 31px;
	color: inherit !important;
}

.dnowbtn:hover span {
	color: #FFF;
}

.dnowbtn:hover {
	background: var(--orange);
	border-color: var(--orange);
	color:white;
}


/* Position dots vertically on right */
.dona_slider .owl-dots {
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
	height: 18px;
	width: fit-content;
	padding: 0px 20px;
}

/* Default dot */
.dona_slider .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: var(--orange);
	border-radius: 50%;
	display: flex;
	transition: all 0.3s ease;
}
.txt-block1 ul{
	margin-bottom:28px !important;
}
.admission-open-area ul {
    margin-bottom: 28px !important;
}

/* Active dot */
.dona_slider .owl-dots .owl-dot.active span {
	width: 40px;
	height: 7px;
	background: var(--orange);
	border-radius: 20px;
}

.why_area {
	padding: 60px 0px;
	background: url(../images/why_left.png) no-repeat left top #FFF;
	position: relative;
	background-size: 50% 100%;
}

.why_pic {
	position: absolute;
	width: 50%;
	height: 523px;
}

.why_pic img {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	max-height: 573px;
}

.why_area::after {
	content: "";
	background: url(../images/why_after.png) no-repeat;
	width: 481px;
	height: 482px;
	position: absolute;
	bottom: 0;
	right: 0;

}

.why_area h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	text-transform: capitalize;
	color: #1D1153;
}

.why_txt_row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 15px;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 16px;
	color: #5C5A65;
}

.why_txt_icon {
	width: 70px;
	height: 77px;
	flex-shrink: 0;
}

.why_txt_row h6 {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 22px;
	color: #292731;
	margin-bottom: 10px;
}

.why_txt {
	margin-top: 40px;
}

.why_area .orangebtn {
	border: 0;
	font-size: 20px;
	padding: 0px 45px;
	height: 48px;
}

.why_area .orangebtn:hover {
	background-color: var(--text-blue);
	color: #FFF;
}

.why_area .welTag {
	background-color: #F0FFFC;
	color: var(--text-blue);
}

.gallery_area {
	padding: 140px 0px 320px 0px;
}

.gallery_area h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	text-transform: capitalize;
	color: #1D1153;
}

.gallery_area .viewbtn {
	align-items: center;
	padding: 0px 25px;
	gap: 10px;
	height: 47px;
	background: rgba(29, 17, 83, 0.04);
	border: 2px solid #1D1153;
	border-radius: 12px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 18px;
	color: #1D1153;
}

.gallery_area .viewbtn:hover {
	border-color: var(--orange);

}

.gallery_area .viewbtn:hover span {
	color: var(--orange);
}

.gall_sec {
	width: calc(100vw - ((100vw - var(--theme-container-mid)) / 2));
	margin-left: calc((100vw - var(--theme-container-mid)) / 2);
	/* margin-left: 13%; */
}

.gallbox {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	height: 439px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff5ec;
}

.gallbox::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background: linear-gradient(180deg, rgba(29, 17, 83, 0) 35.39%, #1D1153 100%);
}

.gallbox img {
	max-height: 539px;
}

.gallcont {
	position: absolute;
	width: 100%;
	padding: 15px;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.gallcont h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 29px;
	line-height: 40px;
	color: #FFFFFF;
}

.gallcont h2 a {
	color: #FFF;
}

.gallcont h2 a:hover {
	color: var(--blue);
}

.dt_row {
	display: flex;
	justify-content: space-between;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin-top: 15px;
}

.dt_row svg {
	width: 13px;
	height: 13px;
}

.dt_row svg svg path {
	stroke: #FFF;
}

.cta_sec {
	background: url(../images/CTA.png) no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	padding: 60px 20px 80px 20px;
	text-align: center;
	margin-top: -420px;
	margin-bottom: 50px;
}

.cta_sec h2 {
	font-family: 'Nunito';
	font-weight: 800;
	font-size: 51px;
	line-height: 73px;
	color: #FFFFFF;
}

footer {
	background: url(../images/footer.png) no-repeat;
	background-size: cover;
	padding-top: 240px;
}

.joinbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	gap: 12px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	color: #1D1153;
	margin: 40px auto 0px auto;
	width: fit-content;
}

.joinbtn svg {
	width: 31px;
	height: 31px;
	color: inherit !important;
}

.joinbtn:hover {
	color: var(--orange);
}

.f_logo {
	height: 94px;
	margin-bottom: 40px;
	width: fit-content;
}

.f_logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

}

.addr_row {
	padding-bottom: 25px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	color: #FFFFFF;
}

.addr_row svg {
	width: 19px;
	height: 19px;
	margin-top: 3px;
}

.addr_row svg {
	color: var(--orange);
}

.addr_row a {
	color: #FFF;
}

.addr_row a:hover {
	color: var(--orange);
}

footer h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 21px;
	line-height: 29px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 22px;
}

footer h3::before {
	content: "";
	background-color: var(--orange);
	width: 210px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;

}

.social {
	display: flex;
	gap: 10px;
}

.soc_cir {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.17);
	border-radius: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .5s;
}

.soc_cir:hover {
	background-color: #FFF;
}

.soc_cir i {
	font-size: 20px;
	color: var(--orange);
}

.fo_top {
	padding-bottom: 75px;
}

.fo_mid {
	padding: 0px 10px;
	display: flex;
	gap: 30px;
	margin-top: 0;
}

.fo_rt {
	margin-top: 0px;
}

.fo_link {
	width: 30%;
}

.acti {
	width: 70%;
}

.fo_mid li {
	margin-bottom: 18px;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 16px;
	color: #F0FFFC;
}

.fo_mid li a {
	color: #F0FFFC;
	position: relative;
}

.fo_mid li a:hover {
	font-weight: 800;
	font-size: 18px;
	padding-left: 20px;
	color: #F0FFFC;
}

.fo_mid li a:hover::before {
	content: "";
	width: 16px;
	height: 3px;
	background-color: #FFF;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	left: 0;
}

.fo_mid h3::before,
.fo_rt h3::before {
	width: 48px;
}

.fo_mid ul {
	margin-top: 28px !important;
}

.act_row {
	margin-top: 25px;
	display: flex;
	gap: 18px;
}

.fo_mid h6 {
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	color: #FFFFFF;

}

.fo_mid h6 a {
	color: #FFFFFF;
}

.fo_mid h6 a:hover {
	color: var(--orange);
}

.act_pic img {
	width: 87px;
	height: 65px;
}

.fo_mid .dt_row {
	margin-top: 5px;
	font-size: 10px;
}

.gall_pic_area {
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
	flex-flow: row wrap;
	margin-top: 25px;

}

.gall_pic {
	width: calc((100% - 10px) / 2);
}

.copy_area {
	padding: 15px 0px;
	border-top: #FFF 1px solid;
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.copy_link {
	display: flex;
	justify-content: flex-end;
}

.copy_link li {
	display: inline-block;
}

.copy_link li a {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	border-right: #FFF 1px solid;
	padding: 0px 8px 0px 5px;
}

.copy_link li:last-child a {
	border: 0;
}

.copy_link li a:hover {
	color: var(--orange);
}

/*animation*/
#scrollToTopBtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	background: transparent;
	border: 0;
}

#scrollToTopBtn svg {
	width: 75px;
	height: 75px;
	color: var(--blue);
}

#scrollToTopBtn svg:hover {
	color: var(--orange);
}

.dona_slider img,
.gall_slider img,
.gal_details img {
	transition: transform 0.4s ease;
}

.dona_slider img {
	max-height: 228px;
}

.dona_slider img:hover,
.gall_slider img:hover,
.gal_details img:hover {
	transform: scale(1.05);
}

/*media*/
.bread_area {
	padding: 20px 0px 20px 0px;
}

.bread_link {
	display: flex;
	gap: 5px;
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #1D1153;
	align-items: flex-start;
}

.bread_link a {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.bread_link a:hover {
	color: var(--blue);
}

.bread_link a:hover img {
	filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(748%) hue-rotate(176deg) brightness(92%) contrast(101%);
}

.bread_link i {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
}

.inner_banner {
	background: url(../images/media_bg.png) no-repeat center top;
	background-size: 100% 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 290px;
}

.inner_banner .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.innerpage {
	padding: 100px 0;
	min-height: 400px;
	height: auto;
}

.inner_banner h1 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	line-height: 145%;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom: #FFF 4px solid;
	width: fit-content;
	margin-bottom: 30px;
}

.inner_banner h2 {
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	color: #FFFFFF;
}

.media_sec {
	padding: 60px 0px 30px 0px;
	width: 80%;
}

.media_sec .tab-panel {
	width: 100%;
}

.media_sec .tab-buttons {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	border: #D9D9D9 1px solid;
	border-radius: 8px;
	padding: 2px;
	background-color: #FFF;
}

.media_sec .tab-btn {
	padding: 0px 40px;
	cursor: pointer;
	border: none;
	background: none;
	outline: none;
	transition: 0.3s;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 19px;
	color: #363636;
	min-width: 240px;
	width: auto;
	height: 47px;
}

.media_sec .tab-btn:hover {
	color: #2196f3;
}

.media_sec .tab-btn.active {
	min-width: 240px;
	width: auto;
	height: 47px;
	background-color: var(--text-blue);
	color: #FFF;

	border-radius: 8px;
}

.media_sec .tab-contents {
	padding: 70px 15px 15px 15px;
}

.media_sec .tab-content {
	display: none;
}

.media_sec .tab-content.active {
	display: block;
}

.mediabox {
	background: #FFFFFF;
	box-shadow: 0px 1.14309px 2.28618px rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 0px 2px 20px 2px;
	margin: 20px 0px;
}

.mpic img {
	width: 100%;
	max-height: 348px;
}

.mcont {
	padding: 25px 15px 15px 15px;
}

.mcont h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 17px;
	line-height: 32px;
	color: #111827;
}

.mcont h4 a {
	color: #111827;
}

.mcont h4 a:hover {
	color: var(--blue);
}

.mcont .dt_row {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 13px;
	color: #6B7280;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.mcont .dnowbtn {
	height: 47px;
	background: #1D1153;
	border-radius: 6.85855px;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	border: 0;

}

.mcont .dnowbtn:hover {
	background-color: var(--orange);
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px 0px;
}

/* Buttons */
.page-btn {
	min-width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #FFF;
	color: #4B5563;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	transition: all 0.3s ease;
}

/* Active page */
.page-btn.active {
	background: var(--blue);
	color: #fff;
}

/* Hover effect */
.page-btn:hover {
	background: #0092E2;
	color: #fff;
}

/* Dots */
.dots {
	padding: 0 5px;
	color: #666;
}

/* Arrows */
.pagination .arrow {
	font-size: 20px;
}

.media_sec .tab-content .row {
	justify-content: center;
}

.mpic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 400px;
	width: 100%;
	max-width: 100%;
	background: #fcebe3;
}

.mfea .mpic::before {
	content: "";
	background: rgba(0, 0, 0, 0.26);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;

}

.mfea .mpic:hover::before {
	display: block;
}

.pop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 24px;
	background: #1D1153;
	border-radius: 8px;
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	display: none;
}

.pop:hover {
	background-color: var(--orange);
	color: #FFFFFF;
}

.mfea .mpic:hover .pop {
	display: block;
}

/*activities*/
.acti_bann {
	background: url(../images/acti_bg.png) no-repeat center top;
	background-size: cover;
}

.inner_acti_area {
	margin: 50px 0px;
	padding-bottom: 60px;
}

.date_sec {
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #222222;
	text-align: right;
}

.date_sec svg {
	width: 12px;
	height: 12px;
}

.date_sec svg path {
	stroke: #222222;
}

.txt_dt {
	display: flex;
	justify-content: space-between;
}

/*gallery*/
.gallery_banner {
	background: url(../images/gallery_bg.png) no-repeat center top;
	background-size: cover;
}

.gall_page .gallbox {
	margin-bottom: 40px;
}

.gall_page .gallbox:hover {
	filter: drop-shadow(0px 0px 10px #0092E2);
}

.gall_page .gallbox .gallcont {
	padding-bottom: 30px;
	height: 100%;
	display: flex;
	align-items: flex-end;

}

.gall_page .gallbox .gallcont::before {
	content: "";
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, rgba(29, 17, 83, 0) 37%, #1D1153 100%);
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.gall_page .gallcont h2 {
	position: relative;
	z-index: 2;
	font-size: 26px;
	line-height: 36px;
}

.gall_page .gallbox:hover .gallcont h2 {
	color: var(--orange);
}

.gall_page .gallbox img {
	width: 100%;
}

.gall_page.gal_details .gallbox:hover {
	filter: none;
}

.gall_page.gal_details .gallbox {
	margin-bottom: 30px;
}

/*about*/
.about_banner {
	background: url(../images/about_bg.png) no-repeat center top;
	background-size: cover;
}

.innerpage .what_area::before {
	display: none;
}

/*certificate*/
.cartificate_banner {
	background: url(../images/certi_bg.png) no-repeat center top;
	background-size: cover;
}

.certi .mediabox {
	box-shadow: none;
	background-color: transparent;
	overflow: hidden;
	border-radius: 8px;
}

.certi .mediabox h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 26px;
	color: #1D1153;
	text-align: center;

}

.media_sec .row {
	justify-content: center;
}

/*donation*/
.donation_banner {
	background: url(../images/bona_bann.png) no-repeat center top;
	background-size: cover;
}

.dona_txt {
	padding-bottom: 120px;
	text-align: center;
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	color: #4A4A4A;
}

.dona_pic {
	display: flex;

}

.dona_pic img {
	border-radius: 16px;
	width: 100%;
	max-height: 562px;
	object-fit: cover;
	object-position: cover;
}

.dona_area {
	padding-bottom: 100px;
}

.bank_details {
	background-color: #FFF;
	padding: 30px;
	border-radius: 16px;

	font-family: 'Nunito';
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #333333;

}

.bank_details h3 {
	display: flex;
	align-items: center;
	justify-content: flex-start;

	font-family: 'Nunito';
	font-weight: 600;
	font-size: 34px;
	color: #1D1153;
	padding: 0px 0px 15px 0px;
	border-bottom: #D9D9D9 1px solid;
	margin-bottom: 30px;
	gap: 15px;
}

.bank_details_row {
	padding-bottom: 25px;
}

/*mission*/
.miss_banner {
	background: url(../images/mission_bann.png) no-repeat;
	background-size: cover;
}

.miss_txt {
	padding: 45px 20px 85px 20px;
	text-align: center;
}

.miss_txt h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
	text-transform: capitalize;
	color: #1D1153;
	margin: 20px auto 40px auto;
}

.miss_txt p {

	font-family: 'Mulish';
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C5A65;
}

.miss_icon {
	width: 84px;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 100%;
	margin: 0 auto;
}

.m_box_area {
	padding-bottom: 160px;
}

.m_box_area h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	color: #111827;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.m_box_area h3:before {
	content: "";
	position: absolute;
	width: 110px;
	height: 4px;
	background: #F97316;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}

.m_box {
	background: #FFFFFF;
	box-shadow: 0px 1.14309px 2.28618px rgba(0, 0, 0, 0.05);
	border-radius: 18px;
	padding: 40px;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
	color: #4B5563;
	height: 100%;

}

.m_box h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 19px;
	line-height: 32px;
	color: #111827;
	margin: 25px 0px;
}

.blue_icon {
	width: 73px;
	height: 73px;
	background: rgba(12, 188, 204, 0.1);
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.orange_icon {
	width: 73px;
	height: 73px;
	background: rgba(249, 115, 22, 0.1);
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.viss p {
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C5A65;
}

.viss p span {
	color: var(--orange);
	font-family: 'Mulish';
	font-style: italic;
	font-weight: 600;
	font-size: 30px;

}

.viss_area {
	padding-bottom: 100px;
}

.viss_pic {
	position: relative;
	margin-right: 30px;
	display: flex;
	width: 100%;
	height: 100%;

}

.viss_pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 18px;
	box-shadow: 0px 4.57237px 6.85855px -4.57237px rgba(0, 0, 0, 0.1), 0px 11.4309px 17.1464px -3.42928px rgba(0, 0, 0, 0.1);
}

.viss_pic::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -26px;
	top: 26px;
	border: 1px solid #F97316;
	border-radius: 18px;
}

.skypic {
	margin-left: 30px;
	margin-right: 0;
}

.skypic::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -26px;
	top: 26px;

	border-radius: 18px;
	border-color: var(--blue);
}

.viss_tag {
	background: #ECFEFF;
	border: 1px solid #0CBCCC;
	border-radius: 10px;
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #0CBCCC;
	gap: 15px;
	width: fit-content;
	height: 32px;
	padding: 0px 10px;
}

.orangetag {
	border-color: var(--orange);
	background: #FFF7ED;
	color: var(--orange);

}

.viss_area h5 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 29px;
	color: #111827;
	margin: 20px 0px 25px 0px;
}

.viss_area p {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 17px;
	line-height: 33px;
	color: #4B5563;

}

.viss_area ul {
	margin-top: 30px !important;
}

.viss_area li {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 17px;
	line-height: 33px;
	color: #4B5563;
	margin-bottom: 12px;
	display: block;
	position: relative;
	padding-left: 20px;
}

.viss_area li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 9px;
	height: 9px;
	background-color: var(--orange);
	/* orange dot */
	border-radius: 50%;
}

.or_sec .viss_area li::before {
	background-color: var(--blue);
}

.viss_area .row {
	padding-bottom: 100px;
}

/*terms*/
.terms_banner {
	background: url(../images/terms.png) no-repeat center top;
	background-size: cover;
}

.terms_sec {
	padding: 60px 0px 160px 0px;
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	color: #2C2C2C;
}

.terms_sec p {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	color: #2C2C2C;
}

.terms_sec p strong {
	font-weight: 700;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.terms_sec ul {
	margin: 8px 0px 8px 15px !important;
}

.terms_sec li {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	color: #2C2C2C;
	display: block;
	position: relative;
	padding-left: 20px;
}

.terms_sec li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--text-grey);
	border-radius: 8px;
	position: absolute;
	top: 15px;
	left: 0px;
}

.contact_banner {
	background: url(../images/cont_bann.png) no-repeat center top;
	background-size: cover;
}

.con_box {
	margin: 90px auto 180px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 69.8328px 34.9164px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	padding: 10px 20px;
}

.cont_left {
	background: url(../images/circle.png) no-repeat right bottom var(--blue);
	border-radius: 10px;
	padding: 50px;
	/* height: 100%; */
	position: relative;
}

.contact_rt {
	padding: 80px 40px 40px 60px;
}

.con_box h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 33px;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #FFF 2px solid;
}

.con_box p {
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	color: #FFFFFF;
}

.cont_info {
	padding: 70px 0px 100px 0px;
}

.cont_info .addr_row {
	gap: 20px;
	padding-bottom: 40px;
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.cont_info .addr_row svg {
	color: #FFF;
}

.con_box h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 21px;
	line-height: 29px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 22px;
}

.con_box h3::before {
	content: "";
	background-color: var(--orange);
	width: 210px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.con_box i {
	color: #FFF;
}

.con_box .soc_cir:hover {
	background-color: var(--orange);
}

.sign-frm {
	margin-bottom: 20px;
}

.cont_rt {
	padding: 40px;
}

/* 24-01-2026 */
.sign-frm input,
.sign-frm select,
.sign-frm textarea {
	box-sizing: border-box;
	height: 47px;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	display: block;
	width: 100%;
	padding: 16px;
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;

	color: #7D7D7D;
	appearance: none;
}

.sign-frm input:hover,
.sign-frm select:hover,
.sign-frm textarea:hover,
.sign-frm input:focus,
.sign-frm select:focus,
.sign-frm textarea:focus,
.sign-frm input:focus-visible,
.sign-frm select:focus-visible,
.sign-frm textarea:focus-visible,
.sign-frm input:focus-within,
.sign-frm select:focus-within,
.sign-frm textarea:focus-within {
	border: 1px solid var(--blue);
}

.sign-frm label.error {
	color: red;
	font-size: 12px;
	font-weight: 400;
}

/* 24-01-2026 */
.sign-frm input::placeholder {
	color: #BFBFBF;
	font-weight: 500;
}

.sign-frm label {
	padding: 0px 7px;
	position: absolute;
	left: 10px;
	top: -11.5px;
	background: #FFFFFF;

	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;

	color: #7D7D7D;
}

.sign-frm select {
	width: 100%;
	padding: 16px;

	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	appearance: none;
	cursor: pointer;

	/* custom arrow */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.sign-frm select:focus {
	outline: none;
	border-color: #aaa;
}

.sign-frm select {
	width: 100%;
	padding: 16px;

	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;

	color: #BFBFBF;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	appearance: none;
	cursor: pointer;

	/* custom arrow */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.sign-frm select:focus {
	outline: none;
	border-color: #aaa;
}

.sign-frm textarea {
	height: 165px;
	resize: none;

	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;
}

.captcha {
	background-color: #f3f8ff;
	border: 1px solid #2165b726;
	border-radius: 5px;
	color: #4c4a4b;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	/* margin-bottom: 20px; */
	margin-bottom: 10px;
	font-size: 13px;
	padding-top: 5px;
}

.captcha small {
	font-weight: 400;
	font-size: 8px;
}

.captcha p {
	font-size: 10px;
	color: #000;
	line-height: 1;
	margin: 0 !important;
}

.captcha .log {
	text-align: center;
}

.captcha .text {
	font-size: 14px;
	font-weight: 500;
	margin-right: 1em;
}

.captcha .spinner {
	position: relative;
	width: 2em;
	height: 2em;
	display: flex;
	margin: 10px;
	align-items: center;
	justify-content: center;
}

.captcha input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.captcha input[type="checkbox"]+.checkmark {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fcfcfc;
	border: 2.5px solid #c3c3c3;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.captcha input[type="checkbox"]+.checkmark span {
	content: '';
	position: relative;
	margin-top: -3px;
	transform: rotate(45deg);
	width: .75em;
	height: 1.2em;
	opacity: 0;
}

.captcha input[type="checkbox"]+.checkmark>span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #029f56;
}

.captcha input[type="checkbox"]+.checkmark>span:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	bottom: 0;
	right: 0;
	background-color: #029f56;
}

.captcha input[type="checkbox"]:checked+.checkmark {
	animation: 2s spin forwards;
}

.captcha input[type="checkbox"]:checked+.checkmark>span {
	animation: 1s fadein 1.9s forwards;
}

.captcha input[type="checkbox"]:checked+.checkmark>span:after {
	animation: .3s bottomslide 2s forwards;
}

.captcha input[type="checkbox"]:checked+.checkmark>span:before {
	animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bottomslide {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes rightslide {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}

	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		transform: rotate(0deg);
		border-color: rgb(199, 218, 245);
	}

	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	70% {
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	90% {
		border-width: 4px;
	}

	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		transform: rotate(720deg);
		border-color: transparent;
	}
}

/*030426 SB*/
.contact_rt .cont_form {
	margin-bottom: 15px;
}

.contact_rt .sign-frm {
	margin-bottom: 0;
}

.sign-frm select {
	padding: 0px 16px;
}

.error {
	font-size: 14px;
}

.alert-success {
	font-size: 20px;
	font-weight: 600;
}

.dropdown-menu {
	background: transparent !important;
	padding: 10px 7px 7px 7px !important;
	border: none !important;
	outline: none !important;
	top: 71%;
	left: 15px;
}

.dropdown-menu.show {
	top: 71%;
	left: 15px;
}

.dropdown-menu ul {
	display: block;
	width: 200px;
	border: 1px solid var(--blue);
	outline: none;
	border-radius: 12px;
	box-shadow: 9px 14px 14px 0px #0d8bdc2e;
	background-color: #fff;
	position: relative;
	z-index: 3;
}

.dropdown-menu ul::before {
	position: absolute;
	content: '';
	width: 13px;
	height: 2px;
	background: #fff;
	display: block;
	top: -1px;
	left: 16px;
}

.dropdown-menu ul::after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid var(--blue);
	display: block;
	transform: rotate(45deg);
	border-right: none;
	border-bottom: none;
	top: -6.5px;
	left: 16px;
	z-index: -1;
}

.dropdown-menu ul li {
	overflow: hidden;
}

.dropdown-menu ul li:first-child,
.dropdown-menu ul li:last-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.dropdown-item {
	color: #535258;
}

.dropdown-item:hover {
	background-color: #fbe5da;
	color: var(--orange);
}

/* 20-04-Anwesa */
.news-top {
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 60px;
}

.news-top em {
	width: 300px;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-top em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.news-top em video {
	display: block;
	width: 100%;
}

.news-top-text {
	width: calc(100% - 30px - 300px);
	flex-grow: 1;
}

.news-top-text h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 30px;
	align-items: center;
	text-transform: capitalize;
	color: #1D1153;
	margin-bottom: 9px;
}

.news-top-text h3 {
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	color: #5C5A65;
	margin-bottom: 20px;
}

.news-top-text h3 span {
	font-weight: 600;
}

.news-top-text p {
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color: #5C5A65;
}

.news-paper {
	margin-bottom: 160px;
	width: 80%;
}

.computer_banner {
	background: url(../images/computer-page-banner.png) no-repeat center top;
	background-size: cover;
}

.computer-paper {
	margin: 80px 0 160px 0;
}

.comp-sec1,
.comp-sec2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
	gap: 30px;
}

.comp-sec2 {
	margin-bottom: 90px;
}

.comp-sec1-img,
.comp-sec2-img {
	width: 466px;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.comp-sec1-img::before,
.comp-sec2-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f1d675;
	top: -15px;
	left: -15px;
	transition: opacity 0.3s ease;
	z-index: -1;
	border-radius: 62px 0 62px 0;
}

.comp-sec1-img img,
.comp-sec2-img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 50px 0 50px 0;
}

.comp-sec1-txt,
.comp-sec2-txt {
	width: calc(100% - 30px - 466px);
	flex-grow: 1;
}

.comp-sec1-txt h2 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 40px;
	align-items: center;
	text-transform: capitalize;
	color: #1D1153;
	margin-bottom: 25px;
}

.pioneer-comp {
	padding-left: 32px;
	border-left: 4px solid var(--orange);
	margin-bottom: 30px;
}

.pioneer-comp h3 {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	font-size: 23px;
	line-height: 1;
	color: #E85B19;
	margin-bottom: 6px;
}

.pioneer-comp h4 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 37px;
	color: #1D1153;
}

.comp-sec1-txt h5 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 31px;
	color: #5C5A65;
}

.txt-block1 h6 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 37px;
	color: #2b2a30;
}

.txt-block1 ul li,
.txt-block1 p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	color: #5C5A65;
}

.txt-block1 ul li {
	padding-left: 21px;
	background-image: url(../images/tick-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	margin-bottom: 6px;
}

.txt-block2 {
	padding: 14px 18px;
	border-radius: 14px;
	background-color: #f1d675;
	margin-top: 25px;
	margin-right: 40px;
}

.comp-course {
	margin-bottom: 50px;
}

.comp-course h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	text-transform: capitalize;
	color: #1D1153;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.comp-course h3::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 4px;
	background: #F97316;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.course-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 15px;
	position: relative;
	/* padding: 15px; */
	/* border-radius: 15px; */
	/* background-color: #eee; */
	/* width: 900px; */
	/* max-width: 100%; */
	/* margin: 0 auto; */
}

.crs-box {
	padding: 12px;
	width: calc(20% - 12px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 18px;
	border-radius: 12px;
	height: 188px;
	flex-direction: column;
	gap: 12px;
	background-image: url(../images/crs-box-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.crs-box img {
	display: block;
	width: 50px;
	height: 50px;
}

.crs-box h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 18px;
	align-items: center;
	text-transform: capitalize;
	color: #1D1153;
	text-align: center;
	line-height: 1.8;
}

.news-bottom p {
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 17px;
	line-height: 34px;
	color: #5C5A65;
}

.news-bottom iframe {
	width: 70%;
	height: 400px;
	display: block;
	margin: 30px auto;
}

/* 20-04-Anwesa */

.banner .row {
	margin: 0 !important;
}

.banner .row .col-lg-7 {
	padding-right: 0 !important;
}

.mediabox.news-media-box {
	background: #FFFFFF;
	box-shadow: 1px 1px 16px rgb(225 242 238);
	border-radius: 13px;
	padding: 12px 12px 20px 12px;
	margin: 20px 0px;
}

.mediabox.news-media-box .mpic {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mediabox.news-media-box .mcont {
	padding: 11px 0 0 0;
}

.mediabox.news-media-box .mcont .dt_row {
	gap: 4px;
	margin-bottom: 0px;
}

.mediabox.news-media-box .mcont .dt_row span {
	font-weight: 600;
	color: #645c5c;
}

.mediabox.news-media-box .mcont h4 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 10px;
}

.active-top-content {
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.active-top-content h4 {
	text-align: center;
	font-family: 'Mulish';
	font-weight: 500;
	font-size: 18px;
	color: #1D1153;
	line-height: 1.8;
}

.why_area.admission-open-area {
	background-size: 31% 100%;
	background-image: url(../images/admission-bg.png);
}

.admission-open-area .why_pic {
	position: absolute;
	width: 31%;
	height: 463px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	border-radius: 0 50px 50px 0;
	align-items: flex-start;
}

.admission-open-area h6 {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 17px;
	color: #7c7b81;
	margin-top: 14px;
}

.admission-open-area ul {
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	justify-content: flex-start;
	align-items: stretch;
}

.admission-open-area ul li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: calc(32% - 10px);
}

.admission-open-area ul li em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-image: url(../images/crs-box-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 9px;
	flex-shrink: 0;
}

.admission-open-area ul li em img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.admission-open-area ul li h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	color: #2e2946;
}

.admission-open-area h5 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 24px;
	line-height: 37px;
	color: #111827;
	margin-top: 15px;
	border-bottom: 3px solid #f1d675;
	padding-bottom: 0px;
	margin-bottom: 23px;
	width: fit-content;
	padding-right: 20px;
}

.why_area.admission-open-area::after {
	display: none;
}

.comp-location {
	padding: 90px 0;
}

.comp-loc-txtarea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
	padding: 0 40px;
}

.comp-loc-box {
	background: #FFFFFF;
	box-shadow: 0px -6px 17px rgba(0, 0, 0, 0.05);
	border-radius: 18px 18px 0 0;
	padding: 14px;
	width: calc((100% - (30px * 2)) / 3);
}

.comp-loc-box h3 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 16px;
	line-height: 37px;
	color: #111827;
	text-align: center;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.comp-loc-box h3::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #f1d675;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.comp-loc-box h4 {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 17px;
	color: #7c7b81;
	text-align: center;
	margin-bottom: 21px;
}

.comp-loc-box h4 span {
	font-size: 14px;
	display: block;
	color: #323137;
}

.comp-loc-box:last-child h4 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px;
	text-align: left;
}

.comp-loc-box:last-child h4 svg {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.comp-loc-box:last-child h4 a {
	color: inherit !important;
}

.comp-loc-box:last-child h4 a:hover {
	color: var(--blue) !important;
}

.comp-location iframe {
	width: 100%;
	height: 320px;
	border-radius: 30px;
	overflow: hidden;
}

.comp-location iframe {
	width: 100%;
	height: 320px;
	border-radius: 30px;
	overflow: hidden;
	padding: 12px;
	background: #fff;
	box-shadow: 0px 15px 17px 0px #0000000a;
}

.teams {
	padding: 0 0 90px 0;
}

/* .teams .container {
	display: flex;
	flex-direction: row wrap;
	gap: 35px;
	justify-content: space-between;
	align-items: flex-start;
} */

.teams-hdr,
.comp-student-hdr {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 37px;
	text-transform: capitalize;
	color: #1D1153;
	margin-bottom: 23px;
	padding-bottom: 12px;
	position: relative;
}

.teams-hdr::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 240px;
	height: 2px;
	display: block;
	background-color: #f1d675;
}

.team-row {
	display: flex;
	flex-direction: row wrap;
	gap: 20px;
	justify-content: flex-start;
	align-items: stretch;
}

.team-box {
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	width: calc(50% - 10px);
	box-shadow: 4px 6px 9px 0px #00000029;
	padding: 12px;
}

.team-box-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.team-box em {
	width: 100px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	flex-shrink: 0;
}

.team-box em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: top;
}

.team-box text {
	display: block;
	width: calc(100% - 100px - 16px);
}

.team-box h6 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	color: #111827;
	margin-bottom: 4px;
}

.team-box p {
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #4d4d4ddb;
	margin-bottom: 5px;
}

.team-box span {
	font-family: 'Nunito';
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #656565d6;
	display: block;
	line-height: 1.3;
}

.team-box-bottom ul li {
	padding-left: 18px;
	background-image: url(../images/tick-blue.png);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 12px 12px;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 14px;
	color: #7c7b81;
	margin-bottom: 6px;
}

.stars {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 3px;
	margin-bottom: 12px;
}

.stars svg {
	display: block;
	width: 15px;
}

.student-testi p {
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 17px;
	color: #7c7b81;
}

.stu-tester {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.stu-tester em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.stu-tester em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: top;
}

.stu-tester h6 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	color: #111827;
}

.student-testi {
	padding: 18px;
	background: white;
	border-radius: 12px;
	box-shadow: 4px 5px 0px 2px #f1d675;
	margin: 12px;
}

.comp-student-hdr {
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}

.comp-sos {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 4px 5px 12px 0px #00000025;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 37px;
}

.comp-sos h4 {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 17px;
	text-transform: capitalize;
	color: #2e2946;
}

.comp-sos ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.comp-sos ul li a {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f3f3f3;
}

.comp-sos ul li a svg {
	display: block;
	width: 20px;
	height: 20px;
}

.act_pic {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 87px;
	height: 60px;
	background: #fff;
}

.act_pic img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.donbox em {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 195px;
	background: #f0fffc;
	border-radius: 8px 8px 0 0;
}

.donbox em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

footer .gall_pic {
	width: calc((100% - 10px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2f2947;
}


.about-team {
	padding: 70px 0;
}

h2.abt-team-header {
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 37px;
	text-transform: capitalize;
	color: #1D1153;
	margin-bottom: 23px;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
}

h2.abt-team-header::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 240px;
	height: 2px;
	display: block;
	background-color: var(--orange);
	transform: translateX(-50%);
}

.abt-team-area {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	justify-content: flex-start;
	align-items: stretch;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

.abt-team-box {
	padding: 5px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 4px 5px 12px 0px #00000025;
	width: calc((100% - (20px * 4)) / 5);
	position: relative;
}

.abt-team-box::before {
	content: '';
	position: absolute;
	bottom: -12px;
	width: calc(100% - 26px);
	height: 32px;
	left: 50%;
	transform: translateX(-50%);
	background: #E85B19;
	border-radius: 20px;
	z-index: -1;
}

.abt-team-box em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 217px;
	border-radius: 16px;
	overflow: hidden;
	background: #fcebe3;
}

.abt-team-box em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.abt-team-box text {
	padding: 10px 14px;
	display: block;
}

.abt-team-box h6 {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 29px;
	display: flex;
	align-items: flex-end;
	color: #1D1153;
}

.abt-team-box p {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #5C5A65;
}


.modal.media-modal .modal-dialog {
	width: 800px;
	max-width: 98%;
}

.modal.media-modal .modal-body iframe {
	width: 100%;
	max-height: 600px;
	height: 600px;
}

.link-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.link-buttons a {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 14px 0px #0000002b;
}

.link-buttons a img {
	display: block;
	width: 100%;
	height: 100%;
}

.link-buttons a:hover {
	transform: translateY(-3px);
}

.don-page-image-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.don-page-image-box span {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(50% + 20px);
}

.don-img1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.don-img1 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 40px 40px 0 0 !important;
	position: absolute;
	top: 50%;
	left: 0;
	border: 15px solid white;
	transform: translateY(-50%);
}

.don-img1.don-img2 img {
	border-radius: 0 0 40px 40px !important;
}

.don-img1.don-img3 {
	margin-left: -40px;
	width: calc(50% + 20px);
}

.don-img1.don-img3 img {
	border-radius: 0 40px 40px 0 !important;
}


.mediabox.recent-media-box {
	background: #FFFFFF;
	box-shadow: 0px 1.14309px 2.28618px rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 12px;
	margin: 20px 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.mediabox.recent-media-box .mpic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 130px;
	width: 130px;
	max-width: 100%;
	background: #fcebe3;
	flex-shrink: 0;
}

.mediabox.recent-media-box .mcont {
	padding: 0;
	flex-grow: 1;
	text-align: left !important;
}

.mediabox.recent-media-box .mcont .dt_row {
	justify-content: flex-start !important;
}

.mfea .mediabox.recent-media-box .mpic:hover::before {
	display: none;
}

.inner_banner h2 {
	text-align: center;
}

.why_area.admission-open-area .welTag {
	background-color: #f1d675;
	color: var(--text-blue);
}

.media-paper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 100px;
}

.advertisement-sec {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	width: 20%;
	padding: 20px 5px 20px 20px;
}

.ad-box {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: fit-content;
}

.ad-box img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.ad-box video {
	width: 100%;
}

.inner_banner.media_banner_new {
	background: url(../images/news-banner1.png) no-repeat center top;
}

.tab-content .mpic {
	height: 348px;
}




/* 28Anwesa */
.ad-box {
	position: relative;
	width: 100%;
	max-width: 600px;
}

.ad-video {
	width: 100%;
	display: block;
}

/* Overlay */
.overlay-div {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;

	background: rgba(0, 0, 0, 0.4);

	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

/* Show on hover */
.ad-box:hover .overlay-div {
	opacity: 1;
	visibility: visible;
}

/* Buttons */
.play-ad,
.link-to-ad {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Optional: hide overlay when playing */
.ad-box.playing .overlay-div {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}


.overlay-div {
	pointer-events: auto;
}

.ad-video {
	pointer-events: none;
	/* prevents video blocking overlay */
}

/* 28Anwesa */

.sharethis-share-buttons {
	justify-content: flex-start;
	display: flex !important;
	padding: 7px !important;
	border-radius: 7px !important;
	background: #0000001a !important;
	width: fit-content;
	margin-bottom: 12px;
}

.inner_banner.computer_banner h1 {
	border-bottom: 4px solid transparent !important;
}

/*.inner_banner.computer_banner {
    height: 468px;
}*/
.gall_page45.gall_page {
	padding: 10px 0;
}

.gall_page45.gall_page .gallcont h2 {
	font-size: 18px;
	line-height: 20px;
}

.gall_page45.gall_page .gallbox {
	height: 266px;
}

.comp-gal-heading {
	margin: 20px 0 31px 0;
	padding-bottom: 5px;
	Position: relative;
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 44px;
	text-transform: capitalize;
	color: #1D1153;
	text-align: center;
}

.comp-gal-heading::before {
	content: '';
	Position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	display: block;
	border-radius: 3px;
	background: #f1d675;
}
.computerApplyModal .contact_rt {
    padding: 40px 20px 20px 20px;
}
.computerApplyModal h2{
	    margin: 0px auto 5px auto;
    padding-bottom: 5px;
    Position: relative;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    color: #1D1153;
    text-align: center;
	margin-top:-37px;
}
.computerApplyModal h2::before{
	    content: '';
    Position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #f1d675;
}
.computerApplyModal button.mng_btn{
	margin:0 auto;
}
.admission_apply.dnowbtn{
	    width: fit-content;
    border: 2px solid var(--blue);
    box-shadow: 6px 6px 0px 0px var(--blue), -6px -6px 0 0 #f1d675;
}
.error {
	color: red;
}
.ban_slider .item em{
	    width: 100%;
    height: 524px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddf3ff;
}
.ban_slider .item em img{
	display:block;
	width:auto !important;
	height:auto !important;
	max-width:100%;
	max-height:100%;
}