:root {
	--main-color-one: #0a0464;
	--main-color-two: #282191;
	--primary-light: #271f99;
	--primary-dark: #020027;
	--secondary-color: #9f1d23;
	--selection-color: #211c87;
	--heading-color: #333333;
	--paragraph-color: #171717;
	--white-color: #ffffff;
	--heading-font: 'Poppins', sans-serif;
	--body-font: 'Quicksand', sans-serif;
	--box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	max-width: 100vw;
}

* {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	html.overflowYStop-min {
		overflow-y: hidden;
	}
}

@media (max-width: 767) {
}

@media (max-width: 576px) {
	.sec-main .container {
		padding: 0 2rem;
	}
}

body {
	color: var(--paragraph-color);
	background: var(--white-color);
	min-width: 320px;
	font-family: var(--body-font);
	font-size: 1.6rem;
	line-height: 2.8rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@media only screen and (min-width: 1025px) {
	a[href^='tel'],
	a[href^='skype'],
	a[href^='sms'] {
		cursor: pointer;
	}
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* ol,
ul {
	list-style: none;
} */

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Reset End*/
/*Typography start*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	font-weight: 600;
	margin: 0 0 1rem;
	color: var(--heading-color);
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.2rem;
}

h5 {
	font-size: 2rem;
}

h6 {
	font-size: 1.7rem;
}

p {
	margin: 0 0 2rem;
	font-size: 1.6rem;
	color: var(--paragraph-color);
	line-height: 2.8rem;
	margin-bottom: 1.5rem;
}

a {
	color: var(--main-color-one);
	text-decoration: none;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

a:hover,
a:focus {
	text-decoration: none;
	color: var(--main-color-one);
}

/*Typography End*/
*::-moz-selection {
	background: var(--selection-color);
	/* WebKit/Blink Browsers */
	color: var(--white-color);
}

*::selection {
	background: var(--selection-color);
	/* WebKit/Blink Browsers */
	color: var(--white-color);
}

*::-moz-selection {
	background: var(--selection-color);
	/* Gecko Browsers */
	color: var(--white-color);
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.text-primary {
	color: var(--main-color-one) !important;
}

h2.sec-heading {
	font-size: 2.8rem;
}

/*
.link-btn {
	position: relative;
	padding: 1.2rem 2.6rem;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 5px;
	text-transform: uppercase;
}

.link-btn.btn-shadow {
	-webkit-box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 40%);
	box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 40%);
}

.link-btn.btn-small {
	padding: 0.8rem 1.5rem;
	text-transform: capitalize;
	font-size: 1.4rem;
}

form .link-btn {
	border: 0;
}

.link-btn.btn-style-1 {
	background: var(--main-color-one);
	color: var(--white-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn.btn-style-1:before {
	border-color: var(--main-color-one);
	border-left-width: 2px;
	border-top-width: 2px;
	left: -5px;
	top: -5px;
}

.link-btn.btn-style-1:after {
	border-bottom-width: 2px;
	border-color: var(--main-color-one);
	border-right-width: 2px;
	bottom: -5px;
	right: -5px;
}

.link-btn.btn-style-1:hover {
	background: var(--main-color-two);
}

.link-btn.btn-style-1.hover-white:hover {
	background: var(--white-color);
	color: var(--main-color-two);
}

.link-btn.btn-style-1.hover-white:hover::before,
.link-btn.btn-style-1.hover-white:hover::after {
	border-color: var(--white-color);
}

.link-btn.btn-style-1:hover::before,
.link-btn.btn-style-1:hover::after {
	height: 100%;
	width: 100%;
	border-color: var(--main-color-two);
}

.link-btn.btn-no-border:before,
.link-btn.btn-no-border:after {
	display: none;
}

.link-btn.btn-style-2 {
	background: var(--main-color-two);
	color: var(--white-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn.btn-style-2:before {
	border-color: var(--main-color-two);
	border-left-width: 2px;
	border-top-width: 2px;
	left: -5px;
	top: -5px;
}

.link-btn.btn-style-2:after {
	border-bottom-width: 2px;
	border-color: var(--main-color-two);
	border-right-width: 2px;
	bottom: -5px;
	right: -5px;
}

.link-btn.btn-style-2:hover {
	background: var(--main-color-one);
}

.link-btn.btn-style-2:hover::before,
.link-btn.btn-style-2:hover::after {
	height: 100%;
	width: 100%;
	border-color: var(--main-color-one);
}
*/

.link-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 3.125rem;
	border-radius: 3rem;
	overflow: hidden;
	text-decoration: none;
	letter-spacing: 0.0625rem;
	line-height: 1;
	font-family: var(--heading-font);
	font-size: 1.5rem;
	font-weight: 600;
	z-index: 1;
	transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.link-btn::before {
	content: "";
	position: absolute;
	top: -40%;
	left: -60%;
	width: 42%;
	height: 220%;
	transform: rotate(25deg) translateX(-220%);
	transition: transform 0.45s ease;
	z-index: -1;
}

.link-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease 0.12s;
	z-index: -2;
}

.link-btn:hover::before {
	transform: rotate(25deg) translateX(420%);
}

.link-btn:hover::after {
	transform: scaleX(1);
}

/* BTN STYLE 1 */
.link-btn.btn-style-1 {
	background: var(--main-color-one);
	color: var(--white-color);
	box-shadow: var(--box-shadow);
}

.link-btn.btn-style-1::before {
	background: var(--primary-light);
}

.link-btn.btn-style-1::after {
	background: var(--main-color-two);
}

.link-btn.btn-style-1:hover {
	color: var(--white-color);
}

/* BTN STYLE 2 */
.link-btn.btn-style-2 {
	background: var(--white-color);
	color: var(--main-color-one);
	border: 0.125rem solid var(--main-color-one);
}

.link-btn.btn-style-2::before {
	background: var(--primary-light);
}

.link-btn.btn-style-2::after {
	background: var(--main-color-one);
}

.link-btn.btn-style-2:hover {
	color: var(--white-color);
	border-color: var(--main-color-one);
}

/* Botton3 Style */

.link-btn.btn-style-3 {
	color: var(--secondary-color-one);
	padding: 1.5rem 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn.btn-style-3:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f054';
	margin-left: 0.8rem;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn.btn-style-3:hover,
.link-btn.btn-style-3:hover:after {
	color: var(--main-color-one);
}

.link-btn.btn-style-3:before {
	position: absolute;
	background-color: var(--main-color-one);
	bottom: 1rem;
	left: 0;
	width: 0;
	height: 1px;
	display: block;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	content: '';
	opacity: 0;
}

.link-btn.btn-style-3:hover::before {
	width: 80%;
	opacity: 1;
	transition-delay: 0.07s;
}

.font-italic {
	font-style: italic;
}

.sec-main {
	position: relative;
	padding: 8rem 0;
}

.sec-title {
	position: relative;
	margin-bottom: 3rem;
}

.sec-title .title-big {
	position: relative;
	font-size: 3.8rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	font-family: var(--heading-font);
	font-style: normal;
	line-height: 4.8rem;
	text-decoration: none;
	text-transform: capitalize;
}

.sec-title .title-big.inner-title {
	font-size: 3rem;
	margin-bottom: 0;
}

/* .sec-title .title-big span {
  font-weight: 700;
} */
.title-big.border-left,
.title-big.border-left-red {
	padding-left: 2rem;
}

.title-big.border-left:before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid var(--main-color-two);
}

.title-big.border-left-red:before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid var(--main-color-one);
}

.sec-title .title-small {
	position: relative;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	color: var(--main-color-one);
	text-transform: uppercase;
	font-family: var(--body-font);
}

.sec-title .title-big.inner-title-small {
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin-bottom: 0;
}

.sec-title .title-text {
	font-size: 1.9rem;
	max-width: 38rem;
}

.sec-title.center .title-text {
	margin: 0 auto;
}

.title-seperator {
	position: relative;
	display: inline-flex;
}

.title-seperator:before {
	position: absolute;
	content: '';
	background-color: var(--main-color-one);
	display: block;
	width: 5rem;
	top: 1.2rem;
	height: 2px;
	left: -5rem;
}

.title-seperator:after {
	position: absolute;
	content: '';
	background-color: var(--main-color-one);
	display: block;
	width: 5rem;
	top: 1.2rem;
	height: 2px;
	right: -5rem;
}

.title-seperator .title-big:before {
	position: absolute;
	content: '';
	background-color: var(--main-color-one);
	display: block;
	width: 3rem;
	top: 2.2rem;
	height: 2px;
	left: -4rem;
}

.title-seperator .title-big:after {
	position: absolute;
	content: '';
	background-color: var(--main-color-one);
	display: block;
	width: 3rem;
	top: 2.2rem;
	height: 2px;
	right: -4rem;
}

.title-seperator.left:before,
.title-seperator.left .title-big:before,
.title-seperator.right:after,
.title-seperator.right .title-big:after {
	display: none;
	width: 0;
	height: 0;
}

.black-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 60%);
	z-index: 1;
}

