body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E2E2E2;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	background: white;
	margin: 0;
	overflow-x: hidden;
}

/*css added*/
.innermiddle {
	background-color: white;
	color: black;
}

/* css add end */

ul,
li {
	margin: 0;
	padding: 0;
}

/* font-family: 'Raleway', sans-serif;
font-family: 'Architects Daughter', cursive; */

p h1 h2 h3 h4 h5 h6 div ul li img {
	margin: 0 auto;
	padding: 0;
}

.clear {
	clear: both;
}

.clears:after {
	display: block;
	content: '';
	clear: both;
}

.f_middle {
	display: none;
}

.gallery_box {
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

@media (max-width:991px) {
	.gallery_box {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}

	.inner_enq {
		width: 100%;
	}
}

@media (max-width:768px) {
	.gallery_box {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.lib_tb iframe {
		width: 100% !important;
	}
}

@media (max-width:575px) {
	.gallery_box {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}


.header_section {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main_content {
	padding-top: 105px;
}

.main {
	margin: 0 auto;
	box-shadow: 2px 2px 15px 1px #ccc;
}

.top {
	width: 100%;
	font-weight: bold;
	color: #ccc;
	background: #fff;
}

.top_header {
	text-align: center;
}

.site_title {
	text-align: center;
	margin: 0 0 12px;
}

.site_title h2 {
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	color: #000;
	line-height: normal;
	text-align: center;
	display: inline-block;
	position: relative;
	font-style: normal;
}

.site_title h2:after {
	content: '';
	position: absolute;
	left: -65px;
	height: 2px;
	width: 60px;
	background: #f3b52e;
	top: 50%;
	transform: translateY(-50%);
}

.orange_line {
	height: 2px;
	width: 80px;
	background: #f3b52e;
	margin: 50px auto 0;
}

.padd {
	padding: 30px 0
}

.service_section03 {
	padding-top: 40px;
	padding-bottom: 20px;
}

.service_box {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 5px #999;
	padding: 20px 15px;
	height: 100%;
	border: 1px solid grey;
}

.service_box .icon_img {
	display: inline-block;
	margin: 0 0 5px;
	height: 50px;
}

.service_box h3 {
	font-size: 22px;
	color: #f3b52e;
	margin: 0 0 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.news_box {
	background: #fff;
	box-shadow: 0 0 5px #999;
	padding: 20px;
	height: 100%;
}

.news_box h3 {
	font-family: 'Architects Daughter', cursive;
	font-size: 32px;
	color: #f3b52e;
	margin: 0 0 26px;
	font-weight: 600;
	letter-spacing: 1px;
}

.news_box ul li {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	padding: 0 0 0 26px;
	font-family: 'Architects Daughter', cursive;
	margin: 0 0 10px;
}

.news_box ul li:before {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #f3b52e;
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
}

.service_box img {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
}

.service_box p {
	font-size: 16px;
	color: #000;
	margin: 12px 0 12px;
}

.site_title h2:before {
	content: '';
	position: absolute;
	left: auto;
	right: -75px;
	height: 2px;
	width: 60px;
	background: #f3b52e;
	top: 50%;
	transform: translateY(-50%);
}

.wlcm {
	color: #000000;
	float: left;
	font-size: 32px;
	margin-left: 0;
	padding: 1%;
	width: auto;
}

#mylogo {
	font-size: 45px !important;
	padding-top: 16px !important;
	font-size: 50px !important;
	color: #8b0000;
	text-transform: uppercase;
}

@media (max-width:768px) {
	#mylogo {
		font-size: 40px !important;
	}
}

@media (max-width:575px) {
	#mylogo {
		font-size: 30px !important;
	}
}

@media (max-width:410px) {
	#mylogo {
		font-size: 22px !important;
	}
}

.toggle-menu-button {
	width: 30px;
	height: 30px;
	border: none;
	padding-top: 5px;
	vertical-align: middle;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.toggle-menu-button .line:nth-child(1) {
	width: 18px;
	margin-right: 0;
}

.toggle-menu-button .line {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	/* margin-bottom: 7px; */
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #fff;
	transition: all 400ms ease-in-out;
}

.mobile-parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/* padding: 14px 18px;           ← */
}

.parent-text {
	flex: 1;
	color: inherit;
	text-decoration: none;
}

.arrow {
	font-size: 0.95em;
	margin-left: 12px;
	transition: transform 0.25s;
}

.mobile-submenu {
	max-height: 0;
	overflow: hidden;
	background: #f9f9f9;
	/* optional */
}

.mobile-submenu.open {
	max-height: 700px;
	/* ← enough for longest submenu */
	padding: 8px;
	transition: max-height 0.4s ease-in;
	left: 0;
	width: 100%;
	margin-top: 0;
}

/* Optional: nicer arrow rotation */
.mobile-parent:has(+ .mobile-submenu.open) .arrow {
	transform: rotate(180deg);
}

.mobile_nav {
	display: none;
	position: relative;
}

@media (max-width: 992px) {
	.mobile_nav {
		display: block;
	}
}

/* Menu.css */

/* ───────────────────────────────
   DESKTOP MENU (≥ 993px)
─────────────────────────────── */
.sb_menu {
	display: block;
}

@media (min-width: 993px) {

	.mobile_nav,
	.mobile-toggle-input,
	.toggle-menu-button,
	.mobile_menu {
		display: none !important;
	}
}

/* ───────────────────────────────
   MOBILE / TABLET (≤ 992px)
─────────────────────────────── */
@media (max-width: 992px) {
	.sb_menu {
		display: none !important;
	}

	.mobile_nav {
		display: block;
		position: relative;
	}

	/* ─── Checkbox hack ─── */
	.mobile-toggle-input {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}

	/* ─── Hamburger ─── */
	.toggle-menu-button {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 32px;
		height: 24px;
		position: relative;
		z-index: 1002;
		padding: 4px 0;

		/* background: yellow !important;      */

		z-index: 9999 !important;

	}

	.line {
		width: 100%;
		height: 3.5px;
		background: #333;
		/* ← change to match your design */
		border-radius: 2px;
		transition: all 0.35s ease;
	}

	/* ─── Mobile menu (right slide-in) ─── */
	.mobile_menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		/* ← adjust width as needed */
		height: 100vh;
		background: #ffffff;
		box-shadow: -6px 0 20px rgba(0, 0, 0, 0.18);
		transform: translateX(100%);
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		z-index: 1001;
		padding: 80px 24px 40px;
		overflow-y: auto;
		list-style: none;
		margin: 0;
	}

	#mobile-menu-toggle:checked~.mobile_menu {
		transform: translateX(0);
	}

	/* ─── Hamburger → × animation ─── */
	#mobile-menu-toggle:checked+.toggle-menu-button .line:nth-child(1) {
		transform: rotate(45deg) translate(0px, 8px);
		width: 25px !important;
	}

	#mobile-menu-toggle:checked+.toggle-menu-button .line:nth-child(2) {
		opacity: 0;
		transform: translateX(-20px);
	}

	#mobile-menu-toggle:checked+.toggle-menu-button .line:nth-child(3) {
		transform: rotate(-45deg) translate(4px, -7px);
		width: 25px !important;
	}

	/* Optional: prevent body scroll when menu is open */
	#mobile-menu-toggle:checked~body {
		overflow: hidden;
	}
}

