

/* 1. Theme default css */
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Bold.woff2') format('woff2'),
        url('../fonts/rajdhani/Rajdhani-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-SemiBold.woff2') format('woff2'),
        url('../fonts/rajdhani/Rajdhani-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Light.woff2') format('woff2'),
        url('../fonts/rajdhani/Rajdhani-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Regular.woff2') format('woff2'),
        url('../fonts/rajdhani/Rajdhani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Medium.woff2') format('woff2'),
        url('../fonts/rajdhani/Rajdhani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/*=============================
	1. Variable CSS
===============================*/
:root {
	--tg-body-font-family: "Rajdhani", sans-serif;
	--tg-heading-font-family: "Rajdhani", sans-serif;
	--tg-primary-color: #FAA432;
	--tg-secondary-color: #0D9B4D;
	--tg-body-font-color: #303030;
	--tg-heading-font-color: #222222;
	--tg-paragraph-color: #777777;
	--tg-body-font-size: 16px;
	--tg-body-font-weight: 400;
	--tg-heading-font-weight: 500;
	--tg-body-line-height: 1.6;
	--tg-heading-line-height: 1.2;
	--tg-dark: #000000;
	--tg-dark-two: #2A2A2A;
	--tg-blue: #0d6efd;
	--tg-indigo: #6610f2;
	--tg-purple: #6f42c1;
	--tg-pink: #d63384;
	--tg-red: #dc3545;
	--tg-orange: #fd7e14;
	--tg-yellow: #FAA432;
	--tg-green: #198754;
	--tg-teal: #20c997;
	--tg-cyan: #0dcaf0;
	--tg-white: #fff;
	--tg-gray: #ddd;
	--tg-gray-two: #F5F5F5;
	;
}

body {
	font-family: "Rajdhani", sans-serif;
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
		color: #f7f4f4;;
	font-style: normal;
	overflow-x: hidden;
}

ul {
	padding-left: 0 !important;
}

img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
button {
	-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;
	text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}

a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rajdhani", sans-serif;
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: 700;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.list-wrap li {
	list-style: none
}

p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--tg-body-font-color);
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid var(--tg-body-font-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: var(--tg-white);
	text-shadow: none;
}

::-moz-selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

::selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

*::placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.nav-link:focus {
	color: inherit;
}

/* Bootstrap 5 */
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

:root {
	scroll-behavior: auto;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-secondary-color) none repeat scroll 0 0;
	border: medium none;
	border-radius: 50px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 19px 50px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--tg-primary-color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.btn:hover {
	color: var(--tg-white);
}

.btn-two {
	background: var(--tg-primary-color) none repeat scroll 0 0;
}

.btn-two::before {
	background: var(--tg-secondary-color);
}

.btn:hover:before {
	top: -40%;
}

.breadcrumb>.active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -10%;
	right: 30px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-secondary-color);
	transition: 1s ease;
	border: none;
	opacity: 0;
}

.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background-color: var(--tg-heading-font-color);
	opacity: 1;
}

/* topbar */

#topBar {
	background: var(--tg-secondary-color);
}

.push-right {
	float: right !important;
}

.push-left {
	float: left !important;
}

.center-content {
	text-align: center;
}


#breadcrumb {
	width: 100%;
}

.tcon {
	display: none;
}

.border,
.hide {
	display: none !important;
}


#topBar #accessibility>ul>li.languageCont:hover .socialIcons,
#topBar #accessibility ul li.social-media:hover .socialIcons {
	opacity: 1;
	visibility: visible;
}

#topBar #accessibility ul li a.skipContent {
	font-size: 14px;
	padding: 0 8px;
	font-weight: 600;
}

#topBar #accessibility ul li a.language {
	font-size: 14px;
	padding: 0 8px;
	font-weight: 600;
}

.languageCont .socialIcons ul li a {
	font-size: 14px !important;
	padding: 4px 8px !important;
	color: #000 !important;
}

.languageCont .socialIcons ul li a:hover {
	background: #000 !important;
	color: #fff !important;
}

.contrast #topBar #accessibility ul li select {
	background: #000;
	border: 1px solid #ff0;
}

.contrast .languageCont .socialIcons ul li a {
	color: #fff !important;
}


#topBar ul,
#topBar ol,
#overflowMenu ul,
#overflowMenu ol,
.flex-direction-nav ul,
.flex-direction-nav ol,
.flexslider ul,
.flexslider ol,
.menuWrapper ul,
.menuWrapper ol,
#breadcrumb ul,
#breadcrumb ol,
.printShare ul,
.printShare ol,
.accordian ul,
.accordian ol,
.socialBox ul,
.socialBox ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}