.d-black-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 80%);
}

.white-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.644);
}

.l-white-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.45);
}

.green-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(155, 203, 60, 0.75);
	z-index: 1;
}

.bg-grey {
	background-color: #f6f6f6;
}

.bg-sec {
	background-size: cover;
	background-position: center center;
}

.bg-sec-down {
	background-size: cover;
	background-position: center bottom;
}

.parallax-image {
	background-attachment: fixed;
}

.sec-main .container {
	position: relative;
	z-index: 1;
}

.sec-title.sec-title-white,
.sec-title.sec-title-white * {
	color: var(--white-color);
}

.text-center {
	text-align: center;
}

.border-right {
	border-right: 1px solid #8f8f8f;
}

.owl-theme .owl-dots .owl-dot span {
	transition: all 0.3s ease-in 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color-one);
	width: 20px;
}

/*Animation*/
.animate__animated.animate__delay-200ms {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animate__animated.animate__delay-500ms {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animate__animated.animate__delay-800ms {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
/* Wp theme style */
ul.wp-block-list {
	list-style: inherit;
}

/* Header */
header#header {
	position: absolute;
	width: 100%;
}

/*Header lower*/
.header-lower {
	position: relative;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header-menu-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu-wrapper .logo-sec {
	display: flex;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
	padding: 0.5rem 2rem;
}

.header-menu-wrapper .logo-sec img {
	max-height: 7rem;
	max-width: 30rem;
	width: auto;
}

header .header-lower.stickymenu {
	position: fixed;
	background: var(--white-color);
	top: 0px;
	left: 0px;
	bottom: auto;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 2px 5px 0 rgba(61, 43, 43, 0.1);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
body.logged-in header .header-lower.stickymenu {
	top: 32px;
}
/* menu */
.nav-menu-list {
	background-color: var(--main-color-two);
}

header .container nav.menu-sec {
	margin-left: auto;
	height: 100%;
}

header .container nav.menu-sec .nav-menu {
	flex-direction: row;
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100%;
	list-style: none;
}

header .container nav.menu-sec ul li a {
	position: relative;
	line-height: 4.4rem;
	padding: 0 2rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--white-color);
	display: block;
	text-transform: uppercase;
	transition: all 0.3s ease-in 0s;
}

header .container nav.menu-sec > ul > li.active > a,
header .container nav.menu-sec > ul > li:hover > a {
	color: var(--secondary-color);
}

header .container nav.menu-sec > ul > li.submenu > ul > li.active > a,
header .container nav.menu-sec > ul > li > ul > li:hover > a {
	color: var(--secondary-color);
}

header .container nav.menu-sec .nav-menu > li {
	position: relative;
	height: 100%;
	align-content: center;
}
/* header .container nav.menu-sec .nav-menu > li > ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	min-width: 20rem;
	max-width: 70vw;
	border-radius: 0 0 6px 6px;
	transform: translate(0px, 50px);
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
	transition:
		transform 0.2s ease-in 0s,
		opacity 0.3s ease-in 0s;
}

header .container nav.menu-sec .nav-menu > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
} */

header .container nav.menu-sec .nav-menu > li > ul.sub-menu {
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	min-width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f5f5f5;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.25s ease;
	z-index: 99;
}

header .container nav.menu-sec .nav-menu > li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu a {
	line-height: 4rem;
	color: #415158;
	white-space: nowrap;
	padding-right: 4rem;
	border-bottom: 1px solid #ddd;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu li:last-child > a {
	border-bottom: 0;
}

header .container nav.menu-sec .nav-menu > li:hover > ul.sub-menu > li:hover > a {
	color: var(--main-color-one);
}

header nav.menu-sec .nav-menu > li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f078';
	font-size: 1rem;
	margin-left: 0.5rem;
}

header .container nav.menu-sec .nav-menu > li.menu-item-has-children ul > li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	font-size: 1rem;
	margin-left: 0.5rem;
	position: absolute;
	right: 1rem;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu > li a {
	color: #415158;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu li {
	position: relative;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	top: 0%;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	min-width: 20rem;
	max-width: 70vw;
	border-radius: 0 0 6px 6px;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #415158;
	background-color: #f5f5f5;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
	transform: translate(-56px, 0px);
	transition:
		transform 0.2s ease-in 0s,
		opacity 0.3s ease-in 0s;
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
	/* transition: transform 0.3s ease-in 0s; */
}

header .container nav.menu-sec .nav-menu > li > ul.sub-menu > li > ul.sub-menu li:hover > a {
	color: var(--main-color-one);
}

header .container nav.menu-sec .nav-menu > li:nth-child(n + 5) > ul.sub-menu > li > ul.sub-menu {
	right: 100%;
	left: auto;
}

.header-menu-wrapper {
	position: relative;
}

.header-right-icons {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

/* Search */

.top-search-btn {
	cursor: pointer;
	margin-left: 2rem;
	color: var(--heading-color);
}

.stickymenu .top-search-btn {
	color: var(--heading-color);
}

.top-search-btn {
	font-size: 2rem;
	line-height: 2rem;
	transition: all 0.3s ease-in 0s;
}

.top-search-btn:hover {
	color: var(--main-color-one);
}

.search-container form.search-form {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff;
}

.search-container input.search-field {
	width: calc(100% - 4.6rem);
	background: transparent;
	border: 0;
	font-size: 5rem;
	padding: 2rem 0rem;
	color: var(--white-color);
	outline: none;
}

.search-container button.search-submit {
	background: transparent;
	color: #ffffff;
	border: 0;
	outline: 0;
	border-radius: 0;
	font-size: 3.8rem;

	transition: color 0.3s ease-in 0s;
}

.search-container button.search-submit:hover {
	color: var(--main-color-one);
}

.top-search-close {
	background: transparent;
	border: 0;
	right: 3rem;
	top: 2.6rem;
	position: absolute;
	transition: all 0.3s ease-in 0s;
	cursor: pointer;
}
.top-search-close i {
	color: #cecece;
	font-size: 4rem;
}

/* .top-search-close:hover {
  transform: rotate(90deg);
} */

.top-search-btn.mobile-search {
	display: none;
	color: #ffffff;
}
/* Fullscreen overlay hidden by default */
.search-overlay {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	z-index: 101;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: top 0.4s ease;
	visibility: hidden;
}

/* Open class */
.search-overlay.open {
	top: 0;
	visibility: visible;
}

/* Language switcher */
.language-switcher {
	position: relative;
	display: inline-block;
}

.lang-btn {
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	color: var(--heading-color);
}
.stickymenu .lang-btn {
	color: var(--heading-color);
}
.lang-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	min-width: 20rem;
	max-width: 70vw;
	border-radius: 0 0 6px 6px;
	transform: translate(0px, 27px);
	/* text-align: left; */
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
	transition:
		transform 0.2s ease-in 0s,
		opacity 0.3s ease-in 0s;
	z-index: 102;
}
.lang-dropdown .gtranslate_wrapper {
	display: flex;
	flex-direction: column;
}
.lang-dropdown .gtranslate_wrapper a.glink {
	padding: 1rem 1.5rem;
	color: var(--heading-color);
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}
.lang-dropdown .gtranslate_wrapper a.glink span {
	font-size: 1.5rem;
}
.lang-dropdown .gtranslate_wrapper a.glink.gt-current-lang {
	color: var(--main-color-one);
}
.lang-dropdown .gtranslate_wrapper a.glink:hover,
.lang-dropdown .gtranslate_wrapper a.glink.gt-current-lang:hover {
	background-color: var(--primary-light);
	color: var(--white-color);
}

/* Mobile Menu */
/* .mobile-menu {
    position: fixed;
    top: 0;
    right: -35rem; 
    width: 35rem;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);
    overflow-y: auto;
    padding: 2rem;
}

.mobile-menu.open {
    right: 0;
} */

/* Overlay */
/* .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
} */
.mobile-menu-toggle {
	background: transparent;
	border: 0;
	font-size: 2rem;
	color: var(--heading-color);
}
/* Close button */
.mobile-menu-close {
	background: none;
	border: none;
	font-size: 1.5rem;
	position: absolute;
	top: 0px;
	right: 20px;
	color: var(--white-color);
}

/*Outer Nav*/
.outer-nav {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	width: 36rem;
	padding: 2rem 0rem;
	height: 100%;
	background-color: var(--primary-dark);
	background-image: url("https://janabahal.com/wp-content/uploads/2026/04/pnew2.png");
	background-position: top left;
	background-repeat: repeat;
	background-size: 500px;
	transition: all 0.4s ease;
	overflow-y: auto;
	transform: translate(100%, 0px);
}

.outer-nav .nav-toggle span {
	background: var(--main-color-one);
}

.outer-nav .container {
	z-index: 9;
	position: relative;
}

.outer-nav #outermenu {
	padding-top: 3rem;
}
.outer-nav .logo-sec img {
	height: 90px;
}
.outer-nav #outermenu::-webkit-scrollbar {
	width: 0.5rem;
}

