/* old script --
:root {
--theme-color: #7619b8;
--theme-color2:#ff215a;
--theme-color3:#87b819;
--theme-color4:#f8bb0a;
--theme-color5:#00c8c9;
--theme-color6:#ff5500;
--title-color: #000;
--body-color: #0e0e0e;
--smoke-color: #F5F5F5;
--black-color: #000000;
--white-color: #ffffff;
--light-color: #B0B0B0;
--yellow-color: #fec624;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: #f2f2f2;
--title-font: "Mulish", sans-serif;
--body-font: "Mulish", sans-serif;
--icon-font: "Font Awesome 6 Pro";
--main-container: 1170px;
--container-gutters: 30px;
--section-space: 60px;
--section-space-mobile: 60px;
--section-title-space: 80px;
--ripple-ani-duration: 5s;
--banner-font:"Comic Sans MS";
}
-- following is the new script */
:root {
 --theme-color: #7619b8;
 --theme-color2: #ff215a;
 --theme-color3: #87b819;
 --theme-color4: #f8bb0a;
 --theme-color5: #00c8c9;
 --theme-color6: #ff5500;
 --theme-color7: #0000FF;
 --title-color: #000;
 --body-color: #0e0e0e;
 --smoke-color: #F5F5F5;
 --black-color: #000000;
 --white-color: #ffffff;
 --light-color: #B0B0B0;
 --yellow-color: #fec624;
 --success-color: #28a745;
 --error-color: #dc3545;
 --border-color: #f2f2f2;

  /* ✅ SYSTEM FONTS (FASTEST) */
  --title-font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 --body-font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  /* ⚠ Icon font (can be optimized later) */
  --icon-font: "Font Awesome 6 Pro";
 --main-container: 1170px;
 --container-gutters: 30px;
 --section-space: 60px;
 --section-space-mobile: 60px;
 --section-title-space: 80px;
 --ripple-ani-duration: 5s;

  /* Optional playful font (already system-installed) */
  --banner-font: "Comic Sans MS", cursive;
}
html, body {
	scroll-behavior: auto !important
}
/* -- original font script --
body {
	font-family:var(--body-font);
	font-size:15px;
	font-weight:400;
	color:var(--body-color);
	line-height:26px;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased
}
*/
/* -- new font script below -- */
body {
	font-family: var(--body-font);
}
iframe {
	border: none;
	width: 100%
}
.slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
	outline: none
}
input:focus {
	outline: none;
	box-shadow: none
}
img:not([draggable]), embed, object, video {
	max-width: 100%;
	height: auto
}
ul {
	list-style-type: disc
}
ol {
	list-style-type: decimal
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--border-color)
}
th {
	font-weight: 700;
	color: var(--title-color)
}
td, th {
	border: 1px solid var(--border-color);
	padding: 9px 12px
}
a {
	color: var(--theme-color7);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
a:hover {
	color: var(--theme-color2)
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0
}
button {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
img {
	border: none;
	max-width: 100%
}
pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}
p:empty {
	display: none
}
p {
	margin: 0 0 12px 0;
	color: var(--body-color);
	line-height: 1.65;
	font-weight: 500
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0
}
.h1, h1 {
	font-size: 48px
}
.h2, h2 {
	font-size: 40px
}
.h3, h3 {
	font-size: 36px
}
.h4, h4 {
	font-size: 26px
}
.h5, h5 {
	font-size: 24px
}
.h6, h6 {
	font-size: 20px
}
@media (max-width: 1199px) {
.h1, h1 {
	font-size: 40px
}
.h2, h2 {
	font-size: 36px
}
.h3, h3 {
	font-size: 30px
}
.h4, h4 {
	font-size: 24px
}
.h5, h5 {
	font-size: 20px
}
.h6, h6 {
	font-size: 16px
}
}
@media (max-width: 767px) {
.h1, h1 {
	font-size: 36px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 26px
}
.h4, h4 {
	font-size: 22px
}
.h5, h5 {
	font-size: 18px
}
.h6, h6 {
	font-size: 16px
}
}
.gallery {
	margin-bottom: 1.5em;
	width: 100%
}
@media only screen and (min-width: 1300px) {
.container {
	max-width: 1300px;
	padding-left: calc(var(--container-gutters) / 2);
	padding-right: calc(var(--container-gutters) / 2)
}
}
 @media only screen and (min-width: 1450px) {
.container {
	max-width: 1300px;
}
}
@media only screen and (min-width: 1600px) {
.container {
	max-width: 1400px;
}
}
@media only screen and (min-width: 1800px) {
.container {
	max-width: 1600px;
}
}
@media only screen and (min-width: 2000px) {
.container {
	max-width: 1850px;
}
}
.slick-track>[class*=col] {
-webkit-flex-shrink:0;
-ms-flex-negative:0;
flex-shrink:0;
width:100%;
max-width:100%;
padding-right:calc(var(--bs-gutter-x)/ 2);
padding-left:calc(var(--bs-gutter-x)/ 2);
margin-top:var(--bs-gutter-y)
}
@media (min-width: 1199px) {
.row:not([class*="gx-"]) {
--bs-gutter-x: 30px
}
}
select, textarea, input {
	height: 55px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid var(--border-color);
	color: var(--body-color);
	background-color: var(--white-color);
	border-radius: 9999px;
	border-radius: 0;
	font-size: 16px;
	width: 100%
}
select:focus, textarea:focus, input:focus {
	outline: 0;
	box-shadow: none;
	background-color: var(--white-color);
	border-color: var(--theme-color)
}
select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
color:var(--body-color)
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
color:var(--body-color)
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
color:var(--body-color)
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
color:var(--body-color)
}
select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
color:var(--body-color)
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
color:var(--body-color)
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
color:var(--body-color)
}
select::placeholder, textarea::placeholder, input::placeholder {
color:var(--body-color)
}
select.style2, textarea.style2, input.style2 {
	padding-left: 52px;
	background-image: none
}
select.style2 ~ i, textarea.style2 ~ i, input.style2 ~ i {
	color: var(--theme-color);
	font-weight: 400;
	top: 19px;
	left: 25px;
	max-width: 16px
}
select {
	display: block;
	width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 26px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
option:checked, option:focus, option:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0
}
input[type=number] {
	-moz-appearance: textfield
}
textarea {
	min-height: 150px;
	padding-top: 16px;
	padding-bottom: 17px;
	border-radius: 0
}
input[type="checkbox"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none
}
input[type="checkbox"]:checked ~ label:before {
	content: "\f00c";
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}
input[type="checkbox"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block
}
input[type="checkbox"] ~ label:before {
	content: '';
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 3.5px;
	background-color: var(--white-color);
	border: 1px solid var(--border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px
}
input[type="radio"] {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	display: none
}
input[type="radio"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0
}
input[type="radio"] ~ label::before {
	content: '\f111';
	position: absolute;
	font-family: var(--icon-font);
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	padding-left: 0;
	font-size: 0.6em;
	line-height: 19px;
	text-align: center;
	border: 1px solid var(--theme-color);
	border-radius: 100%;
	font-weight: 700;
	background: var(--white-color);
	color: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
input[type="radio"]:checked ~ label::before {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
	color: var(--white-color)
}
label {
	margin-bottom: 0.5em;
	margin-top: -0.3em;
	display: block;
	color: var(--title-color);
	font-family: var(--body-font);
	font-size: 16px
}
textarea.is-invalid, select.is-invalid, input.is-invalid {
	border: 1px solid var(--error-color) !important;
	background-position: right calc(.375em + 0.8875rem) center;
	background-image: none
}
textarea.is-invalid:focus, select.is-invalid:focus, input.is-invalid:focus {
	outline: 0;
	box-shadow: none
}
textarea.is-invalid {
background-position:top calc(.375em + 0.5875rem) right calc(.375em + .8875rem)
}
.form-messages {
	display: none
}
.form-messages.success {
	color: var(--success-color);
	display: block
}
.form-messages.error {
	color: var(--error-color);
	display: block
}
.form-messages pre {
	padding: 0;
	background-color: transparent;
	color: inherit
}
.slick-track>[class*=col] {
-webkit-flex-shrink:0;
-ms-flex-negative:0;
flex-shrink:0;
width:100%;
max-width:100%;
padding-right:calc(var(--bs-gutter-x)/ 2);
padding-left:calc(var(--bs-gutter-x)/ 2);
margin-top:var(--bs-gutter-y)
}
.slick-track {
	min-width: 100%
}
.slick-slide img {
	display: inline-block
}
.slick-dots {
	list-style-type: none;
	padding: 2px 0;
	margin: 38px 0 30px 0;
	line-height: 0;
	text-align: center;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.slick-dots li {
	display: inline-block;
	margin-right: 25px;
}
.slick-dots li:last-child {
	margin-right: 0
}
.slick-dots button {
	font-size: 0;
	padding: 0;
	background-color: transparent;
	width: 10px;
	height: 10px;
	line-height: 0;
	border-radius: 9999px;
	border: none;
	background-color: var(--dots-bg, #D8D8D8);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	position: relative;
}
.slick-dots button:hover {
	border-color: var(--theme-color)
}
.slick-dots button:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
}
.slick-dots .slick-active button {
	background-color: var(--theme-color)
}
.slick-dots .slick-active button::before {
	opacity: 1;
	visibility: visible;
}
.slick-arrow {
	display: inline-block;
	padding : 0;
	background-color: var(--white-color);
	position: absolute;
	top: 50%;
	border: 1px solid var(--border-color);
	box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
	left: 0;
	width: 45px;
	height: 45px;
	font-size: 17px;
	margin-top: calc(var(--icon-size, 55px) / -2);
	z-index: 2;
	border-radius: 50%;
}
.slick-arrow.default {
	position: relative;
--pos-x: 0;
	margin-top: 0
}
.slick-arrow.slick-next {
	right: 0;
	left: auto
}
.slick-arrow:hover {
	background-color: var(--theme-color);
	color: var(--title-color);
	border-color: transparent
}
.arrow-wrap .slick-arrow {
	opacity: 0;
	visibility: hidden
}
.arrow-wrap:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}
@media (max-width: 1700px) {
.slick-arrow {
--arrow-horizontal: -20px;
--pos-x: -70px
}
}
@media (max-width: 1399px) {
.slick-arrow {
--arrow-horizontal: 40px;
--pos-x: -17px
}
}
@media (max-width: 991px) {
.slick-arrow {
--icon-size: 40px;
	margin-right: 40px
}
.slick-arrow.slick-next {
	margin-right: 0;
	margin-left: 40px
}
.slick-dots {
	margin: 8px 0 38px 0
}
}
.as-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	opacity: 0;
	visibility: hidden
}
.as-menu-wrapper .as-menu-toggle {
	border: none;
	font-size: 22px;
	position: absolute;
	right: -17px;
	top: 17px;
	padding: 0;
	line-height: 1;
	width: 33px;
	height: 33px;
	line-height: 32px;
	font-size: 18px;
	z-index: 1;
	color: var(--title-color);
	background-color: var(--theme-color);
	border-radius: 50%
}
.as-menu-wrapper .as-menu-toggle:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}
.as-menu-wrapper .as-menu-area {
	width: 100%;
	max-width: 310px;
	background-color: #fff;
	border-right: 3px solid var(--theme-color);
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	z-index: 1
}
.as-menu-wrapper.as-body-visible {
	opacity: 1;
	visibility: visible
}
.as-menu-wrapper.as-body-visible .as-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible
}
.as-mobile-menu {
	overflow-y : scroll;
	max-height: calc(100vh - 0px);
	padding-bottom: 20px;
	margin-top: 0px;
	text-align: left;
	padding-top: 20px;
}
.as-mobile-menu ul {
	margin: 0;
	padding: 0 0
}
.as-mobile-menu ul li {
	border-bottom: 1px solid #fdedf1;
	list-style-type: none
}
.as-mobile-menu ul li li:first-child {
	border-top: 1px solid #fdedf1
}
.as-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 14px 0;
	line-height: 1;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--title-color);
}
.as-mobile-menu ul li a:before {
	content: '\f105';
	font-family: var(--icon-font);
	position: relative;
	left: 0;
	top: 0;
	margin-right: 10px;
	display: inline-block
}
.as-mobile-menu ul li.as-active>a {
	color: var(--theme-color)
}
.as-mobile-menu ul li.as-active>a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.as-mobile-menu ul li ul li {
	padding-left: 15px
}
.as-mobile-menu ul li ul li a {
	position: relative;
	padding: 12px 0;
	padding-left: 15px;
	font-size: 15px;
}
.as-mobile-menu ul li ul li a:before {
	content: '\f105';
	font-family: var(--icon-font);
	position: absolute;
	left: 0;
	top: 13px;
	margin-right: 0px;
	font-size: 15px;
	display: inline-block;
}
.as-mobile-menu ul li ul li:last-child {
	border-bottom: none
}
.as-mobile-menu ul .as-item-has-children>a .as-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	background-color: var(--smoke-color);
	color: var(--title-color);
	box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
	border-radius: 50%
}
.as-mobile-menu ul .as-item-has-children>a .as-mean-expand:before {
	content: '\f067';
	font-family: var(--icon-font)
}
.as-mobile-menu ul .as-item-has-children.as-active>a .as-mean-expand:before {
	content: '\f068'
}
.as-mobile-menu>ul {
	padding: 0 40px
}
.as-mobile-menu>ul>li:last-child {
	border-bottom: none
}
.as-menu-toggle {
	width: 39px;
	height: 39px;
	line-height: 39px;
	padding: 0;
	font-size: 25px;
	border: none;
	background-color: transparent;
	color: var(--theme-color);
	display: inline-block;
	border-radius: 0;
}
@media (max-width: 400px) {
.as-menu-wrapper .as-menu-area {
	width: 100%;
	max-width: 270px
}
.as-mobile-menu>ul {
	padding: 0 20px
}
}
.preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: var(--title-color)
}
.preloader .as-btn {
	padding: 15px 20px;
	border-radius: 0;
	font-size: 14px
}
@-webkit-keyframes bxSpin {
17% {
border-bottom-right-radius:3px
}
25% {
-webkit-transform:translateY(9px) rotate(22.5deg);
transform:translateY(9px) rotate(22.5deg)
}
50% {
-webkit-transform:translateY(18px) scale(1, 0.9) rotate(45deg);
transform:translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius:40px
}
75% {
-webkit-transform:translateY(9px) rotate(67.5deg);
transform:translateY(9px) rotate(67.5deg)
}
100% {
-webkit-transform:translateY(0) rotate(90deg);
transform:translateY(0) rotate(90deg)
}
}
@keyframes bxSpin {
17% {
border-bottom-right-radius:3px
}
25% {
-webkit-transform:translateY(9px) rotate(22.5deg);
transform:translateY(9px) rotate(22.5deg)
}
50% {
-webkit-transform:translateY(18px) scale(1, 0.9) rotate(45deg);
transform:translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius:40px
}
75% {
-webkit-transform:translateY(9px) rotate(67.5deg);
transform:translateY(9px) rotate(67.5deg)
}
100% {
-webkit-transform:translateY(0) rotate(90deg);
transform:translateY(0) rotate(90deg)
}
}
@-webkit-keyframes shadow {
0%, 100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.2, 1);
transform:scale(1.2, 1)
}
}
@keyframes shadow {
0%, 100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.2, 1);
transform:scale(1.2, 1)
}
}
.as-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
	background-color: var(--theme-color);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 19.5px 31px;
	border-radius: 0;
	border: none
}
.as-btn:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 200%;
	background-color: var(--title-color);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: -1;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}
