@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Alice&family=Allison&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
	font-family: 'AdobeFanHeitiStd-Bold-Alphabetic';
	src: url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.eot');
	src: url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.eot?#iefix') format('embedded-opentype'), url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.woff') format('woff'), url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.ttf') format('truetype'), url('../fonts/AdobeFanHeitiStd-Bold-Alphabetic.svg#AdobeFanHeitiStd-Bold-Alphabetic') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, body {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

body {
	font-family: 'AdobeFanHeitiStd-Bold-Alphabetic';
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1370px;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
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;
}
/******** Menu CSS ********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.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: 255px;
	left: 0;
	text-align: left;
	background: #ffb6d0;
	z-index: 2;
	padding: 0px 0px;
	z-index: 99999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.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;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: 23px;
	z-index: 9999;
	background: #ffb6d0;
	width: 38px;
	height: 38px;
	line-height: 46px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #fff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	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 #fff;
}
.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;
}
.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;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: center;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding: 0px 40px;
}
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: #f67c9c;
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 10px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff
	,-2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
}
span.arrow {
	display: inline-block;
	padding-left: 0px;
	color: #f67c9c;
	margin-left: 9px;
	position: absolute;
	top: 7px;
	font-size: 13px;
}
.nav_area > ul > li ul.sub-menu span.arrow { display: none; }
.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;
}
ul.sub-menu li { position: relative; }
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ff97b2;
	z-index: 555;
	text-align: left;
	border-radius: 10px;
	-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 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-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: 26px;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #fff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	text-shadow: none;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 10px 17px;
	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 #f67c9c;
}
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;
}
.header-section {
	padding-top: 28px;
	padding-bottom: 28px;
}
.row.header-row {
	align-items: center;
}
.nav_area ul li a i.fal {
	font-size: 19px;
}
.nav_area ul li a i.far {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: bottom;
}
.logo-wrapper ul li {
	display: inline-block;
	width: 25%;
	position: relative;
}
.logo-wrapper ul li a {
	display: inline-block;
	max-width: 81%;
}
.logo-wrapper ul li.logo-three a {
	max-width: 100%;
}
.logo-wrapper ul li.logo-one a {
/*max-width: 70%;*/
}
.header-icon {
	text-align: right;
}
.header-icon ul li {
	display: inline-block;
	padding-left: 5px;
}
.header-icon ul li a {
	display: inline-block;
	max-width: 43px;
}
.header-menu-section {
	background-image: url(../images/header-bgg.jpg);
	background-size: cover;
}
.menu-section {
	background-image: url(../images/menu-section-bgg.png);
	padding-top: 10px;
	background-size: 100% 100%;
}
/******** Menu CSS End ********/

/******** index ********/
.banner-section {
	position: relative;
	background-color: #ffca9c;
}
.slider-section-home
{
	background-color: #ffe1c5;
}
.slider-banner-text {
/*	position: absolute;*/
	width: 100%;
	left: 0;
	/* bottom: 6%; */
	bottom: 0;
/*	background-color: rgba(1,1,1,0.5);*/
/*	background-color: #;*/
	padding: 20px;
}
.slider-banner-text a:hover { text-decoration: none; }
.slider-banner-title {
/*	color: #ffffff;*/
	color: black;
	font-size: 33px;
	line-height: 41px;
}
.slider-banner-title span {
	display: block;
	/* padding-left: 21px; */
}
#sliderhome .owl-dots {
	text-align: right;
	bottom: 10px;
	position: absolute;
	margin: 0px auto;
	width: 1270px;
}
#sliderhome .owl-dots button.active span {
	background-color: #ff97b2;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