.outer-nav #outermenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.outer-nav #outermenu::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--white-color);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.outer-nav #outermenu::-webkit-scrollbar-thumb:window-inactive {
	background-color: var(--white-color);
}

.outer-nav .navul > li {
	display: block;
	opacity: 0;
	transition: all 0.3s ease;
}

.outer-nav .navul > li > a {
	color: var(--white-color);
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 500;
}

.outer-nav .navul > li.active > a {
	color: var(--main-color-one);
}

.outer-nav.open {
	transform: translate(0px, 0px);
}

/* .outer-nav.open .navul.checklink {
  padding: 0;
  text-align: left;
} */
.outer-nav .navul {
	padding: 0;
	padding-top: 20px;
	text-align: left;
}
.outer-nav.open .navul > li {
	position: relative;
	opacity: 1;
	margin-left: 0;
	padding: 1.5rem 2rem;
}

.outer-nav .submenu-toggle {
	position: absolute;
	right: 10px;
	cursor: pointer;
	margin-left: 8px;
	color: var(--white-color);
}
.outer-nav .navul li.menu-item-has-children > ul {
	overflow: hidden; /* hide content when collapsed */
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	transition: all 0.3s ease;
}

/* .outer-nav .navul li.menu-item-has-children.open > ul {
	display: block;
} */