#topBar ul li,
#topBar ol li,
#overflowMenu ul li,
#overflowMenu ol li,
.flex-direction-nav ul li,
.flex-direction-nav ol li,
.flexslider ul li,
.flexslider ol li,
.menuWrapper ul li,
.menuWrapper ol li,
#breadcrumb ul li,
#breadcrumb ol li,
.printShare ul li,
.printShare ol li,
.accordian ul li,
.accordian ol li,
.socialBox ul li,
.socialBox ol li {
	list-style-type: none;
	padding-bottom: 0;
}

.bg-default {
	background-color: #6f0041 !important;
}

.m-tb-15 {
	margin: 15px 0;
}

#styleOptions {
	display: flex;
}

#styleOptions .theme-black {
	background: #000 !important;
	border-radius: 5px 0 0 5px;
}

#styleOptions .theme-regular {
	background: #fff;
	border-radius: 0 5px 5px 0;
}

#styleOptions .theme-regular i {
	color: #000;
}


#styleOptions .theme-regular:hover {
	background-color: #ffffff !important;
}

.theme-regular:focus {
	background-color: #fff !important;
}

#topBar #accessibility li .loginContent {
	background: #4b3504;
	font-size: 1em;
	padding: 7px 8px;
	color: #fff;
}

#topBar #accessibility li .loginContent span {
	font-size: 1.1em;
	vertical-align: middle;
}

#topBar #accessibility li .loginContent:hover {
	background: #4b3504;
}

#topBar {
	/* border-bottom: 1px solid #c2c0c1; */
	border-bottom: 1px solid #2c8db8;
}

#topBar .govBranding ul li {
	float: left;
}

#topBar .govBranding ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
}

#topBar .govBranding ul li a:hover,
#topBar .govBranding ul li a:focus {
	/* background-color: #d8d8d8; */
	background-color: #515151;

}

#topBar .govBranding ul li:first-child {
	border-right: 1px solid #c2c0c1;
}

#topBar #accessibility>ul>li {
	border-left: 1px solid #c2c0c1;
}

#topBar #accessibility>ul>li:last-child {
	border-right: 1px solid #c2c0c1;
}

#topBar #accessibility>ul>li a:hover,
#topBar #accessibility>ul>li a:focus {
	background-color: #290018;
}

#topBar #accessibility>ul>li a.skipContent:focus {
	background-color: transparent;
}

#topBar #accessibility ul li {
	float: left;
	position: relative;
}

#topBar #accessibility ul li.searchbox a {
	padding: 0 10px;
}

#topBar #accessibility ul li.searchbox a>img {
	max-width: 30px;
	vertical-align: middle;
}

#topBar #accessibility ul li.social-media a.social-group-icon {
	padding: 0 6px !important;
}

#topBar #accessibility ul li.social-media a.social-group-icon>img {
	max-width: 28px;
	vertical-align: middle;
}

#topBar #accessibility ul li.top-sitemap a {
	padding: 0 3px;
}

#topBar #accessibility ul li.top-sitemap a>img {
	max-width: 32px;
	vertical-align: middle;
}

#topBar #accessibility ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	line-height: 35px;
	display: block;
	font-weight: 400;
}

#topBar #accessibility ul li a:focus {
	outline: none;
}


#topBar #accessibility ul li.highContrast.dark,
#topBar #accessibility ul li.highContrast.light {
	margin: 0;
}

#topBar #accessibility ul li.highContrast.dark a {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-right: none;
}

#topBar #accessibility ul li.highContrast.dark a:hover,
#topBar #accessibility ul li.highContrast.dark a:focus {
	color: #fff;
}

#topBar #accessibility ul li.highContrast.light a {
	border: 1px solid #000;
	border-left: none;
	background-color: #fff;
	color: #000;
	border-radius: 0 5px 5px 0;
	cursor: not-allowed;
}

#topBar #accessibility ul li .textSizing {
	padding: 5px 10px;
}

#topBar #accessibility ul li .textSizing ul li {
	margin: 0 5px 0 0;
}

#topBar #accessibility ul li .textSizing ul li:last-child {
	margin: 0;
}

#topBar #accessibility ul li .textSizing ul li a {
	line-height: normal;
	font-size: 0.9em;
	border: 1px solid #8c8b8b;
	padding: 2px 8px;
	font-weight: 700;
}

#topBar #accessibility ul li select {
	width: 80px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.8em;
	margin-left: 8px;
	height: 23px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#topBar #accessibility ul li .goiSearch {
	position: absolute;
	width: 209px;
	z-index: 1;
	left: -1px;
	visibility: hidden;
	top: 100%;
}