#sliderhome .owl-nav {
	display: none;
}
.content-section {
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.promotion-activities-section {
	padding-top: 55px;
}
.promotion-activities-box-wrapper {
	box-shadow: rgb(248 207 159 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	padding: 20px;
	position: relative;
	padding-top: 47px;
	background-color: rgba(255,255,255,0.8);
}
.promotion-activities-box-wrapper .heading-title {
	position: absolute;
	width: 100%;
	top: -29px;
	left: 0;
	z-index: 333;
}
.promotion-activities-details-row {
	margin-bottom: 13px;
	position: relative;
	align-items: center;
	padding-bottom: 13px;
}
.promotion-activities-details-row::after {
	content: "";
	position: absolute;
	width: 94%;
	border-bottom: solid 1px #ffe7e1;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
}
.promotion-activities-details-row .col-md-8 {
	padding-left: 6px;
}
.promotion-activities-details-text .promotion-activities-details-title {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 7px;
	line-height: 22px;
}
.date-text {
	font-size: 14px;
	color: #85af33;
	font-family: 'Poppins-Regular';
}
.promotion-activities-details-row.three {
	padding-bottom: 0px;
}
.promotion-activities-details-row.three::after {
	border: none;
}
.btn-wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.btn-wrapper input[type=submit],
.btn-wrapper a {
	background-image: url(../images/btn-bgg1.png);
	font-size: 22px;
	padding: 6px 28px;
	background-size: 100% 100%;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 0px;
	padding-top: 10px;
	border: none;
}
.promotion-activities-box-wrapper.information-box {
	padding-top: 22px;
	padding-bottom: 43px;
}
.information-img img {
	height: 328px;
	width: 100%;
}
.activities-section {
	padding: 50px 0px 40px;
}
.heading-title {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.heading-title span {
	display: inline-block;
	font-size: 30px;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff,
	-2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff,
	-3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
	color: #ff818d;
	position: relative;
	font-weight: bold;
	z-index: 333;
}
.heading-title span::after {
	content: "";
	position: absolute;
	background-image: url(../images/heading-bgg1.png);
	width: 210px;
	height: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	left: -55px;
	z-index: -1;
	top: 13px;
}
.activities-box-wrapper-row {
	margin: auto;
}
.activities-box-wrapper-row .col-md-3 {
	padding: 0px 5px;
}
.activities-box-wrapper {
	text-align: center;
	box-shadow: rgb(154 229 117 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	padding: 8px;
}
.activities-box-wrapper .activities-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.activities-box-wrapper .activities-img:hover img {
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
	opacity: 0.5;
}
.activities-box-wrapper .activities-img {
	position: relative;
	overflow: hidden;
}
.activities-box-wrapper .activities-box-text {
	padding: 11px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.activities-box-wrapper.box-two {
	box-shadow: rgb(143 192 248 / 45%) 0px 0px 4px 4px;
}
.activities-box-wrapper.box-three {
	box-shadow: rgb(252 203 229 / 45%) 0px 0px 4px 4px;
}
.activities-box-wrapper.box-fore {
	box-shadow: rgb(249 222 181 / 45%) 0px 0px 4px 4px;
}
.footer-section {
	background-image: url(../images/footer-bgg.png);
	padding: 87px 0px 17px;
	background-size: cover;
}
.footer-title-text {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000000;
}
.footer-details {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.footer-details img {
	max-width: 40px;
	margin-right: 6px;
}
.footer-details-info ul {
	padding-top: 5px;
}
.footer-details-info ul li {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Poppins-Regular';
	margin-bottom: 4px;
}
.footer-details-info ul li i.fal {
	color: #eb4430;
	font-size: 16px;
}
.footer-details-info ul li a {
	color: #000000;
}
.footer-menu ul li {
	padding-bottom: 4px;
}
.footer-menu ul li a {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
.footer-subscribe-info p {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 10px;
}
.footer-subscribe-info .form-group {
	margin-bottom: 8px;
}
.footer-subscribe-info .form-group .form-control {
	border-radius: 50px;
	border: solid 2px #ff6b6d;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	box-shadow: inset 0 0 10px #c1c1c1;
	overflow: hidden;
	padding-bottom: 0px;
}
.submit-btn {
	width: 100%;
	text-align: left;
	margin-top: 17px;
}
.submit-btn .submit-btn-footer {
	background-image: url(../images/submit-btn-bgg.png);
	border: none;
	padding: 10px 29px !important;
	padding-bottom: 2px !important;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: none !important;
	overflow: hidden !important;
	background-color: transparent;
	background-size: 100% 100%;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	outline: 0;
}
.submit-btn .submit-btn-footer:hover {
	background-image: url(../images/submit-btn-bgg-hover.png);
}
.copyright-info {
	border-top: solid 2px #f09c8a;
	margin-top: 30px;
	padding-top: 17px;
}
.copyright-text {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: 'Poppins-Regular';
}
.copyright-right-text {
	text-align: right;
}
.copyright-right-text ul li {
	display: inline-block;
}
.copyright-right-text ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	position: relative;
	border-right: solid 1px #000;
	display: inline-block;
	line-height: 11px;
	padding: 0px 12px;
	padding-top: 5px;
	text-decoration: none;
}
.copyright-right-text ul li a:hover {
	color: #ff7749;
}
.footer-menu ul li a:hover {
	color: #ff7749;
}
.copyright-right-text ul li:last-child a {
	padding-right: 0px;
	border-right: none;
}
/******** index 2 ********/
.banner-wrappers img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 370;
	object-fit: scale-down;
}
.banner-title-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 34%;
}
.banner-title {
	font-size: 40px;
	font-weight: bold;
	color: #6594db;
	text-align: center;
	letter-spacing: 7px;
	text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff
	,-2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff
	,-1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.content-section-wrapper {
	padding: 15px 0px 30px;
}
.breadcrumbs-bar ul {
	display: inline-block;
}
.breadcrumbs-bar ul li {
	display: inline-block;
	color: #000000;
	margin-right: 7px;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumbs-bar ul li a {
	color: #ff818d;
	font-size: 14px;
}
.category-btn-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	border-bottom: dashed 3px #ff818d;
	padding-bottom: 16px;
	margin-bottom: 37px;
}
.category-btn-wrapper ul li {
	display: inline-block;
	padding: 0px 2px;
}
.category-btn-wrapper ul li a {
	display: inline-block;
	background-color: #ff7313;
	padding: 5px 37px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.picture-book-box-wrapper {
	box-shadow: rgb(248 207 159 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 55px;
	margin-bottom: 28px;
}
.btn-wrapper.more {
	position: relative;
	bottom: 0px;
}
.picture-book-box-wrapper .picture-book-box-details {
	text-align: center;
	padding-top: 8px;
}
.picture-book-box-wrapper .picture-book-box-details .picture-book-box-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #000000;
}
.picture-book-box-wrapper .picture-book-box-details ul li {
	display: inline-block;
	padding: 0px 18px;
}
.btn-wrapper.more input[type=submit],
.btn-wrapper.more a {
	font-size: 14px;
	padding: 4px 15px;
	min-width: 92px;
	display: inline-block;
	text-align: center;
	padding-top: 7px;
}
.btn-wrapper.more a img {
	max-width: 11px;
	vertical-align: baseline;
	margin-left: 2px;
}
ul.pagination {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-bottom: 0px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #ff818d;
	color: #fff;
	border: solid 1px #ff818d;
}
ul.pagination li.page-item a:hover {
	background: #ff818d;
	color: #fff;
	border-color: #ff818d;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 36px;
	padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i.fal.fa-angle-left {
	font-size: 17px;
}
ul.pagination li.page-item a i.fal {
	font-size: 10px;
}
/******** index 3 ********/
.news-details-wrapper-box {
	box-shadow: rgb(253 214 197 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 30px 55px;
}
.news-details-wrapper-box::after {
	content: "";
	position: absolute;
	width: 97%;
	border-bottom: dashed 3px #ff818d;
	top: 195px;
	left: 0;
	margin: auto;
	right: 0;
}
.news-details-wrapper-box .news-details-title {
	font-size: 20px;
	font-weight: bold;
	color: #ff8b96;
	padding-bottom: 34px;
}
.news-details-wrapper-box p {
	font-size: 15px;
	color: #000000;
	font-family: 'Poppins-Regular';
	line-height: 30px;
}
.news-details-wrapper-box .news-details-img-wrapp {
	width: 85%;
	margin: auto;
	padding-top: 10px;
}
.news-details-wrapper-box .news-details-img-wrapp .news-details-img {
	margin-bottom: 12px;
}
.btn-wrapp {
	width: 100%;
	text-align: center;
}
.btn-wrapp a {
	display: inline-block;
	background-color: #fb7a4f;
	padding: 11px 25px;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}
.news-details-wrapper-box .prev-next-btn-row {
	margin-top: 45px;
}
/******** index 4 ********/
.service-box-wrapper-row {
	width: 90%;
	margin: auto;
	padding-top: 35px;
}
.service-box-wrapper {
	margin-bottom: 35px;
	background-color: #efa167;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.service-box-wrapper .service-img img {
	width: 100%;
}
.service-box-wrapper .service-box-title {
	text-align: center;
	padding: 18px;
}
.service-box-wrapper .service-box-title span {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
/******** index 5 ********/
.category-btn-wrapper.news-category ul li a {
	background-color: #ffffff;
	color: #000000;
	border: solid 2px #a6d202;
	padding: 5px 46px;
}
.category-btn-wrapper.news-category ul li a:hover {
	background-color: #a6d202;
	color: #ffffff;
}
.category-btn-wrapper ul li a.active {
	background-color: #a6d202;
	color: #ffffff;
}
.news-box-wrapper {
	box-shadow: rgb(253 214 197 / 45%) 0px 0px 4px 4px;
	border-radius: 12px;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 30px;
}
.news-box-wrapper .news-box-text {
	padding: 10px 17px 20px;
}
.news-box-wrapper .news-box-text p {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.news-box-wrapper .news-box-text .btn-wrapper.more {
	text-align: right;
}
.date-text i.far {
	margin-right: 3px;
	font-size: 16px;
	vertical-align: text-bottom;
}
/******** index 6 ********/
.news-details-wrapper-box.news-details {
	margin-top: 20px;
}
.news-details-wrapper-box.news-details .news-details-title {
	color: #000000;
	padding-top: 3px;
}
.news-details-wrapper-box.news-details .back-btn {
	position: relative;
	left: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 13px;
}
.news-details-wrapper-box.news-details::after {
	top: 127px;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp .news-details-img {
	margin-bottom: 30px;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp .news-details-img.video {
	margin-bottom: 40px;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp {
	width: 75%;
}
.news-details .btn-wrapp {
	margin-top: 26px;
	margin-bottom: 22px;
}
.news-details .btn-wrapp a {
	background-color: #85af33;
}
.news-details .btn-wrapp a i.fal {
	margin-right: 5px;
	font-size: 25px;
}
.news-details-wrapper-box.news-details .prev-btn {
	margin-top: 30px;
}
/******** index 7 ********/
.media-reports-wrapper-row-box {
	margin-top: 30px;
}
.media-reports-wrapper-row {
	box-shadow: #ade9fd 2px 0px 6px 4px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	padding: 22px 25px;
	align-items: center;
	margin: auto;
	margin-bottom: 20px !important;
}
.media-reports-wrapper-row .col-md-8 {
	padding: 0px;
}
.media-reports-details ul li {
	display: inline-block;
	padding-right: 15px;
	font-size: 16px;
	color: #000000;
	border-right: solid 1px #ade9fd;
	margin-right: 11px;
	line-height: 16px;
	font-family: 'Poppins-Regular';
}
.media-reports-details ul li:last-child {
	margin-right: 0px;
	border-right: none;
	padding-right: 0px;
}
.media-reports-details .media-reports-details-text {
	font-size: 18px;
	color: #326db2;
	padding-top: 2px;
}
.media-reports-btn {
	text-align: right;
}
.media-reports-btn ul li {
	display: inline-block;
	margin-left: 20px;
}
.media-reports-btn ul li a {
	display: inline-block;
	background-color: #ed8be0;
	padding: 4px 8px;
	min-width: 120px;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	box-shadow: rgb(237 139 224 / 45%) 0px 0px 4px 3px;
	text-align: center;
	padding-top: 11px;
}
.media-reports-wrapper-row-box ul.pagination {
	padding-top: 22px;
}
/******** index 8 ********/
.service-introduction-row {
	padding-top: 30px;
}
.service-introduction-row .col-md-9 {
	padding-left: 0px;
}
.service-introduction-wrapper {
	padding-left: 20px;
	position: relative;
}
/*.service-introduction-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: dashed 3px #ff818d;
	top: 38px;
	left: 0;
}*/
.service-introduction-wrapper .service-introduction-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #000000;
}
.service-introduction-details-row {
	padding-bottom: 20px;
}
.service-introduction-details .service-introduction-details-title {
	font-size: 20px;
	font-weight: bold;
	color: #fb933b;
}
.service-introduction-details p {
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-family: 'Poppins-Regular';
	line-height: 25px;
}
.service-introduction-sub-details {
	padding-top: 6px;
}
.service-introduction-sub-details .service-introduction-sub-details-title {
	font-size: 19px;
	color: #fb933b;
	padding-bottom: 5px;
	font-family: 'Poppins-Regular';
}
.service-introduction-sub-details p {
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-family: 'Poppins-Regular';
	line-height: 25px;
}
.service-introduction-wrapper .news-details-img {
	width: 90%;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 25px;
}
/******** index 9 ********/
.unit-overview-btn-wrapper {
	box-shadow: rgb(140 209 238 / 45%) 0px 0px 4px 4px;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.8);
	padding: 6px 16px;
	margin-top: 12px;
	position: relative;
	float: left;
	width: 100%;
}
.unit-overview-btn-wrapper ul li {
	display: inline-block;
	padding-right: 18px;
}
.unit-overview-btn-wrapper ul li a {
	display: inline-block;
	background-color: transparent;
	/* color: #666666; */
	color: #306fb6;
	/* padding: 4px 13px; */
	padding: 8px 13px 4px 13px;
	border-radius: 50px;
	border: lightsteelblue 1px solid;
	/* font-size: 16px; */
	font-size: 18px; line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 2px;
}
.unit-overview-btn-wrapper ul li a i.fal {
	margin-right: 6px;
}
.unit-overview-btn-wrapper ul li a:hover {
	background-color: #306fb6;
	color: #ffffff;
}
.unit-overview-btn-wrapper ul li a.active {
	background-color: #306fb6;
	color: #ffffff;
}
.cont-heading-wrapper {
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.cont-heading-wrapper .cont-heading-title {
	font-size: 25px;
	font-weight: bold;
	color: #1b1464;
	padding-bottom: 5px;
}
.cont-heading-wrapper .cont-heading-sub-title {
	font-size: 25px;
	font-weight: bold;
	color: #306fb6;
	border-bottom: dashed 3px #ff818d;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.cont-heading-wrapper .cont-heading-sub-text {
	font-size: 30px;
	font-weight: bold;
	color: #29abe2;
}
.search-video-wrapper {
	padding-top: 25px;
}
.search-video-wrapper p {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.search-video-wrapper .search-video-img {
	width: 90%;
	margin: auto;
	margin-bottom: 38px;
}
.prev-btn a {
	display: inline-block;
	background-color: #fbb64f;
	color: #ffffff;
	padding: 9px 20px;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
	width: 130px;
}
.prev-btn a i.fas {
	font-size: 25px;
	margin-right: 8px;
	vertical-align: middle;
}
.next-btn {
	text-align: right;
}
.next-btn a {
	display: inline-block;
	background-color: #8fc141;
	color: #ffffff;
	padding: 9px 20px;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
	width: 130px;
}
.next-btn a i.fas {
	font-size: 25px;
	margin-left: 10px;
	vertical-align: middle;
}
/******** index 10 ********/
.download-certificate-details-wrapper {
	margin-top: 15px;
}
.download-certificate-details {
	padding: 60px;
	/* background-image: url(../images/download-details-bgg.png); */
	background-size: 100% 100%;
	float: left;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 23px;
	box-shadow: #c4ecf8 0px 30px 60px -14px inset, #c4ecf9 0px -25px 139px -16px inset;
	background: #fff;
	border-radius: 18px;
}
/* .download-certificate-details p {
	font-size: 15px;
	color: #000000;
	line-height: 26px;
	font-family: 'Poppins-Regular';
} */
.btn-wrappe {
	text-align: center;
	margin-top: 17px;
	float: left;
	width: 100%;
}
.btn-wrappe input[type=submit],
.btn-wrappe input[type=button],
.btn-wrappe a {
	display: inline-block;
	text-decoration: none;
	background: #a373da;
	padding: 10px 35px;
	color: #ffffff;
	font-size: 15px;
	border-radius: 5px;
}
.btn-wrappe a img {
	max-width: 16px;
	margin-left: 13px;
	vertical-align: sub;
}
/******** index 11 ********/
/* .download-certificate-details span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #306fb6;
	font-weight: bold;
	padding-bottom: 11px;
	font-family: 'Poppins-Regular';
} */
/* .download-certificate-details ul li {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
} */
/******** index 12 ********/
.login-btn {
	text-align: center;
	margin-top: 25px;
}
.login-btn a {
	display: inline-block;
	background-color: #85bef2;
	padding: 9px 8px;
	width: 151px;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	box-shadow: rgb(133 190 242 / 45%) 0px 0px 4px 3px;
	text-align: center;
}
.online-learning-platform-box-row {
	margin-top: 30px;
}
.online-learning-platform-box-wrapper {
	box-shadow: rgb(253 214 197 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
}
.online-learning-platform-box-wrapper .online-img img {
	width: 100%;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details {
	padding: 15px;
	border-top: solid 1px #ffd4d3;
	margin-top: 16px;
	padding-bottom: 8px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details .online-learning-platform-box-details-title {
	font-size: 22px;
	color: #000000;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details ul li {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 14px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details ul li img {
	position: absolute;
	left: 0;
	max-width: 24px;
	top: -5px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details .btn-wrapper.more {
	text-align: right;
}
/******** index 13 ********/
.login-account-box {
	max-width: 65%;
	margin: auto;
	box-shadow: rgb(255 168 130 / 45%) 0px 0px 7px 7px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	padding: 45px 110px;
	margin-bottom: 30px;
}
.login-account-box .form-group {
	display: flex;
	margin-bottom: 13px;
	align-items: center;
}
.login-account-box .form-group label {
	width: 18%;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 0px;
	line-height: 32px;
}
.login-account-box .form-group .form-control {
	border-radius: 0px;
	box-shadow: none !important;
	overflow: hidden;
	border-color: #cecece;
	line-height: 30px;
	padding: 0px 12px;
	height: 32px;
}
.forget-password {
	margin-left: 17%;
}
.forget-password a {
	display: inline-block;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.loginbtn {
	display: flex;
	margin-left: 17%;
	margin-top: 23px;
}
.loginbtn .btn-wrapper {
	text-align: left;
	width: auto;
	margin-right: 18px;
}
.loginbtn .btn-wrapper a {
	text-align: center;
	padding: 8px;
}
.loginbtn .btn-wrapper.more.new a {
	width: 125px;
}
/******** index 14 ********/
.login-account-box.contact {
	padding-left: 95px;
	padding-right: 75px;
	padding-bottom: 13px;
	position: relative;
}
.login-account-box .form-group.name label {
	width: 15%;
	margin-right: 23px;
}
.login-account-box .form-group.name .form-control {
	width: 37%;
}
.login-account-box .form-group.name .text-inp {
	font-size: 16px;
	padding-left: 17px;
	color: #000000;
	font-weight: bold;
}
.login-account-box.contact .form-group.radio label {
	width: 21%;
}
.login-account-box.contact .form-group.radio {
	align-items: baseline;
	margin-left: -57px;
	margin-top: 28px;
}
.login-account-box.contact .form-group.radio .custom-radio-row {
	display: grid;
}
.custom-control-label::before {
	background-color: transparent;
	border: solid 2px #cccccc;
}
.login-account-box.contact .form-group.radio .custom-radio-row .custom-control-inline label {
	width: 100%;
	text-align: left;
	margin-right: 0px;
}
.login-account-box.contact .form-group.radio .custom-radio-row .custom-control-inline {
	padding-bottom: 4px;
	display: -webkit-box;
	margin-right: 0px;
}
.login-account-box.contact .form-group.radio .custom-radio-row .custom-control-inline .form-group {
	margin-bottom: 10px;
	margin-left: 10px;
}
/*.login-account-box.contact .btn-wrapper.more {
	position: absolute;
	right: 0px;
	bottom: 47px;
	text-align: right;
	padding-right: 146px;
}*/
/******** index 15 ********/
.course-questionnaire-box-wrapper {
	/*margin-top: 30px !important;*/
	width: 87%;
	margin: auto;
}
.course-questionnaire-box-wrapper .p {
	/* font-size: 17px; */
	color: #000000;
	margin-bottom: 30px;
}
.course-questionnaire-box {
	background-color: #ffffff;
	border: solid 2px #9ee2ff;
	padding: 23px 20px 15px;
	border-radius: 7px;
	margin-bottom: 15px;
}
.course-questionnaire-box .p {
	/* font-size: 16px; */
	color: #306fb6;
	/* font-weight: bold; */
	border-bottom: solid 2px #3875b9;
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-left: 25px;
}
.radiobtn {
	position: absolute;
	top: 0px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: transparent;
	border: solid 1px #bababa;
	border-radius: 50%;
}
.checkcontainer input:checked ~ .radiobtn:after {
	display: block;
}
.checkcontainer .radiobtn:after {
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #212121;
}
.radiobtn:after {
	content: "";
	position: absolute;
	display: none;
}
.checkcontainer {
	display: block;
	position: relative;
	padding-left: 27px;
	margin-left: 45px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: transparent;
	border: solid 1px #bababa;
}
.checkcontainer input:checked ~ .checkmark:after {
	display: block;
}
.checkcontainer .checkmark:after {
	left: 6px;
	top: 0px;
	width: 5px;
	height: 12px;
	border: solid #212121;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.course-questionnaire-box .form-group {
	width: 96%;
	margin: auto;
	margin-bottom: 40px;
}
.course-questionnaire-box .form-group .form-control.comment,
.course-questionnaire-box .form-group #comment {
	height: 110px;
	border-radius: 0px;
	box-shadow: none !important;
	overflow: hidden;
	border-color: #6c6c6c;
}

.course-questionnaire-box-wrapper .btn-wrappe input[type=submit],
.course-questionnaire-box-wrapper .btn-wrappe input[type=button],
.course-questionnaire-box-wrapper .btn-wrappe a {
	padding: 10px 50px;
	border: none;
}
/******** index 16 ********/
.checkcontainer img {
	width: 16%;
}
.course-questionnaire-box .form-group .form-control {
	height: 36px;
	border-radius: 0px;
	box-shadow: none !important;
	overflow: hidden;
	border-color: #6c6c6c;
}
.answer {
	padding-left: 25px;
	padding-top: 3px;
}
.answer.correct,
.answer a {
	display: inline-block;
	font-size: 15px;
	color: #7ac943;
	font-weight: bold;
	text-decoration: none;
}
.answer.incorrect {
	display: inline-block;
	font-size: 15px;
	color: #f7931e;
	font-weight: bold;
	text-decoration: none;
}
.course-questionnaire-box.two .form-group {
	margin-bottom: 15px;
}
.course-questionnaire-box.two .answer {
	padding-left: 21px;
}
/******** index 17 ********/
.accordion-heading-info {
	margin-top: 25px;
}
.accordion-heading-info .accordion-heading {
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 12px;
}
.accordion-heading-info ul li {
	display: inline-block;
	margin-right: 47px;
	font-size: 18px;
	color: #000000;
	position: relative;
}
.accordion-heading-info ul li img {
	max-width: 32px;
	margin-right: 5px;
}
.accordion-heading-info ul li::after {
	content: "";
	position: absolute;
	height: 20px;
	border-left: solid 2px #ff8591;
	left: -26px;
	top: 4px;
}
.accordion-heading-info ul li.clock::after {
	border: none;
}
.accordion-wrapper {
	margin-top: 60px;
	margin-bottom: 15px;
}
.accordion-wrapper .card {
	border: none;
	border-radius: 0px;
	background: none;
}
.accordion-wrapper .card-header:first-child {
	border-radius: 0px;
}
.accordion-wrapper .card-header {
	padding: 4px 14px;
	margin-top: 8px;
	background-color: #c9eafe;
	border-bottom: solid 2px #231d6a;
	box-shadow: rgb(201 232 254 / 45%) 0px 0px 7px 3px;
	cursor: pointer;
	position: relative;
}
.accordion-wrapper a.card-title {
	color: #1b1464 !important;
	font-size: 17px;
	line-height: 30px;
}
.accordion-wrapper .card-body {
	padding: 12px 12px;
	padding-bottom: 40px;
}
.accordion-card-info .accordion-card-title {
	font-size: 16px;
	color: #000000;
	padding-bottom: 8px;
	position: relative;
	font-family: 'Poppins-Regular';
}
.accordion-card-info p {
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
	line-height: 29px;
	font-family: 'Poppins-Regular';
}
.accordion-card-info .video-img {
	width: 90%;
	margin: auto;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f077";
	float: right;
	color: #000;
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f078";
}
/******** index 18 ********/
.accordion-wrapper.info {
	margin-top: 12px;
}
.accordion-wrapper.info .card-header {
	background-color: #ffffff;
	border: solid 1px #c5c2c2;
	box-shadow: none;
	border-radius: 5px;
}
.accordion-wrapper.info .card-body {
	background-color: #ffffff;
	margin-bottom: 4px;
	border: solid 1px #c5c2c2;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.card-title.title {
	color: #0071bc !important;
}
/******** index 19 ********/
.sign-out-btn {
	position: absolute;
	right: 16px;
	text-align: right;
	top: 6px;
}
.sign-out-btn a {
	display: inline-block;
	background-color: #ee82ab;
	padding: 4px 32px;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
}
.mool-paathyakram-box-wrapper-row {
	margin-top: 35px;
}
.mool-paathyakram {
	padding: 27px 25px 20px;
	box-shadow: rgb(143 192 248 / 45%) 0px 0px 4px 4px;
	position: relative;
	min-height: 100%;
}
.mool-paathyakram .mool-paathyakram-title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
}
.mool-paathyakram .online-learning-platform-box-details {
	border-top: solid 2px #ffb3bb;
	padding: 0px;
	margin-top: 20px;
}
.mool-paathyakram .online-learning-platform-box-details ul li {
	margin-bottom: 13px;
	margin-top: 20px;
}
.mool-paathyakram .online-learning-platform-box-details .btn-wrapp {
	margin-top: 0px;
	text-align: right;
}
.mool-paathyakram .online-learning-platform-box-details .btn-wrapp a {
	padding: 7px 13px;
	background-color: #8cc758;
	letter-spacing: 1px;
	padding-bottom: 0px;
}
.mool-paathyakram .online-learning-platform-box-details .btn-wrapp.register a img {
	transform: rotate(270deg);
	margin-right: 7px;
}
.mool-paathyakram:hover {
	background-color: #306fb6;
}
.mool-paathyakram:hover .mool-paathyakram-title {
	color: #ffffff;
}
.mool-paathyakram:hover .online-learning-platform-box-details {
	border-color: #ffffff;
}
.mool-paathyakram:hover .online-learning-platform-box-details ul li {
	color: #ffffff;
}
.mool-paathyakram.active:hover::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: 43px;
	border-top: 25px solid #306fb6;
	border-right: 25px solid #00000000;
	border-bottom: 0px solid transparent;
	transform: rotate(225deg);
}
.battery-percentage-box-wrapper {
	margin-top: 40px;
	box-shadow: rgb(140 209 238 / 45%) 0px 0px 4px 4px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	padding: 22px;
}
.battery-percentage-box-wrapper .battery-percentage-title {
	font-size: 24px;
	font-weight: bold;
	color: #306fb6;
	margin-bottom: 15px;
	border-bottom: solid 2px #3875b9;
	padding-bottom: 6px;
}
.battery-percentage-box-wrapper .battery-percentage img {
	max-width: 17%;
}
.battery-percentage-box-wrapper p {
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 28px;
	color: #000000;
}
.accordion-wrapper.info.accordion-row {
	margin-top: 30px;
}
.accordion-wrapper.info.accordion-row .accordion-title {
	font-size: 28px;
	font-weight: bold;
	color: #1b1464;
}
a.card-title.title i.fal {
	width: 28px;
	height: 28px;
	line-height: 30px;
	text-align: center;
	background-color: #f0b354;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	margin-right: 5px;
}
a.card-title.title span {
	display: inline-block;
	right: 41px;
	position: absolute;
}
.accordion-row a.card-title.title {
	color: #000000 !important;
}
.accordion-card-info .accordion-card-title ul {
	padding-left: 60px;
}
.accordion-card-info .accordion-card-title ul li {
	font-size: 17px;
	line-height: 33px;
	color: #000000;
}
.accordion-card-info .accordion-card-title ul li i.fal {
	width: 41px;
	text-align: center;
	font-size: 20px;
	color: #5ebad2;
	vertical-align: sub;
}
.accordion-card-info .accordion-card-title ul li i.fal.fa-file-alt {
	font-size: 24px;
}
.accordion-card-info .accordion-card-title ul li span {
	float: right;
	padding-right: 38px;
}
.accordion-wrapper.info.accordion-row .card-body {
	padding-top: 0px;
	padding-bottom: 0px;
}
.accordion-card-info .accordion-card-title ul li .fa-check {
	position: absolute;
	left: 41px;
	margin-top: 8px;
	display: inline-block;
	font-size: 10px !important;
	width: 20px !important;
	height: 20px;
	line-height: 21px;
	background-color: #8cc758;
	border-radius: 50%;
	color: #ffffff !important;
}
/******** index 20 ********/
.sign-out-btn a img {
	transform: rotate(270deg);
	margin-right: 7px;
}
.sign-out-btn.dow a {
	padding: 4px 20px;
}
.nav_area > ul > li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.picture-book-img img {
	width: 100%;
}
.news-details-new-class {
	box-shadow: rgb(253 214 197 / 45%) 0px 0px 4px 4px;
	border-radius: 17px;
	background-color: rgba(255,255,255,0.8);
	float: left;
	width: 100%;
}
.breadcrumbs-bar {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}
.news-details-new-class .btn-wrapp {
	margin-bottom: 20px;
}
.news-details-new-class .news-details-title {
	font-size: 20px;
	font-weight: bold;
	color: #ff8b96;
	padding-bottom: 34px;
}
.news-details-new-class p {
	font-size: 15px;
	color: #000000;
	font-family: 'Poppins-Regular';
	line-height: 30px;
}
.padding-row-class-border-bottom .news-details-title {
	padding-bottom: 0px;
}
.padding-row-class-border-bottom {
	border-bottom: dashed 3px #ff818d;
	padding: 15px 26px;
	padding-top: 24px;
}
.padding-row-class {
	padding: 26px;
}
.news-details-new-class .prev-next-btn-row {
	margin-top: 29px;
}
.news-details-new-class .news-details-img-wrapp .news-details-img {
	margin-bottom: 17px;
	text-align: center;
}
.news-box-img img {
	width: 100%;
}
.padding-row-class-border-bottom .news-details-title2 {
	font-size: 19px;
	margin-top: 6px;
	font-weight: bold;
}
.service-introduction2 .service-introduction-heading {
	border-bottom: dashed 3px #ff818d;
	padding-bottom: 11px;
}
.login-account-wrapper-row {
	float: left;
	width: 100%;
}
.accordion-wrapper-row-class {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.accordion-wrappern2 {
	float: left;
	width: 100%;
	padding-top: 9px;
}
.div-class-wrapper {
	float: left;
	width: 100%;
}
/******** Multi-Step CSS ********/
.multi-step-wrapper {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	width: 95%;
	margin: 0 auto 50px;
}
.content__title {
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
}
.content__title--m-sm {
	margin-bottom: 10px;
}
.multisteps-form__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	padding-top: 20px;
	color: rgba(108, 117, 125, 0.7);
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn {
	text-indent: 0;
}
}
.multisteps-form__progress-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 13px;
	height: 13px;
	content: '';
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}
.multisteps-form__progress-btn:after {
	position: absolute;
	top: 5px;
	left: calc(-50% - 13px / 2);
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background-color: currentColor;
	z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
	display: none;
}
.multisteps-form__progress-btn.js-active {
	color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
	-webkit-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
	background-color: currentColor;
}
.multisteps-form__form {
	position: relative;
}
.multisteps-form__panel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.multisteps-form__panel.js-active {
	height: auto;
	opacity: 1;
	display: block;
	visibility: visible;
}
/* .multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
} */

.multisteps-form__panel[data-animation="fade"] {
	-webkit-animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.multisteps-form__panel[data-animation="fade"].js-active {
	-webkit-animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*---- CUSTOM ANIMATION ----*/

.fadeInRight {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 @-webkit-keyframes fadeInRight {
 0% {
 -webkit-transform: translateX(50px);
 transform: translateX(50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fadeInRight {
 0% {
 -webkit-transform: translateX(50px);
 transform: translateX(50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
.fadeInLeft {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fadeInLeft {
 0% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
.multisteps-form .button-row .js-btn-prev {
	background-color: #fbb64f;
	color: #ffffff;
	padding: 6px 26px;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	outline: 0;
	min-width: 130px;
}
.multisteps-form .button-row .js-btn-next {
	background-color: #8fc141;
	color: #ffffff;
	padding: 6px 26px;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	outline: 0;
	min-width: 130px;
}
.multisteps-form .button-row .js-btn-next-dim {
	background-color: silver;
	color: #ffffff;
	padding: 6px 26px;
	font-size: 17px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	outline: 0;
	min-width: 130px;
}
.multisteps-form .button-row .js-btn-prev:before {
	content: "\f0a8";
	margin-right: 10px;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}
.multisteps-form .button-row .js-btn-next-dim:after,
.multisteps-form .button-row .js-btn-next:after {
	content: "\f0a9";
	margin-left: 10px;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}
.button-row {
	float: left;
	width: 100%;
}
.card-accordion-row1 {
	float: left;
	width: 100%;
	border: solid 1px #c5c2c2;
	margin-bottom: 7px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.card-accordion-row1 .card-header {
	border: none !important;
	border-radius: 0px !important;
	margin: 0px;
}
.card-accordion-row1 .card-body {
	margin: 0px !important;
	border: none !important;
	border-radius: 0px !important;
}
.battery-percentage-box-wrapper {
	margin-top: 11px;
}
.footer-details a {
	color: #000;
}
.footer-details a:hover {
	color: #ff7749;
}
.mobile-social-icon {
	display: none;
}
.nav-tab-wrapper-class {
	float: left;
	width: 100%;
	margin-bottom: 37px;
}
.tab-content-wrapper-class {
	float: left;
	width: 100%;
	padding: 0px 80px;
}
.nav-tab-wrapper-class .nav-tabs {
	display: flex;
	justify-content: center;
	border-bottom: dashed 3px #ff818d;
	padding-bottom: 18px;
}
.nav-tab-wrapper-class li {
	margin: 0px 5px;
}
.nav-tab-wrapper-class li a {
	padding: 8px 34px;
	padding-bottom: 3px;
	border-radius: 35px !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff !important;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border: none !important;
}
.nav-tab-wrapper-class li a.nav-bg1 {
	background-color: #ff7313 !important;
}
.nav-tab-wrapper-class li a.nav-bg2 {
	background-color: #7a76ff !important;
}
.nav-tab-wrapper-class li a.nav-bg3 {
	background-color: #ffa613 !important;
}
.nav-tab-wrapper-class2 {
	float: left;
	width: 100%;
	margin-bottom: 31px;
}
.nav-tab-wrapper-class2 .nav-tabs {
	display: flex;
	justify-content: center;
	border-bottom: dashed 3px #ff818d;
	padding-bottom: 18px;
}
.nav-tab-wrapper-class2 .nav-tabs a {
	padding: 8px 33px !important;
	padding-bottom: 5px !important;
	border-radius: 35px !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000 !important;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border: solid 2px #a6d202 !important;
}
.nav-tab-wrapper-class2 .nav-tabs li {
	margin: 0px 4px;
}
.nav-tab-wrapper-class2 .nav-tabs a.active {
	background: #a6d202;
	color: #fff !important;
}
.news-details-full {
	padding: 0px;
}
.tab-content-wrapper-class2 {
	float: left;
	width: 100%;
}
.accordion-wrappern2 .accordion-heading {
	font-size: 25px;
	font-weight: bold;
	color: #1b1464;
	line-height: 39px;
}
.accordion-wrappern2 .card-accordion-row1 .card-header a {
	color: #0071bc !important;
	font-weight: bold;
	font-size: 16px;
}
.accordion-wrappern2 .card-accordion-row1 .collapse {
	border-top: solid 1px #ecebe9;
}
.accordion-wrappern2 .accordion .card-header:after {
	content: "\f059";
	font-family: "Font Awesome 6 Pro";
	color: #cab1e6;
	font-weight: 400;
	font-size: 18px;
}
i.far.fa-chevron-right.toggle-submenu {
	color: #75bfaa;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	position: absolute;
	right: 5px;
	top: 13px;
	width: 24px;
	cursor: pointer;
	transform: rotate(90deg);
}
.sidemenu li > a {
	font-size: 15px;
	line-height: 26px;
	color: #000000;
	display: flex;
	padding: 11px 30px;
	padding-right: 0px;
	align-items: center;
	text-decoration: none;
	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;
	font-family: 'Poppins-Regular';
}
ul.sidemenu li {
	position: relative;
}
.left-side-bar-mobile-view {
	display: none;
}
.sidemenu-wrapper ul.sidemenu li {
	margin-bottom: 5px;
}
.sidemenu-wrapper ul.sidemenu {
	background: #d1eee6;
	float: left;
	width: 100%;
}
.sidemenu-wrapper .submenu-side {
	background: #f1f6f5;
}
.left-side-bar-title1 {
	background: #75bfaa;
	padding: 20px 15px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
.sidemenu-wrapper .submenu-side ul li a:before {
	content: "\f0da" !important;
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 900;
	color: #75bfaa;
	width: 0;
	height: 0;
	top: 4px;
	margin-right: 16px;
}
.sidemenu-wrapper .submenu-side ul li a {
	padding: 4px 20px;
	font-size: 13px;
	line-height: 27px;
	padding-left: 25px;
}
.left-side-bar-desktop-view {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	float: left;
	width: 100%;
}
.sidemenu li > a:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #75bfaa;
	border-radius: 100px;
	position: absolute;
	left: 14px;
}
.logo-wrapper ul li:after {
	width: 1px;
	height: 65px;
	background: #afcac8;
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 17px;
	content: "";
}
.logo-wrapper ul li.logo-three::after {
	display: none;
}
.activities-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.activities-img:hover img {
	width: 100%;
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
	opacity: 0.5;
}
.activities-img {
	position: relative;
	overflow: hidden;
}
.picture-book-box-wrapper .picture-book-img {
	position: relative;
	overflow: hidden;
}
.picture-book-box-wrapper .picture-book-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.picture-book-box-wrapper:hover .picture-book-img img {
	/* width: 100%; */
	opacity: 0.5;
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
}
.service-box-wrapper:hover .service-img {
	background-color: white;
}
.service-box-wrapper:hover .service-img img {
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
	opacity: 0.5;
	/* background-color: white; */
}
/* .service-box-wrapper:hover .service-img img {
	filter: blur(2px);
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
} */
/* .service-box-wrapper:hover .service-img img {
	filter: none;
	transition-delay: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
} */
.service-box-wrapper .service-img img {
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.service-box-wrapper .service-img {
	position: relative;
	overflow: hidden;
}
.service-box-wrapper .service-img:before {
	background: rgba(255,255,255,50) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
.service-box-wrapper .service-img:after {
	background: rgba(255,255,255,50);
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
/* .service-box-wrapper .service-img:hover::before {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
} */
/* .service-box-wrapper .service-img:hover::after {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
} */
.news-box-wrapper:hover .news-box-img img {
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
	opacity: 0.5;
}
.news-box-wrapper .news-box-img img {
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news-box-wrapper .news-box-img {
	position: relative;
	overflow: hidden;
}
.news-box-wrapper .news-box-img:before {
	background: rgba(255,255,255,50) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
.news-box-wrapper .news-box-img:after {
	background: rgba(255,255,255,50);
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
	pointer-events: none;
	z-index: 1;
}
/* .news-box-wrapper:hover .news-box-img::before {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
} */
/* .news-box-wrapper:hover .news-box-img::after {
	height: 100%;
	opacity: 0;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	width: 100%;
} */
.online-img img {
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.online-img:hover img {
	/* -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25); */
	opacity: 0.5;
}
.online-img {
	position: relative;
	overflow: hidden;
}

.btn-wrapper input[type=submit]:hover,
.btn-wrapper a:hover {
	background-image: url(../images/btn-bgg-hover1.png);
}
.nav-tab-wrapper-class li a.nav-bg1:hover {
	background-color: #f76400 !important;
	background-image: linear-gradient(to right, #ff9750, #f76400 );
}
.nav-tab-wrapper-class li a.nav-bg2:hover {
	background-color: #7a76ff !important;
	background-image: linear-gradient(to right, #b2b0ff, #7a76ff );
}
.nav-tab-wrapper-class li a.nav-bg3:hover {
	background-color: #ffa613 !important;
	background-image: linear-gradient(to right, #ffca74, #ffa613 );
}
.btn-wrapp a:hover {
	background-color: #fb7a4f !important;
	background-image: linear-gradient(to right, #ff5720, #fb7a4f);
}
.prev-btn a:hover {
	background-color: #fb7a4f !important;
	background-image: linear-gradient(to right, #ff5720, #fb7a4f);
}
.prev-btn a:hover {
	background-color: #fbb64f !important;
	background-image: linear-gradient(to right, #ff9b06, #fbb64f);
}
.multisteps-form .button-row .js-btn-next-dim:hover {
	background-color: #8fc141 !important;
	background-image: linear-gradient(to right, silver, gainsboro );
}
.multisteps-form .button-row .js-btn-next:hover {
	background-color: #8fc141 !important;
	background-image: linear-gradient(to right, #ace15a, #8fc141 );
}
.multisteps-form .button-row .js-btn-next:active {
	background-color: #8fc141 !important;
	background-image: linear-gradient(to right, #ace15a, #8fc141 );
}
.multisteps-form .button-row .js-btn-next-dim:focus,
.multisteps-form .button-row .js-btn-next:focus {
	box-shadow: none !important;
}
.multisteps-form .button-row .js-btn-prev:hover {
	background-color: #fbb64f !important;
	background-image: linear-gradient(to right, #ff9b06, #fbb64f);
}
.multisteps-form .button-row .js-btn-prev:active {
	background-color: #8fc141 !important;
	background-image: linear-gradient(to right, #ace15a, #8fc141 );
}
.multisteps-form .button-row .js-btn-prev:focus {
	box-shadow: none !important;
}
.btn-wrappe input[type=submit]:hover,
.btn-wrappe input[type=button]:hover,
.btn-wrappe a:hover {
	background-color: #a373da !important;
	background-image: linear-gradient(to right, #cea9f9, #8f4fd9);
	cursor: pointer;
}
.login-btn a:hover {
	background-color: #85bef2 !important;
	background-image: linear-gradient(to right, #4da4f3, #85bef2);
}
.sign-out-btn a:hover {
	background-color: #ee82ab !important;
	background-image: linear-gradient(to right, #ffaccb, #f76ca1);
}


/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-banner-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/












/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
.login-account-box.contact .form-group.radio .custom-radio-row .custom-control-inline {
	display: inline-block;
}
.left-side-bar-desktop-view {
	display: none;
}
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	background: #75bfaa;
	padding: 13px 17px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
}
.service-introduction-row .service-introduction2 {
	margin-top: 25px;
}
.news-details-btn-row .col-md-4 {
	max-width: 50%;
	padding: 0px 8px;
}
.news-details-btn-row {
	display: flex;
	justify-content: space-between;
}
.news-details-btn-row .btn-wrapp {
	text-align: right;
}
.nav-tab-wrapper-class2 .nav-tabs a {
	padding: 8px 23px !important;
}
.tab-content-wrapper-class {
	padding: 0px 0px;
}
.nav-tab-wrapper-class li {
	margin: 0px 5px;
	margin-bottom: 10px !important;
}
.nav-tab-wrapper-class li a {
	padding: 8px 18px;
	font-size: 12px;
}
.unit-overview-btn-wrapper .sign-out-btn {
	position: relative;
	width: 100%;
	top: 0px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details ul li {
	font-size: 14px;
	line-height: 22px;
}
/* .download-certificate-details ul li {
	font-size: 15px;
	line-height: 30px;
} */
.service-introduction-row {
	padding-top: 0;
}
#sliderhome .owl-dots {
	width: 100%;
	text-align: center;
}
.header-icon {
	display: none;
}
/* .logo-wrapper ul li.logo-two {
	display: none;
} */
/* .logo-wrapper ul li.logo-three {
	display: none;
} */
/* .logo-wrapper ul li {
	width: 100%;
} */
/*.banner-wrapper img {
	height: 219px;
	object-fit: cover;
}*/
.menu-section {
	padding-top: 0px;
}
.header-section {
	padding: 15px 0px;
}
.slider-banner-title span {
	display: inline;
	padding-left: 0px;
}
#sliderhome {  background-color: #fcd7ba; }
.slider-banner-text {
	bottom: 15%;
	position: relative;
	background-color: #fcd7ba;
}
.slider-banner-title {
	font-size: 19px;
	line-height: 31px;
	text-align: center;
	color: black;
}
.promotion-activities-box-wrapper {
	margin-bottom: 90px;
	border-radius: 10px;
}
.activities-img img {
	width: 100%;
}
.promotion-activities-details-text {
	padding-top: 20px;
	text-align: center;
}
.heading-title span {
	font-size: 24px;
}
.heading-title span::after {
	width: 170px;
	height: 30px;
	left: -42px;
}
.btn-wrapper a {
	font-size: 15px;
}
.promotion-activities-box-wrapper.information-box {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}
.activities-box-wrapper {
	border-radius: 10px;
	margin-bottom: 25px;
}
.activities-section {
	padding: 50px 0px 1px;
}
.footer-section {
	padding: 61px 0px 17px;
	background-size: cover;
	background-image: url(../images/footer-bg-new1.png);
	background-position: center;
}
.footer-details-info {
	margin-top: 25px;
}
.footer-menu {
	margin-top: 25px;
}
.footer-subscribe-info {
	margin-top: 25px;
}
.submit-btn {
	text-align: center;
}
.copyright-text {
	text-align: center;
}
.copyright-right-text {
	text-align: center;
	padding-top: 14px;
}
.copyright-right-text ul li a {
	font-size: 14px;
}
/* .logo-wrapper ul li.logo-one a {
	max-width: 60%;
} */
/*.banner-wrappers img {
	height: 150px;
	object-fit: cover;
}*/
.banner-title {
	font-size: 24px;
}
.category-btn-wrapper ul li {
	padding: 0px 0px;
	margin-bottom: 10px;
	width: 100%;
}
.category-btn-wrapper ul li a {
	width: 100%;
}
.category-btn-wrapper {
	padding-bottom: 10px;
}
.picture-book-box-wrapper-row {
	width: 100%;
	margin: 0px;
}
.picture-book-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
.picture-book-box-wrapper {
	padding: 20px 28px;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
ul.pagination li.page-item {
	margin: 0px 3px;
}
.content-section-wrapper {
	padding: 15px 0px 15px;
}
.news-details-wrapper-box {
	padding: 20px 20px 35px;
}
.news-details-wrapper-box::after {
	width: 90%;
	top: 280px;
}
.news-details-wrapper-box p {
	font-size: 15px;
	text-align: justify;
}
.news-details-wrapper-box .news-details-img-wrapp {
	width: 100%;
}
.prev-btn a {
	padding: 7px 10px;
	width: 109px;
}
.btn-wrapp a {
	padding: 9px 10px;
}
.news-details-wrapper-box .prev-next-btn-row .col-md-4 {
	max-width: 50%;
}
.news-details-wrapper-box .prev-next-btn-row {
	margin-top: 35px;
}
.service-box-wrapper-row {
	width: 100%;
}
.service-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
.service-box-wrapper {
	margin-bottom: 25px;
}
.news-details-wrapper-box.news-details::after {
	top: 214px;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp {
	width: 100%;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp .news-details-img {
	margin-bottom: 17px;
}
.news-details-wrapper-box.news-details .news-details-img-wrapp .news-details-img.video {
	margin-bottom: 30px;
}
.media-reports-btn {
	text-align: center;
}
.media-reports-btn {
	text-align: center;
	margin-top: 20px;
}
.media-reports-btn ul li {
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
}
.media-reports-btn ul li a {
	width: 100%;
}
.media-reports-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
.media-reports-wrapper-row {
	padding: 20px;
	margin-bottom: 25px !important;
}
.breadcrumbs-bar ul li a {
	font-size: 16px;
}
.service-introduction-img {
	margin-bottom: 20px;
}
.service-introduction-details-row {
	padding-bottom: 0px;
}
.service-introduction-sub-details .service-introduction-sub-details-title {
	line-height: 25px;
}
.service-introduction-wrapper .news-details-img {
	width: 100%;
}
.unit-overview-btn-wrapper {
	border-radius: 10px;
	padding-top: 10px;
}
.unit-overview-btn-wrapper ul li {
	padding-right: 0px;
	margin-bottom: 5px;
}
.cont-heading-wrapper .cont-heading-title {
	font-size: 16px;
}
.cont-heading-wrapper .cont-heading-sub-title {
	font-size: 17px;
	margin-top: 11px;
}
.cont-heading-wrapper .cont-heading-sub-text {
	font-size: 24px;
	margin-bottom: 8px;
}
.prev-next-btn-row.wrapper .col-md-6 {
	max-width: 50%;
	flex: 50%;
}
.next-btn a {
	padding: 7px 20px;
	width: 109px;
}
.search-video-wrapper .search-video-img {
	width: 100%;
	margin-bottom: 28px;
}
.download-certificate-details {
	padding: 20px;
}
/* .download-certificate-details p {
	text-align: justify;
} */
.download-certificate-details-wrapper {
	margin-bottom: 40px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details .online-learning-platform-box-details-title {
	font-size: 20px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details {
	padding: 10px;
}
.login-account-box {
	max-width: 100%;
	padding: 30px 20px;
}
.login-account-box .form-group {
	display: block;
}
.login-account-box .form-group label {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 15px;
}
.loginbtn {
	margin-left: 0%;
	margin-top: 18px;
}
.loginbtn .btn-wrapper {
	margin-right: 12px;
}
.loginbtn .btn-wrapper a {
	padding: 5px;
	width: 64px;
}
.loginbtn .btn-wrapper.more.new a {
	width: 100px;
}
.forget-password {
	margin-left: 0%;
}
.course-questionnaire-box-wrapper {
	width: 100%;
	margin-bottom: 13px;
	float: left;
}
.course-questionnaire-box {
	padding: 15px;
}
.course-questionnaire-box p {
	padding-left: 0px;
}
.checkcontainer {
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}
.course-questionnaire-box .form-group {
	margin-bottom: 20px;
}
.course-questionnaire-box .form-group .form-control.comment,
.course-questionnaire-box .form-group #comment {
	height: 75px;
}
.accordion-heading-info .accordion-heading {
	font-size: 24px;
	line-height: 33px;
}
.accordion-heading-info ul li::after {
	border: none;
}
.accordion-heading-info ul li {
	margin-right: 0px;
	font-size: 17px;
	padding-left: 32px;
	margin-bottom: 13px;
}
.accordion-heading-info ul li img {
	max-width: 27px;
	position: absolute;
	left: 0px;
}
.accordion-wrapper {
	margin-top: 35px;
	margin-bottom: 20px;
}
.accordion-wrapper .card-body {
	padding-bottom: 15px;
}
.sign-out-btn {
	right: 10px;
	top: 84px;
}
.accordion-wrapper.info .card-header {
	padding: 12px 14px;
	position: relative;
}
.accordion-wrapper a.card-title {
	font-size: 15px;
	line-height: initial;
	padding-right: 77px;
}
.mool-paathyakram {
	padding: 25px 20px;
	min-height: auto;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.mool-paathyakram .mool-paathyakram-title br {
	display: contents;
}
.mool-paathyakram .mool-paathyakram-title {
	font-size: 21px;
}
.mool-paathyakram .online-learning-platform-box-details {
	padding: 0px !important;
}
.battery-percentage-box-wrapper {
	padding: 20px;
}
.battery-percentage-box-wrapper .battery-percentage-title {
	font-size: 20px;
}
.battery-percentage-box-wrapper .battery-percentage img {
	max-width: 80%;
}
.battery-percentage-box-wrapper p {
	font-size: 15px;
	line-height: 37px;
}
.accordion-wrapper.info.accordion-row .accordion-title {
	font-size: 24px;
}
.login-account-box.contact .form-group.radio .custom-radio-row .custom-control-inline .form-group {
	display: inline-block;
	margin-left: 0px;
}
.login-account-box.contact {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.login-account-box .form-group.name label {
	width: 100%;
	margin-right: 0px;
}
.login-account-box .form-group.name .form-control {
	width: 100%;
}
.login-account-box .form-group.name .text-inp {
	font-size: 15px;
	padding-left: 0px;
	padding-top: 10px;
}
.login-account-box.contact .form-group.radio {
	margin-left: 0px;
}
.login-account-box.contact .form-group.radio label {
	width: 100%;
}
.login-account-box.contact .btn-wrapper.more {
	margin-top: 13px;
	padding-right: 0px;
	text-align: center;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
ul.sub-menu li {
	border-bottom: none !important;
}
.promotion-activities-details-text .promotion-activities-details-title br {
	display: none;
}
.promotion-activities-details-text .promotion-activities-details-title {
	font-size: 14px;
}
.information-img img {
	height: auto;
}
.footer-details {
	margin-bottom: 13px;
}
.padding-row-class-border-bottom .news-details-title2 {
	font-size: 15px;
	margin-top: 11px;
	line-height: 25px;
}
.media-reports-btn ul {
	display: flex;
	justify-content: center;
}
.media-reports-btn ul li:last-child {
	margin-right: 0px;
}
.media-reports-btn ul li {
	margin-right: 10px;
}
.card-accordion-row1 .collapse {
	width: 100%;
	float: left;
	height: auto !important;
}
.accordion-card-info .accordion-card-title ul li .fa-check {
	position: absolute;
	left: 0px;
}
.accordion-card-info .accordion-card-title ul {
	padding-left: 19px;
}
/*.accordion .card-header:after {
	position: absolute;
	right: 12px;
	top: 13px;
}*/
.accordion-card-info .accordion-card-title ul li span {
	padding-right: 0;
}
.accordion-card-info .accordion-card-title ul li {
	font-size: 15px;
}
.mobile-social-icon {
	text-align: center;
	margin-top: 15px;
}
.mobile-social-icon ul li a {
	padding: 0px 1px;
}
.mobile-social-icon ul {
	display: flex !important;
	justify-content: center;
}
.mobile-social-icon ul li {
	border-bottom: none !important;
}
.mobile-social-icon {
	display: block;
}
.multisteps-form .multisteps-form__panel {
	padding: 0px !important;
}
/* .course-questionnaire-box-wrapper p {
	font-size: 16px;
	line-height: 27px;
	text-align: center;
} */
.search-video-wrapper {
	padding-top: 9px;
	float: left;
	width: 100%;
}
.multisteps-form .search-video-img {
	margin-bottom: 0px;
}
.button-row {
	float: left;
	width: 100%;
	padding: 0px;
}
/* .download-certificate-details span {
	font-size: 15px;
	padding-bottom: 11px;
	line-height: 27px;
} */
.accordion-card-info .video-img {
	width: 100%;
}
.accordion-wrapper-row-class .accordion-wrapper {
	margin-top: 0px;
}
.accordion-wrappern2 .card-accordion-row1 .card-header a {
	color: #0071bc !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	display: inline-block;
	padding-right: 30px;
}
.accordion-wrappern2 .accordion .card-header:after {
	font-size: 20px;
	position: absolute;
	top: 11px;
	right: 10px;
}
.info.accordion-row .card-accordion-row1 .card-header::after {
	position: absolute;
	top: 13px;
	right: 13px;
}
}

/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.left-side-bar-title1 {
	padding: 22px 11px;
	font-size: 16px;
}
.accordion-wrapper-row-class .accordion-wrapper {
	margin-top: 32px;
}
.tab-content-wrapper-class {
	padding: 0px 0px;
}
.mobile-social-icon {
	display: block;
}
.mobile-social-icon {
	text-align: center;
	margin-top: 15px;
}
.mobile-social-icon ul li a {
	padding: 0px 1px;
}
.mobile-social-icon ul {
	display: flex !important;
	justify-content: center;
}
.mobile-social-icon ul li {
	border-bottom: none !important;
}
.mool-paathyakram .mool-paathyakram-title {
	font-size: 18px;
	line-height: 37px;
	letter-spacing: initial;
}
.footer-details {
	font-size: 14px;
	margin-bottom: 14px;
}
.footer-details img {
	max-width: 33px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
ul.sub-menu li {
	border-bottom: none !important;
}
#sliderhome .owl-dots {
	width: 748px;
}
.menu-section {
	padding-top: 0px;
}
.banner-wrapper img {
	height: 370px;
	object-fit: cover;
}
.slider-banner-title span {
	display: initial;
	padding-left: 0px;
}
.slider-banner-title {
	font-size: 26px;
	line-height: 44px;
}
.slider-banner-text {
	bottom: 10%;
}
.header-icon {
	display: none;
}
.logo-wrapper ul li.logo-one a {
	max-width: 85%;
}
.logo-wrapper ul li {
	width: 31%;
}
.header-section {
	padding: 20px 0px;
}
/*.heading-title span {
	z-index: 666;
}*/
.promotion-activities-details-row {
	align-items: flex-start;
}
.promotion-activities-box-wrapper {
	padding: 15px;
	padding-top: 45px !important;
}
.btn-wrapper a {
	font-size: 15px;
}
.information-img img {
	height: 296px;
	object-fit: cover;
}
.promotion-activities-box-wrapper.information-box {
	padding-top: 24px !important;
}
.copyright-right-text ul li {
	padding-left: 12px;
}
.copyright-right-text ul li a {
	font-size: 15px;
}
.copyright-right-text ul li a::after {
	left: -9px;
}
.picture-book-box-wrapper-row {
	width: 100%;
	margin: 0px;
}
.picture-book-box-wrapper-row .col-md-4 {
	padding: 0px 12px;
}
.picture-book-box-wrapper {
	padding: 15px 11px;
	margin-bottom: 22px;
}
.picture-book-box-wrapper .picture-book-box-details ul li {
	padding: 0px 3px;
}
.banner-wrappers img {
	height: 250px;
	object-fit: cover;
}
.service-box-wrapper-row {
	width: 100%;
}
.service-box-wrapper-row .col-md-4 {
	padding: 0px 11px;
}
.service-box-wrapper {
	margin-bottom: 22px;
}
.service-box-wrapper .service-box-title {
	padding: 15px;
}
.service-box-wrapper .service-box-title span {
	font-size: 16px;
}
.news-box-wrapper-row {
	margin: auto;
}
.news-box-wrapper-row .col-md-3 {
	padding: 0px 8px;
}
.news-box-wrapper .news-box-text p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 25px;
}
.news-box-wrapper {
	margin-bottom: 25px;
}
.news-details-wrapper-box.news-details::after {
	top: 160px;
}
.btngroup ul li {
	margin-bottom: 12px;
}
.online-learning-platform-box-wrapper .online-learning-platform-box-details {
	padding: 12px;
}
.login-account-box {
	width: 90%;
	padding: 45px 29px;
	max-width: 93%;
}
.login-account-box .form-group label {
	width: 24%;
	font-size: 16px;
	margin-right: 20px;
}
.forget-password {
	margin-left: 23%;
}
.loginbtn {
	margin-left: 23%;
}
.login-account-box .form-group.name label {
	width: 22%;
	margin-right: 20px;
}
.accordion-heading-info ul li {
	display: block;
	margin-right: 0px;
	margin-bottom: 8px;
}
.accordion-heading-info ul li::after {
	border: none;
}
.mool-paathyakram-box-wrapper-row {
	margin-top: 35px;
}
.mool-paathyakram {
	padding: 20px 0px 5px;
}
.login-account-box.contact .btn-wrapper.more {
	padding-right: 67px;
}
.footer-subscribe-info .form-group .form-control {
	line-height: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
.picture-book-box-wrapper {
	padding: 20px 27px;
}
.picture-book-box-wrapper .picture-book-box-details ul li {
	padding: 0px 9px;
}
.nav_area > ul > li {
	padding: 0px 31px;
}
.tab-content-wrapper-class {
	padding: 0px 0px;
}
.sidemenu li > a {
	font-size: 11px;
	line-height: 26px;
	padding: 11px 30px;
}
.login-account-box {
	max-width: 88%;
}
}