.outer-nav .navul li.menu-item-has-children > ul > li {
	padding: 1rem 2rem;
	padding-right: 0;
}
.outer-nav .navul li.menu-item-has-children > ul > li:first-child {
	margin-top: 2rem;
}

.outer-nav .navul li.menu-item-has-children > ul > li a {
	color: var(--white-color);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 500;
}

/*.outer-nav .navul li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	font-size: 1.2rem;
	margin-left: 1rem;
}

.outer-nav .navul li.menu-item-has-children.open > a:after {
	content: '\f068';
}

.outer-nav-toggle.nav-toggle.open {
	z-index: 9999;
} */

/* mobile toggle overlay */
.jbd-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
	z-index: 99; /* below mobile menu which can be 999+ */
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

/* when menu is open */
.jbd-overlay.active {
	opacity: 1;
	visibility: visible;
}
/* Banner */
.slider-sec {
	position: relative;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
}

.banner-img {
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.slider-sec .banner-content {
	position: absolute;
	width: 90%;
	left: 50%;
	padding: 3rem 1.5rem;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2 !important;
}

.slider-sec .banner-content .content {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.slider-sec .banner-tiitle-small {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: var(--main-color-two);
	text-transform: uppercase;
	font-family: var(--body-font);
	font-weight: 600;
}

.slider-sec .banner-tiitle-big {
	font-size: 6rem;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 2rem;
	text-transform: capitalize;
}

.slider-sec .banner-text-big,
.slider-sec .banner-text-big p {
	font-size: 1.8rem;
	color: var(--white-color);
	margin-bottom: 1rem;
}

.slider-sec .owl-carousel .owl-item {
	overflow: hidden;
}

.slider-sec .owl-carousel .owl-nav {
	margin: 0;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev,
.slider-sec .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	width: 5rem;
	height: 5rem;
	border-radius: 0;
	overflow: hidden;
	background: rgb(0 0 0 / 22%);
	display: block;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s ease-in 0s;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev:hover,
.slider-sec .owl-carousel .owl-nav button.owl-next:hover {
	background: rgba(0, 0, 0, 0.548);
}

.slider-sec .owl-carousel .owl-nav button.owl-prev {
	left: 1.2rem;
}

.slider-sec .owl-carousel .owl-nav button.owl-next {
	right: 1.2rem;
}

.slider-sec .owl-carousel .owl-nav button.owl-prev span,
.slider-sec .owl-carousel .owl-nav button.owl-next span {
	font-size: 3.6rem;
	line-height: 3.5rem;
	color: var(--white-color);
}

.banner-zoom {
	animation: 50s ease 0s normal none infinite running zoomEffect;
	-webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
	-o-animation: 50s ease 0s normal none infinite running zoomEffect;
	-moz-o-animation: 50s ease 0s normal none infinite running zoomEffect;
}

@keyframes zoomEffect {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(2, 2);
	}
}

/*Landing Page Section*/
.about-pg-sec {
	background-image: url('https://janabahal.com/wp-content/uploads/2026/04/Asset-3.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 25%;
	background-attachment: fixed;
}
.about-pg-sec.sec-main.bg-greyc::after {
	background-image: none !important;
}
/*.festival-sec {
	background-image: url('https://janabahal.com/wp-content/uploads/2026/04/rath-wheels-1.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: initial;
	background-attachment: fixed;
}*/
.festival-sec {
  position: relative;
  overflow: hidden;
}

.festival-sec::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 800px;
  height: 800px;
  background-image: url('https://janabahal.com/wp-content/uploads/2026/04/rath-wheels-1.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) translateX(var(--moveX, 0px)) rotate(var(--rotate, 0deg));
  transition: transform 0.1s linear;
  z-index: 0;
}

.architecture-sec {
	background-image: url('https://janabahal.com/wp-content/uploads/2026/04/hand-lotus-1.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 400px;
}
.information-sec {
	background-image: url('https://janabahal.com/wp-content/uploads/2026/04/lotus-Pattern-1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: initial;
	background-attachment: fixed;
}
.about-pg-sec::after {
	position: absolute;
	content: '';
	background-image: url('https://janabahal.com/wp-content/uploads/2026/04/IMG_1534-Photoroom.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: clamp(180px, 30vw, 600px);
	left: clamp(0%, 10vw, 21%);
	height: 100%;
	opacity: 0.1;
	top: 0;
}
.about-pg-sec.sec-main.bg-grey::after {
	display: none;
}

/* About section */
.jbd-about-img {
	border-radius: 15px;
	overflow: hidden;
	height: 450px;
}
.jbd-about-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* JBD BLocks */

/* .owl-carousel-block .owl-stage {
	left: -20px;
} */
/* .owl-carousel .owl-stage-outer {
    overflow: visible !important;
} */
.jbd-block-box {
	background-color: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}

.jbd-block-img {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	height: 250px;
}

.jbd-block-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jbd-block-details {
	padding: 2rem;
	margin-bottom: 2rem;
}
.jbd-block-details h4 {
	min-height: 54px;
}

.jbd-block-details h4 a {
	color: var(--heading-color);
	font-weight: 500;
}

.jbd-block-details h4 a:hover {
	color: var(--main-color-two);
}
.jbd-block-content {
	height: 76px;
	display: block;
	overflow: hidden;
}
.text-mini {
	height: 126px;
	overflow: hidden;
	margin-bottom: 10px;
}

.owl-carousel .owl-stage {
	padding-left: 0;
	padding-right: 0;
}

/* Festival */
.jbd-big-block-item {
	margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.jbd-big-block-item::after {
	transition: all 0.3s;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 100%) !important;
}

.jbd-big-block-item .jbd-big-block-img {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.jbd-big-block-item img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all 0.5s;
}

.jbd-big-block-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.jbd-big-block-info {
	position: absolute;
	bottom: 20px;
	padding: 0 15px;
	z-index: 99;
}

.jbd-big-block-info h3 {
	color: var(--white-color);
	font-weight: 500;
}

.jbd-big-block-info span {
	color: var(--white-color);
}

.jbd-big-block-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 0, 0, 0.2);
	color: var(--white-color);

	opacity: 0;
	visibility: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 24px rgb(0 0 0/10%);
	transition: all 0.5s ease-in-out;
}

.jbd-big-block-item:hover .jbd-big-block-overlay {
	visibility: visible;
	opacity: 1;
}

.jbd-big-block-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

/* Information Area Blog */
.information-box {
	display: flex;
	background-color: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	height: 360px;
	margin-bottom: 4rem;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.information-box .image {
	width: 300px;
	height: 100%;
}

.information-box .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.information-box .details {
	width: calc(100% - 200px);
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.information-box .details .content {
	margin-bottom: 1.5rem;
}

.information-box .details h3 {
	font-weight: 500;
}
/* pagination */
.jbd-pagination {
	margin-top: 10rem;
}
.pagination-wrapper .nav-links {
	display: flex;
}
.pagination-wrapper .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	width: 5rem;
	height: 5rem;
	font-size: 1.6rem;
	padding: 0.5rem;
	border-radius: 4px;
	font-weight: 500;
	border: 1px solid var(--main-color-one); /* Default inactive border */
	color: var(--body-font); /* Default inactive text */
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Active page */
.pagination-wrapper .page-numbers.current {
	background-color: var(--main-color-one);
	color: var(--white-color);
	border: 1px solid var(--main-color-one);
}

/* Hover effect */
.pagination-wrapper .page-numbers:hover {
	background-color: var(--main-color-one);
	color: var(--white-color);
}

/* Prev/Next icons styling */
.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
	font-size: 1.1rem;
}

/* contact us */
.contact-map iframe {
	width: 100%;
	height: 500px;
}

.contact-wrapper {
	background: #ffffff;
	box-shadow: var(--box-shadow);
}

.contact-box {
	display: flex;
	align-items: center;
	box-shadow: var(--box-shadow);
	padding: 15px 20px;
}

.contact-box {
	display: flex;
	align-items: center;
	box-shadow: var(--box-shadow);
	padding: 50px 45px;
	min-height: 215px;
}

.contact-box .icon {
	font-size: 4rem;
	margin-right: 30px;
	color: var(--main-color-two);
}

h3.contact-title {
	font-size: 2.2rem;
	font-weight: 500;
}

p.contact-text {
	margin-bottom: 0;
}

/* Click To Call */
.callfixed-wrapper {
	display: block;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	z-index: 9999 !important;
}

.clicktocall a {
	display: block;
	position: relative;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: var(--main-color-one);
	padding: 1.3rem;
	color: var(--white-color);
	text-align: center;
	line-height: 3.5rem;
	font-size: 2.2rem;
	z-index: 9;
}

.clicktocall::after {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: -1rem;
	right: 1rem;
	border: 2rem solid transparent;
	border-right-color: var(--main-color-one);
	transform: rotate(-20deg);
}

.clicktocall img {
	z-index: 1;
	position: relative;
	max-width: 100%;
}

/* Blog */
.blog-thumb-img {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 500px;
	overflow: hidden;
}

.blog-single-area img {
	border-radius: 12px;
	max-height: 500px; /* shrink tall images */
	max-width: 100%; /* prevent overflow horizontally */
	height: auto; /* keep aspect ratio */
	width: auto; /* keep aspect ratio */
	object-fit: contain; /* scale image inside box */
	object-position: center; /* center the image */
	display: block;

	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blockqoute {
	background: #eee;
	border-left: 5px solid var(--main-color-one);
	padding: 30px;
	font-size: 17px;
	font-style: italic;
	margin: 20px 0;
}

.blog-details-tags {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-details-tags ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.blog-details-tags ul a {
	border: 1px solid #a9b0bb;
	color: #333;
	padding: 2px 10px;
	border-radius: 8px;
	transition: all 0.5s ease-in-out;
}

.blog-details-tags ul a:hover {
	background: var(--main-color-one);
	border-color: var(--main-color-one);
	color: #fff;
}

.blog-author {
	display: flex;
	justify-content: start;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
	margin: 50px 0;
	padding: 20px;
	border-radius: 10px;
}

.blog-author img {
	height: 200px;
	object-fit: cover;
}

.author-info {
	padding: 0 20px;
}

.author-name {
	font-size: 25px;
	margin: 8px 0;
}

.blog-comments {
	margin-bottom: 50px;
}

.blog-comments-wrapper {
	margin: 30px 0;
}

.blog-comments-single {
	display: flex;
	justify-content: start;
	align-items: center;
}

.blog-comments-single img {
	border-radius: 50%;
	width: 100px;
}

.blog-comments-content {
	padding: 20px 30px;
}

.blog-comments-content span {
	font-size: 14px;
}

.blog-comments-content a {
	font-weight: 600;
	margin-top: 5px;
}

.blog-comments-content a:hover {
	color: var(--main-color-one);
}

.blog-comments-reply {
	margin-left: 50px;
}

.blog-comments-form h4 {
	margin-bottom: 20px;
}

.blog-comments-form .form-group {
	margin-bottom: 20px;
}

.blog-comments-form .form-control {
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}

.blog-comments-form .form-control:focus {
	border-color: var(--main-color-one);
}

.comment-btn {
	background: var(--main-color-one);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 25px;
	transition: all 0.5s ease-in-out;
}

.comment-btn:hover {
	background: #051c55;
	color: #fff;
}

.comment-btn i {
	margin-right: 5px;
}

/* Page Title */
.pageheader-wrapper {
	position: relative;
	height: 370px;
	background-size: cover;
	padding: 60px 0;
	background-position: center center;
	display: flex;
	align-items: center;
}
.pageheader-wrapper.page-404 {
	height: 200px;
}
.pageheader-wrapper:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.pageheader-wrapper .pageheader-inner {
	z-index: 2;
	text-align: center;
	padding-top: 150px;
}

.pageheader-wrapper .page-title {
	padding: 0;
	margin: 0;
	color: var(--white-color);
	font-size: 4rem;
}

.pageheader-wrapper ul.bread-crumb {
	display: flex;
	padding: 0;
	justify-content: center;
	list-style: none;
}

.pageheader-wrapper .pageheader-inner .bread-crumb li {
	color: var(--white-color);
}

.pageheader-wrapper .pageheader-inner .bread-crumb li a {
	position: relative;
	color: var(--white-color);
	transition: all 0.3 ease-in 0s;
}

.pageheader-wrapper .pageheader-inner .bread-crumb li a:hover {
	color: var(--main-color-one);
}

.pageheader-wrapper .breadcrumb-item + .breadcrumb-item::before {
	color: var(--white-color);
}
.pageheader-wrapper .pageheader-inner .date {
	position: relative;
	color: var(--white-color);
	transition: all 0.3 ease-in 0s;
	font-size: 12px;
}
.pageheader-wrapper .pageheader-form {
	z-index: 2;
	padding-top: 150px;
}

.pageheader-wrapper .pageheader-form .search-form-wrapper {
	padding: 20px 30px;
}
/* 404 Page */
.error-404 {
	max-width: 600px;
	margin: 0 auto;
}

.error-code {
	font-size: 270px;
	font-weight: 700;
	line-height: 1em;
	color: var(--main-color-one);
}

.error-title {
	font-size: 47px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--main-color-two);
}

.error-desc {
	font-size: 16px;
	margin-bottom: 25px;
	color: #666;
}

.error-btn {
	padding: 10px 25px;
	font-size: 16px;
}

.search-form-404 form.search-form {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--heading-color);
}

.search-form-404 input.search-field {
	width: calc(100% - 4.6rem);
	background: transparent;
	border: 0;
	font-size: 3rem;
	padding: 1rem;
	color: var(--paragraph-color);
	outline: none;
}

.search-form-404 button.search-submit {
	background: transparent;
	color: var(--paragraph-color);
	border: 0;
	outline: 0;
	border-radius: 0;
	font-size: 2.8rem;

	transition: color 0.3s ease-in 0s;
}

.search-form-404 button.search-submit:hover {
	color: var(--main-color-one);
}

/* Footer */
.footer {
	background-color: var(--primary-dark);
	position: relative;
}

/*.footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #303030;
	z-index: -2;
}*/
.footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://janabahal.com/wp-content/uploads/2026/04/cloud-pattern-05-chinese.jpg");
	z-index: -2;
}

background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('your-image.jpg');
  background-size: cover;
  background-position: center;

.footer * {
	z-index: 9;
}

.footer-main {
	padding: 7rem 0;
	background-image: url("https://janabahal.com/wp-content/uploads/2026/04/pnew2.png");
	background-position: top left;
	background-repeat: repeat;
	background-size: 500px;
}
.footer-main .col-lg-4{
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-main h5 {
	font-size: 2.2rem;
	text-transform: capitalize;
	margin-bottom: 2.3rem;
}
.footer-about-content .logo {
	text-align: center;
}
.footer-about-content .logo img {
	max-height: 80px;
	width: auto;
}
.footer-about-content .logo_brand {
	margin-bottom: 20px;
	text-align: center;
}
.logo_brand img {
	width: 180px;
	height: auto;
}

.footer ul {
	padding: 0;
}

.usefull-link ul {
	padding-left: 0;
}

.footer .usefull-link ul li {
	display: inline-flex;
	border-bottom: 0px;
	padding: 10px 10px;
	width: 100%;
}

.footer .address ul li {
	padding: 1rem 1rem 1rem 0rem;
	display: block;
	color: #e1e1e1;
}

.address ul li i {
	display: table-cell;
	width: 20px;
	text-align: center;
	padding-right: 1rem;
	color: var(--white-color);
}

.address ul li span {
	display: table-cell;
	font-size: 1.6rem;
	font-weight: 500;
}

.footer .social ul li {
	display: inline-block;
	/* margin-right: 1.8rem; */
	padding-right: 1rem;
}

.footer .social ul li i {
	border: 2px solid var(--secondary-color);
	font-size: 1.4rem;
	line-height: 2.7rem;
	width: 3rem;
	height: 3rem;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
}

.footer .usefull-link ul li a {
	position: relative;
	color: var(--white-color);
	font-size: 1.8rem;
	padding-left: 15px;
}

.footer .usefull-link ul li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	position: absolute;
	left: 0;
}

/* donation qr */
.donation h5 {
	text-align: center;
}
.donation-img {
	display: flex;
	align-items: center;
	width: 340px;
	margin: 0 auto;
}
.donation-desc p {
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 2rem 0 1rem;
}

.footer .copyright p {
	margin: 0;
	color: #e1e1e1;
}
.footer .copyright a {
	color: var(--secondary-color);
}
/*Media Queries*/
@media only screen and (min-width: 576px) {
	.container {
		max-width: 96%;
	}
}

@media only screen and (min-width: 767px) {
	.container {
		max-width: 96%;
	}

	.row {
		--bs-gutter-x: 3rem;
	}

	.clicktocall {
		display: none;
	}
}

@media only screen and (min-width: 991px) {
	.container {
		max-width: 96%;
	}

	.header-lower .app-md {
		display: none;
	}

	header .container nav.menu-sec .nav-menu > li.submenu > ul {
		position: absolute;
		top: calc(100% + 1rem);
		left: 0;
		min-width: 20rem;
		max-width: 70vw;
		border-radius: 0 0 6px 6px;
	}

	header .container nav.menu-sec .nav-menu > li.submenu:hover > ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}

	header .container nav.menu-sec .nav-menu > li.submenu:hover > ul a {
		line-height: 4rem;
	}

	header .container nav.menu-sec .nav-menu > li.submenu > ul li:hover a {
		color: var(--secondary-color);
	}

	.stickymenu .header-menu-wrapper .logo-sec img {
		max-height: 6.8rem;
	}

	.stickymenu .header-menu-wrapper .logo-sec {
		top: 0;
		height: 8rem;
	}

	header .header-lower.stickymenu .container nav.menu-sec ul li a {
		color: var(--heading-color);
	}

	header .header-lower.stickymenu .container nav.menu-sec ul li.nav-item-right a {
		color: var(--white-color);
	}

	header .header-lower.stickymenu .container nav.menu-sec ul li.active > a,
	header .header-lower.stickymenu .container nav.menu-sec ul li:hover > a {
		color: var(--main-color-one);
	}

	header .container nav.menu-sec .nav-menu li.nav-item-right {
		margin-left: auto;
		background: var(--main-color-two);
		display: flex;
		align-items: center;
	}

	header .container nav.menu-sec .nav-menu li.nav-item-right:hover a,
	header .container nav.menu-sec .nav-menu li.nav-item-right.active a {
		color: var(--white-color);
		background-color: var(--main-color-one);
	}
	.lang-btn,
	.top-search-btn {
		color: var(--white-color);
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}

@media only screen and (max-width: 1200px) {
	.slider-sec .banner-content .content {
		width: 73%;
	}
}

@media only screen and (max-width: 991px) {
	header#header {
		position: relative;
		z-index: 100;
	}

	.header-top {
		background: var(--heading-color);
	}

	.header-lower {
		margin-bottom: 0;
	}

	.header-lower .site-brand-col {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.header-lower .info-mid {
		display: none;
	}

	.header-menu-wrapper .logo-sec {
		top: 0;
		position: relative;
		justify-content: flex-start;
		float: left;
		height: 8rem;
		padding: 0.5rem 0;
	}

	.header-menu-wrapper .logo-sec img {
		max-height: 6rem;
		max-width: 26rem;
		width: 100%;
	}

	.header-lower {
		background: var(--white-color);
	}

	.header .menu-sec {
		display: none;
	}

	.header-lower .app-md {
		display: block;
	}

	/* .header-lower .nav-toggle {
    position: absolute;
    right: 30px;
    top: 25px;
  } */
	.header-lower .nav-toggle span {
		background-color: var(--main-color-one);
	}

	.slider-sec .banner-content .content {
		width: 100%;
	}

	.slider-sec .banner-tiitle-big {
		font-size: 3.6rem;
	}
	.about-pg-sec::after {
		width: 100%;
		height: 520px;
		left: 0;
		background-position: top center;
	}
	.information-box {
		flex-direction: column;
		height: auto;
	}

	.information-box .image {
		width: 100%;
		height: 250px;
	}
	.information-box .details {
		width: 100%;
		padding: 1.5rem;
	}
	.information-box .content {
		width: 100%;
	}

	/* .top-search-btn {
		position: absolute;
		top: 25px;
		right: 60px;
		color: var(--heading-color);
	} */

	.pageheader-wrapper .pageheader-inner {
		padding-top: 20px;
	}

	.pageheader-wrapper {
		height: auto;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.slider-sec .owl-carousel .owl-nav button.owl-prev,
	.slider-sec .owl-carousel .owl-nav button.owl-next {
		display: none;
	}

	.sec-title .title-big {
		font-size: 3.4rem;
	}

	.sec-title .title-small {
		font-size: 1.8rem;
	}

	.sec-title .title-text {
		font-size: 1.7rem;
		width: 100%;
	}

	.wow.animate__animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.bg-img-wrapper {
		position: relative;
		height: 300px;
		width: 100%;
	}

	.header-top .info-top {
		justify-content: center;
	}

	.header-top .info-top li.info-address,
	.header-top .info-top li.info-email {
		display: none;
	}

	.header-top .info-top li:after {
		display: none;
	}

	.header-top .info-top li.info-phone {
		text-align: center;
		font-size: 1.6rem;
	}

	.banner-img {
		height: 60rem;
	}

	.sec-main {
		padding: 6rem 0;
	}

	.festival-sec .destination-item .destination-img {
		width: 100%;
		height: 250px;
	}
}

@media only screen and (max-width: 576px) {
	.row > * {
		--bs-gutter-x: 2.5rem;
	}

	.header-menu-wrapper .logo-sec {
		width: 28rem;
	}
}