#topBar #accessibility ul li .goiSearch input[type="text"],
#topBar #accessibility ul li .goiSearch input[type="search"] {
	float: left;
	width: 160px;
	border: 1px solid #d8d8d8;
	margin: 0;
}

#topBar #accessibility ul li .goiSearch button {
	width: 40px;
	font-size: 16px;
	padding: 4px 0;
	text-align: center;
	float: right;
	background: #fbac1b;
	color: #fff;
}

#topBar #accessibility ul li .goiSearch button:hover {
	background: #c68103;
}

#topBar #accessibility ul li .socialIcons {
	position: absolute;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 100%;
	visibility: hidden;
	background-color: #290018;
}

#topBar #accessibility ul .languageCont .socialIcons {
	background: #fff;
}

#topBar #accessibility ul li .socialIcons ul {
	border: 1px solid #d8d8d8;
	border-top: 0;
}

#topBar #accessibility ul li .socialIcons ul li {
	float: none;
	text-align: center;
}

#topBar #accessibility ul li .socialIcons ul li a {
	padding: 4px 6px;
	line-height: normal;
}

#topBar #accessibility ul li .socialIcons ul li a:hover,
#topBar #accessibility ul li .socialIcons ul li a:focus {
	background: #d8d8d8;
	color: #290018;
}

#topBar #accessibility ul li .socialIcons ul li.current-lang {
	display: none;
}

#topBar #accessibility ul li.mFocus .socialIcons,
#topBar #accessibility ul li.mFocus .goiSearch {
	visibility: visible;
}

#topBar #accessibility ul li:last-child .socialIcons {
	min-width: 61px;
	width: auto;
	left: inherit;
	right: -1px;
}


.m-hide {
	display: block;
}

.show-con {
	display: inline-block;
}



.header-wrapper {
	padding: 10px 0;
	background: #fff url(../images/bg-header12.png);
}

.container:before {
	display: table;
	content: "";
}

.row:before {
	display: table;
	line-height: 0;
	content: "";
}

#topBar #accessibility ul li .textSizing ul:after,
#topBar .govBranding ul:after {
	content: " ";
	display: table;
	clear: both;
}


#search-menu {
	position: absolute;
	width: 235px;
	height: 60px;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	background: linear-gradient(to bottom, #2b031a 0%, rgb(43 6 28 / 81%) 50%, rgba(0, 0, 0, 0.01) 100%);
	opacity: 0;
	display: none;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
	top: 35px !important;
}

#search-menu.toggled {
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible;
}

#search-menu .wrapper {
	position: relative;
	margin: 5px auto 0 auto;
	padding: 0 1em;
}

#search-menu .wrapper input {
	width: 80%;
	padding: 0 0 0.125em 0;
	background: transparent;
	border: none;
	border-bottom: 2px solid #bfbfbf;
	font-size: 15px;
	color: #fff;
}

#search-menu .wrapper input:focus {
	outline: none;
}

#search-menu .wrapper button {
	position: absolute;
	display: block;
	width: 10%;
	right: 20px;
	top: 0;
	background: transparent;
	border: none;
	color: #bfbfbf;
	font-size: 18px;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu .wrapper button:hover {
	color: #fff;
}

#search-menu .wrapper button:focus {
	outline: none;
}

.row:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.h1-logo {
	margin-bottom: 0;
	text-transform: capitalize; font-weight: 700;color: var(--tg-heading-font-color);
}

.logo-subtitle {
	color: var(--tg-secondary-color);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

#logo {
	height: 100px;
	object-fit: contain;
}


/* 2. Header */


.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	height: auto;
}

.menu-area {
	padding: 0;
	border-top: 1px solid #faa432;
	border-bottom: 1px solid #faa432;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.logo img {
	max-width: 160px;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto 0;
	padding: 0;
}

.navbar-wrap ul li {
	list-style: none;
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 18px;
	font-weight: 600;
	text-transform:uppercase;
	color: var(--tg-body-font-color);
	padding: 20px 10px;
	display: block;
	line-height: 1.5;
	position: relative;
	-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;
	text-decoration: none;
	z-index: 1;

}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}

.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid var(--tg-gray-two);
	background: var(--tg-white);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	border-radius: 0;	
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}

.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}

.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	color: var(--tg-body-font-color);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header-action>ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header-action>ul li {
	position: relative;
	list-style: none;
	margin-left: 40px;
}

.header-action>ul>li:first-child {
	margin-left: 0;
}

.header-action>ul>li.header-shop-cart>a {
	padding-right: 10px;
}

.header-action>ul>li>a {
	display: block;
	color: var(--tg-heading-font-color);
	font-size: 28px;
}

