 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 17px;
	color: #000;
	line-height: 29px;
	font-family: "Poppins", sans-serif;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1330px;
}
li {
	list-style: none;
}
.contact-form-wrapper .form-group input::-webkit-input-placeholder {
 color:#e57756;
}
.contact-form-wrapper .form-group input::-moz-placeholder {
 color:#e57756;
}
 .contact-form-wrapper textarea::-webkit-input-placeholder {
 color:#e57756;
}
.contact-form-wrapper textarea::-moz-placeholder {
 color:#e57756;
}
.product-detail-section, .product-list-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
::-webkit-scrollbar {
 width:7px
}
::-webkit-scrollbar-track {
 background:#fff
}
::-webkit-scrollbar-thumb:hover {
 background:#ff585b
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #ff585b, #ff585b);
 background-image:-o-linear-gradient(45deg, #ff585b, #ff585b);
 background-image:linear-gradient(45deg, #ff585b, #ff585b)
}
/*----------------------------------------*/
/*          Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #ff585b;
	border-radius: 14px;
	padding: 10px 37px;
	font-size: 18px;
}
.theme-btn a img {
	margin-left: 9px;
}
.theme-btn a {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #ff6365, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #f54f52, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #fd5255;
	animation: pulse 2s infinite;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(255, 88, 91, 0.9);
}
 70% {
 box-shadow: 0 0 0 15px rgba(255, 88, 91, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(255, 88, 91, 0);
}
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
ul.menu {
	display: inline-block;
	text-align: right;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ff8a91;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #2c2c2c;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #ffffff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #ffffff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #ffffff;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #ff8a91;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	/* text-align: right; */
}

.nav_area > ul > li:first-child {
    padding-left: 20px;
}

.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 38px;
	/* padding-right: 17px; */
	float: left;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 10px;
	margin-top: 11px;
	position: relative;
}
.nav_area ul li a img {
	vertical-align: middle;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 9px;
	position: absolute;
	top: 16px;
	font-size: 15px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 0px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #d31143;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.header-section .container {
	display: inline-block;
}
.language-box-row {
	display: flex;
	padding-top: 8px;
}
.language-box-row .select-box-language {
	margin-left: 7px;
}
.language-box-icon i {
	color: #ffffff;
	font-size: 18px;
}
/********** menu css End **********/
.footer-section {
	padding: 60px 0px 0px;
	background-image: url(../images/footer-bg1.jpg);
	background-size: 100% 100%;
	padding-top: 169px;
	background-position: center;
}
.footer-title {
	font-size: 40px;
	color: #9f1a18;
	letter-spacing: 3px;
	padding-bottom: 9px;
	margin-bottom: 37px;
	position: relative;
	font-family: 'MElleHK-Medium';
}
.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 91px;
	height: 3px;
	background: #ee6461;
}
.footer-details-info {
	padding-right: 109px;
	position: relative;
}
.footer-details ul li {
	font-size: 17px;
	color: #ffffff;
	position: relative;
	margin-bottom: 20px;
	display: flex;
}
.footer-info-icon {
	margin-right: 20px;
	width: 58px;
}
.footer-info-row {
	width: 100%;
	color: #000;
}
.footer-details ul li span {
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 21px;
	color: #9f1a18;
}
.contact-form-wrapper span {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
	font-size: 30px;
	color: #9f1a18;
	letter-spacing: 3px;
	font-family: 'MElleHK-Medium';
}
.contact-form-wrapper .form-group {
	margin-bottom: 30px;
}
.contact-form-wrapper .form-group input {
	min-height: 40px;
	color: #e57756;
	box-shadow: none;
	overflow: hidden;
	border-color: #ffffff;
	padding: 7px 10px;
	font-size: 16px;
	font-weight: 500;
}
.submit-btn {
	background-color: #ff585b;
	color: #fff;
	border-radius: 50px;
	padding: 8px 44px;
	border: none;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	font-size: 19px;
	letter-spacing: 1px;
	outline: 0;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.copyright-text {
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
}
.besign-by {
	text-align: right;
}
.copyright-text span {
	padding-left: 20px;
	position: relative;
}
.besign-by a {
	color: #000000;
	font-size: 14px;
}
.copyright-text a {
	color: #000000;
}
.copyright-text span::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 6px;
	height: 9px;
	width: 2px;
	background: #000000;
}
.header-top-logo {
	display: flex;
	justify-content: flex-end;
	gap: 60px;
}
.header-menu-section {
	width: 100%;
	margin-top: 10px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	z-index: 4;
	position: relative;
}
.header-logo {
	position: absolute;
	top: 0px;
	z-index: 1;
}
.logo-div1 {
	position: relative;
}
.header-menu-bg {
	margin-left: 17%;
}
.navbar.desktop-nav {
	padding-bottom: 0px;
}
.top-banner-section-home {
	background-image: url(../images/banner-bg-home.png);
	background-size: 100% 100%;
	padding-top: 56px;
	margin-top: -25px;
	z-index: -2;
}
.banner-text-info .banner-title-1 {
	font-size: 36px;
	margin-bottom: 4px;
	font-family: 'MElleHK-Medium';
	color: #660000;
}
.banner-text-info .banner-title-2 {
	font-size: 35px;
	color: #e35046;
	margin-bottom: 10px;
	font-family: 'MElleHK-Medium';
}
.banner-text-info .banner-title-3 {
	font-size: 20px;
	line-height: 37px;
	margin-bottom: 12px;
}
.latest-announcements-card {
	position: relative;
}
.bg-card1 {
	background-image: url(../images/card-bg1.png);
}
.overlays-card {
	padding: 10px 21px;
	background-size: 100% 100%;
	margin-top: -16px;
	position: absolute;
	width: 92%;
	left: 7px;
	padding-bottom: 21px;
}
.announcements-card-text {
	font-size: 17px;
	color: #666;
	padding-right: 42px;
}
.small-card .btn-plus {
	top: 6px;
}
.btn-plus {
	position: absolute;
	right: 26px;
	top: 19px;
}
.btn-plus a {
	width: 29px;
	height: 29px;
	display: inline-block;
	text-align: center;
	background: #ffcca1;
	border-radius: 100px;
	line-height: 29px;
	color: #525252;
	font-size: 16px;
}
.latest-announcements-card .announcements-card-img {
	border: solid 5px #ff8891;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.bg-card2 {
	background-image: url(../images/card-bg2.png);
}
.small-card .announcements-card-img {
	border: none;
}
.small-card .overlays-card {
	position: absolute;
	bottom: 12px;
	left: 0;
}
.small-card .col-md-6 {
	margin-bottom: 19px;
}
.resources-slider {
	border: solid 5px #ffa383;
	background: #fff;
	border-radius: 40px;
	padding: 42px 34px;
	padding-top: 82px;
	position: relative;
}
.resources-slider .owl-nav button {
	background: #ffa383 !important;
	width: 46px;
	height: 46px;
	border-radius: 100px !important;
	top: 35%;
	transform: translateY(-35%);
}
.resources-slider .owl-nav button:hover, #schools-logo-slider .owl-nav button:hover {
	background-color: #ff585b !important;
}
.resources-slider .owl-nav button img {
	max-width: 26px !important;
	margin-top: -6px;
}
.resources-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -66px;
}
.resources-slider .owl-nav button.owl-next {
	position: absolute;
	right: -66px;
}
.resources-slider .owl-dots {
	display: none;
}
.item-card img {
	width: initial !important;
}
.schools-item-card {
	border: solid 2px #f78d8d;
	text-align: center;
	padding: 19px;
	border-radius: 38px;
	margin-top: 56px;
	min-height: 210px;
	background: #fff;
}
.schools-logo-img {
	border: solid 3px #ffa383;
	max-width: 150px;
	padding: 17px;
	border-radius: 100px;
	height: 150px;
	margin: 0px auto;
	margin-top: -74px;
	background: #fff;
}
.schools-item-card-info {
	margin-top: 37px;
	position: relative;
}
.schools-item-name a {
	text-decoration: none;
	font-size: 19px;
	color: #000;
	font-weight: bold;
}
.schools-item-card-info:After {
	content: "";
	width: 87px;
	height: 2px;
	background: #ffa383;
	display: inline-block;
	position: absolute;
	top: -17px;
	left: 0;
	margin: 0px auto;
	right: 0;
}
.schools-logo-slider {
	position: relative;
}
.schools-logo-slider:after {
	background-image: url(../images/schools-bg1.png);
	content: "";
	width: 100%;
	height: 86%;
	display: inline-block;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 51px;
	background-size: 100% 100%;
}
.schools-logo-slider1 {
	padding-left: 71px;
}
.schools-logo-slider {
	margin-top: 64px;
	margin-bottom: 64px;
}
.section-title {
	text-align: center;
	margin-bottom: 27px;
}
.schools-logo-slider .theme-btn {
	text-align: right;
	margin-top: 33px;
}
#schools-logo-slider .owl-nav button {
	background: #ffcbb9 !important;
	width: 46px;
	height: 46px;
	border-radius: 100px !important;
}
#schools-logo-slider .owl-nav button img {
	max-width: 26px !important;
	margin-top: -6px;
}
#schools-logo-slider .owl-nav {
	position: absolute;
	top: -123px;
	right: 0px;
}
#schools-logo-slider .owl-dots {
	display: none;
}
.resources-slider-section {
	margin-top: 165px;
}
.latest-announcements-section {
	background-image: url(../images/announcements-bg.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 47px;
	margin-top: 24px;
	position: relative;
}
.resources-slider .section-title {
	position: absolute;
	top: -62px;
	left: 72px;
}
.resources-slider .theme-btn {
	position: absolute;
	top: -29px;
	right: 56px;
}
.community-home-info .section-title {
	text-align: left;
}
.community-home-info .community-title {
	font-size: 38px;
	margin-bottom: 7px;
	color: #e35046;
	font-family: 'MElleHK-Medium';
}
.community-home-info .theme-btn {
	margin-top: 27px;
}
.teacher-community-section {
	position: relative;
}
.teacher-community-section:after {
	background-image: url(../images/community-bg.png);
	content: "";
	width: 78%;
	height: 83%;
	display: inline-block;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 69px;
	background-size: 100% 100%;
}
.section-title .title-img {
	max-width: 480px;
}
.footer-details-info::after {
	content: "";
	position: absolute;
	right: 42px;
	top: 0;
	height: 100%;
	background: antiquewhite;
	width: 1px;
}
.contact-form-wrapper .form-group textarea {
	width: 100%;
	position: relative;
	padding: 7px 10px;
	color: #e57756;
	box-shadow: none;
	overflow: hidden;
	border-color: #ffffff;
	height: 110px;
	font-size: 16px;
	font-weight: 500;
}
.graphics-img1 {
	position: absolute;
	right: 0px;
	top: -65px;
	max-width: 254px;
}
.graphics-img2 {
	position: absolute;
	left: 101px;
	top: -130px;
	max-width: 265px;
	z-index: -2;
}
.content-section {
	/* padding: 40px 0px; */
	margin-top: -10px;
}
.news-details-wrapper {
	position: relative;
}
.completed-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	background: #d95500;
	padding: 5px 21px;
	border-radius: 50px;
	letter-spacing: 1px;
}
.completed-btn a img {
	max-width: 19px;
	margin-right: 5px;
	vertical-align: sub;
}
.news-section-title {
	font-size: 33px;
	color: #ee6461;
	font-weight: bold;
	letter-spacing: 3px;
	width: 87%;
}
.cont-text {
	font-size: 17px;
	color: #000000;
	text-align: justify;
	margin-bottom: 25px;
	font-family: "Poppins", sans-serif;
	line-height: 29px;
}
.news-details-img {
	width: 88%;
	margin: auto;
	padding-top: 15px;
}
.news-details-img img {
	width: 100%;
}
.back-btn {
	margin-top: 22px;
	font-size: 17px;
	color: #e35046;
	letter-spacing: 2px;
}
.back-btn a span {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 38px;
	background: #ffa383;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
.back-btn a {
	font-size: 19px;
	text-decoration: none;
	color: #e35046;
}
.back-btn a img {
	max-width: 25px;
}
.other-top-banner-section {
	margin-top: -25px;
	position: relative;
}
.other-top-banner-text span {
	font-size: 44px;
	font-family: 'MElleHK-Medium';
	color: #660000;
	position: relative;
	border-bottom: solid 1px #e9b2a5;
	padding-bottom: 11px;
	padding-left: 11px;
	letter-spacing: 3px;
}
.other-top-banner-text span:before {
	content: "";
	background-image: url(../images/heading-icon-top.png);
	position: absolute;
	left: -102px;
	width: 103px;
	display: inline-block;
	z-index: 222;
	height: 70px;
	object-fit: cover;
	background-size: cover;
	top: 21px;
}
.other-top-wrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 32%;
	transform: translateY(-32%);
}
.padding-div {
	padding: 0px 80px;
}
.other-top-banner-section .padding-div {
	padding: 0px 180px;
}
/*>>>>>>>> index 2 >>>>>>>>>*/
.section-title.text {
	color: #000000;
	margin-bottom: 15px;
}
.date-text {
	font-size: 20px;
	color: #ff9094;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-weight: bold;
}
.date-text span {
	display: inline-block;
	margin-left: 12px;
	font-size: 17px;
	background: #ff9094;
	padding: 6px 19px;
	color: #ffffff;
	border-radius: 9px;
}
.owl-carousel-wrapper.slider-row {
	margin: auto;
	padding: 20px 140px 40px;
	position: relative;
	margin-bottom: 35px;
}
.owl-carousel-wrapper.slider-row::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 75%;
	background: #fef0e5;
	border-radius: 20px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -44px;
}
#sync1 .owl-nav button {
	outline: 0;
	font-size: 22px;
	width: 39px;
	height: 39px;
	color: #ff8891;
	border-radius: 100px;
	border: solid 2px #ff8891;
	top: 50%;
	transform: translateY(-50%);
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -44px;
}
#sync1 .owl-nav button:hover {
	color: #fff;
	background-color: #ff8891;
	border: solid 2px #ff8891;
}
#sync2 .owl-nav button i {
	font-weight: 300;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -28px;
}
#sync2 .owl-nav button {
	outline: 0;
	color: #ff8891;
	font-size: 35px;
	top: 50%;
	transform: translateY(-50%);
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -28px;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 5px #ff9999;
}
/*>>>>>>>> index 3 >>>>>>>>>*/