/* Optional — better submenu spacing in mobile */
.mobile_menu ul {
	padding-left: 16px;
	margin: 12px 0;
}

.mobile_menu a {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
}

.mobile_menu a:hover {
	color: #0066cc;
	/* ← your hover color */
}

/* Just in case — clearfix helper */
.clear {
	clear: both;
}

.social {
	width: 30%;
	float: left;
}

.social ul li {
	list-style: none;
	float: left;
	margin-top: -18px;
	padding: 4% 0% 0%;
	margin-left: 20%;
}

.activity_slider li img {
	width: 100%;
	height: 100%;
}

.contact {
	color: #000;
	float: right;
	margin-right: 0;
	padding: 0px 0px 0px !important;
	width: auto;
	display: flex;
}




.contact img {
	width: 27%;
	float: right;
	margin-right: 6px;
	vertical-align: sub;
	margin-top: 3px;
}

.middle .logo {
	display: none;
}

.sub_main {
	border: 0;
}

.menu_bar {
	width: 100%;
	background: #a7c3ce;
	padding: 10px;
}

.sb_menu ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 20px;
	cursor: pointer;
}

.footer_bottom {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 12px 0;
}

.footer_bottom p {
	padding: 0;
	margin: 0;
}

.sb_menu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.team_member {
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	justify-self: center;
}

@media (max-width:1425px) {
	.team_member {
		grid-template-columns: repeat(6, 1fr);
		gap: 5px;
	}
}

@media (max-width:1199px) {
	.team_member {
		grid-template-columns: repeat(5, 1fr);
		gap: 5px;
	}
}

@media (max-width:991px) {
	.team_member {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}
}

@media (max-width:820px) {
	.team_member {
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}
}