.header-action>ul>li:hover>a {
	color: var(--tg-secondary-color);
}

.header-shop-cart a.cart-count span.mini-cart-count {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}

.header-action>ul li.offCanvas-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	background: var(--tg-secondary-color);
	color: var(--tg-white) !important;
	border-radius: 50%;
	font-size: 25px;
}

.transparent-header .navbar-wrap ul li a {
	color: #dcdcdc;
}

.transparent-header .header-action>ul>li>a {
	color: var(--tg-white);
}

.transparent-header .logo .secondary-logo {
	display: none;
}

.transparent-header.sticky-menu .logo .secondary-logo {
	display: block;
}

.transparent-header.sticky-menu .logo .main-logo {
	display: none;
}

.transparent-header.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-body-font-color);
}

.transparent-header.sticky-menu .header-action>ul>li>a {
	color: var(--tg-heading-font-color);
}

.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-white);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
	padding: 0 0;
}

.header-fixed-position {
	display: block;
	height: 67px;
}

.navbar-wrap ul li .sub-menu li.active>a,
.navbar-wrap ul li .sub-menu li:hover>a,
.transparent-header .navbar-wrap ul li.active>a,
.transparent-header .navbar-wrap ul li:hover>a,
.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	background: var(--tg-secondary-color);
	color:#fff;
}

/* Hero-slider */

.banner-area {
	position: relative;
}

.hero-slider {
	position: relative;
	margin-bottom: 30px;
}

#heroCarousel img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.hero-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

.hero-slider .slick-dots li {
	margin: 0 6px;
}

.hero-slider .slick-dots button {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #00796b;
	opacity: 0.7;
	transition: all 0.3s;
	font-size: 0;
	outline: none;
}

.hero-slider .slick-dots .slick-active button {
	background: #00796b;
	border-color: #00796b;
	opacity: 1;

}

.hero-slider .slick-arrow, .gallery-wrapper .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff87;
	color: #00796b;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: background 0.2s;
}

.hero-slider .slick-prev, .gallery-wrapper .slick-prev {
	left: 18px;
}

.hero-slider .slick-prev i, .hero-slider .slick-next i {
	display: block;
}

.hero-slider .slick-next, .gallery-wrapper .slick-next {
	right: 18px;
}

.hero-slider .slick-arrow:hover, .gallery-wrapper .slick-arrow:hover {
	background: #00796b;
	color: #fff;
}

.slider-toggle {
    background: #00000085;
    border: none;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    padding: 15px;
    border-radius: 15px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #00000050;
	border-radius: 15px;
}

/* Gallery Slider */

.gallery-item {
  padding: 10px;
  border: 1px solid #b4b4b4;
  border-radius: 15px;
  margin: 0 10px;
  position: relative;
  clip-path: border-box;
  transition: all 0.3s ease;
}

.gallery-pic img {
  height: 150px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.gallery-pic {  
  border-radius: 10px;
  overflow: hidden;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  background: var(--tg-secondary-color);
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 0 0 15px 15px;
  transform: translateY(45px);
  transition: all 0.5s ease-in-out;
}

.gallery-caption p {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-pic img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1eb744d4;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  box-shadow: inset #747474 0px 0px 10px 0px;
  transition: all 0.3s ease;
}

.gallery-icon i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.gallery-wrapper .slick-dots {
	display: none !important;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	width: 160px;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.search-backdrop,
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	background: #000;
}

.mobile-menu-visible .menu-backdrop {
	opacity: 0.65;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: var(--tg-primary-color);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li {
	position: relative;
	list-style: none;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 60px 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.mobile-menu .navigation li ul {
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li ul li {
	list-style: none;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links ul {
	display: flex;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #222;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
	border-color: var(--tg-secondary-color);
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	display: none;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	margin-top: -2px;
}


/* 4. Search */
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--tg-white);
	height: auto;
	width: 100%;
	z-index: 99;
	padding: 40px 0 50px;
	display: none;
	z-index: 999;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--tg-secondary-color);
	padding: 10px 50px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	background: transparent;
	color: #222;
}

.search-form input::placeholder {
	font-size: 30px;
	color: #222;
	opacity: .5;
}

.search-btn {
	position: absolute;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 25px;
	color: var(--tg-secondary-color);
	top: 50%;
	transform: translateY(-50%);
}

.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: var(--tg-secondary-color);
	cursor: pointer;
}

body.search-visible {
	overflow: hidden;
}

.search-backdrop {
	background: #000;
	cursor: url(../img/icons/cross-out.png), pointer;
	z-index: 99;
	visibility: hidden;
}

.search-visible .search-backdrop {
	opacity: .55;
	visibility: visible;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/video_bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 230px 0 150px;
	z-index: 1;
}

.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #090909;
	opacity: .85;
	z-index: -1;
}