.news-details-info-row {
	margin: auto;
	background: #ffeee3;
	padding: 20px 18px;
	border-radius: 10px;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}
.news-details-info-row .col-md-3 {
	padding: 0px 0px;
}
.news-details-imgs {
	border-radius: 10px;
	overflow: hidden;
}
.news-details-imgs img {
	width: 100%;
}
.news-details-info-row .col-md-9 {
	padding: 0px 0px;
}
.news-details-info {
	padding-left: 32px;
	width: 80%;
}
.news-details-info .news-details-title {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 5px;
	color: #ff9999;
}
.news-details-wrapper .news-details-info-row:nth-child(2n) {
	background: #fff6ee;
}
.news-details-info .cont-text {
	margin-bottom: 0px;
}
.coming-soon-btn {
	position: absolute;
	top: 0;
	right: 10px;
	width: auto;
}
.coming-soon-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	background-image: url(../images/btn-bgg.png);
	padding: 8px 30px 17px;
	background-size: 100% 100%;
	font-weight: bold;
}
/*>>>>>>>> index 4 >>>>>>>>>*/

.conttext {
	text-align: center;
	margin-bottom: 40px;
}
.conttext p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 22px;
}
.heading-title {
	text-align: right;
	margin-bottom: 35px;
}
.museum-guide-logo-box-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.museum-guide-logo-box-wrapper .museum-guide-logo {
	border: solid 1px #ff9094;
	border-radius: 15px;
	padding: 10px 5px;
}
.museum-guide-logo-box-wrapper .museum-guide-logo-box-title a {
	padding-top: 14px;
	font-size: 21px;
	color: #000000;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}
/*>>>>>>>> index 5 >>>>>>>>>*/

.science-museum-details-info {
	display: flex;
	margin-bottom: 35px;
	padding-bottom: 18px;
	border-bottom: solid 1px #ef8783;
}
.science-museum-details-info .science-museum-details-logo {
	width: 17%;
}
.science-museum-details-info .science-museum-details-text {
	width: 83%;
	padding-left: 70px;
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	padding-top: 26px;
	position: relative;
}
.science-museum-details-info .science-museum-details-text::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 17px;
	width: 1px;
	height: 50px;
	background: #ef8783;
}
.museum-left-details-info .museum-left-details-img img {
	width: 100%;
}
.link-worksheet-btn {
	padding-top: 18px;
}
.link-worksheet-btn ul li {
	display: inline-block;
	margin-right: 10px;
}
.link-worksheet-btn ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 20px;
	background: #ee6461;
	border-radius: 10px;
	color: #ffffff;
	width: 145px;
	text-align: center;
	position: relative;
}
.link-worksheet-btn ul li a i {
	margin-left: 10px;
}
.link-worksheet-btn ul li a img {
	max-width: 18px;
	position: absolute;
	top: 9px;
	right: 18px;
}
.museum-details-info {
	margin-top: 20px;
	padding-left: 20px;
}
.museum-details-info .heading-title {
	text-align: left;
}
.museum-details-title {
	font-size: 20px;
	margin-bottom: 7px;
	color: #660000;
	font-weight: bold;
	letter-spacing: 2px;
}
.museum-details-text ul li {
	font-size: 15px;
	padding-bottom: 5px;
	color: #000000;
	letter-spacing: 2px;
}
.visiting-section {
	position: relative;
	padding-bottom: 40px;
}
.visiting-section .container {
	position: relative;
	z-index: 1;
}
.visiting-section::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 97%;
	background: #fef5ee;
}
.visiting-box-wrapper .visiting-box-img img {
	width: 100%;
}
.visiting-box-wrapper .cont-text {
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 15px;
	text-align: left;
}
.news-detailsimg {
	width: 47%;
	margin: auto;
	padding-bottom: 33px;
	padding-top: 45px;
}
.news-detailsimg img {
	width: 100%;
}
.editor-text {
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}
.section-titletext {
	font-size: 33px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 2px #ef8783;
	font-family: "Noto Sans", sans-serif;
}
.date-text img {
	margin-right: 8px;
}
.theme-btn-row {
	display: flex;
	margin-top: 20px;
	gap: 18px;
}
.select-box-wrapper-n {
	position: relative;
	z-index: 2;
}
.select-box-wrapper {
	text-align: center;
	margin-bottom: 43px;
}
.select-box-row1 {
	display: flex;
	justify-content: center;
}
.select-box-l {
	display: flex;
	align-items: center;
	margin: 0px 14px;
	background: #ffb79e;
	padding: 6px 28px;
	border-radius: 100px;
}
.select-box-l .select-box-lable {
	margin-right: 9px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 19px;
	text-transform: capitalize;
	height: 32px;
	line-height: 32px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #d3d3d3;
	color: #000;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #ff9094;
	border-right: 2px solid #ff9094;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 36px;
	list-style: none;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
	border-bottom: solid 1px #e9e9e9;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #ee6461;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.select-box-row .nice-select {
	border: none;
	height: 38px;
	line-height: 38px;
	min-width: 158px;
	background: #ffffff;
	color: #000;
	text-align: left;
}
.news-details-title-r {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 2px #ef8783;
}
.coming-soon-btn.bg2 a {
	background-image: url(../images/btn-bg2.png);
}
.museum-guide-logo-box-wrapper-row {
	display: flex;
	justify-content: center;
}
.participating-schools-list .col-md-3 {
	margin-bottom: 36px;
}
/*----------------------------------------*/
/*         Timeline Page css
/*----------------------------------------*/
.timeline-section .ctl-labels {
	padding: 11px 13px !important;
}
.ctl-label-box-n {
	position: absolute;
	right: 15px;
	top: 7px;
	display: flex;
	align-items: center;
	padding: 2px 12px;
	border-radius: 100px;
	display: none;
}
.ctl-label-box-n img {
	min-width: auto !important;
	margin-right: 3px;
}
.activity-box-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
.activity-box {
	width: 100%;
	padding: 14px 26px;
	border: 1px solid #ffc3c5;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: center;
}
.labels-list {
	display: flex;
	align-items: center;
	gap: 20px;
}
.labels-list .item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 23px;
}
.labels-list .dot {
	width: 23px;
	height: 23px;
	display: inline-block;
}
.padding-timeline {
	max-width: 1100px;
}
.ctl-description {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 14px !important;
}
.announcements-card-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.latest-announcements-card:hover .announcements-card-img img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.btn-plus a:hover {
	background: #ff585b;
	color: #fff;
}
.submit-btn:hover {
	background: #f54f52 !important;
}
.login-btn {
	position: relative;
}
.login-btn:after {
	content: "";
	height: 48px;
	width: 100%;
	position: absolute;
	top: 0px;
	/* left: -17px; */
	left: -6px;
	background-image: url(../images/login--btn-bg.png);
	background-size: 100% 100%;
	z-index: -1;
}
.light-bg-btn a {
	background: #ff8081;
}
.visiting-box-img {
	position: relative;
	overflow: hidden;
}
.visiting-box-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
}
.visiting-box-img:hover img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.program-background-section {
	padding: 40px 0px 30px;
}
.program-background-details-row {
	align-items: center;
}
.program-background-details-info .heading-title {
	text-align: left;
	margin-bottom: 17px;
}
.program-background-details-info .cont-text {
	margin-bottom: 0px;
	line-height: 29px;
	padding-left: 20px;
}
.planning-purpose-section {
	padding: 56px 0px 105px;
	background-image: url(../images/background1.jpg);
	background-size: 100% 100%;
}
.heading-title.texts {
	margin-bottom: 0px;
}
.planning-purpose-details-info ul li {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
	line-height: 36px;
	margin-bottom: 3px;
}
.sponsoring-organization-details-info .theme-btn {
	margin-top: 18px;
}
.planning-purpose-details-info ul li i {
	position: absolute;
	left: 0;
	text-align: center;
	color: #ffffff;
	top: 9px;
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 21px;
	background: #fd9d8c;
	border-radius: 50%;
	padding-left: 3px;
}
.sponsoring-organization-section {
	padding: 50px 0px;
	background-image: url(../images/background2.jpg);
	background-size: 100% 100%;
}
.sponsoring-organization-details-info-row {
	margin-bottom: 30px;
}
.sponsoring-organization-title {
	font-size: 20px;
	color: #9f1a18;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sponsoring-organization-logo-info .sponsoring-organization-logo img {
	max-width: 80%;
}
.sponsoring-organization-details-info .cont-text {
	line-height: 30px;
	margin-bottom: 0px;
}
.sponsoring-organization-details-info .link-worksheet-btn ul li a {
	background: #ffa989;
}
.sponsoring-organization-details-info-rowtwo {
	padding-top: 10px;
}
.planning-purpose-details-info {
	padding-left: 49px;
}
.sponsoring-organization-details-info .theme-btn a {
	background: #ffa381;
}
.textbook-download-details-wrapper {
	background: #fcf1e0;
	padding: 55px 17px 30px;
	border-radius: 10px;
	position: relative;
	margin-top: 35px;
}
.textbook-download-details .download-list-row:nth-child(2n) {
	background: #fcf1e0;
}
.textbook-download-details .download-list-row {
	display: flex;
	justify-content: space-between;
	background: #fef8f1;
	align-items: center;
	padding: 12px 21px;
}
.download-list-row p img {
	padding-right: 13px;
}
.textbook-download-details .download-list-row .download-div1 {
	width: 80%;
}
.download-list-row .theme-btn a {
	padding: 4px 19px;
	font-size: 15px;
}
.download-list-row .download-div1 p {
	margin-bottom: 0px;
}
.textbook-download-details-wrapper .heading-title {
	max-width: 290px;
	position: absolute;
	top: -64px;
}
.download-header-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #feb99d;
	background: #fff;
	margin-bottom: 104px;
	padding-bottom: 15px;
}
.download-header-div .center-text {
	text-align: left;
	flex: 1;
	padding: 0px 20px;
}
.download-header-div .center-text .center-text-title {
	margin: 0;
	font-size: 21px;
	font-weight: bold;
}
.download-header-div .center-text p {
	margin: 3px 0 0;
	font-size: 17px;
	color: #000;
}
.download-header-div .right-logo {
	display: flex;
	align-items: center;
}
.download-header-div .right-logo .center-text-title {
	font-size: 21px;
	font-weight: bold;
	margin-right: 23px;
	border-left: solid 1px #feb99d;
	padding-left: 18px;
	display: inline-block;
	line-height: 77px;
}
.download-logo2 img {
	max-width: 122px;
}
/*-------------------------------------------------------------*/
/*        Dashboard Public-Post Page css 12-Feb-2026
/*-------------------------------------------------------------*/
.dashboard-chat-box {
	background: #fff9f4;
	border: solid 3px #fecbce;
	border-radius: 20px;
	padding: 19px;
	margin-bottom: 32px;
}
.chat-input-right-side {
	width: 100%;
}
.chat-input {
	display: flex;
	align-items: center;
}
.chat-input input {
	border: none;
	outline: none;
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
}
.user-img-post img {
	width: 82px;
	height: 74px;
	border-radius: 50%;
	border: solid 1px #ffb98b;
}
.chat-tags {
	display: flex;
	gap: 15px;
	font-size: 13px;
	margin-top: 10px;
	color: #888;
}
.chat-input-right-side input {
	border: solid 1px #ff9094;
	background: #ebebeb;
	padding: 8px 15px;
	width: 100%;
	border-radius: 100px;
}
.dashboard-chat-tags li {
	display: inline-block;
	margin-right: 20px;
}
.user-img-post {
	margin-right: 12px;
}
.dashboard-chat-tags li span a {
	font-size: 17px;
	color: #333333;
	margin-left: 6px;
	font-weight: 600;
	text-decoration: none;
}
.dashboard-chat-tags {
	border-top: solid 2px #e7e7e7;
	padding-top: 15px !important;
	margin-top: 17px;
	padding-bottom: 3px !important;
}
.dashboard-chat-box .chat-input, .dashboard-chat-box .dashboard-chat-tags {
	padding: 0px 32px;
}
.dashboard-public-post .border-line2 {
	border: solid 1px #ffb7b9;
	width: 100%;
	height: 0px;
}
.dashboard-public-post .select-box-wrapper-row .nice-select {
	height: 36px;
	font-size: 17px;
	color: #333333;
	border: solid 1px #bebebe;
	min-width: 160px;
}
.dashboard-public-post .comments-wrapper-right {
	min-width: 120px;
	margin-left: 20px;
}
.dashboard-public-post .select-box-wrapper-row {
	display: flex;
	margin-bottom: 35px;
	margin-left: 10px;
	align-items: center;
}
.dashboard-public-post .select-box-wrapper {
	width: 17%;
	margin: 0px 7px;
}
.dashboard-public-post .dashboard-details-wrapper-box {
	padding: 28px 40px 30px;
	border: solid 2px #fad5d6;
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	margin-bottom: 30px;
	position: relative;
}
.dashboard-public-post .dashboard-owner-details-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.dashboard-public-post .dashboard-owner-img img {
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 100px;
}
.dashboard-public-post .dashboard-owner-img {
	width: 48px;
	height: 48px;
	position: relative;
	border: solid 1px #bebebe;
	border-radius: 50px;
	text-align: center;
}
.dashboard-public-post .like-comments-info ul li a:hover {
	color: #ff9094;
}
.dashboard-public-post .dashboard-owner-details {
	padding-left: 8px;
}
.dashboard-public-post .dashboard-owner-details .dashboard-owner-name-title {
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.dashboard-public-post .dashboard-owner-details p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #999999;
}
.dashboard-public-post .cont-text {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	margin-bottom: 19px;
	line-height: 26px;
}
.dashboard-public-post .dashboard-imgblock-wrapper .col-md-4 {
	padding: 0px 12px;
}
.dashboard-public-post .dashboard-imgblock-wrapper {
	position: relative;
}
.dashboard-public-post .dashboard-imgblock-wrapper .dashboard-imgblock {
	border-radius: 10px;
	overflow: hidden;
}
.dashboard-public-post .dashboard-imgblock-wrapper .dashboard-imgblock img {
	width: 100%;
}
.dashboard-public-post .dashboard-imgblock-wrapper .dashboard-imgblock-title {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dashboard-public-post .dashboard-imgblock-wrapper .dashboard-imgblock-title span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}
.dashboard-public-post .like-comments-info-wrapper {
	display: flex;
	margin-top: 18px;
	margin-bottom: 15px;
}
.dashboard-public-post .like-comments-info {
	width: 50%;
}
.dashboard-public-post .like-comments-info ul li {
	display: inline-block;
	margin-right: 12px;
	font-size: 17px;
}
.dashboard-public-post .like-comments-info ul li a {
	color: #999999;
}
.dashboard-public-post .like-comments-info ul li i {
	margin-right: 3px;
	font-size: 20px;
	vertical-align: text-bottom;
}
.dashboard-public-post .bookmark-info {
	width: 50%;
	text-align: right;
}
.dashboard-public-post .bookmark-info ul li {
	font-size: 18px;
}
.dashboard-public-post .bookmark-info ul li a {
	color: #999999;
}
.dashboard-public-post .comments-wrapper {
	display: flex;
}
.dashboard-public-post .comments-info {
	width: 92%;
}
.dashboard-public-post .comments-info .form-group input {
	color: #333333;
	padding: 10px 25px;
	line-height: 10px;
	box-shadow: none;
	overflow: hidden;
	background: #f5f5f5;
	border-color: #f5f5f5;
	border-radius: 50px;
	font-size: 18px;
	letter-spacing: 2px;
}
.comments-info .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333333;
}
.comments-info .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #333333;
}
.comments-info .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #333333;
}
.comments-info .form-control:-moz-placeholder { /* Firefox 18- */
 color: #333333;
}
.dashboard-public-post .comments-info .form-group {
	margin-bottom: 0px;
}
.dashboard-public-post .message-btn {
	width: 8%;
	text-align: right;
}
.dashboard-public-post .message-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 26px;
	text-align: center;
	background: #f5704d;
	color: #ffffff;
	border-radius: 50px;
	border-top-right-radius: 0px;
	letter-spacing: 1px;
}
.dashboard-public-post .dashboard-dowanload-info {
	display: flex;
	padding: 7px 30px;
	background: #ffeced;
	border-radius: 5px;
	margin-bottom: 10px;
	align-items: center;
}
.dashboard-public-post .dashboard-dowanload-info .dashboard-dowanload-text {
	width: 90%;
	font-size: 15px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: 600;
}
.dashboard-public-post .dashboard-dowanload-info .dowanload-icon {
	width: 10%;
	text-align: right;
}
.dashboard-public-post .dashboard-dowanload-info .dowanload-icon a {
	font-size: 22px;
	color: #f5704d;
}
.dashboard-public-post .video-wrapper {
	width: 87%;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
}
.dashboard-public-post .video-wrapper img {
	width: 100%;
}
.dashboard-public-post {
	padding-top: 32px;
	padding-bottom: 50px;
}
/*-------------------------------------------------------------*/
/*      Dashboard Edit-Profile-Setting Page css 12-Feb-2026
/*-------------------------------------------------------------*/
ul.edit-iocn {
	display: flex;
	gap: 13px;
	position: absolute;
	top: 27px;
	right: 38px;
}
.personal-page-div .select-box-wrapper-row {
	display: flex;
	justify-content: center;
}
.dashboard .section-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #ee6461;
	margin-bottom: 11px;
	text-align: left;
}
.dashboard .edit-profile-box-wrapper {
	padding: 25px 30px;
	border: solid 3px #fecbce;
	border-radius: 25px;
	background: #fff9f4;
}
.dashboard .edit-profile-box-wrapper .heading-title {
	font-size: 29px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	padding-left: 16px;
	margin-bottom: 30px;
	text-align: left;
}
.dashboard .edit-profile-box-wrapper .heading-title::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 33px;
	left: 0;
	top: 6px;
	background: #ff9094;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper {
	width: 80%;
	padding-left: 16px;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group {
	display: flex;
	margin-bottom: 15px;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group label {
	width: 19%;
	font-size: 19px;
	color: #ee6461;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group input {
	border-color: #ff9094;
	min-height: 0px;
	font-size: 14px;
	padding: 10px 10px;
	min-height: 44px;
}
.dashboard .edit-profile-box-wrapper .form-input-d2 {
	width: 100%;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group textarea {
	border-color: #ff9094;
	height: 145px;
	font-size: 14px;
	padding: 5px 15px;
}
.dashboard .btn-wrapper {
	margin-left: 0;
	margin-top: 23px;
}
.dashboard .btn-wrapper ul li {
	display: inline-block;
	margin-right: 5px;
}
.dashboard .btn-wrapper ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	border-top-right-radius: 0px;
	letter-spacing: 2px;
	background: #ff555c;
	margin-top: 0;
}
.dashboard .btn-wrapper ul li a.sky-blue-bg-btn {
	background: #ff8a91;
}
.dashboard .btn-wrapper ul li a.black {
	background: #999999;
}
.dashboard .personalization-box-img {
	border: solid 1px #a0a09f;
}
.dashboard .edit-profile-wrapper {
	margin-bottom: 45px;
}
.personalization-box-wrapper-row {
	width: 80%;
	margin: auto;
}
.dashboard .personalization-box-wrapper {
	text-align: center;
}
.dashboard .personalization-box-wrapper .personalization-box-img img {
	width: 100%;
}
.dashboard .personalization-box-wrapper .personalization-box-title {
	padding-top: 13px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.dashboard .btn-wrapper.info {
	margin-left: 0;
	text-align: center;
	margin-top: 25px;
}
.dashboard .edit-profile-box-wrapper.personal {
	margin-top: 25px;
}
.dashboard .personal-photo {
	text-align: center;
}
.dashboard .personal-photo img {
	max-width: 80%;
}
.dashboard .personal-details-row .btn-wrapper {
	margin-left: 0;
	text-align: right;
	padding-top: 150px;
}
.profile-left-side {
	background: #ffbeb8;
	border: solid 3px #fe9297;
	border-radius: 19px;
	padding: 10px;
	min-height: 950px;
}
.profile-card-left-side-bar {
	padding-right: 22px;
}
.profile-left-side-info {
	padding: 0px 16px;
	padding-top: 13px;
}
.profile-card-left-side-bar .profile-left-side-info p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.profile-card-left-side-bar .profile-card-list-info ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 9px 14px;
	align-items: center;
	text-decoration: none;
}
.profile-left-side-info .profile-left-side-title-1 {
	font-size: 29px;
	color: #e35046;
	border-bottom: solid 1px #fff;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.profile-card-left-side-bar .profile-card-list-info ul li .name-t {
	color: #e35046;
	font-size: 19px;
	font-weight: bold;
	width: 100%;
	padding-left: 10px;
}
.profile-card-left-side-bar .profile-card-list-info ul li.li-bg a span.name-t {
	color: #fff;
}
.profile-card-left-side-bar .profile-card-list-info ul li {
	margin-bottom: 5px;
}
.profile-card-left-side-bar .profile-card-list-info ul li.li-bg a {
	background: #ff8a91;
}
.profile-card-list-info ul li a span.icon {
	width: 42px;
	text-align: center;
}
.profile-card-left-side-bar .profile-card-list-info ul li a span.no {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.profile-card-img .avatar {
	max-width: 200px;
	height: 200px;
	position: relative;
	border: solid 1px #f68568;
	border-radius: 100px;
	margin: 0px auto;
	box-shadow: rgb(0 0 0 / 16%) 0px 8px 17px;
}
.profile-card-img .avatar img {
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 100px;
}
.edit-img a {
	width: 43px;
	height: 43px;
	background: #ff8a8f;
	border-radius: 100px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 135px;
	font-size: 17px;
	cursor: pointer;
}
.profile-card-img {
	margin-bottom: 29px;
}
.dashboard {
	padding-top: 32px;
}
.account-security-form {
	max-width: 760px;
	margin: 0px auto;
	padding-bottom: 65px;
	padding-top: 30px;
}
.account-security-form .login-form {
	padding-right: 0;
}
.account-security-form .flex-div {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.account-security-form .flex-div .form-group-n-div-3 .btn-wrapper {
	margin-top: 0;
}
.account-security-form .flex-div .form-group-n-div-2 {
	width: 57%;
	padding: 0px 15px;
}
.account-security-form .flex-div .form-group-n-div-1 {
	min-width: 14%;
}
.account-security-form .reset-psw {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 24px;
}
.account-security-form .reset-psw a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.account-security-form .flex-div .form-group-n-div-1 label {
	margin-top: 5px;
	margin-bottom: 0px;
}
.account-security-form .submit-btn-row {
	margin-left: 119px;
	margin-top: 17px;
}
.cancel-btn {
	background-color: #666666;
	color: #fff;
	border-radius: 50px;
	padding: 8px 44px;
	border: none;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	border-top-right-radius: 0px;
	font-size: 19px;
	letter-spacing: 1px;
	outline: 0;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.cancel-btn:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #767676 30%, #4a4a4a);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.cancel-btn:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #767676 30%, #4a4a4a);
}
.account-security-form .submit-btn-row button#submit {
	margin-right: 24px;
	border-top-right-radius: 0px;
}
/*-------------------------------------------------------------*/
/*      Dashboard Popup Page css 12-Feb-2026
/*-------------------------------------------------------------*/
.popup-wrapper .modal-dialog {
	max-width: 1050px;
}
.popup-wrapper .modal-content {
	border: solid 3px #976162;
	border-radius: 25px;
	background: #fffbf0;
}
.popup-wrapper .dashboard-chat-tags {
	border-top: none;
	padding-top: 0px !important;
	margin-top: 0;
}
.popup-wrapper .submit-btn-row {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding-right: 9px;
}
.row.border-top-d {
	padding: 0px 10px;
	border-top: solid 1px #ffcba9;
	margin: 0px 0px;
	margin-top: 24px;
	padding-top: 18px;
	padding-bottom: 3px;
}
.popup-wrapper .modal-header h5 {
	text-align: center;
	width: 100%;
	font-size: 33px;
	color: #ee6461;
	font-weight: bold;
	letter-spacing: 4px;
}
.popup-wrapper .dashboard-imgblock {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
}
.popup-wrapper .dashboard-imgblock img {
	width: 100%;
}
.popup-wrapper .dashboard-imgblock-wrapper {
	margin-top: 9px;
}
.popup-wrapper .dashboard-owner-details-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.popup-wrapper .dashboard-owner-img {
	width: 80px;
	height: 81px;
	position: relative;
	border: solid 1px #bebebe;
	border-radius: 50px;
	text-align: center;
	margin-right: 9px;
	overflow: hidden;
}
.popup-wrapper .dashboard-owner-img img {
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 100px;
}
.popup-wrapper .owner-title2 {
	font-size: 28px;
	margin-bottom: 4px;
	color: #333333;
}
.popup-wrapper .dashboard-owner-name-title {
	font-size: 21px;
	color: #333333;
	padding-left: 8px;
}
.popup-wrapper button.close {
    padding: 0px;
    margin-top: 5px;
    margin-right: 4px;
    position: absolute;
    right: 10px;
    background: #fa8680;
    opacity: 1;
    color: #fcd0ce;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-shadow: none;
    font-size: 16px;
    outline: 0;
    border: none;
}
.popup-wrapper button.close:focus {
	outline: 0 !important;
	box-shadow: none !important;
	border: none !important;
}
.popup-wrapper .modal-header {
	border-bottom: solid 1px #ee6461;
	margin: 0px 20px;
	padding-bottom: 15px;
	padding-top: 14px;
}
.popup-wrapper .modal-body {
	padding: 21px 35px;
	padding-bottom: 27px;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.dashboard-search-bar-wrap {
	background: #ffe4dc;
	padding: 14px 0px;
	position: relative;
}
.dashboard-search-bar-wrap .search-box-new {
	background: #ffffff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	max-width: 100%;
	border: none;
	height: 41px;
	position: relative;
	overflow: hidden;
}
.dashboard-search-bar-wrapper {
	justify-content: center;
	flex-flow: column;
	align-items: center;
	max-width: 837px;
	margin: 0px auto;
	padding-left: 68px;
	position: relative;
}
.dashboard-search-bar-wrap .search-box-new input {
	width: 100%;
	border: none;
	font-size: 16px;
	letter-spacing: 0px;
	outline: 0;
}
.dashboard-search-bar-wrap .search-box-new span.search-icon {
	margin-left: 16px;
	margin-right: 7px;
	color: #ff8891;
	font-size: 18px;
}
.search-box input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	font-size: 14px;
}
.header-top-right-side-n .search-btn {
	border: none;
	padding: 0;
	color: #ff9094;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	border: solid 1px #ff9094;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	margin-right: 14px;
}
.dashboard-search-tags {
	margin-top: 10px;
	font-size: 12px;
	color: #ff6a00;
	cursor: pointer;
}
.close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	cursor: pointer;
	color: #ff6a00;
}
.dashboard-search-bar-wrap .search-box-new .search-btn2 {
	min-width: 120px;
	height: 100%;
	border: none;
	color: #fff;
	background: #ff8891;
	letter-spacing: 4px;
	font-size: 17px;
	cursor: pointer;
	outline: 0;
}
.dashboard-search-tags ul li {
	display: inline-block;
	margin-right: 13px;
}
.dashboard-search-tags ul li a {
	font-size: 13px;
	color: #e35046;
	text-decoration: none;
}
.search-c {
	position: relative;
}
span.search-close-btn3 {
	position: absolute;
	right: 96px;
	top: -3px;
	font-size: 22px;
	color: #ff8891;
	cursor: pointer;
}
.form-group-row label {
	font-size: 23px;
	color: #ff8539;
	font-weight: bold;
}
.single-input {
	border: 1px solid #ff8539;
	display: flex;
	margin-bottom: 16px;
	align-items: center;
	min-height: 50px;
	border-radius: 8px;
	background: #fff;
}
.single-input span {
	margin-left: 23px;
}
.dashboard .input-row1 {
	color: #e57756;
	box-shadow: none;
	overflow: hidden;
	border-color: #ffffff;
	padding: 7px 10px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	border: none;
	outline: 0;
	padding-left: 12px;
}
.dashboard .btn-wrapper a, .dashboard-public-post .btn-wrapper a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 40px;
	background: #ff585b;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 50px;
	border-top-right-radius: 0px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.dashboard .account-security-form .flex-div .form-group-n-div-1 label {
	color: #000000;
}
.dashboard .single-input {
	border: 1px solid #ff9094;
}
ul.user-sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	list-style: none;
	right: -25px;
	z-index: 22;
	min-width: 206px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
ul.user-sub-menu li a {
	color: #000;
	text-align: left !important;
	padding: 9px 15px !important;
	font-size: 14px;
	width: 100% !important;
	border-bottom: 1px solid #eee;
	display: inline-block;
	text-decoration: none;
}
ul.ul-div {
	display: flex;
	align-items: center;
	gap: 17px;
}
.user-toggle span.arrow3 {
	color: #ee6461;
	position: absolute;
	right: -21px;
	top: 12px;
}
.user-menu-right-side li.user-item {
	position: relative;
}
.user-toggle span.arrow3 i {
	font-size: 17px;
	font-weight: 300;
}
.user-menu-right-side a.user-toggle img {
	max-width: 100% !important;
	margin: 0px !important;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 100px;
	padding: 0px !important;
}
.user-menu-right-side a.user-toggle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: solid 1px #ff9094;
	background: #fff;
	overflow: hidden;
	padding: 0px !important;
	padding-top: 4px !important;
	display: inline-block;
}
.user-menu-right-side .ul-div i {
	font-size: 24px;
	font-weight: 300;
	color: #e35046;
}
.header-right-si-row {
	display: flex;
	justify-content: flex-end;
}
.header-top-right-side-n {
	display: flex;
	margin-left: 23px;
	align-items: center;
}
.dashboard .btn-wrapper ul li a.sky-blue-bg-btn:hover {
	background: #fb6a73;
}
.dashboard .btn-wrapper ul li a:hover {
	background: #ff4048;
}
.dashboard .btn-wrapper ul li a.black:hover {
	background: #858585;
}
.dashboard .btn-wrapper a:hover, .dashboard-public-post .btn-wrapper a:hover {
	background: #ff4048;
}
ul.user-sub-menu li a:hover {
    background: #d31143;
    color: #fff;
}