@media (max-width:575px) {
	.team_member {
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
}

@media (max-width:400px) {
	.team_member {
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
	}
}

.inner_con .team p {
	padding-top: 0;
}

@media (max-width:1199px) {
	.sb_menu ul li a {
		font-size: 13px;
	}
}

/* Add at the end of your stylesheet */

/* #mobile-menu-toggle {
  display: none; 
} */



.mobile_nav:has(#mobile-menu-toggle:checked)::after {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	pointer-events: all;
	/* ← lets user tap outside to close */
	cursor: pointer;
}

/* Make sure menu is above overlay */
.mobile_menu {
	z-index: 999;
}

.flexslider {
	border: 0 !important;
	background-color: none !important;
}

.activity_slider {
	position: relative;
}

.activity_slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.activity_slider .slick-prev {
	left: -17px;
	top: 43%;
}

.activity_slider .slick-prev:before {
	content: '<';
	font-size: 70px;
	color: #000;
}

.activity_slider .slick-next {
	left: auto;
	right: -25px;
}

.activity {
	padding-bottom: 70px;
}

.activity_slider .slick-next:after {
	content: '>';
	font-size: 70px;
	color: #000;
}

.slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 50px;
	left: 0;
}

.slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 8px;
	list-style: none;
}

.slick-dots li.slick-active {
	background: #a7c3ce;
}

.slick-dots li button {
	text-indent: -2000px;
	outline: 0;
	border: 0;
}

.banner_slide li {
	position: relative;
}

.banner_caption {
	position: absolute;
	width: 100%;
	/* transform: translateY(-50%); */
	top: 50%;
	text-align: center;
}

.banner_caption h2 {
	font-size: 40px;
	color: #fff;
	margin: 0;
	line-height: normal;
	text-shadow: 0 0 4px #666;
}

.banner_caption h3 {
	font-size: 40px;
	color: #f3b530;
	margin: 0;
	line-height: normal;
	text-shadow: 0 0 4px #666;
}

.sb_menu ul li:last-child {
	background: none;
}

.sb_menu ul {
	padding: 0;
	margin: 0;
}

.sb_menu {
	width: 100%;
	border-radius: 40px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
	/* Old browsers */
	/* W3C */
}

@media (max-width:992px) {
	.sb_menu ul {
		display: none;
	}

	.mobile_nav .mobile_menu {
		display: flex;
		flex-direction: column;
	}
}

.content {
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
}

.banner {
	width: 100%;
}

.banner ul li {
	list-style: none;
}

.banner ul {
	margin: 0 auto;
	padding: 0;
}

.middle {
	width: 100%;
	float: none;
}

.innermiddle {
	width: 100%;
	/* float: left; */
}

.contact_header {
	padding: 20px;
	background-color: white;
}