.breadcrumb-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-image: url("../img/bg/testimonial_bottom_shape.png");
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}

.breadcrumb-content {
	position: relative;
	z-index: 4;
}

.breadcrumb-content .title {
	font-size: 60px;
	line-height: 1.2;
	color: var(--tg-white);
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.breadcrumb li {
	display: block;
	font-size: 20px;
	color: var(--tg-white);
	line-height: 1.4;
}

.breadcrumb li a {
	color: var(--tg-white);
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 15px;
	padding-left: 15px;
	color: var(--tg-white);
	content: "|";
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}



.banner-shape {
	position: absolute;
	z-index: -1;
}

.banner-shape.one {
	left: -18px;
	top: 14%;
}

.banner-shape.two {
	right: 0;
	top: 8%;
}

.banner-shape.three {
	bottom: -15px;
	left: 40px;
}

.banner-shape.four {
	bottom: 0;
	right: 60px;
}

/* 7. Brand */
.brand-area {
	padding: 80px 0 80px;
}

.brand-title .title {
	margin: 0 0 0;
	font-size: 22px;
	padding: 0 80px;
	display: inline-flex;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--tg-heading-font-color);
}

.brand-title .title::before,
.brand-title .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	top: -4px;
	width: 50px;
	height: 2px;
	background: var(--tg-primary-color);
	margin: auto;
	left: 0;
}

.brand-title .title::after {
	left: auto;
	right: 0;
}

.brand-item {
	display: flex;
	margin: 0 15px;
	align-items: center;
	justify-content: center;
}

/* 8. Features */
.features-bg {
	background-position: center;
	background-image: url(../img/bg/features_bg.jpg);
	background-size: cover;
	padding: 97px 0;
	position: relative;
	top: -40px;
	margin: 37px 0 44px;
}

#features {
	z-index: 9;
}

/* .features-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: -37px;
	width: 100%;
	height: 41px;
	background-image: url(../img/bg/features_shape01.png);
	background-repeat: repeat-x;
	background-position: center;
	z-index: 9;
} */

.features-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background-image: url(../img/bg/features_shape02.png);
	background-repeat: repeat-x;
	background-position: center;
}

.features-img {
	text-align: right;
	margin-right: -30px;
}

.features-item {
	margin: 0 0 50px;
}

.features-icon {
	font-size: 50px;
	color: #FEE431;
	position: relative;
	z-index: 1;
	margin: 0 0 27px;
}

.features-icon::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: #20B764;
	border-radius: 50%;
	z-index: -1;
	transition: .4s linear;
}

.features-content .title {
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.features-content p {
	margin: 0 0;
	color: var(--tg-white);
}

.features-item:hover .features-icon::after {
	left: 5px;
}

.features-items-wrap .row>*:nth-last-child(-n+2) .features-item {
	margin: 0 0;
}

.features-items-wrap .row>*:nth-child(4n+1) .features-item,
.features-items-wrap .row>*:nth-child(4n+3) .features-item {
	margin-right: 50px;
}

.features-items-wrap .row>*:nth-child(4n+2) .features-item,
.features-items-wrap .row>*:nth-child(4n) .features-item {
	margin-left: 50px;
}

/* 9. Features Products */

.features-product-content .title {
	font-size: 50px;
	margin-bottom: 20px;
	color: #fff;
}

.features-product-content p {
	color: #fff;
}
.features-product-content div{text-align: justify;font-size: 15px;}

.features-product-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 55px 0 0;
}


/* Whats New */
.description {
	height: 205px;
}

.newsbox {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
}

.newsbox a {
	display: inline-flex;
	margin-top: 0.7rem;
}

.newsbox h6 {
	margin-left: 5px;
	text-transform: none;
	font-weight: 600;
}

.newsli {
	border-bottom: 1px dashed #3c3c3c;
}

.newsli:hover h6 {
	color: var(--tg-secondary-color);
}

.ayush-tabs-custom .active.ayush-tab-btn {
	user-select: none;
	-moz-user-select: none;
	border: medium none;
	border-radius: 2px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 25px;
	position: relative;
	background-image: linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -webkit-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -ms-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	box-shadow: 0px 8px 16px 0px rgba(148, 190, 38, 0.4);
	-webkit-transition: all 0.4s linear;
	transition: all 0.2s linear;
	background-size: 200% auto;
}