.admin-dashboard-login-form {
    padding: 0px 89px;
}
.admin-dashboard-login-form .input-row1 {
    color: #e57756;
    box-shadow: none;
    overflow: hidden;
    border-color: #ffffff;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 12px;
}
.admin-dashboard-login-form .form-group-n-div-1 label {
    margin-bottom: 7px;
    color: #ee6461;
}
.admin-dashboard-login-form .reset-psw {
    margin-bottom: 19px;
    text-align: right; 
}
.admin-dashboard-login-form .reset-psw a {
    color: #660000;
    text-decoration: none;
}
.admin-dashboard-login .community-img-home {
    padding: 0px 23px;
}
.admin-dashboard-login {
    padding-top: 25px;
    padding-bottom: 62px;
}
.admin-dashboard-login .single-input {
    border: 1px solid #ff9094;
}








/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.admin-dashboard-login-form {
    padding: 0px 0px;
    margin-top: 45px;
}
.admin-dashboard-login {
    padding-bottom: 0;
}	
	
	
.ctl-label-box-n {
	display: none;
}
.ctl-labels {
	white-space: normal !important;
}
.ctl-label-big {
	font-size: 13px !important;
}
.labels-list .item {
	gap: 2px;
	font-size: 10px;
	margin-right: 1px;
}
.section-title .title-img {
	max-width: 100%;
}
.header-logo {
	position: relative;
	max-width: 247px;
}
.logo-div2 {
	display: none;
}
.footer-section {
	background-size: cover;
	padding-top: 152px;
	background-position: 83% 0%;
}
.footer-details-info::after {
	display: none;
}
.footer-details-info {
	padding-right: 0;
}
.copyright-text {
	margin-top: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.besign-by {
	text-align: center;
}
.teacher-community-section:after {
	display: none;
}
.teacher-community-section {
	background: #feeac6;
	padding-bottom: 54px;
	padding-top: 49px;
	text-align: center;
}
.schools-logo-slider1 {
	padding-left: 15px;
}
#schools-logo-slider .owl-nav {
	position: relative;
	top: 9px;
	right: 0px;
}
.schools-logo-slider .theme-btn {
	text-align: center;
}
.overlays-card {
	padding: 7px 9px;
	margin-top: 0;
	position: relative;
	width: 100%;
	left: 7px;
	padding-bottom: 21px;
	background: #fff;
}
.resources-slider .theme-btn {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 32px;
}
.resources-slider .section-title {
	position: relative;
	top: 0;
	left: 0;
}
.resources-slider {
	padding: 31px 20px;
	padding-top: 17px;
}
.resources-slider .owl-nav button.owl-prev {
	left: -40px;
}
.resources-slider .owl-nav button.owl-next {
	right: -40px;
}
.resources-slider-section {
	margin-top: 12px;
}
#contactForm {
	text-align: center;
}
.footer-info-row br {
	display: none;
}
.top-banner-home {
	margin-top: 24px;
}
.top-banner-section-home {
	background-size: cover;
	padding-top: 56px;
	margin-top: 0;
}
.header-menu-section {
	background: none;
	margin-top: 0;
	position: inherit;
}
.banner-text-info {
	text-align: center;
}
.banner-text-info .banner-title-1 {
	font-size: 28px;
	margin-bottom: 9px;
}
.banner-text-info .banner-title-2 {
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 39px;
}
.banner-text-info .banner-title-3 br {
	display: none;
}
.banner-text-info .banner-title-3 {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 13px;
}
.graphics-img1 {
	display: none;
}
.other-top-banner-section .padding-div {
	padding: 0px 15px;
}
.padding-div {
	padding: 0px 15px;
}
.content-section {
	padding-bottom: 0;
}
.cont-text {
	font-size: 15px;
	line-height: 36px;
}
.news-details-title-r {
	display: inline-block;
}
.news-section-title {
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.completed-btn {
	text-align: center;
}
.other-top-banner-text span {
	font-size: 37px;
	padding-left: 0;
}
.other-top-banner-img img {
	height: 140px;
	object-fit: cover;
}
.other-top-banner-text {
	text-align: center;
}
.section-titletext {
	font-size: 18px;
	text-align: center;
	line-height: 36px;
}
.owl-carousel-wrapper.slider-row {
	padding: 20px 20px;
}
#sync1 .owl-nav button.owl-prev {
	left: -28px;
}
#sync1 .owl-nav button.owl-next {
	right: -28px;
}
#sync2 .owl-nav button.owl-prev {
	left: -21px;
}
#sync2 .owl-nav button.owl-next {
	right: -21px;
}
.select-box-row1 {
	display: inline-block;
}
.select-box-l {
	margin: 0px 0px;
	padding: 6px 28px;
	margin-bottom: 15px;
}
.news-details-info {
	padding-left: 0;
	width: 100%;
	padding-top: 15px;
}
.news-details-info .news-details-title {
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 33px;
}
.news-details-info {
	text-align: center;
}
.conttext p {
	font-size: 14px;
	line-height: 32px;
}
.museum-details-text {
	margin-bottom: 13px;
}
.museum-details-info {
	padding-left: 0;
}
.news-detailsimg {
	width: 100%;
}
.editor-text {
	line-height: 32px;
	font-size: 16px;
}
.other-top-banner-text span:before {
	display: none;
}
.header-section .container {
	display: inherit;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.other-top-banner-section {
	margin-top: 0;
}
.museum-guide-logo-box-wrapper-row .col-md-3 {
	max-width: 50%;
}
.museum-guide-logo-box-wrapper .museum-guide-logo-box-title a {
	padding-top: 9px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
}
.museum-guide-logo-box-wrapper {
	margin-bottom: 24px;
}
.science-museum-details-info .science-museum-details-logo {
	width: auto;
}
.science-museum-details-info {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.science-museum-details-info .science-museum-details-text::after {
	display: none;
}
.science-museum-details-info .science-museum-details-text {
	width: 100%;
	padding-left: 0;
	font-size: 23px;
	letter-spacing: 2px;
	padding-top: 20px;
}
.visiting-box-wrapper {
	margin-bottom: 26px;
}
.news-detailsimg {
	width: 100%;
	padding-bottom: 19px;
	padding-top: 0;
}
.back-btn {
	text-align: center;
}
.theme-btn-row a {
	padding: 8px 16px;
}
.theme-btn-row {
	justify-content: center;
}
.museum-details-info .heading-title {
	text-align: center;
}
.program-background-details-info .cont-text {
	margin-bottom: 0px;
	line-height: 29px;
	padding-left: 0;
	line-height: 38px;
}
.planning-purpose-section {
	padding: 39px 0px 40px;
	background-size: cover;
	background-position: center;
}
.planning-purpose-details-info {
	padding-left: 0;
	margin-top: 29px;
}
.planning-purpose-details-info ul li {
	margin-bottom: 14px;
	font-size: 14px;
}
.sponsoring-organization-details-info .cont-text {
	line-height: 30px;
	line-height: 39px;
}
.sponsoring-organization-logo-info .sponsoring-organization-logo img {
	max-width: 100%;
	margin-bottom: 12px;
}
.program-background-imgblock {
	margin-bottom: 45px;
}
.textbook-download-details .download-list-row {
	display: inline-block;
}
.textbook-download-details .download-list-row .download-div1 {
	width: 100%;
	margin-bottom: 13px;
}
.download-list-row p img {
	padding-right: 13px;
	display: inline-block;
	max-width: 44px;
	height: 31px;
}
.download-list-row .download-div1 p {
	margin-bottom: 0px;
	font-size: 13px;
	display: flex;
}
.textbook-download-details .download-list-row {
	margin-bottom: 17px;
}
.download-header-div {
	display: inline-block;
	margin-bottom: 70px;
}
.download-header-div .left-logo {
	margin-bottom: 17px;
}
.download-header-div .right-logo .center-text-title {
	font-size: 17px;
	margin-right: 17px;
	border-left: none;
	padding-left: 0px;
}
.download-header-div .right-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
}
.profile-left-side {
	min-height: auto;
	margin-bottom: 32px;
}
.dashboard .edit-profile-box-wrapper {
	padding: 25px 16px;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper {
	width: 100%;
	padding-left: 0;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group label {
	width: 100%;
	font-size: 19px;
	letter-spacing: 3px;
	margin-bottom: 9px;
}
.dashboard .btn-wrapper ul {
	text-align: center;
}
.dashboard .btn-wrapper ul li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
}
.dashboard .btn-wrapper ul li a {
	font-size: 16px;
	padding: 10px 30px;
}
.dashboard .personal-details-row .btn-wrapper {
	margin-left: 0;
	text-align: center;
	padding-top: 11px;
}
.account-security-form .flex-div {
	display: inline-block;
	margin-bottom: 14px;
}
.account-security-form .flex-div .form-group-n-div-2 {
	width: 100%;
	padding: 0px 0px;
	margin-top: 14px;
}
.form-group-n-div-3 {
	text-align: center;
}
.account-security-form .submit-btn-row {
	margin-top: 0;
	display: flex;
	justify-content: center;
	margin-left: 0;
}
.account-security-form .submit-btn-row button {
	padding: 8px 35px;
	margin-right: 10px !important;
}
.account-security-form {
	padding-top: 30px;
}
.personalization-box-wrapper-row {
	width: 100%;
}
.dashboard .personalization-box-wrapper .personalization-box-title {
	padding-top: 18px;
	font-size: 22px;
	margin-bottom: 15px;
}
.profile-card-left-side-bar {
	padding-right: 0;
}
.dashboard-chat-box {
	padding: 14px;
}
.dashboard-chat-box .chat-input, .dashboard-chat-box .dashboard-chat-tags {
	padding: 0px 0px;
}
.user-img-post img {
	width: 80px;
	height: 61px;
}
.dashboard-public-post .select-box-wrapper {
	width: 100%;
	margin: 0px 7px;
}
.dashboard-public-post .select-box-wrapper-row .nice-select {
	font-size: 14px;
	min-width: 118px;
}
.dashboard-public-post .select-box-wrapper-row {
	margin-left: 0;
}
.dashboard-public-post .border-line2 {
	display: none;
}
.dashboard-public-post .dashboard-details-wrapper-box {
	padding: 14px 13px 13px;
	margin-bottom: 25px;
}
.dashboard-public-post .dashboard-imgblock-wrapper {
	margin-bottom: 20px;
}
.dashboard-public-post .dashboard-dowanload-info {
	padding: 6px 10px;
	margin-bottom: 10px;
}
.dashboard-public-post .dashboard-dowanload-info .dashboard-dowanload-text {
	font-size: 12px;
	line-height: 24px;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.admin-dashboard-login-form {
    padding: 0px 0px;
}
.admin-dashboard-login {
    padding-top: 65px;
    padding-bottom: 41px;
}	
	
	
	
.dashboard-public-post .select-box-wrapper {
	width: 40%;
	margin: 0px 14px;
}
.dashboard-public-post .dashboard-details-wrapper-box {
	padding: 24px;
}
.dashboard-left-div-n1 {
	max-width: 30%;
	flex: auto;
}
.dashboard-right-div-n2 {
	max-width: 70%;
	flex: auto;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper {
	width: 100%;
	padding-left: 0;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group label {
	width: 40%;
}
.dashboard .btn-wrapper a {
	font-size: 16px;
	padding: 10px 28px;
}
.dashboard .form-group-row label {
	font-size: 19px;
	margin-right: 17px;
}
.personalization-box-wrapper-row {
	width: 100%;
	margin: auto;
}
.profile-card-left-side-bar .profile-card-list-info ul li a {
	padding: 9px 9px;
}
.profile-left-side {
	padding: 0px;
	min-height: auto;
	padding-bottom: 50px !important;
}
.download-header-div {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.download-header-div .center-text {
	text-align: center;
	flex: 1;
	padding: 0px 20px;
	margin-top: 29px;
	margin-bottom: 28px;
}
.download-header-div .right-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-btn-row a {
	padding: 8px 16px;
}
.section-titletext {
	font-size: 22px;
	line-height: 45px;
}
.other-top-banner-section {
	margin-top: 0;
}
.logo-div2 {
	display: none;
}
.header-logo {
	position: relative;
	max-width: 247px;
}
.header-menu-section {
	position: inherit;
}
.graphics-img1 {
	display: none;
}
.ctl-label-box-n {
	display: none;
}
.ctl-labels {
	white-space: normal !important;
}
.ctl-label-big {
	font-size: 15px !important;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.other-top-banner-text span {
	font-size: 26px;
}
.padding-div {
	padding: 0px 15px;
}
.news-details-title-r {
	text-align: center;
	display: inline-block;
}
.news-section-title {
	width: 100%;
	margin-bottom: 21px;
}
.resources-slider {
	padding: 31px 20px;
	padding-top: 17px;
}
.resources-slider .section-title {
	position: relative;
	top: 0;
	left: 0;
}
.resources-slider .theme-btn {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 32px;
}
.resources-slider .owl-nav button.owl-prev {
	left: -40px;
}
.resources-slider .owl-nav button.owl-next {
	right: -40px;
}
#schools-logo-slider .owl-nav {
	position: relative;
	top: 9px;
	right: 0px;
}
.schools-logo-slider .theme-btn {
	text-align: center;
}
.section-title .title-img {
	max-width: 100%;
}
.copyright-info {
	margin-top: 52px;
}
.footer-info-row br {
	display: none;
}
.top-banner-home {
	margin-top: 3px;
	margin-bottom: 34px;
}
.overlays-card {
	padding: 10px 12px;
	background-size: 100% 100%;
	margin-top: -16px;
	position: absolute;
	width: 100%;
	left: 7px;
	padding-bottom: 21px;
}
.small-card .overlays-card {
	bottom: 12px;
}
.announcements-card-text {
	font-size: 13px;
}
.resources-slider-section {
	margin-top: 90px;
}
.banner-text-info .banner-title-1 {
	font-size: 20px;
	margin-bottom: 9px;
}
.banner-text-info .banner-title-2 br {
	display: none;
}
.banner-text-info .banner-title-2 {
	font-size: 19px;
	margin-bottom: 10px;
}
.banner-text-info .banner-title-3 br {
	display: none;
}
.banner-text-info .banner-title-3 {
	font-size: 17px;
}
.top-banner-section-home {
	background-size: cover;
	padding-top: 35px;
	background-position: center;
	padding-bottom: 40px;
}
.header-menu-section {
	background: none;
	margin-top: 0;
}
.owl-carousel-wrapper.slider-row {
	padding: 20px 80px 40px;
}
.news-details-info {
	width: 71%;
}
.news-details-info .news-details-title {
	font-size: 16px;
	letter-spacing: initial;
}
.schools-logo-img {
	max-width: 97px;
	padding: 13px;
	height: 97px;
}
.schools-item-name a {
	font-size: 16px;
}
.schools-item-card {
	border-radius: 21px;
}
.profile-card-img .avatar {
	max-width: 183px;
	height: 146px;
}
}


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.dashboard-public-post .select-box-wrapper {
	width: 33%;
	margin: 0px 11px;
}
.admin-dashboard-login-form {
    padding: 0px 27px;
}
.dashboard-public-post .dashboard-details-wrapper-box {
	padding: 25px;
}
.profile-card-left-side-bar {
	padding-right: 0;
}
.dashboard .edit-profile-box-wrapper .contact-form-wrapper {
	width: 100%;
	padding-left: 0;
}
.profile-card-list-info ul li a span.icon {
	width: 29px;
}
.download-header-div .center-text .center-text-title {
	font-size: 17px;
}
.padding-div {
	padding: 0px 15px;
}
.news-details-info .news-details-title {
	font-size: 21px;
}
.ctl-labels {
	white-space: normal !important;
}
.ctl-label-big {
	font-size: 15px !important;
}
.teacher-community-section:after {
	height: 100%;
}
.nav_area ul li a {
	font-size: 13px;
}
.nav_area > ul > li {
	padding-right: 26px;
	/* padding-right: 15px; */
}
.banner-text-info .banner-title-1 {
	font-size: 26px;
	margin-bottom: 4px;
}
.banner-title-2 br {
	display: none;
}
.banner-text-info .banner-title-2 {
	font-size: 23px;
}
.schools-logo-img {
	max-width: 97px;
	padding: 13px;
	height: 97px;
}
.schools-item-name a {
	font-size: 16px;
}
.schools-item-card {
	border-radius: 21px;
}
.other-top-banner-text span:before {
	left: -73px;
	width: 80px;
	height: 54px;
	top: 21px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 2500px) {
.container {
	max-width: 1400px;
}
.schools-logo-slider1 {
	padding-left: 13%;
}
.schools-logo-slider:after {
	width: 96%;
}
#schools-logo-slider .owl-nav {
	right: 19%;
}
.teacher-community-section:after {
	width: 56%;
	right: 9%;
}
.header-menu-bg {
	margin-left: 27%;
}
.header-menu-section {
	/* padding-right: 15%; */
	/* padding-right: 14%; */
}
.graphics-img2 {
	left: 15%;
}
.top-banner-section-home {
	padding-top: 79px;
}
}
@media (max-width: 1440px) {
.header-menu-section {
	padding-right: 0;
}
}

/*-------------------------------------------------------------*/
/*        Dashboard Theme Styles
/*-------------------------------------------------------------*/

.theme-orange .profile-left-side {
	background: #ffbeb8 !important;
	border-color: #fe9297 !important;
}

.theme-orange .profile-card-left-side-bar .profile-card-list-info ul li.li-bg a {
	background: #ff8a91 !important;
}

.theme-orange .profile-card-img .avatar {
	border-color: #ff9094 !important;
}

.theme-orange .dashboard .section-title {
	color: #ee6461 !important;
}

.theme-orange .dashboard .edit-profile-box-wrapper {
	border-color: #fecbce !important;
	background: #fff9f4 !important;
}

.theme-orange .dashboard .edit-profile-box-wrapper .heading-title::after {
	background: #ff9094 !important;
}

.theme-orange .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group label,
.theme-orange .account-security-form .flex-div .form-group-n-div-1 label {
	color: #ee6461 !important;
}

.theme-orange .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group input,
.theme-orange .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group textarea,
.theme-orange .account-security-form .single-input input,
.theme-orange .dashboard .personalization-box-img {
	border-color: #ff9094 !important;
}

.theme-orange .dashboard .btn-wrapper ul li a,
.theme-orange .dashboard .btn-wrapper ul li a.sky-blue-bg-btn,
.theme-orange .submit-btn {
	background: #ff555c !important;
}

.theme-orange .submit-btn:after {
	background-image: linear-gradient(to right, #ff8a91 30%, #ff6c74) !important;
}

.theme-orange .submit-btn:hover:after {
	background-image: linear-gradient(to right, #ff6c74 30%, #ff8a91) !important;
}

.theme-orange .dashboard-chat-box,
.theme-orange .popup-wrapper .modal-content,
.theme-orange .dashboard-public-post .dashboard-details-wrapper-box {
	background: #fff9f4 !important;
	border-color: #fecbce !important;
}

.theme-orange .row.border-top-d,
.theme-orange .dashboard-public-post .border-line2 {
	border-color: #ffb7ba !important;
}

.theme-blue .profile-left-side {
	background: linear-gradient(180deg, #dceeff 0%, #c5dfff 100%) !important;
	border-color: #7ba8e4 !important;
}

.theme-blue .profile-card-left-side-bar .profile-card-list-info ul li.li-bg a {
	background: #a9ccfa !important;
}

.theme-blue .profile-card-img .avatar {
	border-color: #6b9ad8 !important;
}

.theme-blue .dashboard .section-title {
	color: #4d8df6 !important;
}

.theme-blue .dashboard .edit-profile-box-wrapper {
	border-color: #bed9ff !important;
	background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%) !important;
}

.theme-blue .dashboard .edit-profile-box-wrapper .heading-title::after {
	background: #5c9eff !important;
}

.theme-blue .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group label,
.theme-blue .account-security-form .flex-div .form-group-n-div-1 label {
	color: #4d8df6 !important;
}

.theme-blue .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group input,
.theme-blue .dashboard .edit-profile-box-wrapper .contact-form-wrapper .form-group textarea,
.theme-blue .account-security-form .single-input input,
.theme-blue .dashboard .personalization-box-img {
	border-color: #9fc8ff !important;
}

.theme-blue .dashboard .btn-wrapper ul li a,
.theme-blue .dashboard .btn-wrapper ul li a.sky-blue-bg-btn,
.theme-blue .submit-btn {
	background: #5c9eff !important;
}

.theme-blue .submit-btn:after {
	background-image: linear-gradient(to right, #78b4ff 30%, #4a8eef) !important;
}

.theme-blue .submit-btn:hover:after {
	background-image: linear-gradient(to right, #4a8eef 30%, #78b4ff) !important;
}

.theme-blue .dashboard-chat-box,
.theme-blue .popup-wrapper .modal-content,
.theme-blue .dashboard-public-post .dashboard-details-wrapper-box {
	background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%) !important;
	border-color: #c7ddff !important;
}

.theme-blue .row.border-top-d,
.theme-blue .dashboard-public-post .border-line2 {
	border-color: #9fc8ff !important;
}
.museum-guide-logo img{
	aspect-ratio: 16 / 9; width: 100%; height: auto; object-fit: scale-down;
}

.science-museum-details-logo img{
	aspect-ratio: 16 / 9; width: 100%; height: auto; object-fit: scale-down;
}

@media (min-width: 991px) and (max-width: 1440px) {
    .nav_area > ul > li {
        display: inline-block;
        position: relative;
        padding-right: 15px;
        float: left;
    }
}

.left-logo img{height: 107px;}