.contact_header .inner_con {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

@media (max-width:991px) {
	.contact_header .inner_con {
		flex-direction: column;
		align-items: center;
	}

	.con_form {
		width: 100% !important;
	}
}

.contact_header .wlcm_txt {
	margin-bottom: 10px;
}

.logo {
	width: 100%;
	position: relative;
}

.diya {
	position: absolute;
	left: 38%;
	top: -34%;
}

.logo img {}

.logo_con {
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: -6%;
}

.left {
	float: left;
	width: 23%;
	border-right: 1px solid #ccc;
	padding: .5%;
	display: none;
}

.org_logo {
	width: 100%;
}

.right {
	width: 20%;
	float: left;
	border-left: 1px solid #ccc;
	padding: .5%;
	display: none;
}

.events {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.events ul li {
	list-style: none;
	padding: 6%;
	border-bottom: 1px dotted;
	cursor: pointer;
	font-weight: bold;
}

.events ul li:hover {
	color: #ff5500;
}

.events ul {
	margin: 0 auto;
	padding: 0;
}

.events ul li:last-child {
	border-bottom: none;
}

.prin_desk {
	border: 1px solid #ccc;
	padding: 1%;
	border-radius: 5px;
}

.prin_desk p {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.news {
	background: #9FD100;
	width: 98%;
	margin-top: 5%;
	border-radius: 5px;
	padding: 1%;
	min-height: 260px;
	position: relative;
}

.news p {
	float: left;
	font-family: 'Monotype Corsiva';
	font-size: 18px;
	font-weight: bold;
	padding: 4%;
	margin: 0 auto;
	color: #226601;
}

.news img {
	float: left;
	padding: 2%;
}

.in_news {
	width: 100%;
	background: #fff;
	height: 20%;
	border-radius: 5px;
}

.in_news ul li {
	list-style: none;
	padding: 4%;
	border-bottom: 1px dotted #ccc;
}

.in_news ul a {
	text-decoration: none;
	color: #5D5D5D;
}

.in_news ul {
	padding: 0;
	margin: 0 auto;
}

.news .more {
	position: absolute;
	top: 90%;
	text-decoration: none;
	color: #fff;
}

.trans {
	width: 96%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2%;
	margin-top: 5%;
	position: relative;
}

.trans p {
	float: left;
	font-family: 'Monotype Corsiva';
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 7%;
	color: #226601;
}

.trans img {
	float: left;
}

.s_bus img {
	border-radius: 5px;
	width: 100%;
}

.dtls_more {
	padding: 3% 0 3% 0;
}

.dtls_more a {
	margin-left: 3%;
	text-decoration: none;
	color: #226601;
}

.hostel {
	width: 96%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2%;
	margin-top: 5%;
	position: relative;
}

.hostel p {
	float: left;
	font-family: 'Monotype Corsiva';
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 3% 5%;
	color: #226601;
}

.hostel img {
	float: left;
}

.f_left {
	float: left;
	color: #61A900;
	margin-left: 2%;
	font-size: 10px;
}

.f_right {
	float: right;
	color: #61A900;
	margin-right: 2%;
	font-size: 10px;
}

.mid_con {
	width: 100%;
	/* padding: 1%; */
	border: 0;
	/* margin-left: 2%; */
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color: #666;
	padding-top: 20px;
	text-align: center;
}

.mid_con .wel_info p {
	font-size: 16px;
}

@media (max-width:575px) {
	.mid_con .wel_info p {
		font-size: 14px;
	}
}

.inner_con {
	width: 100%;
	padding: 1%;
	/* border: 1px solid #61a900; */
	/* margin-left: 2%; */
	border-radius: 0px 5px 5px 5px;
	min-height: 490px;
	line-height: 160%;
	text-align: justify;
	padding-left: 2%;
	padding-right: 2%;
}

@media (max-width:768px) {
	.inner_con {
		padding: 1% 4%;
	}
}

.about-text p {
	font-size: 16px;
}

.general_info_con ul {
	padding-left: 40px;
}

@media (max-width:575px) {
	.general_info_con ul {
		padding-left: 20px;
	}
}

.general_info_con ul li {
	font-size: 18px;
	font-family: "Book Antiqua", Palatino, serif;

}

.about-text .wlcm_txt {
	font-size: 24px;
}

.inner_con ul li,
.inner_con ol li {
	margin-bottom: 15px;
	color: #000;
}

.inner_con ul,
.inner_con ol {
	margin-top: 10px;
}

.wlcm1 {
	margin-left: 2%;
}

.header {
	margin-left: 2%;
	margin-top: 5%;
}

.activity p {
	font-family: 'Monotype Corsiva';
	font-size: 20px;
	margin: 3% 2% 0% 2%;
	border-top: 1px dotted;
	padding: 1%;
	border-bottom: 1px dotted;
	color: #61A900;
}

.activity ul {
	margin: 0 auto;
	padding: 0 30px;
}

.activity ul li {
	list-style: none;
	padding: 1.5% 1% 1% 2.5%;
	float: left;
}

.more_read {
	margin-left: 90%;
	text-decoration: none;
	color: #61A900;
}

.f_middle ul {
	margin: 0 auto;
	padding: 0;
}

.f_middle ul li {
	list-style: none;
	float: left;
	padding: 2% 3% 1% 0%;
	color: #fff;
	text-transform: uppercase;
}

.f_middle {
	margin-left: 14%;
}

.border {
	border-bottom: 1px solid #fff;
	margin-top: 1%;
}

.header_img {
	width: 36%;
	position: relative;
}

.wlcm_txt {
	color: black;
	font-family: 'Monotype Corsiva';
	font-size: 24px;
	left: 13%;
	margin: 0 auto;
	/* position: absolute; */
	top: 34%;
}

.headerx {
	margin-top: 5%;
}

b {
	color: black;
}

.lib_tb {
	/* width: 411px;
	float: left; */
}

@media (max-width:768px) {
	.lib_tb iframe {
		width: 100% !important;
	}
}

.contact_header .input_area input {
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	border: none;
}

.contact_header textarea {
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.con_add {
	font-size: 13px;
}

.con_form {
	/* float: left; */
	width: 38%;
	/* margin-left: 8%; */
	margin-bottom: 40px;
}

.inner_enq {
	background: linear-gradient(to bottom, #9FD100 50%, #3AB740 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 10px;
	margin-top: 3%;
	min-height: 330px;
	padding: 6% 6% 0;
	width: 94%;
}

@media (max-width:991px) {
	.inner_enq {
		width: 100%;
	}
}

.enquiry {
	width: 100%;
	position: relative;
	/* left: 50%; */
	float: left;
}

.enquiry img {
	position: absolute;
	top: 0px;
	left: 18px;
	width: 90%;
	height: 8%;
}

.addmission {
	margin-top: 8%;
}

@media (max-width:991px) {
	.addmission {
		margin-top: 3%;
	}
}

.about-text {
	padding: 15px;
}

.about-text .header_img {
	padding-bottom: 0px;

}

.header_img {
	padding: 0 2%;
}

.about-text p {
	color: black;
}

.addmi {
	color: #000;
	position: absolute;
	top: 0%;
	font-family: 'Monotype Corsiva';
	left: 0;
	right: 24px;
	text-align: center;
	font-size: 24px;
}

#txtbx1 {
	height: 20px;
	width: 179px;
}

#btn_enq {
	color: #000;
	width: 30%;
	padding: 2%;
	border-radius: 6px;
	margin-left: 15%;
	cursor: pointer;
	background: rgb(229, 230, 150);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 230, 150, 1)), color-stop(79%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e696', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

#btn_rst {
	color: #000;
	width: 30%;
	padding: 2%;
	border-radius: 6px;
	margin-left: 8%;
	cursor: pointer;
	margin-top: 6%;
	margin-bottom: 8%;
	background: -moz-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 230, 150, 1)), color-stop(79%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: -o-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: -ms-linear-gradient(top, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	background: linear-gradient(to bottom, rgba(229, 230, 150, 1) 0%, rgba(255, 255, 255, 1) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e696', endColorstr='#ffffff', GradientType=0);
}

/*.sb_menu>ul>li>ul>li{bottom:0px;display:none;width:10em;min-height:20px;float:left;}*/







.sb_menu>ul>li {
	float: none;
	/* margin-right: 1px; */
	position: relative;
	display: inline-block
}

.sb_menu>ul>li ul {
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0%;
}

.sb_menu>ul>li ul>li {
	padding: 4% 8% 4% 7%;
	bottom: 0px;
	display: none;
	text-align: center;
	width: 10em;
	min-height: 30px;
	float: inherit;
	/* background: #12793D !important; */
	background: #a7c3ce !important;
	border-bottom: 1px solid #fff;
}

.sb_menu>ul>li:hover ul>li {
	display: block
}

.sb_menu>ul>li ul>li:last-child {
	border: none;
}

.sb_menu>ul>li ul>li:hover {
	background: #a7c3ce !important;
}

.team li {
	float: left;
	list-style: none;
	border: 1px solid #ccc;
	margin: 9px 3px;
	text-align: center;
	box-shadow: 3px 3px 3px #ccc;
	text-shadow: 3px 5px 5px #ccc;
	padding: 15px;
	width: fit-content;
}

.team li img {
	width: 150px;
	height: 180px;
	padding: 5px;
}

.team li span {
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.main {
		width: 100%;
	}

	.org_logo {
		width: 100%;
	}

	.org_logo img {
		width: 100%;
	}

	.left {
		width: 100%
	}

	.innermiddle {
		width: 100%;
	}

	.f_left {
		line-height: 20px;
	}

	.sb_menu {
		margin-top: 0;
		border-radius: 0;
	}

	.sb_menu ul li a {
		font-size: 12px;
	}

	.contact {
		width: auto;
	}

	#contact {
		padding: inherit !important;
	}

	.middle {
		width: 100%;
	}

	.right {
		width: 97%;
	}

	.lib_tb {
		width: 100%;
	}

	.map-map {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.sb_menu ul li a {
		font-size: 11px;
	}

	.wlcm {
		width: 100%;
		text-align: center;
		margin: 11px 0 0 0;
	}

	.contact {
		padding: 0px !important;
	}

	.contact {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0px 0px 0px 0px !important;
	}

	.innermiddle p span {
		font-size: 12px !important;
	}

	.right {
		width: 97%;
	}

	.lib_tb {
		width: 100%;
	}
}

.logo-icon {
	width: 100%;
	float: left;
}

.logo-icon img {
	width: 100%;
}

.map-map {
	height: 250px;
	width: 400px;
}

.serv_img {
	height: 145px;
	overflow: hidden
}

.input_area input {
	width: 100%;
}

.mobile textarea {
	width: 100%;
	background-color: white;
}

.inner_con p {
	padding-top: 20px;
	color: black;

}

.general_info_con.inner_con p {
	color: black;
	font-size: 16px;
}

.menu_bar ul li {
	position: relative;
}

.menu_bar ul li ul {
	position: absolute;
	top: 100%;
	left: -52px;
	z-index: 999;
}

.menu_bar ul li:hover>ul {
	display: block;
}