.ayush-tabs-custom .ayush-tab-btn {
	user-select: none;
	-moz-user-select: none;
	border: medium none;
	border-radius: 2px;
	color: #3c3c3c;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 25px;
	position: relative;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(148, 190, 38, 0.4);
	-webkit-transition: all 0.4s linear;
	transition: all 0.2s linear;
	background-size: 200% auto;
}

.ayush-tabs-custom .ayush-tab-btn:hover {
	background-position: right center;
	transform: translateY(-5px);
}


.ayush-tabs-custom .nav-link.ayush-tab-btn.active,
.ayush-tabs-custom .nav-link.ayush-tab-btn:focus {
	background: var(--tg-secondary-color);
	color: #fff;
	border-bottom: 2px solid #6c757d;
	box-shadow: 0 4px 16px rgba(13, 110, 253, 0.10);
}

.ayush-tabs-custom .nav-link.ayush-tab-btn:hover:not(.active) {
	background: #e9ecef;
	color: var(--tg-secondary-color);
}

.ayush-card {
	background: #fff;
	border-radius: 18px;
	position: relative;
	border: 1px solid #e3e6f0;
	transition: box-shadow 0.2s, border-color 0.2s;
	transition: all 0.3s ease-in-out;
	transform: translateY(0px);
}

.ayush-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
	border-radius: 15px;
    background-image: url(../img/others/features_sec_shape00.png);
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    background-size: contain;
}
.ayush-card:hover::before {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.ayush-card:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
	background-color: #63af21;
    background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	box-shadow: 0 6px 24px #d5eabc;
}

.ayush-card:hover .card-title {
	color: var(--tg-white);
}

.ayush-card .card-title {
	color: var(--tg-secondary-color);
	font-size: 1.1rem;
	font-weight: 600;
}

.ayush-card .card-body img {
    width: 85px;
    padding: 15px;
    background-color: #63af21;
    background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
    border-radius: 50px;
	overflow: visible;
}


@media (max-width: 991px) {
	.ayush-tabs-custom .nav-link.ayush-tab-btn {
		padding: 0.5rem 1.5rem;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.ayush-tabs-custom .nav-link.ayush-tab-btn {
		margin: 0 4px;
		padding: 0.5rem 1rem;
		font-size: 0.95rem;
	}

	.ayush-card .card-title {
		font-size: 1rem;
	}
}


/* 21. Footer */

.footer-top-wrap {
	background: #0A0A0A;
	position: relative;
	padding: 95px 0 30px;
	overflow-x: hidden;
	z-index: 1;
}

.not-show-instagram .footer-top-wrap {
	padding: 120px 0 30px;
}

.footer-top-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	width: 100%;
	height: 53px;
	background-image: url(../img/bg/footer_bg_shape.png);
	background-repeat: repeat;
	background-position: center;
	z-index: -1;
}

.footer-shape {
	position: absolute;
	z-index: -1;
}

.footer-shape.one {
	left: 0;
	bottom: 100px;
}

.footer-shape.two {
	right: 0;
	bottom: 170px;
}

.footer-widget {
	margin: 0 0 50px;
}

.footer-logo {
	margin: 0 0 30px;
}

.footer-widget .footer-text {
	width: 75%;
}

.footer-widget .footer-text p {
	margin: 0 0;
	color: var(--tg-white);
	opacity: .7;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1B1B1B;
	border-radius: 50%;
	color: var(--tg-white);
}

.footer-social a:hover {
	background: var(--tg-secondary-color);
}

.footer-widget .fw-title {
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin: 0 0 30px;
}

.footer-widget ul li {
	margin: 0 0 12px;
}

.footer-widget ul li:last-child {
	margin: 0 0;
}

.footer-widget ul li a {
	color: var(--tg-white);
	opacity: .7;
}

.footer-widget ul li a:hover {
	color: var(--tg-secondary-color);
	opacity: 1;
}

.footer-contact-wrap p {
	color: var(--tg-white);
	opacity: .7;
}

.footer-contact-wrap .list-wrap {
	margin: 30px 0 0;
}

.footer-contact-wrap .list-wrap li {
	color: var(--tg-white);
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.footer-contact-wrap .list-wrap li i {
	color: var(--tg-secondary-color);
	font-size: 18px;
	margin-right: 10px;
}

.footer-widgets-wrap .row [class*="col-"]:nth-child(4n+2) .footer-widget {
	padding-left: 30px;
}

.footer-widgets-wrap .row [class*="col-"]:nth-child(4n+4) .footer-widget {
	padding-left: 70px;
}

.copyright-wrap {
	background: #0A0A0A;
	border-top: 1px solid #262626;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0 0;
	color: var(--tg-white);
	opacity: .9;
}

/* 22. Preloader */
#preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--tg-white);
	z-index: 9999;
}