.as-btn>i {
	margin-left: 5px
}
.as-btn:hover, .as-btn.active {
	color: var(--white-color)
}
.as-btn:hover::before, .as-btn.active::before {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.as-btn.style2 {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	padding: 17.5px 29px
}
.as-btn.style2:hover {
	color: var(--title-color)
}
.as-btn.style2:hover:before {
	background-color: var(--white-color)
}
.scroll-btn {
	position: fixed;
	bottom: 300px;
	right: 30px;
	z-index: 94;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	border-radius: 50%
}
.scroll-btn i {
	display: inline-block;
	background-color: var(--theme-color);
	color: var(--title-color);
	text-align: center;
	font-size: 16px;
	width: var(--btn-size, 40px);
	height: var(--btn-size, 40px);
	line-height: var(--btn-size, 40px);
	z-index: 2;
	border-radius: inherit;
	position: relative;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}
.scroll-btn:before {
	content: '';
	position: absolute;
	left: var(--extra-shape, -6px);
	top: var(--extra-shape, -6px);
	right: var(--extra-shape, -6px);
	bottom: var(--extra-shape, -6px);
	background-color: #fff;
	border-radius: inherit;
	z-index: 1
}
.scroll-btn:focus i, .scroll-btn:hover i {
	background-color: var(--title-color);
	color: var(--white-color)
}
.scroll-btn.show {
	bottom: 200px;
	opacity: 1;
	visibility: visible
}
@media (max-width: 767px) {
.scroll-btn {
--btn-size: 40px;
--extra-shape: -4px;
	right: 15px;
	bottom: 50px
}
.scroll-btn.show {
	bottom: 15px
}
}
.scrollToTop {
	position: fixed;
	right: 30px;
	bottom: 500px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	z-index: 96
}
.scrollToTop.show {
	bottom: 40px;
	opacity: 1;
	visibility: visible
}
@media (max-width: 767px) {
.scrollToTop {
	right: 20px
}
.scrollToTop.show {
	bottom: 20px
}
}
.sec-title {
	margin-bottom: calc(var(--section-title-space) - 12px);
	margin-top: -0.24em;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1.2
}
.title-area {
	margin-bottom: 35px;
	position: relative;
	z-index: 2
}
.title-area p {
	font-weight: 500;
	font-size: 16px;
}
.title-area h4 {
	color: var(--theme-color);
	font-size: 22px;
	text-decoration: underline;
	margin-bottom: 20px;
}
.title-area .sec-title {
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	background-size : 100% 100% !important;/*padding: 26px 21px;
   background: url(/assets/img/heading-bg.png) no-repeat; */
  
}
.title-area h3 {
	font-size: 20px;
	color: var(--theme-color);
}
.title-area .sec-title span {
	color: var(--theme-color)
}
@media (max-width: 1399px) {
.sec-title {
	font-size: 42px
}
.title-area, .sec-title {
--section-title-space: 75px
}
}
@media (max-width: 1199px) {
.sec-title {
	font-size: 38px
}
.title-area, .sec-title {
--section-title-space: 65px
}
.title-area.mb-30, .sec-title.mb-30 {
	margin-bottom: 22px
}
}
@media (max-width: 991px) {
.sec-title {
	font-size: 34px
}
.title-area, .sec-title {
--section-title-space: 50px
}
}
@media (max-width: 767px) {
.sec-title {
	font-size: 26px;
}
}
.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.shape-mockup-wrap {
	position: relative;
	z-index: 2
}
.shape-mockup {
	position: absolute;
	z-index: -1
}
.xdsoft_datetimepicker {
	background-color: var(--white-color);
	z-index: 5
}
.background-image, [data-bg-src] {
background-repeat:no-repeat;
background-size:cover;
background-position:center center
}
.text-white {
	color: var(--white-color) !important
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
@-webkit-keyframes ripple {
0% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
30% {
opacity:0.4
}
100% {
-webkit-transform:scale(1.9);
transform:scale(1.9);
opacity:0
}
}
@keyframes ripple {
0% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
30% {
opacity:0.4
}
100% {
-webkit-transform:scale(1.9);
transform:scale(1.9);
opacity:0
}
}
@-webkit-keyframes moving {
0% {
-webkit-transform:translateX(0) rotateY(0);
transform:translateX(0) rotateY(0)
}
50% {
-webkit-transform:translateX(calc(-100vw + 100%));
transform:translateX(calc(-100vw + 100%))
}
51% {
-webkit-transform:translateX(calc(-100vw + 100%)) rotateY(180deg);
transform:translateX(calc(-100vw + 100%)) rotateY(180deg)
}
100% {
-webkit-transform:translateX(0) rotateY(180deg);
transform:translateX(0) rotateY(180deg)
}
}
@keyframes moving {
0% {
-webkit-transform:translateX(0) rotateY(0);
transform:translateX(0) rotateY(0)
}
50% {
-webkit-transform:translateX(calc(-100vw + 100%));
transform:translateX(calc(-100vw + 100%))
}
51% {
-webkit-transform:translateX(calc(-100vw + 100%)) rotateY(180deg);
transform:translateX(calc(-100vw + 100%)) rotateY(180deg)
}
100% {
-webkit-transform:translateX(0) rotateY(180deg);
transform:translateX(0) rotateY(180deg)
}
}
@-webkit-keyframes movingX {
0% {
-webkit-transform:translateX(0) rotateY(0deg);
transform:translateX(0) rotateY(0deg)
}
50% {
-webkit-transform:translateX(calc(100vw - 100%));
transform:translateX(calc(100vw - 100%))
}
51% {
-webkit-transform:translateX(calc(100vw - 100%)) rotateY(180deg);
transform:translateX(calc(100vw - 100%)) rotateY(180deg)
}
100% {
-webkit-transform:translateX(0) rotateY(180deg);
transform:translateX(0) rotateY(180deg)
}
}
@keyframes movingX {
0% {
-webkit-transform:translateX(0) rotateY(0deg);
transform:translateX(0) rotateY(0deg)
}
50% {
-webkit-transform:translateX(calc(100vw - 100%));
transform:translateX(calc(100vw - 100%))
}
51% {
-webkit-transform:translateX(calc(100vw - 100%)) rotateY(180deg);
transform:translateX(calc(100vw - 100%)) rotateY(180deg)
}
100% {
-webkit-transform:translateX(0) rotateY(180deg);
transform:translateX(0) rotateY(180deg)
}
}
@-webkit-keyframes jumpAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-60px);
transform:translateY(-60px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes jumpAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-60px);
transform:translateY(-60px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes jumpReverseAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(60px);
transform:translateY(60px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes jumpReverseAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(60px);
transform:translateY(60px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes movingY {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes movingY {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes movingYReverseAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes movingYReverseAni {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(40deg);
transform:rotate(40deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(40deg);
transform:rotate(40deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@-webkit-keyframes animate-positive {
0% {
width:0
}
}
@keyframes animate-positive {
0% {
width:0
}
}
@-webkit-keyframes lineMove {
0% {
bottom:0;
opacity:1
}
50% {
bottom:100%;
opacity:0.3
}
100% {
bottom:0;
opacity:1
}
}
@keyframes lineMove {
0% {
bottom:0;
opacity:1
}
50% {
bottom:100%;
opacity:0.3
}
100% {
bottom:0;
opacity:1
}
}
@-webkit-keyframes lineMove2 {
0% {
top:0;
opacity:1
}
50% {
top:100%;
opacity:0.3
}
100% {
top:0;
opacity:1
}
}
@keyframes lineMove2 {
0% {
top:0;
opacity:1
}
50% {
top:100%;
opacity:0.3
}
100% {
top:0;
opacity:1
}
}
@-webkit-keyframes shapePulse {
0% {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
50% {
-webkit-transform:scaleY(0.88);
transform:scaleY(0.88)
}
100% {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
}
@keyframes shapePulse {
0% {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
50% {
-webkit-transform:scaleY(0.88);
transform:scaleY(0.88)
}
100% {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
}
@-webkit-keyframes movingTopRight {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
50% {
-webkit-transform:translate(-90px, 90px);
transform:translate(-90px, 90px)
}
100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
}
@keyframes movingTopRight {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
50% {
-webkit-transform:translate(-90px, 90px);
transform:translate(-90px, 90px)
}
100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
}
@-webkit-keyframes movingBottomLeft {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
50% {
-webkit-transform:translate(90px, -90px);
transform:translate(90px, -90px)
}
100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
}
@keyframes movingBottomLeft {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
50% {
-webkit-transform:translate(90px, -90px);
transform:translate(90px, -90px)
}
100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
}
@-webkit-keyframes bgSlide {
0% {
background-position:0 0
}
0% {
background-position:0 -50%
}
0% {
background-position:0 0
}
}
@keyframes bgSlide {
0% {
background-position:0 0
}
0% {
background-position:0 -50%
}
0% {
background-position:0 0
}
}
.slideinleft.as-animated {
--animation-name: slideinleft
}
.slideinup.as-animated {
--animation-name: slideinup
}
.slideinleft, .slideinup {
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: var(--animation-name);
	animation-name: var(--animation-name)
}
.as-animated {
	opacity: 1
}
@-webkit-keyframes slideinup {
0% {
opacity:0;
-webkit-transform:translateY(70px);
transform:translateY(70px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideinup {
0% {
opacity:0;
-webkit-transform:translateY(70px);
transform:translateY(70px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes slideinright {
0% {
opacity:0;
-webkit-transform:translateX(70px);
transform:translateX(70px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideinright {
0% {
opacity:0;
-webkit-transform:translateX(70px);
transform:translateX(70px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes slideindown {
0% {
opacity:0;
-webkit-transform:translateY(-70px);
transform:translateY(-70px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideindown {
0% {
opacity:0;
-webkit-transform:translateY(-70px);
transform:translateY(-70px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes slideinleft {
0% {
opacity:0;
-webkit-transform:translateX(-90px);
transform:translateX(-90px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideinleft {
0% {
opacity:0;
-webkit-transform:translateX(-90px);
transform:translateX(-90px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes slidebottomright {
0% {
opacity:0;
-webkit-transform:translateX(100px) translateY(100px);
transform:translateX(100px) translateY(100px)
}
100% {
-webkit-transform:translateX(0) translateY(0);
transform:translateX(0) translateY(0)
}
}
@keyframes slidebottomright {
0% {
opacity:0;
-webkit-transform:translateX(100px) translateY(100px);
transform:translateX(100px) translateY(100px)
}
100% {
-webkit-transform:translateX(0) translateY(0);
transform:translateX(0) translateY(0)
}
}
@-webkit-keyframes slidetopleft {
0% {
opacity:0;
-webkit-transform:translateX(-100px) translateY(-100px);
transform:translateX(-100px) translateY(-100px)
}
100% {
-webkit-transform:translateX(0) translateY(0);
transform:translateX(0) translateY(0)
}
}
@keyframes slidetopleft {
0% {
opacity:0;
-webkit-transform:translateX(-100px) translateY(-100px);
transform:translateX(-100px) translateY(-100px)
}
100% {
-webkit-transform:translateX(0) translateY(0);
transform:translateX(0) translateY(0)
}
}
@-webkit-keyframes scalein {
0% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes scalein {
0% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-webkit-keyframes rollinleft {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
to {
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}
}
@keyframes rollinleft {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
to {
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}
}
@-webkit-keyframes rollinright {
0% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
to {
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}
}
@keyframes rollinright {
0% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
to {
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg)
}
}
.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0
}
.widget_nav_menu>ul {
	margin: 0 0 -15px 0
}
.widget_nav_menu a {
	display: block;
	background-color: var(--white-color);
	margin: 0 0 15px 0;
	padding: 17px 45px 17px 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: var(--body-color)
}
.widget_nav_menu a::before {
	content: '\f061';
	position: absolute;
	right: 25px;
	top: 16px;
	font-family: var(--icon-font);
	font-weight: 400;
	color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
.widget_nav_menu a:hover {
	color: var(--title-color);
	background-color: var(--theme-color)
}
.widget_nav_menu a:hover:before {
	color: var(--title-color)
}
.widget_nav_menu li {
	display: block;
	position: relative
}
.widget_nav_menu li:last-child a {
	border-bottom: none
}
.widget_nav_menu li>span {
	text-align: center;
	position: absolute;
	right: 25px;
	top: 12px;
	font-size: 14px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
.widget_nav_menu li:hover>span {
	color: var(--white-color)
}
.widget_nav_menu .children {
	margin-left: 10px
}
.widget_nav_menu a {
	padding-right: 20px
}
.widget_nav_menu .sub-menu {
	margin-left: 10px
}
.widget {
	padding: 20px;
	background-color: var(--smoke-color);
	margin-bottom: 40px;
	position: relative
}
.widget select, .widget input {
	height: 55px;
	border: none;
	background-color: var(--input-bg, #fff);
	border-radius: 0
}
.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	line-height: 1em;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	color: var(--theme-color);
}
@media (max-width: 1199px) {
.widget {
--widget-padding-y: 30px;
--widget-padding-x: 30px
}
.widget_title {
	font-size: 20px
}
}
@media (max-width: 575px) {
.widget {
	padding: 30px 20px
}
}
.footer-widget {
	margin-bottom: 0px
}
.footer-widget, .footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent
}
.footer-widget .widget_title {
	position: relative;
	border: none;
	font-family: var(--title-font);
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	line-height: 1;
	border-bottom: 0;
	padding: 0 0 0px 0;
	margin: 0 0 19px 0;
	max-width: 100%;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0px;
	background: #fff;
	border-radius: 100px;
	padding: 10px 50px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	color: #7619b8;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	background-size: 100% 100% !important;
	padding: 17px 39px;
	background: url(/assets/img/heading-bg.png) no-repeat;
	font-size: 18px;
	margin-bottom: 20px
}
.footer-widget .widget_title:before, .footer-widget .widget_title:after {
	content: unset;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 61px;
	height: 2px;
	background-color: var(--theme-color)
}
.footer-widget .widget_title:after {
	width: 16px;
	border: 3px solid var(--title-color);
	height: 10px;
	background-color: transparent;
	bottom: -3px;
	left: 40px;
	-webkit-animation: footerLine 7s linear infinite;
	animation: footerLine 7s linear infinite;
	content: unset
}
.footer-widget.widget_nav_menu {
	margin-bottom: 40px
}
.footer-widget.widget_nav_menu ul {
	margin-top: -2px
}
.footer-widget.widget_nav_menu .menu a {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	padding: 0 0 0 0px;
	margin-bottom: 10px;
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 0;
	background-color: transparent;
	position: relative;
}
.footer-widget.widget_nav_menu a:before {
	content: "\f356";
	font-weight: 900;
	left: 0;
	top: 0;
	color: inherit
}
.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color5)
}
.footer-widget.widget_nav_menu a:hover:before {
	color: var(--theme-color)
}
.footer-widget.widget_nav_menu li>span {
	width: auto;
	height: auto;
	position: relative;
	background-color: transparent;
	color: var(--body-color);
	line-height: 1
}
.footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0
}
.footer-widget .footer-logo {
	margin-bottom: 15px
}
@-webkit-keyframes footerLine {
0% {
left:40px
}
50% {
left:0
}
100% {
left:40px
}
}
@keyframes footerLine {
0% {
left:40px
}
50% {
left:0
}
100% {
left:40px
}
}
.as-header {
	position: relative;
	z-index: 41;
	width: 100%;
}
.will-sticky .sticky-active {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: var(--white-color);
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07)
}
.will-sticky .sticky-active.active {
	top: 0
}
.main-menu a {
	display: block;
	position: relative;
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 16px;
	color: var(--title-color);
	text-transform: capitalize;
}
.main-menu a:hover {
	color: var(--theme-color)
}
.main-menu>ul>li {
	margin: 0 13px
}
.main-menu>ul>li>a {
	padding: 26px 0
}
.main-menu ul {
	margin: 0;
	padding: 0
}
.main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative
}
.main-menu ul li.menu-item-has-children>a:after {
	content: "\f107";
	position: relative;
	font-family: var(--icon-font);
	margin-left: 5px;
	top: 1px
}
.main-menu ul li:last-child {
	margin-right: 0 !important
}
.main-menu ul li:first-child {
	margin-left: 0 !important
}
.main-menu ul li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 9
}
.main-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--white-color);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	visibility: hidden;
	min-width: 190px;
	width: -webkit-max-content;
	width: -moz-max-content;
	max-width: 286px;
	padding: 7px;
	left: -14px;
	margin-top: 50px;
	opacity: 0;
	z-index: -1;
	border-bottom: none;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
	transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a {
	font-size: 16px;
	line-height: 30px
}
.main-menu ul.sub-menu {
	padding: 0px 0px;
	left: 0px
}
.main-menu ul li:last-child ul.sub-menu {
	padding: 0px 0px;
	left: auto;
	right: 0;
}
.main-menu ul.sub-menu ul {
	border-top: 1px solid #f2f2f2;
}
.main-menu ul.sub-menu .row {
	width: 100%;
	position: relative
}
.main-menu ul.sub-menu .row .col-lg-6 {
	border-right: 1px solid #0291e040;
}
.main-menu ul.sub-menu .row .col-lg-6:last-child {
	border-right: unset;
}
.main-menu ul.sub-menu h3 {
}
.main-menu ul.sub-menu li {
	display: block;
	margin: 0 0;
	padding: 0px 0px;
	border-bottom: 1px solid #f2f2f2;
}
.main-menu ul.sub-menu li:last-child {
	border-bottom: unset;
}
.main-menu ul.sub-menu li.menu-item-has-children>a:after {
	content: "\f105";
	float: right;
	top: 3px
}
.main-menu ul.sub-menu li a {
	position: relative;
	padding-left: 0px;
	padding-left : 0;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.main-menu ul.sub-menu li a:hover {
	color: #fff!important;
	Background: var(--theme-color)
}
.main-menu ul.sub-menu h3 {
	margin-bottom: 8px
}
.main-menu ul.sub-menu h3 a {
	color: var(--theme-color);
	font-size: 17px;
	font-weight: 500;
	padding-left: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin: 0 0;
	margin-left: 0px
}
.main-menu ul li:last-child ul.sub-menu li ul.sub-menu {
	left: auto;
	right: 100%;
	top: 0;
	margin: 0 0;
	margin-left: 0px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
	left: 100%;
	right: auto
}
.header-social i {
	margin: 0 !important
}
.header-social a {
	font-size: 14px;
	display: inline-block;
	color: var(--body-color);
	margin: 0 15px 0 0
}
.header-social a:last-child {
	margin-right: 0
}
.header-social a:hover {
	color: var(--theme-color)
}
.dropdown-toggle::after {
	content: '\f107';
	border: none;
	font-family: var(--icon-font);
	vertical-align: middle;
	font-weight: 400;
	margin-left: 6px
}
.dropdown-menu {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: auto;
	top: calc(100% + 10px) !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	padding: 8px 20px !important;
	text-align: center;
	border-color: var(--border-color)
}
.dropdown-menu li {
	padding-right: 0;
	margin-right: 0
}
.dropdown-menu li:after {
	display: none
}
.dropdown-menu li a {
	display: block
}
.dropdown-menu a {
	color: var(--body-color)
}
.dropdown-menu a:hover {
	color: var(--theme-color)
}
.dropdown-menu:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -7px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background-color: var(--white-color);
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color)
}
.header-layout2 .dropdown-menu {
--body-color: #74787C
}
.header-layout2 .menu-area {
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.header-layout2 .main-menu>ul>li {
	margin: 0 22px
}
.header-layout2 .main-menu>ul>li>a {
	color: var(--title-color);
	padding: 34px 0 34px
}
.header-layout2 .will-sticky .sticky-active .main-menu>ul>li>a {
	color: #fff;
	padding: 34px 0 34px
}
.header-layout2 .will-sticky .sticky-active .main-menu>ul>li>a {
	color: var(--title-color);
	padding: 34px 0 34px;
}
.header-layout2 .will-sticky .sticky-active .main-menu>ul>li>a:hover {
	color: var(--theme-color);
}
.header-layout2 .main-menu>ul>li>a:hover {
	color: var(--theme-color);
}
.header-layout2 .as-menu-toggle {
	margin: 20px 0
}
@media (max-width: 575px) {
.header-logo {
	max-width: 180px;
	padding: 20px 0
}
}
@media (max-width: 991px) {
.as-header .sideMenuToggler, .as-header .searchBoxToggler {
	display: none
}
}
.header-layout2 .header-logo {
	padding: 5px 0px;
}
.header-layout2 .header-logo img {
	height: 82px;
	margin-top: 0;
}
.header-layout2 .will-sticky .sticky-active .header-logo img {
	height: 85px;
	margin-top: 0px;
}
.footer-wrapper {
	position: relative;
	z-index: 2
}
.widget-area {
	padding-top: 100px;
	padding-bottom: 60px
}
.copyright-wrap {
	padding: 20px 0
}
.copyright-text a {
	color: inherit
}
.footer-layout3 {
--body-color: #fff;
	background: #7619b8;
}
.footer-layout3:before {
/* content: "";
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;*/
}
.footer-layout3 .container {
	position: relative;
}
.footer-layout3 .widget-area {
	padding-top: 9px;
	padding-bottom: 5px;
}
.footer-layout3 .copyright-wrap {
	padding: 20px 0;
	background-color: #f8bb0a;
	margin-top: 0;
}
.footer-layout3 .copyright-text {
	color: var(--body-color);
	text-align: left;
}
.footer-layout3 .copyright-text a {
	color: #fff;
	font-weight: 500;
}
.footer-layout3 .copyright-text a:hover {
	color: #fff;
	font-weight: 500;
}
/*
.breadcumb-wrapper:before{
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQkAAAAdCAMAAACOhmlvAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA4J9AIGDvEM+/f1Cv5jCPbkvDkNMoJoGbAAABQElEQVRYw+3Y7WqEMBCF4ZlMPjSJdXWb+7/VQhc6sGmRmpjzx/cKHo4MSKjcvbqXuJd4j0gkRTMVVJxjEkExFPBTSIbL6LxxQQmDGQqo+zC+jMubRIRh1IA6N5cxTS5gGTWg/iLl+rIQiqGA4+zVWxgLZCgAvgWc8QLAt8gnGBiAIubSv1lQDAWcSKbSN04NDARAc1z65R8NDBBAC9GXTq0BxVBAUzb3uU8LZdQA0J2yABkKaM/5tvuMWIYC2guxnM8EFEMBHbMGcp81AwbQ5MwvziQohgIuSLj8L3Z0QcIwgOYYvoMyQABFwHf4ZiyHgOUAMOhQp8sZG7f+Wbd3/M5ohAa0LX8ClgcNKrh88D44pG3/XbDRyIIzXBl8doFGZuM7gqOl8VmJ6z4x+4U/9zUmS4CCPDOz9555fqaGD/EF5JdWu0QMxwoAAAAASUVORK5CYII=);
    background-size: 80px;
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
    top: 0;
}*/
.as-hero-wrapper {
	position: relative
}
.as-hero-wrapper .slick-arrow {
--icon-size: 60px;
--pos-x: 200px;
	font-size: 16px;
	z-index: 4;
	border-radius: 50%;
	z-index: 5;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.6)
}
.as-hero-wrapper .slick-arrow:hover {
	background-color: var(--white-color);
	color: var(--title-color);
	border-color: var(--white-color)
}
.as-hero-wrapper .container {
	position: relative;
	z-index: 3
}
.as-hero-slide {
	position: relative
}
@-webkit-keyframes lineDown {
0% {
-webkit-transform:0;
transform:0;
opacity:0
}
30% {
opacity:1
}
60% {
opacity:1
}
100% {
-webkit-transform:translateY(8px);
transform:translateY(8px);
opacity:0
}
}
@keyframes lineDown {
0% {
-webkit-transform:0;
transform:0;
opacity:0
}
30% {
opacity:1
}
60% {
opacity:1
}
100% {
-webkit-transform:translateY(8px);
transform:translateY(8px);
opacity:0
}
}
@media (max-width: 1700px) {
.as-hero-wrapper .slick-arrow {
--pos-x: 80px
}
}
@media (max-width: 767px) {
.as-hero-wrapper .as-btn {
	padding: 17px 26px
}
.as-hero-wrapper .as-btn.style2 {
	padding: 15px 24px
}
}
.hero-1 {
	padding-right: 0px!important;
	position: relative;
}
.hero-1 .slick-dots {
--dots-bg: #fff;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.hero-1 .slick-dots li {
	display: block;
	margin: 30px 0
}
.hero-1 .slick-dots button:before {
	border-color: var(--white-color)
}
.hero-1 .slick-dots .slick-active button {
	background-color: var(--white-color)
}
.hero-slider-1 .as-hero-slide {
	padding: 0px 0px!important;
	height: 100%!important;
}
.hero-style1 {
	padding-left: 0;
	width: 606px;
	margin: 0px 0;
	text-align: left;
}
/*.hero-style1 .hero-title {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.139;
	color: var(--white-color);
	margin-bottom: 17px;
	text-shadow: 0px 5px 20px #ced0d3;
	text-shadow: 0px 5px 20px #ced0d3;
	font-weight: 600;
	font-family: "Bree Serif", serif;
	text-shadow: 0px 5px 20px #040404;
}*/
.hero-style1 .hero-title {
	font-size: 55px;
	line-height: 1.139;
	color: var(--white-color);
	margin-bottom: 17px;
	text-shadow: 0px 5px 20px #ced0d3;
	text-shadow: 0px 5px 20px #ced0d3;
	font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 900;
	text-shadow: 0px 5px 20px #040404;
}
.hero-style1.slide-2 .hero-title {
	color: #fff;
	font-size: 45px;
}
 @keyframes jrumpAni {
0% {
 transform: scale(1);
}
40% {
 transform: scale(1.1);
}
100% {
 transform: scale(1);
}
}
.hero-style1 .hero-title span {
	display: inline-block
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.hero-1 {
	padding-right: 0
}
.hero-style1 {
	text-align: center;
	padding-left: 0
}
}
@media (max-width: 575px) {
.hero-style1 .hero-title {
	font-size: 36px
}
}
@media (max-width: 375px) {
.hero-style1 .hero-title {
	font-size: 30px
}
}
.hero-text {
	font-size: 28px;
	color: var(--white-color);
	margin-bottom: 3px;
	line-height: 1.2;
	font-weight: 500;
	font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif !important;
	text-shadow: 0px 5px 20px #040404;
}
 @media (max-width: 991px) {
.hero-text {
	font-size: 16px;
	line-height: 1.556
}
}
.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--theme-color);
	background-color: transparent;
	color: var(--theme-color);
	font-size: 22px;
	border-radius: 50%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
.popup-search-box button.searchClose:hover {
	color: var(--body-color);
	background-color: var(--theme-color);
	color: var(--title-color);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 700px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform ease 0.4s;
	transition: -webkit-transform ease 0.4s;
	transition: transform ease 0.4s;
	transition: transform ease 0.4s, -webkit-transform ease 0.4s
}
@media (max-width: 1199px) {
.popup-search-box form {
	max-width: 600px
}
}
.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: 2px solid var(--theme-color);
	background-color: transparent;
	padding-left: 30px;
	color: #fff;
	border-radius: 50px
}
.popup-search-box form input::-moz-placeholder {
color:#fff
}
.popup-search-box form input::-webkit-input-placeholder {
color:#fff
}
.popup-search-box form input:-ms-input-placeholder {
color:#fff
}
.popup-search-box form input::-ms-input-placeholder {
color:#fff
}
.popup-search-box form input::placeholder {
color:#fff
}
.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 24px;
	right: 12px;
	color: var(--white-color);
	cursor: pointer;
	width: 70px;
	height: 70px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001)
}
.popup-search-box form button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 0
}
.popup-search-box.show form {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}
.sidemenu-wrapper .widget {
	padding: 0;
	border: none;
	background-color: transparent
}
.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s
}
.accordion-card {
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}
.accordion-card .accordion-button {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--title-font);
	border: 0;
	color: var(--title-color);
	background-color: var(--smoke-color);
	padding: 17px 70px 17px 25px;
	min-height: 60px;
	gap: 10px;
	margin-bottom: 0;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	font-size: 17px;
	font-weight: 600;
}
.accordion-card .accordion-button:after {
	content: "\f063";
	width: 60px;
	height: 60px;
	height: 100%;
	line-height: 1;
	background-color: transparent;
	background-image: none;
	font-family: var(--icon-font);
	color: var(--white-color);
	font-weight: 900;
	font-size: 0.9em;
	display: grid;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0
}
.accordion-card .accordion-button:focus {
	outline: none;
	box-shadow: none
}
.accordion-card .accordion-button:not(.collapsed) {
	color: var(--theme-color)
}
.accordion-card .accordion-button:not(.collapsed):after {
	content: "\f062";
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}
.accordion-card .accordion-collapse {
	border: none
}
.accordion-card .accordion-body {
	padding: 30px 0 20px 0;
	display: grid;
	grid-template-columns: auto auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px 30px
}
.accordion-card:last-child {
	margin-bottom: 0
}
.accordion-card:last-child .accordion-body {
	padding-bottom: 0
}
@media (max-width: 767px) {
.accordion-card .accordion-body {
	grid-template-columns: 100%
}
}
.taxi-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
	position: relative
}
.taxi-tab .as-btn {
	font-weight: 600;
	color: var(--white-color);
	padding: 16px 30px;
	background-color: var(--title-color);
	border-radius: 999px;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.taxi-tab .as-btn:before {
	background-color: var(--theme-color);
	border-radius: inherit;
	width: calc(100% + 2px);
	left: -1px
}
.taxi-tab .as-btn.active, .taxi-tab .as-btn:hover {
	background-color: var(--theme-color);
	color: var(--title-color)
}
@media (max-width: 1199px) {
.taxi-tab {
	gap: 10px
}
.taxi-tab .as-btn {
	min-width: auto;
	font-size: 14px;
	padding: 15px 20px
}
}
@media (max-width: 991px) {
.taxi-tab .as-btn {
	font-size: 13px;
	padding: 15px 15px
}
}
.mt-20 {
	margin-top: 20px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-30 {
	margin-bottom: 30px
}
.particles-js-canvas-el {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}
@media (max-width: 1199px) {
.particle {
	max-width: 100% !important
}
}
@media (max-width: 767px) {
.particle {
	max-width: 100% !important
}
}
.theme-red .scroll-btn i {
	color: var(--white-color)
}
.theme-red .as-menu-wrapper .as-menu-toggle {
	color: var(--white-color)
}
.theme-red .slick-arrow:hover {
	color: var(--white-color)
}
.slider-shadow .slick-list {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin-bottom: -30px;
	margin-top: -30px
}
@-webkit-keyframes jumpX {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
40% {
-webkit-transform:translateX(-60px);
transform:translateX(-60px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes jumpX {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
40% {
-webkit-transform:translateX(-60px);
transform:translateX(-60px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes jumpXreverse {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
40% {
-webkit-transform:translateX(60px);
transform:translateX(60px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes jumpXreverse {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
40% {
-webkit-transform:translateX(60px);
transform:translateX(60px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes mapPulse {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
40% {
-webkit-transform:scale(0.5, 0.5);
transform:scale(0.5, 0.5)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}
@keyframes mapPulse {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
40% {
-webkit-transform:scale(0.5, 0.5);
transform:scale(0.5, 0.5)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}
.accordion-area.accordion {
	padding: 20px 0 20px;
	position: relative
}
.accordion-card.style2 .accordion-button {
	color: var(--theme-color);
	/*background-color: linear-gradient(to right, #ec4235 #ec4235, #ec4235, #ec4235);*/
	background-color: #ec42351a;
	min-height: 50px;
	color: var(--title-color);
	background-color: #ffebf0;
	padding: 9px 70px 6px 25px;
}
.accordion-card.style2 .accordion-button:after {
	content: "\f0d7";
	color: var(--title-color);
	font-size: 20px;
	width: 55px
}
.accordion-card.style2 .accordion-button:focus {
	outline: none;
	box-shadow: none
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--theme-color);
}
.accordion-card.style2 .accordion-button:not(.collapsed):after {
	content: "\f0d8";
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #fff;
}
.accordion-card.style2 .accordion-body {
	padding: 14px 25px 5px 25px;
	border: unset;
	border-top: none;
	background: linear-gradient(to bottom, #8a009100, #8a00912e, #8a00914a, #8a00913d);
}
/*************/

/**********/
/*************/

.footer-logo img {
	height: 100px;
	text-align: center;
	margin: -18px auto 0px;
}
.footer-logo {
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
/**********/
/**/

/***************/

/********/
/*********/

/*
*****************************/

/***************/

/***************/

/***************/

/***************/

/*************/

/**********/

/***************/


/***************/
/******************************************************/
 


/*
*********************************************/

/***************/
/***************/
/*************/
  
/******************/

/**********/

/******/

/**********/

/***********/



 
@media (max-width: 575px) and (min-width: 100px) {
.footer-logo img {
	height: 74px;
}
.footer-layout3 .copyright-text {
	color: var(--body-color);
	text-align: center;
	margin-top: 27px;
}
.footer-layout3 .copyright-text {
	color: var(--body-color);
	text-align: left;
	margin-top: 19px;
}
.footer-layout3 .container {
	position: relative;
	margin-top: 10px;
}
.hero-style1 {
}
.title-area .sec-title {
	margin-bottom: 19px;
	font-size: 40px;
	margin-top: 0px;
}
/* .About-a-des {
    position: relative;
    margin-top: -85px;
} */

}
.footer-layout3 .copyright-text {
	color: #000;
	text-align: center;
	margin-top: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}


/***********/
/*
#WelcomeSec:after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
   bottom: 0;
    position: absolute;
    background: url(/assets/img/rainbowstripe.jpg) repeat-x;
}
*/

/******/
@keyframes hovicon {
 49% {
 -webkit-transform: translateY(100%);
}
50% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
51% {
 opacity: 1;
}
}
/**********/


/*
<!-- ====================================================-->
<!--Start Testimonial Area Home Three-->
<!-- ==================================================-->*/


/**********/


/************/

/********

*/

 

/**********/

/***********/

/************************************/
/******************/

/*********/
		
		
		/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/

 


 

/***********/

/***********************FIXED_BTN***********************/
			/*********/


/**********/
		
.Infullt {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
	padding: 0;
}
.Infullt .inimgaget {
	float: right;
	padding-left: 30px;
	padding-right: 15px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	margin-top: 10px;
}
.Infullt .inimgsect {
	padding-left: 0px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.Infullt .inimgsect img {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	border-radius: 8px;
	margin-top: 0px;
	transition: all 0.25s ease;
}
.Infullt .indescriptiont {
	padding: 0px 15px;
	width: 100%;
	margin-bottom: 15px;
}
.Infullt .indescriptiont p {
	margin-bottom: 15px;
}
.Infullt .indescriptiont h3 {
	font-size: 22px;
	margin-top: 20px;
	font-weight: 700;
}
/********/

/*********/

/**********/
.Infullt {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
	padding: 0;
}
.Infullt .inimgaget {
	float: right;
	padding-left: 30px;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	margin-bottom: 15px;
	position: relative;
	display: block;
	margin-top: 10px;
}
.Infullt .inimgsect {
	padding-left: 0px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.Infullt .inimgsect img {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	border-radius: 8px;
	margin-top: 0px;
	transition: all 0.25s ease;
}
.Infullt .indescriptiont {
	padding: 0px 15px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: calc(var(--bs-gutter-x) / 2);
	padding-right: calc(var(--bs-gutter-x) / 2);
}
.Infullt .indescriptiont .row {
}
.Infullt .indescriptiont img {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	border-radius: 8px;
	margin-top: 0px;
	transition: all 0.25s ease;
}
.Infullt .indescriptiont p {
	margin-bottom: 15px;
	font-weight: 400;
}
.Infullt .indescriptiont h3 {
	font-size: 25px;
	margin-top: 20px;
	font-weight: 700;
	color: var(--theme-color3);
}
.Infullt .indescriptiont ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.Infullt .indescriptiont ul li {
	position: relative;
	display: block;
	padding-left: 20px;
	list-style: none;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
}
.Infullt .indescriptiont ul li:before {
	font-family: var(--icon-font);
	font-weight: 900;
	color: var(--theme-color);
	position: absolute;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	content: "\f336";
}
/*********/


/***********/
/*********/
.Activitysec {
	position: relative;
	display: block;
	text-align: center;
	margin: 0px auto 0px;
	width: 100%;
}
.Activitysec-img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 6px auto 0;
	text-align: center;
	margin-top: -167px;
}
.Activitysec-img a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.Activitysec-img img {
	width: auto;
	height: 146px;
}
.Activitysec-desc {
	text-align: center;
	position: relative;
	display: block;
	margin-top: 0px;
}
.Activitysec-desc h2 {
	padding: 8px 10px 0;
	margin-bottom: 0;
	border-radius: 100px;
	text-transform: capitalize;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	min-height: 66px;
}
.Activitysec-desc h2 a {
	color: var(--theme-color);
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 28px;
}
.Activitysec:hover .Activitysec-desc h2 a {
	color: var(--theme-color6);
}
.Activitysec-desc p {
	color: #fff;
	line-height: 24px;
	font-size: 15px;
}
/****************/

/*********/


/**********/

/********/

/************/
.footrt-ccsec {
	padding-top: 35px;
	position: relative
}
/**********/

/***********/

/*****************/

/********/

/*********/

.footrt-ccsec {
}
.footrt-ccsec .col-lg-6 {
	width: 42%;
}
.footrt-ccsec .col-lg-3 {
	width: 29%;
}
/************/

/***********/

	/************/
	
	/*********/

/************/
.bann-img {
	width: 100%;
	/*height: 100%;*/
	max-height: 480px;
	object-fit: cover;
}
.Banner-slide {
	position: absolute;
	top: 38%;
	z-index: 9;
	color: #fff;
	left: 0;
	right: 0;
}
@media (min-width: 1600px) {
.Banner-slide {
	top: 39%;
}
}
/*********/
/*****************/
/**********/
/*********/
.header-top-six {
	margin-bottom: 0px;
	position: relative;
	padding: 10px 0 10px;
	margin-top: 0;
	background: var(--theme-color);
}
.head-top-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.head-top-links > li {
	display: inline-block;
	margin-right: 28px;
	position: relative;
	padding-right: 31px;
}
.head-top-links.v6 > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-social {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-social li {
	display: inline-block;
	margin-right: 5px;
}
.header-social li:last-child {
	margin-right: 0px;
}
.head-top-links a {
	color: var(--white-color);
	font-size: 14px;
}
.header-social a {
	font-size: 16px;
}
.header-social a img {
	width: 25px;
}
.sso-c-auto {
	padding-left: 0
}
/********/

 

			/*****/
			
			/***************/

/**********/

.top-menus-li {
	position: relative;
	padding: 0 0;
	margin: 0 0;
}
.top-menus-li li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	line-height: 21px;
}
.top-menus-li li:before {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 1px;
	height: 100%;
	background: #ffffff4d;
}
.top-menus-li li:last-child:before {
	content: unset!important;
}
.top-menus-li li a {
	color: #fff
}
.top-menus-li li a:hover {
	color: var(--theme-color5)
}
 @keyframes glowingmenu {
 0% {
 background-color: var(--theme-color2);
 color:#fff!important;
}
 40% {
 background-color: var(--theme-color3);
 color:#fff!important;
}
 70% {
 background-color: var(--theme-color4);
 color:#fff!important;
}
 100% {
 background-color: var(--theme-color5);
 color:#fff!important;
}
}
/**********/
	  
.Activitysec-mainbox {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	Background: var(--theme-color2);
	padding: 25px 13px 10px;
	margin-top: 171px;
	border-radius: 39px 39px 0 20px;
}
.courser-roww .col-lg-3:nth-child(1) .Activitysec-mainbox {
	Background: #7619b8;
}
.courser-roww .col-lg-3:nth-child(2) .Activitysec-mainbox {
	Background: #00c8c9;
}
.courser-roww .col-lg-3:nth-child(3) .Activitysec-mainbox {
	Background: #87b819;
}
.courser-roww .col-lg-3:nth-child(4) .Activitysec-mainbox {
	Background: #f8bb0a;
}
.courser-roww .col-lg-3:nth-child(5) .Activitysec-mainbox {
	Background: var(--theme-color2);
}
.courser-roww .col-lg-3:nth-child(6) .Activitysec-mainbox {
	Background: var(--theme-color3);
}
.courser-roww .col-lg-3:nth-child(7) .Activitysec-mainbox {
	Background: var(--theme-color4);
}
.courser-roww .col-lg-3:nth-child(8) .Activitysec-mainbox {
	Background: var(--theme-color5);
}
.Activitysec-mainbox:before {
}
.Activitysec-mainbox:after {
	content: '';
	background-image: url(/assets/img/game_curve_top.png);
	background-repeat: repeat-x;
	height : 37px;
	width: 100%;
	background-position: left top;
	position: absolute;
	bottom: -12px;
	left: 0;
}
/************/
.coursemm-sec {
	position: relative;
	padding: 60px 0 30px;
}
/**********/
/************/

/***********/

.Other-courses {
	position: relative;
	padding: 70px 0 40px;
	background: #ff215a;
}
.Other-courses:before {
	content: '';
	background-image: url(/assets/img/game_curve_bottom.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left bottom;
	position: absolute;
	top: -12px;
	left: 0;
}
.Other-courses:after {
	content: '';
	background-image: url(/assets/img/game_curve_top.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left top;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.Other-courses .container {
	position: relative;
}
/*  .Other-courses .container:before{
	  content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #ffffff52;
    left: 50%;
    position: absolute;
  }*/
.campsec {
	position: relative;
	margin-bottom: 20px;
	text-align: center
}
.campsec p {
	color: #fff;
}
.campsec h3 {
	background: url(/assets/img/cc2.png) no-repeat;
	margin: 0px auto 0px;
	text-align: center;
	width: 255px;
	color: #fff;
	line-height: 1.3;
	padding: 10px 20px;
	min-height: 181px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 700;
}
/******/





/*********/

.footer-widget.widget_nav_menu a:before {
	content: unset!important
}
.footer-widget.widget_nav_menu a {
	padding-left: 0;
	max-width: 180px;
}
/***********/

/*********/


/**********/

/**************************/
/***************/
/**********/

.slide-2.hero-style1 {
	padding-left: 20%;
	/* width: 568px; */
	margin-top: -21px;
}
.coo-bbfg {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}
.coo-bbfg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
}
.Activitysec-desc p span {
	color: white !important;
}
.hero-style1 h1 {
	color: white;
}
 @keyframes jumpAni {
0% {
 transform: scale(1);
}
40% {
 transform: scale(1.3);
}
100% {
 transform: scale(1);
}
}
 @keyframes bd-updown {
0% {
 transform: translateX(0);
}
100% {
 transform: translateX(-30px);
}
}
/**********/






/* about new */

/* Only apply border to the left column items */


/* Optional: space between icon and text */
/*.col-6 img {*/
/*    margin-right: 10px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*}*/
/* Optional: space between icon and text */







.Activitysec-desc p span strong {
	font-family: var(--banner-font);
	color: white;
	font-size: 17px;
	line-height: 12px;
}
.Activitysec-desc p strong {
	font-family: var(--banner-font);
	color: white;
	font-size: 18px;
	line-height: 6px;
}
.campsec p strong {
	font-family: var(--banner-font);
	color: white;
	font-size: 18px;
	line-height: 12px;
}
.courses-dataimage img {
	margin: 0 auto 10px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 3px solid var(--theme-color4);
}
p.hero-text.slideinup.as-animated {
	font-family: var(--banner-font);
}
.Activitysec-desc a {
	color: white;
	font-weight: 500;
	font-size: 17px;
}
p.hero-text.slideinup {
	font-size: 29PX;
	font-weight: 600;
}
.campsec a {
	color: white;
	font-weight: 500;
	font-size: 16px;
	line-height: 8px;
}
.courses-dataimage {
	margin-top: -44px;
}
option {
	color: black;
}
/*.contact-form-new.pbmit-bg-color-white.bfranbc .form-control {*/
/*    color: black !important;*/
/*}*/
/*.contact-form-newdata {*/
/*    padding: 0px 0px 25px 40px;*/
/*    border-radius: 0 30px 30px 0;*/
/*    background: #fff;*/
/*    margin-right: 0px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.contact-form-newdata .form-control {*/
/*    margin-bottom: 30px;*/
/*    font-size: 14px;*/
/*    height: 45px;*/
/*    line-height: normal;*/
/*    padding: 0 10px;*/
/*    font-weight: 600;*/
/*    border-width: 0 0 1px 0;*/
/*    font-family: inherit;*/
/*    background-color: transparent;*/
/*    border-radius: 0;*/
/*    border: none;*/
/*    border-bottom: 1px solid rgba(3, 27, 78, 0.8);*/
/*    transition: all 500ms ease;*/
/*    -webkit-transition: all 500ms ease;*/
/*    background-clip: padding-box;*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: var(--title-color);*/
/*}*/



/*sidebatr*/

.hero-style1.slide-3 h1 p {
	color: white;
}
.widget.widget_nav_menu.footer-widget {
	margin-left: 0px;
}
.mob-banner {
	display: none!important;
}
 @media only screen and (max-width: 767.98px) {
.mob-banner {
	display: block !important;
	z-index: 0;
	position: relative;
}
.bann-img {
	display: none!important;
}
.Banner-slide {
	position: relative !important;
	top: 0 !important;
	min-height: 197px;
	padding-top: 42px;
	text-align: center;
}
/* changed to the following --
.as-hero-slide1:before {
	content: "";
	background: var(--theme-color);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url(/assets/img/banner-slide1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
*/
.as-hero-slide1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;

	/* KEEP ONLY COLOR */
	background: var(--theme-color);

	/* REMOVE IMAGE COMPLETELY */
	background-image: none;
}
.as-hero-slide2:before {
	content: "";
	background: var(--theme-color);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url(/assets/img/banner-slide2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.as-hero-slide3:before {
	content: "";
	background: var(--theme-color);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: url(/assets/img/banner-slide3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}
 @media only screen and (max-width: 575.98px) {
.Banner-slide {
	position: relative !important;
	top: 0 !important;
	min-height: 250px;
	padding-top: 42px;
	text-align: center;
}
}
/**********/

.Articc-sec {
	position: relative;
	padding: 40px 0 0
}
.Articc-sec:before {
	inset: 0;
	width: 100%;
	height: 100%;
	Background: #e9e9e9;
	content: "";
	position: absolute;
}
.Articc-sec-bg {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -149px;
	max-width: 758px;
	z-index: 2;
}
.Articc-sec-bg p {
}
.Articc-sec-bg p a {
	font-weight: 600
}
.art-immm {
	z-index: 1;
	position: relative;
}
/********/

.fc-top {
	text-align: center;
	margin-top: 32px;
	position: relative
}
.footeree-logo {
}
.footeree-logo a {
}
.footeree-logo img {
	height: 124px;
}
/**********/

/************/

.Whycc-sec {
	padding: 60px 0 30px;
	position: relative;
	padding: 60px 0 30px;
	position: relative;
	background: url(/assets/img/mid-main-bg.webp) bottom center repeat-x #29dc8a;
}
.whycc-ll {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 700px;
	text-align: center;
}
.whycc-ll p {
	text-shadow: 0px 5px 20px #ffffff;
	font-weight: 600;
}
.facility-item {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	margin: 0 auto 30px
}
.facility-item .facility-icon {
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #359bed;
}
.facility-item .facility-icon img {
	width: 55px;
}
.facility-item .facility-icon span.fg-primary {
	position: absolute;
	content: "";
	width: 15px;
	height: 30px;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #359bed;
}
.facility-item .facility-icon span.lg-primary {
	position: absolute;
	content: "";
	width: 15px;
	height: 30px;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #359bed;
	left: auto;
	right: 0;
}
/***********/

.facility-item .facility-text {
	position: relative;
	height: 258px;
	margin: 0 auto;
	padding: 30px;
	width: 258px;
	border-radius: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	background-color: #359bed;
}
.facility-item .facility-text h3 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #fff
}
.facility-item .facility-text p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
}
.whycc-row .col-lg-4:nth-child(1) .facility-item .facility-icon {
	background-color: #ff215a;
}
.whycc-row .col-lg-4:nth-child(2) .facility-item .facility-icon {
	background-color: #c91fd8;
}
.whycc-row .col-lg-4:nth-child(3) .facility-item .facility-icon {
	background-color: #ff5500;
}
.whycc-row .col-lg-4:nth-child(1) .facility-item .facility-icon span.fg-primary {
	background-color: #ff215a;
}
.whycc-row .col-lg-4:nth-child(2) .facility-item .facility-icon span.fg-primary {
	background-color: #c91fd8;
}
.whycc-row .col-lg-4:nth-child(3) .facility-item .facility-icon span.fg-primary {
	background-color: #ff5500;
}
.whycc-row .col-lg-4:nth-child(1) .facility-item .facility-icon span.lg-primary {
	background-color: #ff215a;
}
.whycc-row .col-lg-4:nth-child(2) .facility-item .facility-icon span.lg-primary {
	background-color: #c91fd8;
}
.whycc-row .col-lg-4:nth-child(3) .facility-item .facility-icon span.lg-primary {
	background-color: #ff5500;
}
.whycc-row .col-lg-4:nth-child(1) .facility-item .facility-text {
	background-color: #ff215a;
}
.whycc-row .col-lg-4:nth-child(2) .facility-item .facility-text {
	background-color: #c91fd8;
}
.whycc-row .col-lg-4:nth-child(3) .facility-item .facility-text {
	background-color: #ff5500;
}
/**********/
	
.bb-sec {
	background: #736ae1;
	padding: 40px 0 30px;
	position: relative;
	background: url(/assets/img/mid-main-bg.webp) top center repeat-x #29dc8a;
}
.bbb-three .blo-boxs-box {
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	margin: 0 0px;
	margin-bottom: 30px;
	width: 100%;
	display: block;
}
.bbb-three .blo-boxs-box span {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	background: #ffffff33;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	color: #fff;
	rotate: -40deg;
}
.bbb-three .blo-boxs-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 115px;
	width: 100%;
	border-radius: 1.5rem;
	bottom: 0;
	background-image: linear-gradient(0deg, #000000, rgba(0, 24, 23, 0.0));
}
.bbb-three .blo-boxs-box:hover:before {
	height: 100%;
}
.bbb-three .blo-boxs-thumb {
/*	position:relative;
	overflow:hidden*/
}
.bbb-three .blo-boxs-thumb img {
	width: 100%;
	height: 18vw;
	object-fit: cover;
	border-radius: 10px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.bbb-three .blo-boxs-box:hover .blo-boxs-thumb img {
/*  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}
.bbb-three .blo-boxs-title-title {
	border-top: transparent;
	padding: 7px 10px 13px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: transparent;
}
.bbb-three .blo-boxs-box:hover .blo-boxs-title-title {
	bottom: 20px;
}
.bbb-three .blo-boxs-title-title h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	transition: all 0.5s ease-in-out;
}
.bbb-three .blo-boxs-title-title p {
	color: #fff;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	height: 52px;
}
.bbb-three .blo-boxs-box:hover .blo-boxs-title-title h4 {
}
.bbb-three .blo-boxs-box:hover .blo-boxs-title-title p {
}
.bbb-three .blo-boxs-title-title span {
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding: 0 0 8px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.bbb-three .blo-boxs-title-title span i {
	margin-left: 5px
}
.bbb-three .blo-boxs-box:hover .blo-boxs-title-title span {
	opacity: 1;
	visibility: visible;
	color: #fff
}
.bbb-three .blo-boxs-title-title span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	transition: all 0.5s ease-in-out;
}
/**********/


/*****                         
Games Start


*****/

.Games-kids {
	background-color: #7619b8;
	padding: 70px 0 40px;
	position: relative;
	background-repeat: repeat;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.Games-kids:before {
	content: '';
	background-image: url(/assets/img/game_curve_bottom.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left bottom;
	position: absolute;
	top: -12px;
	left: 0;
}
.Games-kids:after {
	content: '';
	background-image: url(/assets/img/game_curve_top.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left top;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.game-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.game-kids-box-img {
	position: relative;
	overflow: hidden
}
.game-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.game-kids-box-content {
	position: relative;
	margin-top: 10px
}
.game-kids-box-content h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 0
}
a.a-readmore {
	background: #fff;
	border-radius: 100px;
	padding: 10px 50px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	color: #7619b8;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.25;
	text-transform : capitalize;
	font-weight: 700;
	background-size: 100% 100% !important;
	padding: 17px 39px;
	background: url(/assets/img/heading-bg.png) no-repeat;
}
/*****                         
Games End


*****/
/*****                         
Learn Start


*****/

/*****                         
Learn End


*****/



.learn-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.learn-kids-box-img {
	position: relative;
	overflow: hidden
}
.learn-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.learn-kids-box-content {
	position: relative;
	margin-top: 10px
}
.learn-kids-box-content h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 9px;
	line-height: 1.2;
}
.learn-kids-box-content p {
	color: #FFF;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow : hidden;
	text-overflow: ellipsis;
	text-align: center;
	margin-bottom: 0;
}
.learn-right-sec {
	padding-left: 30px
}
/**********/

.dd-center {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	margin: 0 auto;
	background: #54df04;
	text-align: center;
	left: calc(50% - 10px);
	top: 0;
}
.dd-center:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: 40%;
	border-top: 32px solid transparent;
	border-left: 33px solid #54df04;
	border-bottom: 32px solid transparent;
	right: -26px;
}
/***********/
	
.Rythem-sec {
	position: relative;
	padding: 70px 0 30px
}
.rhymes-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.rhymes-kids-box-img {
	position: relative;
	overflow: hidden
}
.rhymes-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.rhymes-kids-box-content {
	position: relative;
	margin-top: 10px
}
.rhymes-kids-box-content h3 {
	font-size: 18px;
	margin-bottom: 0
}
a.a-readmore {
	background: #fff;
	border-radius: 100px;
	padding: 10px 50px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	color: #7619b8;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.25;
	text-transform : capitalize;
	font-weight: 700;
	background-size: 100% 100% !important;
	padding: 17px 39px;
	background: url(/assets/img/heading-bg.png) no-repeat;
}
.Rythem-sec .slick-arrow {
	right: 0;
	left: auto;
	bottom: -45px;
	top: unset;
	right: 68px;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
	font-weight: 500;
	opacity: 1;
	visibility: visible;
}
.Rythem-sec .slick-arrow.slick-next {
	right: 15px;
	left: auto;
	bottom: -45px;
	top: unset;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.Rythem-sec .slider-shadow .slick-list {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0;
	margin-top: 0;
}
/********************/

/***********/
	
.Ebook-sec {
	position: relative;
	padding: 70px 0 30px
}
.ebook-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.ebook-kids-box-img {
	position: relative;
	overflow: hidden
}
.ebook-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.ebook-kids-box-content {
	position: relative;
	margin-top: 10px
}
.ebook-kids-box-content h3 {
	font-size: 18px;
	margin-bottom: 0
}
.ebook-kids-box-content p {
	display: none;
}
.Ebook-sec .slick-arrow {
	right: 0;
	left: auto;
	bottom: -45px;
	top: unset;
	right: 68px;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
	font-weight: 500;
	opacity: 1;
	visibility: visible;
}
.Ebook-sec .slick-arrow.slick-next {
	right: 15px;
	left: auto;
	bottom: -45px;
	top: unset;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
.Ebook-sec .slider-shadow .slick-list {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0;
	margin-top: 0;
}
/**********/

.advabbsec:after {
	content: unset!important
}
.vission-bb {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 500;
	background: url(/assets/img/ai-1.png) no-repeat;
	background-size: 100% 100% !important;
	text-align: center;
	padding: 33px 40px;
	margin: 0 auto;
	max-width: 863px;
}
.Other-courses .container {
	position: relative;
	z-index: 1;
}
/********/

.foo-years {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 500;
	background: url(/assets/img/ai-1.png) no-repeat;
	background-size: 100% 100% !important;
	text-align: center;
	padding: 33px 40px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	max-width: 500px;
}
.footer-widget .widget_title a {
	padding-left: 0;
	max-width: unset;
	padding-right: 0;
	padding: 0 0;
	background: transparent;
	margin-bottom: 0;
	color: #fff !important;
	font-weight: 700
}
.tyyy {
	padding-left: 50px
}
/************/
 
.header-search {
	position: relative
}
.header-search input {
	height: 33px;
	padding: 0 25px 0 5px;
	padding-right: 45px;
	width: 251px;
	border-radius: 5px;
}
.header-search button {
	position: absolute;
	right: 19px;
	background: transparent;
	border: unset;
	top: 4px;
}
/***********/
   /***********/
	
.Shortstory-sec {
	position: relative;
	padding: 70px 0 40px
}
.shortstory-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.shortstory-kids-box-img {
	position: relative;
	overflow: hidden
}
.shortstory-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.shortstory-kids-box-content {
	position: relative;
	margin-top: 10px
}
.shortstory-kids-box-content h3 {
	font-size: 18px;
	margin-bottom: 0
}
.ss-riii-col-8 {
	width: 100%;
}
/*************/



/* Sidebar Title */





/**************/


/*************/

.thumb-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5eaee;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0px;
}
.thumb-post:hover {
}
.thumb-post.active {
}
.thumb-post:last-child {
}
.thumb-post .post-title {
	font-size: 17px;
	margin-bottom: 3px;
	font-weight: 600;
	overflow: hidden;
}
.thumb-post .post-title a {
	color: #fff;
	font-weight: 700;
}
.thumb-post .post-title a:hover {
	color: var(--theme-color);
}
.thumb-post.active .post-title a {
	color: var(--theme-color2);
}
.thumb-post .media-img {
	margin-right: 15px;
	overflow: hidden;
	border-radius: 5px;
	width: 90px;
}
.thumb-post .media-img img {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	transform: scale(1.001);
	height: 54px;
	object-fit: cover;
}
.thumb-post:hover .media-img img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/***********/

/**********/

/***********/
	
.Short-st-main-sec {
	position: relative;
	padding: 60px 0 60px;
}
.Short-st-main-sec:nth-child(odd) {
	background-image: url(/assets/img/cc-doodle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.Short-st-main-sec:nth-child(even) {
 --body-color:#fff;
 --title-color:#fff;
	background: #ff215a;
}
.Short-st-main-sec:nth-child(even):before {
	content: '';
	background-image: url(/assets/img/game_curve_bottom.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left bottom;
	position: absolute;
	top: -12px;
	left: 0;
}
.Short-st-main-sec:nth-child(even):after {
	content: '';
	background-image: url(/assets/img/game_curve_top.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	background-position: left top;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.Short-st-main-sec:nth-child(2) {
	background: #ff215a;
}
.Short-st-main-sec:nth-child(4) {
	background: var(--theme-color4);
}
.Short-st-main-sec:nth-child(6) {
	background: var(--theme-color5);
}
.Short-st-main-sec:nth-child(8) {
	background: var(--theme-color6);
}
.Short-st-main-sec:nth-child(10) {
	background: #ff215a;
}
.Short-st-main-sec:nth-child(12) {
	background: var(--theme-color4);
}
.Short-st-main-sec:nth-child(14) {
	background: var(--theme-color5);
}
.Short-st-main-sec:nth-child(16) {
	background: var(--theme-color6);
}
.shootts-kids-box {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.shootts-kids-box-img {
	position: relative;
	overflow: hidden
}
.shootts-kids-box-img img {
	width: 100%;
	height: 12vw;
	object-fit: cover;
	border-radius: 10px;
}
.shootts-kids-box-content {
	position: relative;
	margin-top: 10px
}
.shootts-kids-box-content h3 {
	font-size: 17px;
	margin-bottom: 0
}
.Short-st-main-sec .slick-arrow {
	right: 0;
	left: auto;
	top: -40px;
	bottom: unset;
	right: 58px;
	background-color: #91d615;
	border: 1px solid #91d615;
	color: #fff;
	font-weight: 600;
	opacity: 1;
	visibility: visible;
	width: 39px;
	height: 39px;
	font-size: 14px;
}
.Short-st-main-sec .slick-arrow.slick-next {
	right: 0;
	left: auto;
	top: -40px;
	bottom: unset;
	background-color: #91d615;
	border: 1px solid #91d615;
}
.Short-st-main-sec .slider-shadow .slick-list {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0;
	margin-top: 0;
}
/*********/

.Short-st-main-sec-right {
	padding-top: 0px;
	margin-bottom: 30px;
}
/**********/



/* Sidebar Title */

/* Category List */



/**************/

/*********/

 
.short-story-inse-sec {
	padding: 40px 0 30px;
	position: relative;
}
/************/

.short-stt-ss-one {
	position: relative;
	padding: 0 0 0;
	margin: 20px 0 0;
}
.short-stt-ss-one h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	display: block
}
.short-stt-ss-one h4 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	padding-top: 15px;
	position: relative;
	display: block
}
.short-stt-ss-one ul {
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	margin-top: 20px;
	display: block;
}
.short-stt-ss-one ul li {
	display: block;
	list-style: none;
	position: relative;
	margin-bottom: 0;
	padding-left: 18px;
	background: #fff0f4;
	padding: 10px 15px;
	padding-left: 46px;
}
.short-stt-ss-one ul li:nth-child(odd) {
	background: #fff0f4;
}
.short-stt-ss-one ul li:nth-child(even) {
	background: #fbfff2;
}
.short-stt-ss-one ul li:before {
	font-family: var(--icon-font);
	font-weight: 900;
	color: var(--theme-color);
	position: absolute;
	left: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	content: "\f336";
}
/***********/

.short-stt-ss-two {
	position: relative;
	padding: 0 0 0;
	margin: 20px 0 0;
}
.short-stt-ss-two h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	display: block
}
/*********/

/*************/

/***************/
.ibm-bcrms-main {
	position: relative;
	padding-top: 0px;
}
.ibm-bcrms {
	position: relative;
	padding: 13px 0 13px;
	text-align: left;
	background: var(--theme-color2);
	text-align: center;
}
.ibm-breadcrumb {
	margin-bottom: 0;
	list-style: none;
	border-radius: 0;
	padding: 0px 0;
}
.ibm-breadcrumb li {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	font-weight: 500;
}
.ibm-bcrms h3 {
	font-size: 30px;
	color: #fff;
	padding-top: 0;
	padding: 11px 0;
	margin-bottom: 0px;
}
.ibm-breadcrumb li a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}
.ibm-breadcrumb li a:hover {
	color: #fff;
	text-decoration:underline;
}
.ibm-breadcrumb li i {
	color: #fff;
}
.ibm-breadcrumb li:after {
	content: "\f105";
	position: relative;
	margin-left: 10px;
	margin-right: 3px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	font-family: var(--icon-font);
}
.ibm-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.ibm-breadcrumb li:last-child:after {
	content: unset!important;
}
/********/
/*************/
.Short-detail-sec-right {
	position: relative;
	padding-top: 0px;
	margin-bottom: 30px;
}
/*********/

.detail-ss-one-box {
	position: relative;
	background: #f6e9ff;
	padding: 20px 0;
	border-radius: 10px;
}
/*******/

.s-row-story {
}
.s-row-story img {
	border-radius: 8px;
}
/* Media Featured Box
-----------------------------------------------------------------*/

.media-box {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0px;
	background: transparent;
	width: 100%;
	position: relative;
	border-radius: 20px;
}
.media-box .fbox-media {
	margin: 0 0 1.5rem;
}
.media-box .fbox-media, .media-box .fbox-media a, .media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.media-box .fbox-media iframe {
	display: block;
}
.media-box p {
	margin-top: 1rem;
}
.media-box.fbox-bg .fbox-media {
	margin: 0;
}
.media-box.fbox-bg .fbox-media img {
	border-radius: 20px;
}
.wrapper {
	border-radius: 20px;
	margin: 0px auto;
	padding: 0 0px;
}
.youtube {
	background-color: transparent;
	position: relative;
	padding-top: 57.00%;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}
.youtube img {
	width: 100%;
	top: -15.82%;
	left: 0;
	opacity: 1;
}
.youtube .play-button {
	width: 70px;
	height: 50px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 9px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #fff;
}
.youtube img, .youtube .play-button {
	cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
	position: absolute!important;
}
.youtube .play-button, .youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.wrapper:hover .youtube .play-button {
	background-color: red;
}
/*************/
.s-row-story h4 {
	color: var(--theme-color);
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*********/

.story-content-other {
	position: relative;
	padding: 10px 0 0;
}
.story-content-other p {
	font-weight: 400;
}
.story-content-other h3 {
	font-size: 25px;
	margin-top: 20px;
	font-weight: 700;
	color: var(--theme-color);
}
.story-content-other h4 {
	color: var(--title-color);
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.story-content-other ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	padding-left: 20px;
}
.story-content-other ol li {
	position: relative;
	padding-left: 0px;
	list-style: decimal;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 5px;
}
/*********/

.donn-nn-text-center {
	text-align: center;
	background: #f8bb0a;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.donn-nn {
}
.donn-nn img {
	max-width: 197px;
}
/*******/

.bb-menu {
	position: absolute;
	right: 0;
	top: 20px;
	content: "";
	z-index: 2;
}
.detail-ss-one-box .title-area {
	padding-right: 40px
}
.bb-menulast {
	position: absolute;
	right: 27px;
	bottom: 40px;
	content: "";
	z-index: 2;
}
.thumb-post-mm {
	Background: var(--theme-color3);
	max-width: 410px;
	padding: 2px 20px;
	border-radius: 20px;
	margin-right: 58px;
	background: #fff;
	border-radius: 100px;
	padding: 10px 50px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	color: #7619b8;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.25;
	text-transform: capitalize;
	font-weight: 700;
	background-size: 100% 100% !important;
	padding: 5px 39px;
	background: url(/assets/img/heading-bg.png) no-repeat;
}
.thumb-post-mm .thumb-post {
	margin-bottom: 0
}
.thumb-post-mm .thumb-post .post-title {
	font-size: 17px;
	margin-bottom: 3px;
	font-weight: 600;
	overflow: hidden;
	margin-top: 0;
}
/**********/


/**********/

.Innser-banner-sec {
	position: relative;
	width: 100%;
	text-align: center;
}
.Banner-slide-inner {
	position: absolute;
	top: 0;
	z-index: 9;
	color: #fff;
	left: 0;
	text-align: center;
	right: 0;
	display: flex;
	align-items: center;
	bottom: 0;
}
.Banner-slide-inner .container {
	position: relative;
	z-index: 3;
}
.hero-stylett {
	padding-left: 0;
	width: 631px;
	margin: 0px auto;
	text-align: center;
}
.hero-titlett {
	font-size: 55px;
	font-weight: 600;
	line-height: 1.139;
	color: var(--white-color);
	margin-bottom: 17px;
	text-shadow: 0px 5px 20px #ced0d3;
	text-shadow: 0px 5px 20px #ced0d3;
	font-weight: 600;
	font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif !important;
	text-shadow: 0px 5px 20px #040404;
	text-align: center;
}
.hero-texttt {
	font-size: 21px;
	color: var(--white-color);
	margin-bottom: 3px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Bree Serif", serif;
	text-shadow: 0px 5px 20px #040404;
	/* font-size: 29PX;
	font-weight: 600;
	font-family: var(--banner-font); */
}
/********/
.liooo-rosw {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.liooo-rosw > div {
	padding-left: 0;
	padding-right: 0
}
.liooo-rosw > div.col-xl-9 {
	padding-left: 30px
}
/********/
	
.short-story-inse-sec-mains {
	position: relative
}
.short-story-inse-secdd {
	padding: 40px 0 30px;
	position: relative;
	background: #f6e9ff;
}
/***********/

.rrtt-shor {
}
.Rythem-sec.rrtt-shor .slick-arrow {
	right: 0;
	left: auto;
	top: -45px;
	bottom: unset;
	right: 68px;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff;
	font-weight: 500;
	opacity: 1;
	visibility: visible;
}
.Rythem-sec.rrtt-shor .slick-arrow.slick-next {
	right: 15px;
	bottom: unset;
	top: -45px;
	bottom: unset;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
}
/*********/

.related-auto {
	width: calc(100% - 100px)
}
.aa-center-mm {
	width: calc(100% - 190px);
	display: block;
	margin: 0 auto;
}
.Adaasec {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.Adaasec h3 {
	background: url(/assets/img/aa2.png) no-repeat;
	margin: 0px auto 0px;
	text-align: center;
	width: 255px;
	color: #fff;
	line-height: 1.3;
	padding: 10px 20px;
	min-height: 181px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 700;
}
.Adaasec p {
	color: #fff;
}
.Social-img h3 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 10px;
}
/*******/

.Share-img {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 30px
}
.Share-img a {
	text-align: center;
	margin: 0 3px
}
.Share-img a img {
	width: 40px
}
/*********/

.Share-mmsec {
}
.InShare-mmsec {
	padding-top: 20px
}

/* new scripts added below to prevent loading mobile image on desktop */
@media (max-width: 768px) {
  .bann-img {
    display: none;
  }
}

@media (min-width: 769px) {
  .mob-banner {
    display: none;
  }
}
/* end of prevent loading mobile image on desktop */

/* detail page title without banner image starts */
.story-banner-clean,
.story-banner-clean::before,
.story-banner-clean::after,
.story-banner-clean .Banner-slide-inner::before,
.story-banner-clean .Banner-slide-inner::after {
  background-image: none !important;
  content: none !important;
}

/* Main banner container */
.Innser-banner-sec.story-banner-clean {
  background-color: #f6d94b !important; /* yellow */
  min-height: 140px !important;         /* ~50% height */
  padding: 24px 12px !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Remove inherited positioning tricks */
.story-banner-clean .Banner-slide-inner {
  position: static !important;
  width: 100%;
}

/* Content alignment */
.story-banner-clean .story-banner-content {
  text-align: center;
}

/* H1 title */
.story-banner-clean .story-banner-title {
  color: #000 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 2rem !important;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  text-shadow: none !important;
}

/* Description text */
.story-banner-clean .story-banner-text {
  color: #000 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 1.25rem !important; /* doubled */
  line-height: 1.6;
  margin: 0;
  text-shadow: none !important;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .Innser-banner-sec.story-banner-clean {
    min-height: 120px !important;
    padding: 20px 10px !important;
  }

  .story-banner-clean .story-banner-title {
    font-size: 1.9rem !important;
  }

  .story-banner-clean .story-banner-text {
    font-size: 1.1rem !important;
  }
}
/* ===== FIX EXTRA TOP GAP (MOBILE ONLY) ===== */
@media (max-width: 768px) {

  .Innser-banner-sec {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .Innser-banner-sec .Banner-slide-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: auto !important;
    transform: none !important;
  }

  .Innser-banner-sec .hero-stylett {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .Innser-banner-sec h1 {
    margin-top: 0 !important;
  }
}
/* detail page title without banner image ends */
/* animated movies streaming site logo box style starts */
.streaming-box {
	margin: 20px auto;
	padding: 20px 20px;
	max-width: 420px;
	border: 2px solid #0088cc;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family: sans-serif;
}
/* animated movies streaming site logo box style ends */

/* carousel fix starts */
.custom-slick-arrows {
    position: absolute;
    top: 55%;
    left: 0;
	right: 0;
    transform: translateY(-55%);
    pointer-events: none;
    z-index: 100;
}

/* Left arrow on first thumbnail */
.custom-slick-arrows .slick-prev {
    position: absolute;
    left: 8px;     /* adjust to taste */
    pointer-events: auto;
}

/* Right arrow on last thumbnail */
.custom-slick-arrows .slick-next {
    position: absolute;
    right: 8px;    /* adjust to taste */
    pointer-events: auto;
}

/* === Fix slick arrow vertical position on mobile === */
@media (max-width: 767px) {
    .custom-slick-arrows {
        top: 1%;                 /* move arrows up */
        transform: translateY(-1%);
    }
}
/* carousel fix ends */
/* body text normal font starts */
.short-story-inse-sec .container p,
.short-story-inse-sec-mains .container p {
  font-weight: 400;
}
/* body text normal font ends */
/* hide horizontal scrol bar */
html {
    overflow-x: hidden;
}
/* navigational button style */
a.a-nav {
	background: #91d615;
	border-radius: 8px;
	padding: 10px 10px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.25;
}
a.a-nav:hover {
	background: #6B9C10;
}
.med-img {
  max-width: 100%;
  height: auto;
}
.sml-img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .med-img {
    max-width: 80% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sml-img {
    max-width: 60% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.clearfix {
	clear: both;
	display: block;
	font-size: inherit;
	height: 0;
	line-height: 0;
}
.gap {
	height: 15px;
}