.tg-cube-grid {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.tg-cube-grid .tg-cube {
	width: 33%;
	height: 33%;
	background-color: var(--tg-secondary-color);
	float: left;
	-webkit-animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.tg-cube-grid .tg-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.tg-cube-grid .tg-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.tg-cube-grid .tg-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.tg-cube-grid .tg-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.tg-cube-grid .tg-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.tg-cube-grid .tg-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.tg-cube-grid .tg-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.tg-cube-grid .tg-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.tg-cube-grid .tg-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes tg-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}

	;
}

@keyframes tg-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}

	;
}





/* =============================
        New Home CSS
================================*/
.tg-btn {
	user-select: none;
	-moz-user-select: none;
	border: medium none;
	border-radius: 2px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 25px;
	position: relative;
	background-image: linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -webkit-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -ms-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	box-shadow: 0px 8px 16px 0px rgba(148, 190, 38, 0.4);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-size: 200% auto;
}

.scroll-top-two:hover,
.tg-btn:hover {
	background-position: right center;
	color: var(--tg-white);
	box-shadow: none;
}

/* counter */

.counter-icon img {
	height: 65px;
	object-fit: cover;
	width: 100%;
}

.counter-area {
	background: var(--tg-gray-two);
}

.counter-wrap {
	background: var(--tg-white);
	padding:40px 60px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.counter-item {
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 20px;
	gap: 35px;
	justify-content: space-between;
}

.counter-item.color1 {
	background: #009688;
}

.counter-item.color2 {
	background: #4caf50;
}

.counter-item.color3 {
	background: #93a010;
}

.counter-item.color4 {
	background: #b1a012;
}

.counter-item.color5 {
	background: #d7a203;
}

.counter-item.color6 {
	background: #dc8608;
}

.counter-icon {
	font-size: 75px;
	line-height: 0;
	transition: .4s linear;
}

.counter-item:hover .counter-icon {
	transform: rotateY(180deg);
}

.counter-content .count {
	display: flex;
	align-items: center;
	line-height: .8;
	margin-bottom: 3px;
	font-size: 36px;
	font-weight: 600;
}

.counter-content p {
	margin-bottom: 0;
	color: var(--tg-white);
	font-size: 16px;
	font-weight: 500;
}

.counter-content h1 {
	color: #fff;
}

.counter-outer {
	    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    gap: 35px;
    justify-content: space-between;
}


/* Inner Pages */


/* 18. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 10px;
    margin-bottom: 0 !important;
}
.pagination-wrap ul li {
	display: block;
	margin: 10px 5px 0;
}
.pagination-wrap ul li a,
.pagination-wrap ul li .page-numbers {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 2px solid var(--tg-gray-two)
;
	font-weight: 500;
	color: #222;
	font-size: 16px;
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
    border-color: var(--tg-secondary-color);
}
.pagination-wrap ul li a.prev,
.pagination-wrap ul li a.next {
	font-size: 12px;
}


/* 5. Theme Breadcrumb */

.text-left {
	text-align: left;
}

.video-shape {
	position: absolute;
	z-index: 3;
}
.video-shape.one {
	left: 0;
	bottom: 0;
}
.video-shape.two {
	right: 0;
	bottom: 5%;
}

.breadcrumb > .active {
	color: var(--tg-primary-color);
}

.breadcrumb-bg {
	background-image: url(../img/theme/slider/10.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 120px 0 100px;
	z-index: 1;
}

.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #09090975;
	opacity: .85;
	z-index: -1;
}
.breadcrumb-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-image: url("../img/bg/testimonial_bottom_shape.png");
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content {
	position: relative;
	z-index: 4;
}
.breadcrumb-content .title {
    font-size: 60px;
    line-height: 1.2;
    color: var(--tg-white);
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.breadcrumb li {
	display: block;
	font-size: 20px;
	color: var(--tg-white);
	line-height: 1.4;
}
.breadcrumb li a {
	color: var(--tg-white);
}

.breadcrumbs li a:hover {
	border-bottom: 2px solid var(--tg-secondary-color);
}

.breadcrumbs li + li::before {
	padding-right: 15px;
	padding-left: 15px;
	color: var(--tg-white);
	content: "|";
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}


.inner-block {
    padding: 32px;
    border: 1px solid #daf2df;
    border-radius: 16px;
    box-shadow: 0 0 16px #99999944;
    margin-bottom: 50px;
	font-weight: 500;color:#333;
}

/* .inner-block th {
    background: var(--tg-secondary-color);
    color: #fff;
} */

.inner-block td i {
    color: var(--tg-secondary-color);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff2f9;
    color: var(--bs-table-striped-color);
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.form-group {
    position: relative;
	align-content: center;
}

.form-group i {
    position: absolute;
    top: 15px;
    right: 25px;
}

.select2me {
    height: 35px !important;
    padding: 5px 10px !important;
}

.form-control.select2me {
    color: #6c6c6c;
	font-weight: 600;
}

.page-link.disabled {
    background: #bbbbbb !important;
    color: #323232 !important;
}

.page-link {
    color: #323232 !important;
}

.page-link.bg-default {
    color: #fff !important;
}

.gallery-box {
    display: contents;
}

.gallery-item {
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 15px;
    position: relative;
    clip-path: border-box;
    transition: all 0.3s ease;
    margin: 10px;
    width: 295px;
}

.gallery-pic img {
    height: 150px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.gallery-pic {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-caption {
    position: absolute;
    padding: 5px;
    bottom: 0;
    background: var(--tg-secondary-color);
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
    transform: translateY(60px);
    transition: all 0.5s ease-in-out;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-pic img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #0d9b4da3;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    box-shadow: inset #747474 0px 0px 10px 0px;
    transition: all 0.3s ease;
}

.gallery-icon i {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.pagination {
    padding-top: 20px;
}


@media (min-width: 640px) {
    .breadcrumb-links>li:nth-child(n + 4) {
        display: block;
    }

    .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}



/* 20. Contact */
.contact-area {
	padding: 30px 0 30px;
}
.contact-box {
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.07);
	padding: 60px;
	background: var(--tg-white);
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0 0 30px;
	text-align: center;
}
.contact-box::before,
.contact-box::after {
	position: absolute;
	content: "";
	border-left: 4px solid var(--tg-primary-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 160px;
	width: 5px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.contact-box::after {
	left: auto;
	right: 0;
}
.contact-icon {
	font-size: 100px;
	color: var(--tg-secondary-color);
	line-height: 1;
	position: relative;
	display: inline-flex;
	margin: 0 0 25px;
}
.contact-icon .overlay-icon {
	position: absolute;
	top: -5px;
	width: 26px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background: var(--tg-white);
	border-radius: 100%;
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.10);
	color: var(--tg-primary-color);
	right: -10px;
}
.contact-content .title {
	font-size: 30px;
	margin: 0 0 15px;
}
.contact-content .contact-desc {
	margin-bottom: 0;
}
.contact-box-wrapper {
	padding: 0 55px;
}
.contact-box:hover::before,
.contact-box:hover::after {
	opacity: 1;
}
.contact-form-area {
	position: relative;
	padding: 0 0 120px;
}
#contact-map {
	display: block;
	width: 100%;
	height: 100%;
}
#contact-map iframe {
	width: 100%;
	height: 100%;
}
.contact-form-wrap {
	padding: 0 0 0 30px;
}
.contact-form .form-grp {
	margin: 0 0 25px;
	position: relative;
}
.contact-form label {
	display: block;
	color: #222;
	font-weight: 500;
	margin: 0 0 10px;
}
.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 16px 25px;
	border-radius: .25rem;
}
.contact-form textarea {
	min-height: 150px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-size: 16px;
	opacity: .5;
}
.contact-form select.form-select {
	border: 1px solid #f1f1f1;
	box-shadow: none;
	outline: none;
	min-height: 60px;
	padding: 15px 25px;
	margin: 0 0 25px;
	color: var(--tg-body-font-color);
}
.contact-form-wrap .section-title .sub-title {
	margin: 0 0 10px;
}
#contact-form .help-block {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 13px;
    line-height: 20px;
    color: var(--tg-white);
    padding: 0 12px;
    border-radius: 0;
    background: #dc3545;
    box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
#contact-form .list-unstyled {
	padding: 0;
	margin: 0;
}
#contact-form .messages .alert {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: .75rem 1.25rem;
}
.control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #373227 !important;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 13px;
    z-index: 10;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #f6cb02;
    border: 0;
    text-indent: -600px;
    overflow: hidden;
}


.control:after{position: absolute;
    content: "\f04c";
    font-family: FontAwesome;
    top: 0;
    font-size: 19px;
    left: 316px;}
    .control.play:after{
      content:"\f04b";}



.hero-min-card {
	text-align: center;
	padding: 25px;

}

.hero-min-card p {
	margin-bottom: 0;
	font-weight: 600;
}

.hero-min-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
    border: 10px solid #fff;
    box-shadow: 0 0 15px #8f8f8f;
}

.hero-min-card h5 {
	margin-top: 15px;
	font-size: 26px;
	margin-bottom: 0;
}