
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* CSS Index
============================
01. Google Fonts
02. Variable CSS
03. Header
04. Mobile Menu
05. Slider
06. Banner
07. Breadcrumb
08. About
09. Mission
10. Vision
11. Brand
12. Parallax Img
13. Counter
14. Video
15. Features
16. Services
17. Project
18. Gallery
19. Direction
20. Plan
21. Team
22. Road Map
23. Testimonial
24. Faq
25. Blog
26. Pagination
27. Error
28. Newsletter
29. Contact
30. Footer
============================
*/

@font-face {
    font-family: 'Platinum Signature';
    src: url('../PlatinumSignatureRegular.woff2') format('woff2'),
        url('../PlatinumSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============================
	02. Variable CSS
===============================*/
:root {
    --tg-body-font-family:
    "Lato", sans-serif;
    --tg-heading-font-family:
    "Lato", sans-serif;
    --tg-primary-color: #52874f;
    --tg-secondary-color: #242424;
    --tg-body-background-color: #262626;
    --tg-secondary-background: #223231;
    --tg-body-font-color: #000;
    --tg-heading-font-color: #ffffff;
    --tg-paragraph-color: #ffffff;
    --tg-gradient-color: linear-gradient(180deg, #262626 0%, #262626 100%);
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 400;
    --tg-body-line-height: 1.66;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #FBFBFB;
    --tg-black: #272727;
    --tg-gray: #E2E2E2;
    --tg-silver: #d2d2d2;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #E53935;
    --skype: #00aff0;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
	background-color: var(--tg-body-background-color);
}
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;
	color: #fff !important;
}
.uppercase {
	text-transform: uppercase;
}
.modern-text{font-family: 'Platinum Signature';}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: var(--tg-heading-font-family); */
	color: #010101;
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 1.6rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.19rem;
	color: #020202;
	font-weight: 600;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: #000000;
	margin-bottom: 0px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #171717;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: var(--tg-secondary-background);
	border-radius: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar {
	width: 8px;
	background-color: var(--tg-secondary-background);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: var(--tg-primary-color);
}
.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 var(--tg-primary-color);
}
.list-wrap {
	margin: 0px;
	padding: 0px;
	margin: 20px 0;
}
.list-wrap li {
	list-style: none;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* 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;
}

/*=============================
	1. Button style
===============================*/
.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-primary-color) none repeat scroll 0 0;
	border: 1.3px solid #000000;
	border-radius: 0;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1rem;
	margin-bottom: 0;
	padding: 19px 38px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
	margin-top: 20px;
}
.btn_m {
	position: relative;
	overflow: hidden;
	height: 1rem;
}
.btn_c {
	transition: transform .6s cubic-bezier(.55, 0, .1, 1);
}
.btn_t1 {
	transform-origin: 100%;
	transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
	display: block;
}
.btn_t2 {
	transform-origin: 0;
	transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
	display: block;
	transform: rotate(40deg);
}
.btn:hover .btn_c {
	transform: translateY(-1rem);
}
.btn:hover .btn_t1 {
	transform: rotate(40deg);
}
.btn:hover .btn_t2 {
	transform: rotate(0);
}
.btn:hover {
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
	color: var(--tg-white);
}
.transparent-btn {
	background: transparent;
	color: #000000;
}
.transparent-btn:hover {
	border-color: #000000;
	background: #000000;
	color: var(--tg-white);
}
.breadcrumb > .active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: 18px;
    border-radius: 0;
    z-index: 9;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: #000000;
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.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: var(--tg-secondary-color);
}


/*=============================
	03. Header
===============================*/
.custom-container {
    max-width: 1800px;
}
.custom-container-two {
    max-width: 1640px;
}
.custom-container-three {
	max-width: 1410px;
}
.transparent-header {
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 99;
	height: auto;
	background-color: #fff;
	padding: 1px 0;
	background: transparent;
	backdrop-filter: initial;
}
.header-mail a {
	color: var(--tg-white);
	text-decoration: underline;
}
.header-mail a:hover {
	color: var(--tg-primary-color);
}
.header-contact a {
	color: var(--tg-white);
}
.header-contact a:hover {
	color: var(--tg-primary-color);
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    padding: 0 0;
	margin: 0 0 0 auto;
}
.navbar-wrap .navigation.right {
	margin: 0 auto 0 0;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 500;
	color: var(--tg-white);
	padding: 32px 20px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul > li {
    position: relative;
    margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 13px 22px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 220px;
	background: var(--tg-secondary-color);
	background: #101010;
	margin: 0 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;
	border-radius: 8px;
	padding: 14px 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: 8px 15px 8px 25px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-silver);
	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 .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: #bd9a67;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.logo {
	margin: 12px 43px;
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff;
	-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;
	background: rgb(255, 255, 255);
	backdrop-filter: blur(26px);
	box-shadow: 0px 11px 42px 0px rgba(0,0,0,0.38);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#header-fixed-height.active-height {
	display: block;
	height: 110px;
}
.sticky-menu .header-mail a {
	color: var(--tg-primary-color);
}
.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.sticky-menu .header-contact a {
	color: var(--tg-primary-color);
}
.sticky-menu .logo {
	display: none;
}
.sticky-menu .logo.d-none {
	display: block !important;
}
.logo.mobile-logo.d-none {
	display: none !important;
}

/* header-two */
.menu-area-two .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-action .header-contact ul {
	text-align: right;
}
.header-action .header-contact ul li a {
	color: var(--tg-white);
}
.header-action .header-contact ul li:first-child a {
	text-decoration: underline;
}
.sidebar-contact .menu-icon a,
.header-action .icon a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.3px solid var(--tg-white);
	border-radius: 8px;
	color: var(--tg-white);
	font-size: 25px;
}
.sidebar-contact .menu-icon a {
    flex-direction: row;
    gap: 5px;
}
.header-action .icon a {
    flex-direction: column;
    gap: 5px;
}
.header-action .icon a > span,
.sidebar-menu-two .menu-icon span {
    height: 2px;
    width: 16px;
    background: var(--tg-white);
    border-radius: 30px;
    transition: .15s linear;
}
.sidebar-menu-two .menu-icon a span:nth-child(2),
.sidebar-menu-two .menu-icon:not(.active) a:hover span,
.header-action .icon:not(.active) a:hover>span,
.header-action .icon a > span:nth-child(2) {
    width: 11px;
    margin-left: 5px;
}
.sidebar-menu-two .menu-icon:not(.active) a:hover> span:nth-child(2),
.header-action .icon:not(.active) a:hover > span:nth-child(2) {
    width: 16px;
    margin-left: 0;
}
.sidebar-menu-two .menu-icon.active a>span,
.header-action .icon.active a>span {
    transform: rotate(45deg);
    margin-bottom: -2px;
}
.sidebar-menu-two .menu-icon.active a>span:nth-child(2),
.header-action .icon.active a>span:nth-child(2) {
    width: 16px;
    margin-left: 0;
    margin-top: -5px;
    transform: rotate(-45deg);
    margin-bottom: 0;
}
.sticky-menu .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a {
	border-color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a>span {
	background: var(--tg-primary-color);
}
.menu-area-two {
	padding: 27px 0px;
}
.menu-area-two.sticky-menu {
	padding: 18px 0px;
}
.burger-menu-visible .menu-area-two.transparent-header.sticky-menu {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
}

/* header-three */
.menu-style-three .navbar-wrap ul li a {
	color: #000;
}
.menu-style-three .navbar-wrap > ul > li.active > a,
.menu-style-three .navbar-wrap > ul > li > a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .header-contact a {
	color: var(--tg-body-font-color);
}
.menu-style-three .header-contact a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .navbar-wrap ul {
	margin: 0 auto;
}
.menu-style-three .logo {
	margin: 0;
}
.menu-style-three.sticky-menu .logo {
	display: block;
}
.fullscreen-menu .offNav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    padding: 40px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.fullscreen-menu .nav-height {
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding: 80px 0;
    padding-right: 30px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullscreen-menu .nav-height .inner {
    width: 360px;
    text-align: center;
}
.burger-menu-visible {
    overflow: hidden;
}
.burger-menu-visible .fullscreen-menu .offNav {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
}
.fullscreen-menu ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner .navigation li,
.fullscreen-menu .navigation li {
    display: block;
    list-style: none;
    position: relative;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    top: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}
.side-menu-inner .navigation > li.is-show,
.fullscreen-menu .navigation > li.is-show {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    margin-bottom: 10px;
}
.side-menu-inner .navigation > li:last-child,
.fullscreen-menu .navigation > li:last-child {
    margin-bottom: 0;
}
.side-menu-inner .navigation li.menu-item-has-children .sub-menu,
.fullscreen-menu .navigation li.menu-item-has-children .sub-menu {
    display: none;
    margin: 15px 0;
}
.side-menu-inner .navigation li .dropdown-icon,
.fullscreen-menu .navigation li .dropdown-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 68px;
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus {
    color: var(--tg-theme-primary);
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus.fa-plus {
    color: currentColor;
}
.side-menu-inner .navigation li>a,
.fullscreen-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 40px;
    font-size: 48px;
    font-weight: 500;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    text-transform: uppercase;
}
.side-menu-inner .navigation li.active > a,
.fullscreen-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.side-menu-inner .navigation > li .sub-menu li a,
.fullscreen-menu .navigation > li .sub-menu li a {
    font-size: 16px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-silver);
    text-transform: capitalize;
}
.side-menu-inner .navigation>li .sub-menu li.active>a,
.side-menu-inner .navigation>li .sub-menu li:hover > a,
.fullscreen-menu .navigation>li .sub-menu li.active>a,
.fullscreen-menu .navigation>li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}

/* header-four */
.header-top {
	background: var(--tg-secondary-color);
	padding: 6px 0;
}
.header-top-left p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--tg-silver);
}
.header-top-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}
.header-top-right ul li a {
	color: var(--tg-silver);
	font-size: 14px;
}
.header-top-right ul li:nth-child(1) a {
	text-decoration: underline;
}
.header-top-right ul li a:hover {
	color: var(--tg-primary-color);
}
.header-style-four .transparent-header {
	top: 40px;
}
.header-style-four .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-four .logo {
	margin: 0 0;
}
.header-style-four .navbar-wrap > ul > li {
	margin-right: 40px;
}
.header-style-four .navbar-wrap > ul > li:last-child {
	margin-right: 0;
}
.header-style-four .navbar-wrap ul li a {
	padding: 48px 0;
}
.header-style-four .sticky-menu .logo {
	display: block;
}
.header-style-four .transparent-header.sticky-menu {
	top: 0;
}

/* header-five */
.header-style-five .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-five .header-action > ul {
    margin-left: 60px;
}
.header-style-five .header-action > ul > li {
    margin-left: 40px;
}
.header-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
}
.header-social .list-wrap li a:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}
.header-style-five .header-action .header-contact a {
	color: var(--tg-body-font-color);
	font-size: 15px;
}
.header-style-five .header-action .header-contact a:hover {
	color: var(--tg-primary-color);
}
.header-style-five .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.header-style-five .navbar-wrap > ul > li > a:hover,
.header-style-five .navbar-wrap > ul > li.active > a {
	color: var(--tg-primary-color);
}
.header-style-five .logo {
	margin: 0;
}
.header-style-five .sticky-menu .logo {
	display: block;
}

/* header-six */
.header-style-six .transparent-header {
	top: 40px;
}
.header-style-six .navbar-wrap ul li a {
	color: #ffffff;
}
.header-style-six .navbar-wrap > ul > li.active > a,
.header-style-six .navbar-wrap > ul > li:hover > a {
    color: #ba9257;
}
.header-style-six .sticky-menu .logo {
	display: block;
}
.header-style-six .transparent-header.sticky-menu {
	top: 0;
}
.menu-area-seven {
	background: var(--tg-white);
}
.menu-area-seven .header-action .icon a {
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .icon a span {
    background: var(--tg-primary-color);
}


/* sidebar-menu */
.sidebar-menu {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	z-index: 101;
	padding: 40px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-body-background-color);
}
.sidebar-menu::-webkit-scrollbar {
    width: 0;
}
.sidebar-logo {
	margin-bottom: 130px;
}
.sidebar-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
	padding: 8px 0;
}
.sidebar-menu .navbar-wrap ul {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul .sub-menu {
    display: none;
    position: relative;
    transform: scale(1);
    transform-origin: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: transparent;
    text-align: center;
    visibility: visible;
    border-radius: 0;
    min-width: 100%;
    padding: 0 0;
    margin: 18px 0;
    opacity: 1;
}
.sidebar-menu .navbar-wrap ul li {
    margin: 0 0 5px;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul .sub-menu li {
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li {
    margin: 0 0 8px;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li a {
    padding: 0 0;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.sidebar-menu .navbar-wrap ul li .sub-menu li.active > a,
.sidebar-menu .navbar-wrap ul li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}
.sidebar-menu .dropdown-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.sidebar-menu .navbar-wrap {
    flex-grow: 0;
    margin: 0 0 50px;
}
.sidebar-contact {
	margin-top: auto;
}
.sidebar-contact > ul {
	margin-bottom: 25px;
}
.sidebar-contact ul li a {
	font-size: 15px;
	color: var(--tg-body-font-color);
}
.sidebar-contact ul li:first-child a {
	text-decoration: underline;
}
.sidebar-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.sidebar-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	font-size: 14px;
	color: var(--tg-primary-color);
}
.sidebar-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.main-content {
	margin-left: 320px;
}
.side-menu-visible .sidebar-menu {
    transform: translateX(0);
}
.sidebar-menu-backdrop,
.sidebar-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: var(--tg-black);
}
.side-menu-visible .sidebar-backdrop {
	opacity: 0.6;
	visibility: visible;
}

.sidebar-menu-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	padding: 40px 25px;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	background: var(--tg-white);
}
.sidebar-menu-two .sidebar-contact {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
    margin-top: 0;
    flex-direction: row-reverse;
    writing-mode: vertical-rl;
}
.sidebar-menu-two .menu-icon {
    margin-top: 40px;
}
.sidebar-menu-two .sidebar-contact .menu-icon a {
	border: 1.3px solid var(--tg-secondary-color);
	color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact .menu-icon span {
    background-color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact > ul {
    margin-bottom: 0;
    text-align: right;
}
.sidebar-menu-two .sidebar-logo {
	margin-bottom: 40px;
	margin-top: auto;
	transform: rotate(-90deg);
	width: 110px;
}
.main-content-two {
	margin-left: 110px;
}
.side-menu-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 729px;
    padding: 35px 120px 55px;
    transform: translateX(-100%);
    height: 100%;
    display: block;
    background-color: var(--tg-white);
    z-index: 9;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.side-menu-wrapper::-webkit-scrollbar {
    width: 0;
}
.side-menu-inner {
    text-align: center;
}
.side-menu-inner ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner li {
    list-style: none;
}
.side-menu-inner .navigation li>a {
    color: var(--tg-heading-font-color);
}
.burger-menu-visible .sidebar-menu-backdrop {
    opacity: .6;
    visibility: visible;
}
.side-menu-wrapper.side-menu-show {
    transform: translateX(0);
}
.sidebar-menu-backdrop {
    z-index: 8;
}

/*=============================
	04. 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 {
	max-width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-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 {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.active>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	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: #ffffff;
	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: #508649;
    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 ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	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 {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	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;
    width: 2px;
    background: var(--tg-primary-color);
	-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: var(--tg-white);
	background: var(--tg-primary-color);
	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 span {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.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: #353535;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #2b2b2b;
	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-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: 0px;
}

/*=============================
	05. Slider
===============================*/
.slider-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(32, 32, 32, 0.85) 0%, rgb(32 32 32 / 0%) 51.04%, rgb(32 32 32 / 0%) 100%), linear-gradient(0deg, rgb(32 32 32 / 0%), rgb(32 32 32 / 0%)); */
	z-index: -1;
}
.single-slider {
	min-height: 100vh;
	padding: 130px 0 0 0;
	display: flex !important;
	align-items: center;
	position: relative;
}
.slider-right-bg {
	background-size: cover;
	background-position: center;
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
	position: absolute;
	-webkit-mask-image: url(../img/banner/mask_bg.svg);
	mask-image: url(../img/banner/mask_bg.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	z-index: -1;
}
.slider-right-bg::before {
	content: "";
	position: absolute;
	left: 42px;
	top: 0;
	background-image: url(../img/banner/shape.svg);
	width: 433px;
	height: 802px;
}
.slider-active .slick-dots {
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    left: 73px;
    z-index: 5;
}
.slider-active .slick-dots li {
    line-height: 1;
    list-style: none;
    margin: 7px 0;
}
.slider-active .slick-dots li button {
    border: 2px solid transparent;
    background: transparent;
    line-height: 1;
    display: block;
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.slider-active .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d5d5d5;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.slider-active .slick-dots li.slick-active button {
    border-color: var(--tg-primary-color);
}
.slider-active .slick-dots li.slick-active button::after {
    background: var(--tg-white)
}

/*=============================
	06. Banner
===============================*/
.slider-active .banner-content {
    margin-top: 80px;
}
.banner-content .title {
	font-size: 39px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: initial;
	color: var(--tg-white);
}
.banner-content p {
	width: 75%;
	margin: 0 auto 45px;
	color: var(--tg-white);
}
.banner-scroll-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
}
.banner-scroll-down a {
    color: var(--tg-white);
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
}
.banner-scroll-down a span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid var(--tg-white);
    border-right: 2px solid var(--tg-white);
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}
.banner-scroll-down a span:nth-child(2) {
    animation-delay: -0.2s;
}
.banner-scroll-down a span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/* banner-two */
.banner-area-two {
	position: relative;
	/* background: var(--tg-gradient-color); */
	padding: 240px 0;
}
.banner-area-two .banner-bg-three {
	background-image: url(../img/banner/h2_banner_img.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.banner-content-two {
	width: 85%;
	position: relative;
}
.banner-content-two .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.banner-content-two p {
	margin-bottom: 45px;
	width: 80%;
}
.banner-area-two .banner-scroll-down {
	position: absolute;
	left: 8%;
	transform: translate(0);
	bottom: 3%;
}
.banner-area-two .banner-scroll-down a {
	color: var(--tg-secondary-color);
}
.banner-area-two .banner-scroll-down a span {
    border-color: var(--tg-secondary-color);
}


/* banner-area-three */
.banner-area-three {
	padding: 250px 0 140px;
	position: relative;
	background: var(--tg-gradient-color);
}
.banner-area-three .banner-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.30;
	color: var(--tg-secondary-color);
}
.banner-area-three .banner-content p {
	width: 100%;
	margin: 0 0 40px;
	color: var(--tg-body-font-color);
}
.banner-area-three .banner-img {
	z-index: 1;
	position: relative;
}
.banner-area-three .banner-img img {
	border-radius: 16px;
}
.banner-social {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-social .list-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.banner-social .list-wrap li {
	margin-bottom: 8px;
}
.banner-social .list-wrap li:last-child {
	margin-bottom: 0;
}
.banner-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.3px solid var(--tg-primary-color);
	font-size: 14px;
}
.banner-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/* banner-four */
.banner-area-four.banner-bg-three {
	background-image: url(../img/banner/h4_banner_img.jpg);
	background-size: inherit;
	background-position: top center;
	position: relative;
	z-index: 1;
	min-height: auto;
	display: flex;
	align-items: center;
	padding: 150px 0;
}
.banner-area-four.banner-bg-three::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(32 32 32 / 25%) 0%, rgb(0 0 0 / 20%) 51.04%, rgb(0 0 0 / 9%) 100%), linear-gradient(0deg, rgb(32 32 32 / 15%), rgb(32 32 32 / 0%));
	z-index: -1;
}

/* banner-five */
.banner-area-five.banner-bg-four {
	background-image: url(../img/banner/h5_banner_img.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 209px 0 250px;
}
.banner-area-five.banner-bg-four::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 32, 32, 0.7) 0%, rgba(32, 32, 32, 0.21) 51.04%, rgba(32, 32, 32, 0.7) 100%), linear-gradient(0deg, rgba(32, 32, 32, 0.2), rgba(32, 32, 32, 0.2));
	z-index: -1;
}
.banner-area-five .banner-content {
	text-align: center;
	position: relative;
}
.banner-area-five .banner-content .title {
	font-size: 72px;
	margin-bottom: 0;
	line-height: 1.30;
	margin-bottom: 40px;
}
.banner-area-five .banner-content .btn {
	border-color: var(--tg-white);
	color: var(--tg-white);
}
.banner-area-five .banner-content .btn:hover {
	border-color: var(--tg-secondary-color);
	background: var(--tg-secondary-color);
}
.banner-area-five .banner-content::before {
	position: absolute;
	content: "";
	left: 17%;
	top: -31%;
	width: 594px;
	height: 610px;
	/* background: var(--tg-primary-color); */
	/* border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%; */
	will-change: border-radius, transform, opacity;
	animation: appShape 8s linear infinite;
	display: block;
	z-index: -1;
}
.banner-area-five .banner-content::after {
	position: absolute;
	content: "";
	left: 17%;
	top: -31%;
	width: 594px;
	height: 610px;
	/* background: transparent; */
	/* border: 2px solid var(--tg-primary-color); */
	border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	animation: appShape 4s linear infinite;
	display: block;
	z-index: -1;
}
@keyframes appShape {
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.banner-area-five .banner-scroll-down {
	bottom: 120px;
}

/* banner-six */
.banner-area-six {
	background: var(--tg-gradient-color);
	padding: 280px 0 300px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner-area-six {
	text-align: center;
}
.banner-area-six .banner-content .title {
	font-size: 72px;
	color: var(--tg-heading-font-color);
	line-height: 1.30;
	margin-bottom: 15px;
}
.banner-area-six .banner-content p {
	width: 80%;
	margin: 0 auto 45px;
	color: var(--tg-body-font-color);
}
.banner-area-six .banner-img-wrap > * {
	border-radius: 16px;
	position: absolute;
    overflow: hidden;
	z-index: -1;
}
.banner-area-six .banner-img-wrap .left-images {
	left: -20px;
	top: 16%;
}
.banner-area-six .banner-img-wrap .right-images {
	right: -60px;
	bottom: 140px;
}
.banner-area-six .banner-scroll-down a span {
	border-color: var(--tg-secondary-color);
}

/* banner-seven */
.banner-area-seven {
	position: relative;
	padding: 0px 0 80px;
	background: var(--tg-gradient-color);
	background: #fff;
	z-index: 1;
}
.banner-shape {
	/* background-image: url(../img/banner/banner_shape.png); */
	background-size: cover;
	background-position: bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 734px; */
	z-index: -1;
}
.banner-area-seven .banner-content .title {
	font-size: 72px;
	color: var(--tg-heading-font-color);
	line-height: 1.30;
	margin-bottom: 15px;
}
.banner-area-seven .banner-content p {
	width: 100%;
	margin: 0 auto 45px;
	color: #2c2c2c;
	font-weight: 400;
}

/* banner-eight */
.banner-area-eight {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #F9FAF1 0%, #FEFFFB 100%);
	overflow: hidden;
}
.banner-area-eight .banner-content .sub-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--tg-heading-font-color);
}
.banner-area-eight .banner-content .title {
	font-size: 72px;
	color: var(--tg-heading-font-color);
	margin-bottom: 15px;
	line-height: 1.30;
}
.banner-area-eight .banner-content > p {
    width: 90%;
    margin: 0 0 40px;
    color: var(--tg-body-font-color);
}
.banner-content .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
	width: 70%;
	margin-bottom: 30px;
}
.banner-content .list-wrap li {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.banner-content .list-wrap li .icon {
	font-size: 40px;
	line-height: 0;
	color: var(--tg-secondary-color);
	margin-right: 15px;
}
.banner-content .list-wrap li .content p {
	width: 100%;
	margin: 0 0 0;
	color: var(--tg-secondary-color);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.banner-area-eight .row {
	flex-wrap: nowrap;
	align-items: center;
}
.banner-area-eight .row .col-lg-6.custom-col {
    overflow: hidden;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    margin-left: 80px;
}
.banner-area-eight .banner-img-item img {
    border-radius: 16px;
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}
.bannerContent-active {
    margin-left: -50px;
    margin-right: 85px;
}
.banner-img-item {
    max-width: 643px;
}
.bannerNav-active {
    margin-left: -15px;
    margin-right: -15px;
    cursor: grab;
}
.bannerNav-active .item {
    padding-left: 15px;
    padding-right: 15px;
}

/*=============================
	07. Breadcrumb
===============================*/
.breadcrumb-area {
	padding: 296px 0 97px;
	background: var(--tg-gradient-color);
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.30;
}
.breadcrumb-content .breadcrumb {
	justify-content: center;
	margin-bottom: 0;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-body-font-color);
	line-height: 1.42;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: #bd9a68;
}
.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 10px;
	color: #bd9a68;
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 10px;
}


/*=============================
	08. About
===============================*/
.section-title .sub-title {
	/* text-transform: uppercase; */
	font-size: 15px;
	font-weight: 500;
	display: block;
	color: var(--tg-secondary-color);
	margin-bottom: 15px;
}
.section-title .title {
	font-size: 45px;
	/* text-transform: uppercase; */
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.29;
}
.about-content p {
	margin-bottom: 23px;
}

/* about-two */
.about-img img {
	border-radius: 16px;
}
.about-area-two .about-content {
	width: 86%;
}
.about-area-two .about-content p {
	margin-bottom: 45px;
}

/*=============================
	09. Mission
===============================*/
.mission-img {
	/* text-align: center; */
}
.mission-img img {
	border-radius: 16px;
}
.mission-content {
	width: 95%;
}
.mission-content p {
	margin-bottom: 15px;
}

/*=============================
	10. Vision
===============================*/
.vision-content {
	margin-left: 85px;
}
.vision-content p {
	margin-bottom: 50px;
}
.vision-img img {
	border-radius: 16px;
}


/*=============================
	11. Brand
===============================*/
.brand-item {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
}
.brand-item img {
	transition: .3s linear;
	cursor: pointer;
}

/*=============================
	12. Parallax Img
===============================*/
.parallax-img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 880px;
}

/*=============================
	13. Counter
===============================*/
.counter-item {
	text-align: left;
	margin-bottom: 30px;
}
.counter-item .count {
	margin-bottom: 12px;
	font-size: 48px;
	line-height: .8;
	color: var(--tg-primary-color);
	display: block;
	font-family: var(--tg-heading-font-family);
}
.counter-item p {
	color: var(--tg-secondary-color);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}
.counter-item p span {
	display: block;
}



/*=============================
	14. Video
===============================*/
.video-bg {
	background-image: url(../img/bg/video_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.video-bg .play-btn {
	color: #bd9a68;
	font-size: 80px;
	line-height: 1;
}
.video-area-two {
	margin-top: -80px;
	z-index: 1;
	position: relative;
}


/*=============================
	15. Features
===============================*/
.features-item {
	text-align: center;
	margin-bottom: 55px;
}
.feature-icon {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 35px;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	position: relative;
	transform: translateY(0);
	transition: .3s linear;
	margin-top: -82px;
}
.features-item:hover .feature-icon {
    transform: translateY(6px);
}
.feature-icon::before {
	content: "";
	position: absolute;
	width: 112px;
	height: 112px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--tg-primary-color);
	z-index: -1;
}
.feature-icon::after {
	content: "";
	position: absolute;
	width: 104px;
	height: 104px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: transparent;
	border: 1.3px solid var(--tg-white);
	z-index: -1;
}
.feature-icon img {
	max-width: 48px;
}
.feature-icon i {
	color: var(--tg-white);
	font-size: 48px;
	line-height: 0;
}
.feature-content .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
    transition: .3s linear;
}
.feature-content p {
	margin-bottom: 0;
}
.features-item:hover .feature-content .title {
    color: var(--tg-primary-color);
}

/*=============================
	16. Services
===============================*/
.services-item {
	text-align: center;
	margin-bottom: 40px;
}
.services-thumb {
	margin-bottom: 30px;
}
.services-thumb img {
	border-radius: 50%;
}
.services-content .title {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.services-content p {
	margin-bottom: 15px;
}
.services-content .text-btn {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-primary-color);
	font-size: 14px;
	font-weight: 500;
}
.services-content .text-btn:hover {
	color: var(--tg-secondary-color);
}

/* services-two */
.services-img-two img {
	border-radius: 16px;
}
.services-content-two .services-list ul li {
	margin-bottom: 15px;
}
.services-content-two .services-list ul li:last-child {
	margin-bottom: 0;
}
.services-content-two .services-list ul li a {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
}
.services-content-two .services-list ul li a:hover {
	text-decoration: underline;
}

/* services-three */
.services-style-three {
	background: var(--tg-secondary-background);
}


/*=============================
	17. Project
===============================*/
.project-area {
	background: #2e2e2e;
}
.project-item {
	text-align: center;
	margin-bottom: 35px;
	background-color: #ffffff;
}
.project-item .project-thumb {
	margin-bottom: 0;
	background-color: #fffffff2;
}
.project-thumb a {
	position: relative;
	display: block;
	overflow: hidden;
}
.project-thumb a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.project-item-two:hover .project-thumb a::before,
.project-item:hover .project-thumb a::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.project-item .project-thumb img {
	border-radius: 13px;
}
.project-content .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.project-content .title a:hover {
	/* text-decoration: underline; */
	color: #222222;
}
.project-content span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #222;
}
.project-item-wrap .row {
	margin: 0 -12px;
}
.project-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}

/* project-two */
.project-style-two .project-content .title {
	font-size: 16px;
	margin-bottom: 8px;
}
.project-style-two .row {
	margin: 0 -12px;
}
.project-style-two .row [class*="col-"] {
	padding: 0 12px;
}

/* project-three */
.project-style-three {
	overflow: hidden;
}
.project-style-three .section-title .title {
	margin-bottom: 55px;
}
.project-style-three .row {
	flex-wrap: nowrap;
}
.project-style-three .col-xl-7 {
	overflow: hidden;
	-ms-flex: 0 0 110%;
	flex: 0 0 110%;
	max-width: 110%;
	margin-left: 80px;
}
.project-style-three .project-item {
	margin-bottom: 0;
	text-align: left;
}

/* project-four */
.project-style-four .section-title {
	width: 80%;
}
.project-style-four .section-title .title {
	margin-bottom: 50px;
}

/* project-area-five */
.project-item-two {
	margin-bottom: 140px;
}
.project-item-two .project-thumb {
	text-align: center;
}
.project-item-two .project-thumb img {
	border-radius: 16px;
}
.project-content-two .project-list {
	margin-right: 80px;
}
.project-content-two .project-list .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.project-content-two .project-list .list-wrap li {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.project-content-two .project-list .list-wrap li .icon {
	font-size: 40px;
	color: var(--tg-secondary-color);
	line-height: 0;
	margin-right: 15px;
}
.project-content-two .project-list .list-wrap li .content p {
	margin-bottom: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: var(--tg-secondary-color);
}

/* inner-project-area */
.project-top-meta .form-grp {
	position: relative;
	margin-bottom: 30px;
}
.project-top-meta .form-grp input {
	width: 100%;
	background: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	padding: 13px 55px 13px 24px;
	font-size: 15px;
	height: 56px;
	color: var(--tg-secondary-color);
	display: block;
}
.project-top-meta .form-grp input::placeholder {
	color: var(--tg-secondary-color);
}
.project-top-meta .form-grp button {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	padding: 0;
	font-size: 18px;
	color: var(--tg-primary-color);
}
.project-top-meta .form-grp.select .form-select {
	padding: 15px 45px 15px 24px;
	font-size: 15px;
	font-weight: 400;
	color: var(--tg-secondary-color);
	vertical-align: middle;
	background: url("../img/images/select_down_arrow.png") no-repeat scroll 97.5% center;
	background-color: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s ease-in-out;
	width: 100%;
	height: 56px;
	cursor: pointer;
}
.project-top-meta .row {
	margin: 0 -12px;
}
.project-top-meta .row [class*="col-"] {
	padding: 0 12px;
}

/* project-details */
.project-details-area {
	/* padding: 250px 0 140px; */
	position: relative;
	z-index: 1;
}
.project-details-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: var(--tg-gradient-color);
	z-index: -1;
}
.project-details-top {
	margin-bottom: 50px;
}
.project-details-title {
	margin-bottom: 30px;
}
.project-details-title span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}
.project-details-title .title {
	font-size: 55px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.30;
}
.project-details-top .right-side {
	margin-left: 80px;
	margin-bottom: 30px;
}
.project-details-top .right-side p {
	margin: 0 0;
}
.project-info-wrap .list-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.project-info-wrap .list-wrap .info-item {
	display: flex;
	align-items: center;
	flex-grow: 1;
	max-width: 20%;
}
.project-info-wrap .info-item .icon {
	font-size: 40px;
	margin-right: 25px;
	line-height: 0;
	color: var(--tg-secondary-color);
}
.project-info-wrap .info-item .content p {
	margin-bottom: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--tg-secondary-color);
	font-weight: 500;
}
.project-info-wrap .info-item .content p span {
	display: block;
}

/*=============================
	18. Gallery
===============================*/
.gallery-area {
	position: relative;
	overflow: hidden;
}
.gallery-item {
	position: relative;
	margin: 0 12px 0;
	text-align: center;
}
.gallery-item img {
	border-radius: 16px;
	display: inline-block;
	height: 785px;
	object-fit: cover;
}
.gallery-item .photo-gallery {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 7px 15px;
	border-radius: 8px;
	color: var(--tg-secondary-color);
	background: var(--tg-white);
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	box-shadow: 0px 12px 30px rgba(32, 32, 32, 0.2);
	transition: .4s linear;
}
.gallery-active .slick-slide {
	transition: .4s linear;
	max-width: 1390px;
	position: relative;
}
.gallery-active .slick-list {
	overflow: visible;
}
.gallery-item .play-btn {
	color: var(--youtube);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	line-height: 1;
}
.gallery-item .apartment-view {
	max-width: 1290px;
	height: 785px;
}
.gallery-item iframe {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

/*=============================
	19. Direction
===============================*/
.direction-img img {
	border-radius: 16px;
}
.direction-content {
	width: 70%;
}
.direction-content .list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.direction-content .list-wrap li {
	width: 50%;
	margin-bottom: 8px;
}
.direction-content .list-wrap li span {
	width: 500;
	color: var(--tg-secondary-color);
}

/*=============================
	20. Plan
===============================*/
.plan-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0 0;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-secondary-color);
}
.plan-wrap .nav-tabs .nav-item.show .nav-link,
.plan-wrap .nav-tabs .nav-link.active {
	color: var(--tg-primary-color);
	background-color: transparent;
}
.plan-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 40px;
	margin-bottom: 55px;
}
.plan-wrap .tab-content img {
	border-radius: 16px;
}
.file-wrap {
	margin-top: 140px;
}
.file-wrap .list-wrap {
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	gap: 24px;
}
.file-wrap .list-wrap li a {
	width: 180px;
	height: 168px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 20px 15px;
	border: 1.5px dashed #000000;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-secondary-color);
	flex-direction: column;
}
.file-wrap .list-wrap li a i {
	display: block;
	line-height: 0;
	font-size: 40px;
	color: #494949;
	margin-bottom: 30px;
}

/*=============================
	21. Team
===============================*/
.team-area {
	background: var(--tg-secondary-background);
}
.team-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.team-thumb {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.team-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, #1A1A1A 100%);
	pointer-events: none;
}
.team-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    transform: translateY(50px);
    transition: .3s;
    opacity: 0;
}
.team-item:hover .team-content {
	transform: translateY(0);
	opacity: 1;
}
.team-content .title {
	color: var(--tg-white);
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 20px;
}
.team-content .title a:hover {
	color: var(--tg-white);
	text-decoration: underline;
}
.team-content span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: var(--tg-white);
}
.team-item-wrap .row {
	margin: 0 -12px;
}
.team-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.team-style-two {
	background: var(--tg-body-background-color);
}

/* team-details */
.team-details-area {
	padding: 250px 0 140px;
}
.team-details-thumb {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.team-details-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, #1A1A1A 100%);
	pointer-events: none;
}
.team-details-content {
	margin-left: 80px;
}
.team-details-content .sub-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 15px;
}
.team-details-content .title {
	font-size: 48px;
	margin-bottom: 25px;
}
.team-details-content .td-contact {
	margin-bottom: 24px;
}
.team-details-content .td-contact ul li a {
	color: var(--tg-secondary-color);
}
.team-details-content .td-contact ul li a:hover {
	color: var(--tg-primary-color);
}
.team-details-content .td-contact ul li:first-child a {
	text-decoration: underline;
}
.team-details-content p {
	margin-bottom: 15px;
}
.td-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
}
.td-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.5px solid var(--tg-primary-color);
	font-size: 14px;
	color: var(--tg-primary-color);
}
.td-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/*=============================
	22. Road Map
===============================*/
.roadmap-wrap {
	position: relative;
}
.roadmap-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	border: 1px dashed var(--tg-primary-color);
}
.roadmap-item {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 414px;
	height: 318px;
	flex: 0 0 auto;
	align-self: flex-start;
}
.roadmap-item .title {
	margin-bottom: 0;
	font-size: 24px;
	margin-top: 30px;
}
.roadmap-content {
	position: relative;
	text-align: center;
	border: 1.3px solid var(--tg-secondary-color);
	border-radius: 16px;
	padding: 30px 30px;
	margin-bottom: 40px;
}
.roadmap-content::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9.3px;
	transform: translateX(-50%) rotate(-45deg);
	width: 16px;
	height: 16px;
	background: var(--tg-body-background-color);
	border-left: 1.3px solid var(--tg-secondary-color);
	border-bottom: 1.3px solid var(--tg-secondary-color);
}
.roadmap-content .dot {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	background: var(--tg-primary-color);
	border-radius: 50%;
}
.roadmap-content span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: var(--tg-primary-color);
}
.roadmap-content p {
	margin-bottom: 20px;
}
.roadmap-active .swiper-slide:nth-child(odd) {
	align-self: flex-end;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item {
	flex-direction: column;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content .dot {
	bottom: auto;
	top: -52px;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content {
	margin-bottom: 0;
	margin-top: 40px;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content::before {
	bottom: auto;
	top: -9.3px;
	border-top: 1.3px solid var(--tg-secondary-color);
	border-right: 1.3px solid var(--tg-secondary-color);
	border-left: none;
	border-bottom: none;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .title {
	margin-top: 0;
	margin-bottom: 30px;
}
.roadmap-area {
	overflow: hidden;
}
.roadmap-active .swiper-wrapper {
	min-height: 525px;
}
.roadmap-style-two {
	background: var(--tg-secondary-background);
}
.roadmap-style-two .roadmap-item .roadmap-content::before {
    background-color: var(--tg-secondary-background);
}

/*=============================
	23. Testimonial
===============================*/
.testimonial-item {
	display: flex;
	align-items: center;
	width: 75.5%;
	margin-bottom: 30px;
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
	position: relative;
	width: 80px;
	flex: 0 0 80px;
	margin-right: 22px;
}
.testimonial-thumb img {
	border-radius: 50%;
}
.testimonial-thumb .icon {
	position: absolute;
	right: 3px;
	bottom: 3px;
	line-height: 1;
}
.testimonial-thumb .icon i {
	font-size: 20px;
	color: var(--tg-primary-color);
}
.testimonial-content {
	/*! border: 1.3px solid var(--tg-secondary-color); */
	/*! border-radius: 15px; */
	/*! padding: 30px 30px; */
	position: relative;
	margin-left: 12px;
}
.testimonial-content::before {
	left: -9px;
	top: 50%;
}
.testimonial-content p {
	margin-bottom: 10px;
}
.testimonial-content span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--tg-primary-color);
}
.testimonial-item:nth-child(even) {
	flex-direction: row-reverse;
	margin-left: auto;
}
.testimonial-item:nth-child(even) .testimonial-thumb {
	margin-right: 0;
	margin-left: 22px;
}
.testimonial-item:nth-child(even) .testimonial-content {
	margin-left: 0;
	margin-right: 12px;
}
.testimonial-item:nth-child(even) .testimonial-content::before {
	left: auto;
	right: -9px;
	border-bottom: 1.3px solid var(--tg-secondary-color);
	border-right: 1.3px solid var(--tg-secondary-color);
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}
.testimonial-style-two {
	background: var(--tg-secondary-background);
}

/*=============================
	24. Faq
===============================*/
.faq-wrap {
	padding: 0 110px 140px;
}
.faq-item {
	margin-bottom: 34px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item .title {
	font-size: 25px;
	/* text-transform: uppercase; */
	margin-bottom: 11px;
	letter-spacing: 1px;
}
.faq-item p {
	margin-bottom: 0;
}



/*=============================
	25. Blog
===============================*/
.blog-area {
	background: var(--tg-secondary-background);
}
.blog-area .section-title .title {
	width: 85%;
	margin-bottom: 55px;
}
.blog-item {
	margin-bottom: 55px;
}
.blog-thumb {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-thumb img {
	border-radius: 16px;
	transition: .5s linear;
	transform: scale(1);
}
.blog-item:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-content .title {
	margin-bottom: 5px;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	width: 90%;
}
.blog-meta .list-wrap {
	display: flex;
	align-items: center;
}
.blog-meta .list-wrap li {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.blog-meta .list-wrap li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.blog-meta .list-wrap li::before {
	content: "/";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.blog-meta .list-wrap li:last-child::before {
	display: none;
}
.blog-meta .list-wrap li a {
	color: var(--tg-body-font-color);
}
.blog-meta .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.blog-item-wrap .row {
	margin: 0 -12px;
}
.blog-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.blog-area-three {
	background: var(--tg-secondary-background);
}
.blog-item.blog-item-two .blog-content .title {
	margin-bottom: 5px;
	font-size: 40px;
	line-height: 1.3;
}
.blog-item.blog-item-two .blog-thumb {
	margin-bottom: 30px;
}

/* blog-sidebar */
.blog-widget {
	margin-bottom: 55px;
}
.blog-widget:last-child {
	margin-bottom: 0;
}
.blog-sidebar {
	margin-left: 80px;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search input {
	width: 100%;
	background: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-secondary-color);
	padding: 13px 55px 13px 24px;
}
.sidebar-search input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-secondary-color);
	opacity: .7;
}
.sidebar-search form button {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0;
	font-size: 18px;
	color: var(--tg-primary-color);
}
.blog-widget .bw-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.bw-cat-list .list-wrap li {
	margin-bottom: 8px;
}
.bw-cat-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.bw-cat-list .list-wrap li a {
	color: var(--tg-body-font-color);
}
.bw-cat-list .list-wrap li a:hover {
	color: var(--tg-secondary-color);
}
.post-list-wrap .post-item {
	margin-bottom: 20px;
}
.post-list-wrap .post-item:last-child {
	margin-bottom: 0;
}
.post-list-wrap .post-item .title {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.55;
}
.post-list-wrap .post-item span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.bw-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.bw-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 50%;
}
.bw-social .list-wrap li a:hover {
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
}

/* blog-details */
.blog-details-area {
	padding: 250px 0 140px;
	position: relative;
}
.blog-details-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	background: var(--tg-gradient-color);
	z-index: -1;
}
.blog-details-content {
	margin-bottom: 55px;
}
.blog-details-wrap .blog-item {
	margin-bottom: 0;
}
.blog-details-wrap .blog-item .blog-thumb {
	margin-bottom: 50px;
}
.blog-details-wrap .blog-item:hover .blog-thumb img {
	transform: scale(1);
}
.blog-details-wrap .blog-item > p {
	margin-bottom: 15px;
}
.blog-details-wrap blockquote {
	padding: 30px 0 45px;
	padding-left: 32px;
	position: relative;
	margin: 0 0;
}
.blog-details-wrap blockquote::before {
	content: "\f107";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "flaticon_reland";
	color: rgba(189, 154, 104, 0.2);
	font-size: 80px;
	line-height: 1;
}
.blog-details-wrap blockquote p {
	margin-bottom: 0;
	font-family: var(--tg-heading-font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 1.45;
	text-transform: uppercase;
	color: var(--tg-secondary-color);
}
.blog-details-social {
	margin-top: 55px;
}
.blog-details-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.blog-details-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 50%;
}
.blog-details-social .list-wrap li a:hover {
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
}
.avatar-post {
	display: flex;
	align-items: flex-start;
	background: var(--tg-secondary-background);
	padding: 40px;
	border-radius: 16px;
	margin-top: 80px;
}
.post-avatar-img {
	width: 120px;
	flex: 0 0 120px;
	margin-right: 32px;
}
.post-avatar-img img {
	border-radius: 50%;
}
.post-avatar-content p {
	margin-bottom: 24px;
}
.post-avatar-content span {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-primary-color);
}
.blog-next-prev {
	margin: 80px 0 50px;
}
.blog-next-prev .post .title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.55;
}
.blog-next-prev .post {
	width: 80%;
	margin-bottom: 30px;
}
.blog-next-prev .post > a {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-body-font-color);
}
.blog-next-prev .post > a:hover {
	color: var(--tg-primary-color);
}
.blog-next-prev .post.next {
	margin-left: auto;
	text-align: right;
}
.blog-post-comment .comment-wrap {
	margin-bottom: 80px;
}
.comment-reply-title .title,
.comment-wrap-title .title {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.latest-comments .comments-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.comments-box .comments-avatar {
	width: 80px;
	flex: 0 0 80px;
	margin-right: 32px;
}
.comment-text .avatar-name span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.comment-text .avatar-name .name {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.comments-box .comment-text p {
	margin-bottom: 15px;
}
.comment-text .comment-reply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.comment-text .comment-reply i {
	margin-right: 8px;
}
.comment-form .row {
	margin: 0 -12px;
}
.comment-form .row [class*="col-"] {
	padding: 0 12px;
}
.comment-form .comment-field {
	margin-bottom: 24px;
}
.comment-form .comment-field textarea,
.comment-form .comment-field input {
	width: 100%;
	background: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	padding: 13px 24px;
	font-weight: 400;
	font-size: 15px;
	height: 56px;
	display: block;
	color: var(--tg-secondary-color);
}
.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
	color: var(--tg-secondary-color);
	font-weight: 400;
	font-size: 15px;
}
.comment-form .comment-field textarea {
	min-height: 240px;
	max-height: 240px;
}
.comment-respond .comment-form .form-check {
	justify-content: left;
	margin-bottom: 55px;
}


/*=============================
	26. Pagination
===============================*/
.pagination-wrap {
	margin-top: 10px;
}
.pagination-wrap .pagination .page-item {
    margin-right: 8px;
    margin-top: 8px;
}
.pagination-wrap .pagination .page-item:last-child {
    margin-right: 0;
}
.pagination-wrap .pagination {
	justify-content: center;
}
.pagination-wrap .pagination .page-link {
	margin-left: 0;
	padding: 0 0;
	color: var(--tg-primary-color);
	border: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.5px solid var(--tg-primary-color);
}
.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
	background: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
	color: var(--tg-white);
}
.pagination-wrap .pagination .page-link:focus {
	color: var(--tg-white);
	background-color: var(--tg-primary-color);
	outline: 0;
	box-shadow: none;
}
.inner-blog-area .pagination-wrap .pagination {
	justify-content: left;
}


/*=============================
	27. Error
===============================*/
.error-area {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	background: var(--tg-gradient-color);
	overflow: hidden;
	z-index: 1;
}
.error-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/images/error_shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
	width: 743px;
	height: 776px;
	z-index: -1;
}
.error-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1.30;
}
.error-area .copyright-text {
	position: absolute;
	left: 16.3%;
	bottom: 40px;
}
.error-area .copyright-text p {
	margin-bottom: 0;
	color: var(--tg-paragraph-color);
}
.error-area .copyright-text p span {
	color: var(--tg-secondary-color);
	font-weight: 500;
}

/*=============================
	28. Newsletter
===============================*/
.newsletter-area {
	background: #ffffff;
}
.newsletter-inner {
	background: #ededed;
	border-radius: 16px;
	padding: 100px;
}
.newsletter-content {
	text-align: center;
}
.newsletter-content .section-title .title {
	font-size: 33px;
	margin-bottom: 15px;
}
.newsletter-form .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.newsletter-form .list-wrap li {
	flex-grow: 1;
	margin-bottom: 25px;
	padding: 0 12px;
}
.newsletter-form .list-wrap li:last-child {
	flex-grow: 0;
}
.newsletter-form .list-wrap li input {
	width: 100%;
	border: 1.3px solid;
	border-color: var(--tg-secondary-color);
	border-radius: 8px;
	font-size: 15px;
	color: var(--tg-secondary-color);
	padding: 13px 25px;
	height: 56px;
	background: transparent;
}
.newsletter-form .list-wrap li input::placeholder {
	font-size: 15px;
	color: var(--tg-secondary-color);
}
.contact-form-wrap .form-submit input[type="submit"],
.newsletter-form .list-wrap li.submit-btn input[type="submit"] {
	border: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	background: #4a8148;
	color: var(--tg-white);
	padding: 16px 40px;
	transition: .3s ease-in-out;
}
.contact-form-wrap .form-submit input[type="submit"]:hover,
.newsletter-form .list-wrap li.submit-btn input[type="submit"]:hover {
	background: #121d1c;
}
.comment-form .form-check,
.contact-form-wrap .form-check,
.newsletter-form .form-check {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
	line-height: 1;
}
.comment-form .form-check .form-check-input,
.contact-form-wrap .form-check .form-check-input,
.newsletter-form .form-check .form-check-input {
	border-radius: 50%;
	border: none;
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	background-color: var(--tg-gray);
	cursor: pointer;
}
.comment-form .form-check .form-check-input:checked[type=checkbox],
.contact-form-wrap .form-check-input:checked[type=checkbox],
.newsletter-form .form-check-input:checked[type=checkbox] {
	background-image: none;
	background-color: var(--tg-primary-color);
}
.comment-form .form-check .form-check-input,
.contact-form-wrap .form-check-input:focus,
.newsletter-form .form-check-input:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-check label,
.contact-form-wrap .form-check label,
.newsletter-form .form-check label {
	user-select: none;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.contact-form-wrap .form-check label span,
.newsletter-form .form-check label span {
	font-weight: 500;
	color: var(--tg-secondary-color);
}

/* newsletter-two */
.newsletter-area.newsletter-area-two {
	background: #f1f1f1;
}
.newsletter-area-two .newsletter-inner {
	background: #ffffff;
}


/*=============================
	29. Contact
===============================*/
.contact-info-item {
	text-align: center;
	margin-bottom: 40px;
}
.contact-info-item .sub-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 5px;
}
.contact-info-item .title {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.45;
}
.contact-info-item ul li a {
	color: var(--tg-paragraph-color);
}
.contact-info-item ul li a:hover {
	color: var(--tg-primary-color);
}
#contact-map {
	width: 100%;
	height: 800px;
}
#contact-map iframe {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.contact-form-wrap .row {
	margin: 0 -12px;
}
.contact-form-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.contact-form-wrap .form-grp {
	margin-bottom: 24px;
}
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
	width: 100%;
	background: transparent;
	border: 1.5px solid #525252;
	border-radius: 0;
	padding: 13px 24px;
	font-weight: 400;
	font-size: 15px;
	color: #2c2c2c;
	height: 56px;
	display: block;
}
.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
	color: var(--tg-secondary-color);
}
.contact-form-wrap .form-grp textarea {
	min-height: 100px;
	max-height: 240px;
}
.contact-form-wrap .form-submit {
	text-align: center;
	margin-top: 27px;
}

/*=============================
	30. Footer
===============================*/
.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-size: cover;
	background-position: center;
	background: #ffffff;
}
.footer-top {
	padding: 30px 0 10px;
}
.footer-widget {
	margin-bottom: 12px;
}
.fw-title {
	color: #bd9a68;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.footer-contact p {
	margin-bottom: 15px;
	color: #000000;
	font-weight: 400;
}
.footer-contact .list-wrap li a {
	color: var(--tg-silver);
}
.footer-contact .list-wrap li:first-child a {
	text-decoration: underline;
}
.footer-contact .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-link .list-wrap li {
	margin-bottom: 10px;
}
.footer-link .list-wrap li:last-child {
	margin-bottom: 0;
}
.footer-link .list-wrap li a {
	color: #101010;
}
.footer-link .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter input {
	width: 100%;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	color: var(--tg-silver);
	background: var(--tg-black);
	padding: 14px 70px 14px 25px;
}
.footer-newsletter input::placeholder {
	font-size: 15px;
	color: var(--tg-silver);
}
.footer-newsletter button {
	border: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 0 8px 8px 0;
}
.footer-bottom {
	padding: 30px 0 55px;
}
.copyright-text p {
	margin-bottom: 25px;
	color: var(--tg-silver);
}
.copyright-text p span {
	color: var(--tg-white);
}
.footer-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -4px;
}
.footer-social .list-wrap li {
	padding: 0 4px;
}
.footer-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.3px solid var(--tg-primary-color);
	border-radius: 50%;
	font-size: 14px;
	background-color: black;
	color: #fff;
}
.footer-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/* Preloader */
#preloader {
    background: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
.ta-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}
.ta-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}
.ta-spinner-eff .ta-bar {
    position: absolute;
    background-color: var(--tg-primary-color);
}
.ta-spinner-eff .ta-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}
@keyframes taRotation {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes bar-top {
    0% {
        transform: scale(0,1);
    }
    12.5% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-right {
    0% {
        transform: scale(1,0);
    }
    12.5% {
        transform: scale(1,0);
    }
    25% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}
@keyframes bar-bottom {
    0% {
        transform: scale(0,1);
    }
    25% {
        transform: scale(0,1);
    }
    37.5% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-left {
    0% {
        transform: scale(1,0);
    }
    37.5% {
        transform: scale(1,0);
    }
    50% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}



.text-c-g{
 /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%); */
 /* background-size: 150%; */
 color: #bd9a67!important;
 /* -webkit-background-clip: text; */
 /* -webkit-text-fill-color: transparent; */
 filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
 animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}



h4 {
    font-size: 2.0rem;
    color: #dfdfdf;
}


@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}


.text-right{ text-align:right; }



.banner-content p{
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    font-size: 26px;
    color: #606060;
    margin: 0;
}


.banner-content h4{
    font-weight: 100;
    text-transform: uppercase;
    font-size: 75px;
   
    color: #000;
}

.banner-content h5{
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 2px;
}


.text-c-g1{ color:#bd9a67!important;  margin-bottom: 0!important; }

.qt{
    font-size: 48px;
}
.pt{ font-size:50px; color:#555; margin-bottom:0!important }

.vision-content1{ border:solid 1px #bd9a67; padding:20px; text-align:center; }
.vision-content1 p{min-height: 154px;}


.newsletter-form input{ width:100% }

.link-bx{color: #222;  }
.link-bx :before { content:"|"; padding:10px 0; padding-right:10px;  color: #777;}
.link-bx:first-child  :before{content:""!important; display: none;}
.link-bx a{margin-left:0;background-color: transparent!important;color: #000!important;border:0!important;font-size: 17px!important;border-radius:0!important;width: auto!important;height:auto!important;font-weight: 400;}
.link-bx a:hover{ background:transparent!important; color:#bd9a68!important;  } 


.form-submit .transparent-btn {
    background: #222;
    color: #fff;
}

.form-submit .transparent-btn:hover {
    background: #bd9a68;
    color: #222;
}

.footer-area .list-wrap li {display: inline-block;width: 40px;height: 40px;text-align:center;background-color: #000000;color:#fff!important;padding-top: 6px;margin: 0 3px;border-radius:50%;}
.footer-area .list-wrap li a{color: #fff;} 
.footer-area .list-wrap li:hover{background-color: #373737;}

.logo img{width: auto;text-align: left;}
.sticky-menu .logo img{width: 160px;}

.font-weight-400{ font-weight:400; }


.section-pb-100{ padding-bottom:100px }
.section-pt-100{ padding-top:100px }

.pt-150{padding-top:150px;}
.pt-80{ padding-top:80px; }
.pb-80{ padding-bottom:80px; }
.mb-35{margin-bottom: 20px;}
.mission-img{padding-right: 6px;}
.mission-content p{ text-align:justify; }

.clr-gld{color: #bd9a68}
.clr-dark{color: #222!important;}
.clr-white{color: #fff}
.clr-dark-blue{color: #282a37}
.bg-wht{ background-color:#fff; }


.mission-content {
    width: 100%;
    padding-left: 20px;
}

.whsta {
    border: solid 1px #bd9a68;
    border-radius: 999px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #000;
    color: #000;
}


.whatsapp-button {
    box-shadow: 0px 0px 25px -6px rgb(0 0 0 / 97%);
    position: fixed;
    bottom: 31px;
    left: 25px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    width: 45px;
    height: 45px;
    padding-top: 2px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgb(0 0 0 / 63%);
    box-shadow: 0px 0px 25px -6px rgb(0 0 0 / 41%);
    box-shadow: 0px 0px 25px -6px rgb(0 0 0 / 47%);
    animation: effect 5s infinite ease-in;
}


.project-details-area{ padding-top:250px; }



.contact-map iframe{
    width: 100%;
    height: 300px;
    border-radius: 20px!important; 
    overflow: hidden!important; 
background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
}


.home-page-d  {
    top: 40px;
    background-color: white!important;
    padding: 0;
    }

.header-style-six .transparent-header {
    top: 0px;
    background-color: #202020;
    padding: 0px 0;
    }


.header-style-six .transparent-header.sticky-menu {
    top: 0;
    background-color: #262626!important;
    padding: 0;
}



.ch-man{
    font-weight: 900;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    letter-spacing: 1px;
    font-size: 40px!important;
}


.qlty{background-color:#313131; padding:100px 100px; }
.jny1{
    background-color: #262626;
    padding-bottom: 80px;
    
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 10px;
}


.faq-wrap{ padding:0; }
.mt-80{ margin-top:80px }


.fnt-sub-hd{ font-size:45px; margin-bottom:20px; }

.mission-content-1 {
    width: 100%;
    padding-right: 20px;
}

.pt-v-50{ padding-top:0!important; }
.pt-v-100{ padding-top:0!important; }
.footer-bar{background-color:#e9e9e9; padding: 45px 0;}
.prty-sb{
    visibility: visible;
    font-size: 24px;
    animation-delay: 0.2s;
    animation-name: MoveBackgroundPosition;
}

@media (max-width: 767.98px) {
.pt-v-50{ padding-top:50px!important; }
	.pt-v-100{ padding-top:100px!important; }
	.fnt-sub-hd {
    font-size: 34px;
    margin-bottom: 20px;
}
.faq-wrap {
    padding: 0 0 0px;
}
.mission-content {
    margin-top: 10px;
}
.mission-content {
    width: 100%;
    padding-left: 0px;
}
.footer-social .list-wrap li {
    padding: 0 1px;
}
.breadcrumb-content .title {
    font-size: 32px;
}
.mission-content p {
    text-align: center;
}
.ch-man {
    font-weight: 900;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    letter-spacing: 1px;
    font-size: 25px!important;
    text-align: center;
}

.faq-wrap {
    padding: 0 0 30px;
}

.footer-social .list-wrap li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.3px solid var(--tg-primary-color);
    border-radius: 50%;
    font-size: 15px;
    background-color: black;
    color: #fff;
}
h2 {
    font-size: 1.5rem;
}
.fnt-sub-hd {
    font-size: 27px;
    margin-bottom: 15px;
}
.faq-wrap {
    padding: 0 0 10px;
}


.mission-area .text-center{ text-align:left!important; }
.jny1 {
    background-color: #262626;
    padding-bottom: 0px!important;
    
}
.clr-dark-blue .mission-content p {
    text-align: left;
}
.mission-content p {
    text-align: left;
}
.faq-wrap {
    padding: 0 0 0px!important;
}
.breadcrumb-content h4{ font-size:21px; }
.prty-sb{
    visibility: visible;
    font-size: 22px;
   
}
.project-item .project-thumb {
    margin-bottom: 15px;
}
.project-item {
    text-align: center;
    margin-bottom: 22px;
}
.mission-content {
    margin-top: 15px!important;
}
.section-title .title {
    font-size: 26px;
}
.mb-40 {
    margin-bottom: 15px;
}
.mb-60 {
    margin-bottom: 25px;
}
.section-py-140 {
    padding: 45px 0;
}
.mb-55 {
    margin-bottom: 25px;
}

.m-t-c{ text-align:center!important; }
h4 {
    font-size: 1.5rem;
    color: #dfdfdf;
}

}




.banner-area-two {
    padding: 100px 0!important;
}

.banner-content-two p {
    width: 100%;
}





.lft-imgs{
left: 0;
top: 0;
width: 50%;
height: 100%;
position: absolute;
z-index: 0;}

.w-100-bg-w{padding: 150px 0; min-height: auto; background-attachment: fixed;} 


.bg-ption{ background-position:center; }

.amnity h2{margin:15px 0;  }
.r-btn .transparent-btn {
    background: var(--tg-primary-color);
    color: #fff;
}



@media (max-width: 767.98px) {
.lft-imgs{
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;}

.bg-ption{ background-position:bottom; }
.banner-area-two .lft-imgs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 60%) 51.04%, rgba(32, 32, 32, 0.75) 100%), linear-gradient(0deg, rgb(32 32 32 / 0%), rgb(32 32 32 / 8%));
    z-index: -1;
}
.banner-content-two .title {
    font-size: 26px!important;
}
.w-100-bg-w{padding: 60px 0!important;min-height: auto;background-attachment: fixed;} 
.banner-area-four.banner-bg-three {
    
/* min-height: 65vh; */
    
display: flex;
    
align-items: center;
    
padding: 120px 0;
}
 .w-100-bg-w h1{
    font-size: 25px;
    padding: 0 22px;
}
.amnity h2{margin:15px 0;  }
.amnity p{margin:0px 0 20px 0;  }
.r-ftr h1{ font-size:25px; }
}



.banner-area-seven .banner-content .title {
    font-size: 51px;
    color: #000;
    line-height: normal;
}


.banner-content-two .title {
    font-size: 60px;
}



.header-style-six .transparent-header.sticky-menu {
    top: 0;
    background-color: #262626!important;
    padding: 0;
    display: none;
}


.banner-shape {
    background-image: url(../img/banner/banner_shape.png);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 738px;
    z-index: -1;
}


.prty-box{border: solid 1px #d4d4d4;/* padding: 10px; */border-radius: 27px;overflow: hidden;background-color: #fbfbfb;}

.banner-area-seven{background-color: #fff;min-height: auto;}

.hm-logos{padding-top: 0px;margin-bottom: 20px;}
.banner-content{/* padding-top: 0; *//* padding: 75px 0 63px 0; */}
.pdg-t-0{ padding-top:0 }

.footer-bg{background-color: #000;}
.footer-top p{margin-bottom: 0;font-size: 14px;text-transform: uppercase;color: #fff;}
.copy-rt{color:#000; margin-top: 5px; letter-spacing: .5px;  font-size: 13px;}

.card{ border:0;  } 

.file-wrap .list-wrap a {
    width: 100%;
    height: 168px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px 15px;
    border: 1.5px solid #e0e0e0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: var(--tg-secondary-color);
    flex-direction: column;
    margin-bottom: 18px;
    background-color: #f1f1f1;
}

.services-item h4{ font-size:18px; color:#333; }
.services-thumb img {
     border-radius: 0%; 
}


.card .form {
    display: flex;
    align-items: center;
    justify-content: left;
}
.form label {
    cursor: pointer;
}
.card .form .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.card .form label {
    display: flex;
    margin: 0px 17px 0 0px;
}

.input-radio.on:checked {
    /* box-shadow: 0px 0px 0px 4px #00eb27; */
    background-color: #000000;
}
.input-radio.off:checked {
    /* box-shadow: 0px 0px 0px 4px #eb0000; */
    background-color: #000000;
}
.logo{ text-align:left; }
.services-content h4 a{ font-family:'Montserrat', sans-serif; font-size:20px; }

.pdg-t-0 {
    padding-top: 70px;
}

@media (max-width: 767.98px) {
.hm-logos {
    padding-top: 9px;
}
.pt-140 {
    padding-top: 30px;
}

h1 {
    font-size: 1.7rem;
}
.prty-box {
    border: solid 1px #888;
    padding: 10px;
    margin: 15px 0;
}
.pb-140 {
    padding-bottom: 17px;
}
.section-pt-135 {
    padding-top: 60px;
}
.banner-shape {
   
    background-size: contain!important;
   
}
.banner-content {
    padding-top: 0;
    padding: 0px 0 20px 0;
}
}


.project-thumb{padding: 34px;}


.project-item {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 10px;
  overflow: hidden;
}

.project-item:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.project-content{padding:15px 0;background-color: #f4f4f4;}



.project-scn .project-thumb {
    padding: 0px; 
}


.project-scn .project-thumb img{ border-radius:0 }

.project-scn  .project-content .title {
    font-size: 19px;
    margin-bottom: 8px;
}

.project-scn .project-item:hover {
    box-shadow: none;
}




.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;
}



.s-icn{ text-align:center; }
.spl-bx{border: solid 1px #ebebeb;padding: 25px 15px;border-radius: 10px;background-color: white;margin: 10px 0;min-height: 219px;}

.spl-bx h4{color:#222;font-size: 16px;text-align:center;margin-top:25px;display:block;line-height: 23px;}
.s-icn{ margin-bottom:25px; display:block; }
.pr-imgs{ margin-bottom:20px; }

.slick-slide img {
    display: inline;
    /* opacity: 0.7; */
}

.glry{ margin:15px 0; border:solid 1px #ccc; border-radius:10px; overflow:hidden; }


.privecy-p{text-align:justify; color: #555;}
.privecy-p p{color: #555; font-size: 15px;}

.contact-info-item{ text-align:left; }

.list-wrap li a{ color:#444!important; }

.list-wrap li {
    list-style: none;
    color: #52874f;
}

.section-title .title {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.29;
}












.box {
  position: relative;
  position: absolute;
  /* width: 50%; */
  left: auto;
  right: -36px;
  bottom: -50px;
  height: auto;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.box:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;

}
.box:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: -20px;
  top: -20px;
  bottom: -20px;
  width: 20px;

}
.box h1 {
  position: absolute;
  top: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px red;
  width: 100%;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5px;
  z-index: 9;
  transition: all 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.box_image {
  position: absolute;
  top: 25px;
  left: 80px;
  width: 121px;
  z-index: 2;
  text-shadow: 0px 0px 5px red;
  /* width: 100%; */
  transition: all 0.1s linear;
}
.box_burj {
  position:relative;
  left: auto;
  right: 39px;
  width: 512px;
  z-index: 2;
  text-shadow: 0px 0px 5px red;
  transition: all 0.1s linear;
}
.box_burj img{ width:100% }

.box_Ave {
  position: absolute;
  top: 162px;
  left: auto;
  right: 172px;
  z-index: 2;
  text-shadow: 0px 0px 5px red;
  width: 83px;
  transition: all 0.1s linear;
}

@media only screen and (max-width: 1024px) {
  .box {
    width: 80%;
    left: 10%;
    top: 75px;
  }
}





.banner-hd-txt{
    text-align: left;
    text-transform: uppercase;
    font-size: 95px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 0;
    }

   .banner-search h3 { color:#fff; font-weight:bold; letter-spacing:1px; }


  .text-gradient {
    background: -webkit-linear-gradient(40deg, #b2b2b2, #ffffff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.count h6{ font-size:15px; font-weight:100; margin-top:0; letter-spacing:1px; }

.count-num  {
    font-size: 54px;
    font-weight: 500;
    line-height: 48px;
}

.banner-search-form{padding: 8px 15px;}

.gr-imgs{
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    /* border: solid #fff 4px; */
    padding: 4px;
    line-height: 0;
    margin-right: 6px;
}

.goole-str{
    display: block;
    line-height: 12px;
    color: #fff;
    font-size: 11px;
    border-right: solid 1px #ccc;
    padding-right: 10px;
    margin-right: 13px;
    }


    .font-mini-1{
    font-size: 12px;
    padding: 5px 0px 0;
}

.ch-f-s{color: #fff; font-size: 14px; font-weight: 100;}
.rating-scton{display:flex;margin-bottom: 0;}






.bnr-scton .tab {
  width: 100%;
  height: auto;
  padding: 0;
}
.bnr-scton .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 0;
  transition: all 0.3s ease;
  align-content: center;
}
.bnr-scton .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 100;
  line-height: inherit;
  cursor: pointer;
  width: calc(100% /5);
  height: auto;
  padding: 10px 0;
  border-bottom: 0;
  color: #ffffff;
  background: #ffffff;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(26px);
  transition: all 0.3s ease;
  border: 0;
}
.bnr-scton .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.bnr-scton .tab-menu-link.is-active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2.5px solid #7eab47;
  color: #ffffff;
  background: #000000cf;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(26px);
}
.bnr-scton .tab-bar {
  padding: 0;
  overflow: hidden;
  background: transparent;
}
.bnr-scton .tab-bar-content {
  display: none;
  width: 100%;
  min-height: auto;
  transition: all 0.3s ease;
}
.bnr-scton .tab-bar-content.is-active {
  display: block;
}

.la-cap{
    font-size: 220px;
    position: absolute;
    z-index: 0;
   
    width: 100%;
    top: 50%;
    color: #ffffff0a;
    font-weight: 800;
    left: 20px;
    text-align: center;
    line-height: 150px;


}

.la-cap:before{ content:"LACAPITALE"; position:absolute; z-index:0; width:100%; left:0; 
    overflow: hidden;  }


   .cll-hd{ margin:0 20px; font-size:18px; color:#fff  }



   .dropdown button {
  background-color: transparent;
  min-width: 128px;
  width: max-content;
  height: auto;
  border-radius: 5px;
  color: white;
  padding: 6px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.dropdown button img {
  margin: 0 0px 0 12px;
}
.dropdown button img,
.dropdown-content li img {
  width: 27px;
}
.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;

  font-weight: 500;
}
.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  /* background-color: #3c5b77; */
}
/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  background: rgb(0 0 0 / 42%);
  backdrop-filter: blur(26px);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}
/* Style for the dropdown content items */
.dropdown-content li {
  color: black;
  padding: 1px 16px;
  text-decoration: none;
  justify-content: end;
  width: 100%;
}
.dropdown-content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
  background-color: #000;
  cursor: pointer;
  color: blue;
  border-radius: 0px;
}
/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}


.list-ftr {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 5px;
}
.list-ftr span{ font-size:17px; margin-right:5px; }
.list-ftr span .fa-whatsapp{ font-size:19px;}

.list-ftr a {
    color: #558d47;
    text-decoration: none;
    background-color: white;
    border: solid 1px #558d47;
    padding: 10px 11px;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    width: 100%;
}


.list-ftr a:hover{ background-color:#558d47; color:#fff; }

.quantity li {
    line-height: 25px;
    margin-right: 15px;
    font-size: 16px;
} 


.property-block h4{
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 17px;
    }


.property-block h5{
    font-size: 17px !important;
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    line-height: 22px;
}

.sml-f{ font-size:13px; line-height:12px; }


.mtp-80{ padding:80px 0 }


.banner-search{    vertical-align: middle;  }


.banner-wrap-b{display: flex;
    
    place-content: stretch center;
    flex-flow: column-reverse;
    align-items: flex-start;
min-height: 100vh;  }









@media screen and (min-width: 1320px)  {
	.box_burj {
    position: relative;
    left: auto;
    right: 39px;
    width:450px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    transition: all 0.1s linear;
}
.box {
    position: relative;
    position: absolute;
    /* width: 50%; */
    left: auto;
    right: -16px;
    bottom: -16px;
    height: auto;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.box_image {
    position: absolute;
    top: 59px;
    left: 39px;
    width: 121px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    /* width: 100%; */
    transition: all 0.1s linear;
}
.box_Ave {
    position: absolute;
    top: 162px;
    left: auto;
    right: 141px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    width: 83px;
    transition: all 0.1s linear;
}
}



@media screen and (min-width: 1920px)  {
	.box_burj {
    position: relative;
    left: auto;
    right: 39px;
    width:600px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    transition: all 0.1s linear;
}
.box {
    position: relative;
    position: absolute;
    /* width: 50%; */
    left: auto;
    right: -32px;
    bottom: -20px;
    height: auto;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.banner-hd-txt {
    text-align: left;
    text-transform: uppercase;
    font-size: 121px;
    line-height: 133px;
}

.box_image {
    position: absolute;
    top: 104px;
    left: 101px;
    width: 124px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    /* width: 100%; */
    transition: all 0.1s linear;
}

.box_Ave {
    position: absolute;
    top: 204px;
    left: auto;
    right: 198px;
    z-index: 2;
    text-shadow: 0px 0px 5px red;
    width: 83px;
    transition: all 0.1s linear;
}
}



.odometer,
.test {
  font-size: 55px;
  line-height: initial;
  text-align: left;
}

.counter-item h5{ text-align:left; font-weight: 100;}

.nrm-2{ font-size:20px; line-height:28px; }


.slider-area{
    place-content: stretch center;
    flex-flow: column-reverse;
    align-items: flex-start;
    min-height: 100%;
width: 100%;
    height: 100%;
}


.transparent-header-hm {

background: rgb(2 2 2 / 23%);

backdrop-filter: blur(26px);
}









.mobile-menu{ display:none; }
@media screen and (max-width: 768px)  {
.mobile-menu{ display:block; }
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 500000000;
    height: auto;
    background-color: #fff;
    padding: 1px 0;
    background: rgb(0 0 0 / 8%);
    backdrop-filter: none;
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    background-color: #000;
}

.mobile-menu .navigation li > a {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.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;
    background-color: #ccc;
    color: #353535;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #2b2b2b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.box{ display:none; }

.single-slider {
    min-height: 50vh;
    padding: 120px 0;
    display: flex !important;
    align-items: center;
    position: relative;
}

.banner-hd-txt {
    text-align: left;
    text-transform: uppercase;
    font-size: 37px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 0;
    margin: 15px 0;
}

.nrm-2 {
    font-size: 16px;
    line-height: 24px;
}

.odometer, .test {
    font-size: 35px;
    line-height: initial;
    text-align: left;
}

.counter-item {
    text-align: left;
    margin-bottom: 9px;
}

.la-cap {
    font-size: 46px;
   
    line-height: 150px;
}
.slider-area {
    place-content: stretch center;
    flex-flow: column-reverse;
    align-items: flex-start;
    min-height: auto;
    width: 100%;
}

}










/* MAIN HERO */
.hero-main{
  position:relative;
  display:flex;
  align-items:center;
}

/* DARK OVERLAY */
.hero-main::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  /*! background:linear-gradient(to right, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.2)); */
}

/* CONTENT */
.hero-content{
  position:relative;
  z-index:2;
  /*! max-width:fit-content; */
  padding:150px 0%;
  color:#fff;
}

/* SMALL TITLE */
.hero-top{
  letter-spacing:6px;
  font-size:17px;
  margin-bottom:7px;
  color:#ddd;
}

/* MAIN HEADING */
.hero-title{
  font-size:56px;
  font-weight:700;
  color:#c68b59;
  margin-bottom:10px;
  line-height:1.2;
}

/* LINE */
.hero-line{
  width:120px;
  height:2px;
  background:#c68b59;
  margin:17px 0 35px;
}

/* SUB TEXT */
.hero-sub{
  letter-spacing:4px;
  font-size:14px;
  margin-bottom:4px;
}

/* BIG TEXT */
.hero-big{
  font-size:72px;
  font-weight:800;
  color:#c68b59;
  margin:0px 0;
  line-height: 73px;
}

/* VALUE TEXT */
.hero-value{
  letter-spacing:4px;
  font-size:14px;
  margin-bottom:30px;
}

/* INFO BOX */
.hero-info{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:30px;
}

.hero-icon{
  font-size:35px;
  color:#c68b59;
}

.hero-info p{
  font-size:14px;
  line-height:2;
  color: #fff;
  font-weight: 600;
  border-left: solid 4px #c68b59;
  padding-left: 20px;
}

.hero-info strong{
  color:#c68b59;
}

/* BUTTON */
.hero-btn{
  display:inline-block;
  padding:8px 30px;
  background:#c68b59;
  color:#fff;
  font-size:14px;
  letter-spacing:1px;
  border-radius:4px;
  margin-top:15px;
  transition:0.3s;
}

.hero-btn:hover{
  background:#a06e44;
}

/* DISCLAIMER */
.hero-disclaimer{
  margin-top:20px;
  font-size:13px;
  color:#fff;
  max-width:500px;
}

/* RESPONSIVE */
@media(max-width:768px){

  .hero-title{
    font-size:34px;
  }

  .hero-big{
    font-size:40px;
  }

  .hero-content{
    padding:40px 20px;
  }

}


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}




/* MAIN SECTION */
.aix-section{
  padding:80px 20px;
  text-align:center;
}

/* HEADINGS */
.aix-small-title{
  color:#b07a4f;
  font-size:36px;
  font-weight:900;
  letter-spacing:1px;
  line-height: 23px;
  font-size: 42px;
  font-weight: 800;
  color: #b07a4f;
  margin-bottom: 5px;
}

.aix-main-title{
  font-size:37px;
  font-weight:800;
  color:#081a3a;
  margin-top:0;
  font-size: 42px;
  font-weight: 800;
  color: #0b1b3f;
  margin-bottom: 20px;
}

/* LINE */
.aix-line{
  width:80px;
  height:3px;
  background:#b07a4f;
  margin:8px auto 25px auto;
}

/* TEXT */
.aix-text{
  max-width:900px;
  margin:0 auto;
  font-size:18px;
  line-height:1.7;
  color:#222;
}

.aix-text p{
  margin-bottom:20px;
}

.aix-text strong{
  font-weight:700;
}

.aix-text em{
  font-style:italic;
}

/* CTA BOX */
.aix-cta-box{
  margin-top:60px;
  background:#fff;
  padding:40px;
  border-radius:25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1044px;
  margin-left:auto;
  margin-right:auto;
  gap:20px;
  box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.17);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* CTA TEXT */
.aix-cta-text{
  font-size:28px;
  font-weight:700;
  color:#081a3a;
  text-align:left;
}

/* BUTTON */
.aix-btn{
  background:#2bb3a8;
  color:#fff;
  padding:9px 21px;
  border-radius:6px;
  font-size:14px;
  letter-spacing:1px;
  transition:0.3s;
  white-space:nowrap;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 600;
}

.aix-btn:hover{
  background: #0f9898;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:992px){

  .aix-main-title{
    font-size:34px;
  }

  .aix-small-title{
    font-size:26px;
  }

  .aix-text{
    font-size:16px;
  }

  .aix-cta-box{
    flex-direction:column;
    text-align:center;
  }

  .aix-cta-text{
    text-align:center;
    font-size:22px;
  }

}






/* SECTION */
.aix-how{
  padding:80px 0;
  background-color: #F1F1F1;
}

/* GRID */
.aix-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:start;
}

/* ACCORDION ITEM */
.aix-item{
  background:transparent;
  border-radius:6px;
  margin-bottom:15px;
  overflow:hidden;
  border:0;
}

/* HEADER */
.aix-header{
  padding:12px 20px;
  font-weight:600;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:0.3s;
  background-color: #FFFFFF;
  font-family: "Gotham-Bold", Sans-serif;
  font-size: 20px;
  /*! font-weight: normal; */
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #353535;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(237,237,237,0);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 2px 27px -10px rgba(0,0,0,0.33);
}

/* ACTIVE HEADER */
.aix-item.active .aix-header{
  background:#b07a4f;
  color: #ffffff;
  border-color: #eaeaea;
  box-shadow: 0px 2px 46px -15px rgba(0,0,0,0.69);
  font-weight: 600;
}

/* ICON */
.aix-icon{
  transition:0.3s;
}

/* ROTATE ICON */
.aix-item.active .aix-icon{
  transform:rotate(90deg);
}

/* CONTENT */
.aix-content{
  max-height:0;
  overflow:hidden;
  transition:all 0.4s ease;
  padding:0 20px;
}

/* OPEN CONTENT */
.aix-item.active .aix-content{
  max-height:200px;
  padding:25px;
  background: transparent;
  color: #000;
  font-size: 15px;
}

/* TEXT */
.aix-content p{
  color:#333;
  font-size:15px;
  line-height:1.6;
}

/* IMAGE */
.aix-img img{
  width:100%;
  border-radius:6px;
}

.aix-img{
  position:relative;
  min-height:300px;
}

.aix-img img{
  width:100%;
  border-radius:6px;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  transition:0.5s;
}

/* ACTIVE IMAGE */
.aix-img img.active{
  opacity:1;
  position:relative;
  z-index:2;
}


@media(max-width:900px){
  .aix-grid{
    grid-template-columns:1fr;
  }

  .aix-img{
    margin-top:20px;
  }
}

.aix-how .aix-main-title{ margin-bottom:80px; }
.aix-main-title h2{ font-weight:700; font-size: 42px;font-weight: 800;color: #0b1b3f;margin-bottom: 20px;}








.contact-form-ui {
  font-family: 'Segoe UI', sans-serif;
 
  margin: auto;
}

.contact-form-ui .row {
  display: flex;
  margin-bottom: 30px;
}

.contact-form-ui .field {
  width: 100%;
}

.contact-form-ui label {
  display: block;
  font-size: 14px;
  color: #0b1b3f;
  margin-bottom: 8px;
}

.contact-form-ui input,
.contact-form-ui select,
.contact-form-ui textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #0b1b3f;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  background: transparent;
}

.contact-form-ui textarea {
  resize: none;
}

/* Dropdown arrow */
.contact-form-ui select {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%230b1b3f' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='5,7 10,12 15,7'/></svg>") no-repeat right;
}

/* Phone input fix */
.contact-form-ui .iti {
  width: 100%;
}

.contact-form-ui button {
  background: #b1784a;
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}
.iti__country-name{ color:#000; }
.iti * {color:#000; }
/* Responsive */
@media(max-width:768px){
  .contact-form-ui .row {
    flex-direction: column;
   
  }
}





.dubai-section {
  background: #f3f3f3;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.dubai-section .container {
  /*! max-width: 1200px; */
  /*! margin: auto; */
  text-align: center;
  padding: 0 35px;
}

/* Heading */
.dubai-section h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0b1b3f;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  color: #0b1b3f;
  margin-bottom: 5px;
}

.dubai-section p.sub {
  color: #555;
  margin-bottom: 20px;
}

.dubai-section .line {
  width: 80px;
  height: 3px;
  background: #b1784a;
  margin: 20px auto 50px;
}

/* Grid */
.dubai-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
}

.dubai-section .grid.bottom {
  /*! grid-template-columns: repeat(2, 1fr); */
  margin-top: 30px;
}

/* Card */
.dubai-section .card {
  background: #fff;
  padding: 30px 51px;
  border-radius: 0px;
  text-align: left;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
  margin: 15px;
  box-shadow: 0px 5px 50px -6px rgba(0,0,0,0.19);
}

/* Icon */
.dubai-section .icon {
  position: absolute;
  top: 20px;
  left: -31px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 8px;
  opacity: 0.8;
}

/* Content */
.dubai-section .card h3 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #111;
  margin-top: 0px;
}

.dubai-section .card p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Responsive */
@media(max-width: 992px){
  .dubai-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dubai-section .grid.bottom {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 600px){
  .dubai-section .grid {
    grid-template-columns: 1fr;
  }
}



.dubai-section .col-md-4{ margin:24px 0; }




.testimonial-section {
  background: #efefef;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-section .container {
  /*! max-width: 900px; */
  margin: auto;
  position: relative;
}

/* Title */
.testimonial-section h2 {
  font-size: 82px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3px;
}

/* Line */
.testimonial-section .line {
  width: 100%;
  height: 4px;
  background: #ccc;
  position: relative;
  margin-bottom: 40px;
}

.testimonial-section .line span {
  width: 40%;
  height: 100%;
  background: #b1784a;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

/* Text */
.testimonial-section .text {
  font-size: 22px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 30px;
  min-height: 89px;
  font-style: italic;
}

/* Profile */
.testimonial-section .profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-section .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-section .name {
  font-weight: 600;
  color: #222;
}

/* Arrows */
.testimonial-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  cursor: pointer;
  user-select: none;
}

.testimonial-section .left {
  left: -40px;
}

.testimonial-section .right {
  right: -40px;
}

/* Responsive */
@media(max-width:768px){
  .testimonial-section h2 {
    font-size: 30px;
  }
  .testimonial-section .text {
    font-size: 16px;
  }
  .testimonial-section .arrow {
    display: none;
  }
}


.testimonial-section .aix-item{

  box-shadow: 0px 2px 27px -10px rgba(0,0,0,0.33);
}



/* outer spacing like screenshot */
.contact-wrapper {
  padding: 40px 60px;
}

/* main grey box */
.contact-container {
  background-color: #e9e9e9; /* exact light grey */
  padding: 45px 80px;
  width: 75%;
}

/* heading */
.contact-container h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 900;
  color: #071c3d; /* deep navy */
  letter-spacing: 1px;
}

/* underline */
.underline {
  width: 70px;
  height: 3px;
  background-color: #c47a4a; /* exact orange tone */
  margin: 18px 0;
}

/* sub text */
.contact-container p {
  margin: 0;
  font-size: 18px;
  color: #0f2547;
}

/* RIGHT SIDE EMPTY SPACE (like image) */
.contact-wrapper {
  display: flex;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .contact-container {
    width: 100%;
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .contact-wrapper {
    padding: 20px;
  }

  .contact-container {
    padding: 40px 25px;
  }

  .contact-container h1 {
    font-size: 34px;
  }

  .contact-container p {
    font-size: 16px;
  }
}



.main-footer {
            background-color: var(--footer-bg);
            padding: 60px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #F1F1F1;
        }

        .footer-heading {
            color: var(--text-dark);
            font-weight: 700;
            font-size: 17px;
            margin-bottom: 1.5rem;
            color: #000;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 5px;
        }

        .footer-links a {
            text-decoration: none;
            color: var(--text-dark);
            font-size: 14px;
            transition: opacity 0.2s;
            color: #000;
        }

        .footer-links a:hover {
            opacity: 0.7;
        }

        .disclaimer-text {
            font-size: 13px;
            line-height: 1.6;
            color: #000;
            text-align: justify;
        }

        .copyright-bar {
            background-color: #ffffff;
            padding: 20px 0;
            font-size: 0.85rem;
            color: #333;
        }

        .disclaimer-text p{ font-size:14px; }




























.banner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* Background Image */
.banner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient Overlay */
.banner-wrap:before {
    	content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgb(0, 150, 150), rgba(0, 150, 150, 0));
        left: 0;
        z-index: 0;

    }

   .banner-wrap{ position:relative; min-height:100vh; z-index:10 }



/* Button */
.banner-btn {
    position: absolute;
    top: 30px;
    right: 60px;
}

.banner-btn a {
    background: #2bb3a8;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

/* Text */
.banner-overlay h1 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px;
    color: #ffff;
    font-weight: 700;
}

.banner-overlay p {
    font-size: 35px;
    margin-bottom: 20px;
    color: #ffff;
    font-weight: 600;
    line-height: 39px;
}

.banner-overlay span {
    font-size: 22px;
    /*! opacity: 0.9; */
    color: #fff;
}


.contnet-banner{
position: relative;
padding: 80px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .banner-wrap {
        height: auto;
    }



    .banner-top {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .banner-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        text-align: right;
    }

    .banner-overlay h1 {
        font-size: 32px;
    }

    .banner-overlay p {
        font-size: 16px;
    }
}





.header-wraps {display:flex;justify-content: space-between;padding: 35px 0px;}





.clinic-sec {
    padding: 80px 0;
    max-width: 100%;
    margin: auto;
}

/* Heading */
.clinic-top span {
    color: #1aa3a3;
    font-size: 50px;
    margin-right: 13px;
}

.clinic-top h1 {
    font-size: 48px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
}

/* Cards */
.clinic-cards {
    display: flex;
    gap: 25px;
    margin-top: 40px;
}

.clinic-box {
    flex: 1;
    padding: 37px 60px;
    border-radius: 10px;
    color: #fff;
}

/* Colors */
.clinic-box.teal {
    background: #1f9a9c;
}

.clinic-box.grey {
    background: #8f8f8f;
}

/* Content */
.clinic-box h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.clinic-box ul {
    list-style: none;
    padding-left: 0;
}

.clinic-box ul li {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}

.clinic-box ul li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 10px;
    top: 3px;
}

/* Button */
.clinic-btn {
    margin-top: 30px;
}

.clinic-btn a {
    background: #1f9a9c;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .clinic-top h1 {
        font-size: 32px;
    }

    .clinic-cards {
        flex-direction: column;
    }
}






.doc-sec {
    padding: 80px 0;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT CONTENT */
.doc-left {
    flex: 1;
}

.doc-left h2 {
    font-size: 60px;
    color: #1f9a9c;
    font-family: cursive;
    margin-bottom: 10px;
}

.doc-left h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.doc-left p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Logos */
.doc-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 55px 0;
}

.doc-logos img {
    height: 70px;
}

/* Button */
.doc-btn a {
    display: inline-block;
    background: #1f9a9c;
    color: #fff;
    padding: 8px 25px;
    border-radius: 6px;
    text-decoration: none;
}

/* RIGHT IMAGE */
.doc-right {
    flex: 1;
    position: relative;
}

.doc-img-wrap {
    /*! background: #e6ebef; */
    /*! border-radius: 40px; */
    /*! padding: 20px; */
    position: relative;
}

.doc-img-wrap img {
    width: 100%;
    border-radius: 30px;
}

/* Decorative shape */
.doc-right::before {
    /*! content: ""; */
    /*! position: absolute; */
    /*! left: -30px; */
    /*! top: 50%; */
    /*! transform: translateY(-50%); */
    /*! width: 80px; */
    /*! height: 200px; */
    /*! background: #1f9a9c; */
    /*! border-radius: 40px; */
}
.pdg-tb-50{ padding:0 80px }
/* RESPONSIVE */
@media (max-width: 991px) {
    .doc-sec {
        flex-direction: column;
        padding: 40px 20px;
    }

    .doc-right::before {
        display: none;
    }

    .doc-left h2 {
        font-size: 30px;
    }

    .doc-left h3 {
        font-size: 18px;
    }

    .doc-logos {
        flex-wrap: wrap;
        gap: 20px;
    }
}





/* MAIN WRAP */
.feat-sec {
    max-width: 100%;
    margin: 00px auto 80px auto;
    padding: 74px 90px;
    background: #1f9a9c;
    border-radius: 15px;
    color: #fff;
}

/* FLEX */
.feat-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* ITEM */
.feat-box {
    display: flex;
    gap: 20px;
    flex: 1;
}

/* ICON */
.feat-icon {
    font-size: 40px;
    line-height: 1;
    flex: 0 0 auto;
}

/* TEXT */
.feat-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
}

.feat-text p {
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.4;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .feat-row {
        flex-direction: column;
        gap: 30px;
    }

    .feat-sec {
        padding: 30px 20px;
    }
}









.main-section {
    position: relative;
    background: url('your-image.jpg') center/cover no-repeat;
    height: auto;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 130px 0;
}

/* Dark overlay */
.main-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
}

/* Content wrapper */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Center heading */
.main-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #fff;
}

/* Cards */
.info-box {
    background: #139CA54D;
    padding: 36px 80px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.info-box:hover {
    transform: translateY(-5px);
    background: rgba(0, 128, 128, 0.75);
}

.info-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.info-box p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

/* Icon */
.icon {
    font-size: 30px;
    margin-bottom: 15px;
    width: ;
}

/* Mobile */
@media(max-width:768px){
    .main-section {
        height: auto;
        padding: 60px 0;
    }
    .main-title {
        font-size: 28px;
    }
}





.section-wrp{ padding:80px 0; }



.section-title {
            color: #139CA5;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .doctor-name {
            color: var(--brand-teal);
            font-size: 3.5rem;
            margin-bottom: 40px;
            color: #139CA5;
        }

        .journey-card {
            background-color: var(--light-bg);
            border-radius: 12px;
            padding: 46px 42px;
            height: 100%; /* Keeps cards same height */
            border: none;
            transition: transform 0.3s ease;
            background-color: #b9e2e4;
        }

        .journey-card:hover {
            transform: translateY(-5px);
        }

        .step-number {
            background-color: var(--brand-teal);
            color: white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 28px;
            flex-shrink: 0;
            background-color: #139ca5;
        }

        .step-title {
            color: var(--brand-teal);
            font-weight: 700;
            font-size: 1.1rem;
            line-height: 1.2;
            margin-left: 15px;
            color: #139ca5;
        }

        .step-description {
            font-size: 0.95rem;
            color: #333;
            margin-top: 20px;
            line-height: 1.5;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .doctor-name { font-size: 2.5rem; }
            .journey-card { margin-bottom: 20px; }
        }














       /* Section */
.testimonial-section{
    position: relative;
    background: url('your-image.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* Overlay */
.testimonial-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 130, 130, 0);
}

/* Content */
.testimonial-content{
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Heading */
.testimonial-title{
    font-size: 60px;
}

.testimonial-sub{
    font-size: 34px;
    margin-top: 0;
    color: #fff;
    font-weight: 100;
    line-height: 43px;
    margin-bottom: 60px !important;
}

/* Card */
.testimonial-card{
    background: #f2f2f2;
    color: #333;
    padding: 30px;
    border-radius: 15px;
    max-width: 700px;
    margin: auto;
    text-align: left;
}

/* Quote icon */
.quote-icon{
    width: 45px;
    height: 45px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

/* Carousel arrows */
.carousel-control-prev,
.carousel-control-next{
    width: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size: 20px;
}

/* Dots */
.carousel-indicators [data-bs-target]{
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Responsive */
@media(max-width:768px){
    .testimonial-title{
        font-size: 40px;
    }
    .testimonial-sub{
        font-size: 16px;
    }
}


.carousel-indicators {
  bottom: -50px;}





 /* Main Section */
.health-section{
    background:#139CA5;
    border-radius:25px;
    padding:60px 110px;
    color:#fff;
}

/* Heading */
.health-title{
    font-size:48px;
    font-weight:600;
    color: #fff;
    margin-bottom: 0;
}

.health-sub{
    font-size:35px;
    font-weight:300;
    margin-bottom:30px;
}

/* Feature Box */
.feature-box{
    background: rgba(255,255,255,0.15);
    border-radius:15px;
    padding:20px;
    display:flex;
    gap:15px;
    margin-bottom:20px;
    align-items:flex-start;
}

.feature-box i{
    font-size:28px;
    margin-top:5px;
}

.feature-title{
    font-weight:600;
    font-size:18px;
}

.feature-text{
    font-size:14px;
    opacity:0.9;
}

/* Button */
.cta-btn{
    margin-top:20px;
    background:#e6f0f0;
    color:#1f8f8f;
    border:none;
    padding:12px 25px;
    border-radius:8px;
    font-weight:500;
}

/* Image */
.health-img{
    width:100%;
    border-radius:20px;
    height:100%;
    object-fit:cover;
}

/* Responsive */
@media(max-width:991px){
    .health-title{
        font-size:34px;
    }
    .health-sub{
        font-size:20px;
    }
    .health-section{
        padding:40px 25px;
    }
}








/* Section */
.consult-section{
    position: relative;
    border-radius:25px;
    overflow:hidden;
    background: url('your-image.jpg') right center/cover no-repeat;
}

/* Dark gradient overlay */
.consult-section::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 35%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.1) 100%);
}

/* Content */
.consult-content{
    position:relative;
    z-index:2;
    padding:70px 82px;
    color:#fff;
}

/* Heading */
.consult-title{
    font-size:45px;
    font-weight:600;
    margin-bottom:30px;
    color: #fff;
}

/* Form */
.form-box{
    max-width:420px;
}

.form-control{
    background: rgba(255, 255, 255, 0.56);
    border:none;
    color:#fff;
    height:55px;
    border-radius:10px;
    margin-bottom:15px;
    padding-left:15px;
}

.form-control::placeholder{
    color:#ccc;
}

/* Button */
.submit-btn{
    background:#139CA5;
    border:none;
    padding:8px 30px;
    border-radius:5px;
    color:#fff;
    font-weight:500;
}

.submit-btn:hover{
    background:#167777;
}

/* Responsive */
@media(max-width:991px){
    .consult-title{
        font-size:36px;
    }
    .consult-content{
        padding:40px 25px;
    }
}

@media(max-width:768px){
    .consult-section{
        background-position:center;
    }
}






.faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-title {
            color: #139ca5;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 0;
        }

        .faq-subtitle {
            color: #139ca5;
            font-weight: 300;
            font-size: 32px;
            margin-bottom: 36px;
        }

        /* Accordion Customization */
        .accordion-item {
            background-color: #139ca5;
            border: none;
            border-radius: 12px !important; /* Force rounded corners */
            margin-bottom: 15px;
            overflow: hidden;
        }

        .accordion-button {
            background-color: var(--brand-teal);
            color: #fff;
            font-weight: 600;
            padding: 20px 25px;
            border: none;
            box-shadow: none !important;
        }

        /* Custom Arrow Icon Color to White */
        .accordion-button::after {
            filter: brightness(0) invert(1);
        }

        .accordion-button:not(.collapsed) {
            background-color: var(--brand-teal);
            box-shadow: none;
            color: #fff !important;
        }

        .accordion-body {
            background-color: var(--brand-teal);
            color: rgba(255, 255, 255, 0.9);
            padding-top: 0;
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Responsive Mobile Adjustments */
        @media (max-width: 768px) {
            .faq-title { font-size: 1.8rem; }
            .faq-subtitle { font-size: 1.4rem; }
            .faq-container { padding: 0 15px; }
        }






        .footer {
            background-color: #139CA5;
            color: #ffffff;
            padding: 80px 0 0px 0;
        }

        /* Brand Section */
        .footer-logo { width: 80%; height: auto; margin-right: 15px; }
        .footer-brand-text { font-family: 'Great Vibes', cursive; font-size: 2.2rem; line-height: 1; }
        .footer-sub-brand { font-size: 0.65rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
        
        .hero-text { font-size: 1.8rem; font-weight: 700; font-style: italic; margin: 25px 0; line-height: 1.2; color: #fff;}
        .contact-info { font-size: 0.95rem; color: #fff;}
        .contact-info i { width: 25px; margin-right: 10px; }
        .contact-item { margin-bottom: 12px; display: flex; align-items: center; gap: 13px;}

        /* Map Section */
        .footer-heading { font-weight: 600; font-size: 1.2rem; margin-bottom: 20px; }
        .map-placeholder {
            border-radius: 15px;
            overflow: hidden;
            height: 180px;
            background: #eee;
        }

        .social-icons a {
            color: white;
            font-size: 1.3rem;
            margin-right: 15px;
            text-decoration: none;
            transition: opacity 0.3s;
        }
        .social-icons a:hover { opacity: 0.7; }

        /* Inquiry Form */
        .inquiry-card {
            background-color: #107980;
            padding: 30px;
            border-radius: 20px;
        }
        .form-control {
            background-color: var(--input-bg);
            border: none;
            color: black !important;
            padding: 10px 15px;
            margin-bottom: 7px;
            border-radius: 8px;
            background-color: #FFFFFF14;
        }
        .form-control::placeholder { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
        .btn-submit {
            background-color: #ffffff;
            color: var(--footer-teal);
            font-weight: 600;
            border-radius: 8px;
            padding: 8px 30px;
            border: none;
            width: fit-content;
            color: #139ca5;
        }

        /* Copyright Section */
        .copyright-bar {
            background-color: #0b7a7e;
            padding: 30px 0;
            font-size: 14px;
            margin-top: 50px;
            color: #fff;
        }


        .pt-0{ padding-top:0 }


       .dhs-1{ text-align:right; border-radius: 0 10px 10px 0;}
        .dhs-2{ text-align:left; }

        .form-control:focus{ background-color:#333 }


        .faq-wrp{
  background-color: #139CA52B;
  border-radius: 25px;
  padding: 50px 0;
}

.cnc{ font-size:30px; }


 @media (max-width: 768px) {

.cnc{ font-size:18px; }
.header-wraps {

  padding: 0px 0px;
}
.header-bttns{ display:none; }
.logo img {
    width: 280px;}


.banner-overlay span {
  font-size: 17px;}

  .banner-overlay p {
    font-size: 25px;
    line-height: 28px;
  }


  .banner-wrap {
  position: relative;
  min-height: auto;
  z-index: 10;
  background-position: right;
}



.contnet-banner {
  position: relative;
  padding: 170px 0 47px;
}

.clinic-top span {
  color: #1aa3a3;
  font-size: 30px;
  margin-right: 13px;
}
.clinic-sec {
  padding: 30px 0;}
    .clinic-top h1 {
    font-size: 25px;
  }


.clinic-box {
  flex: 1;
  padding: 24px 20px;}

  .clinic-box h3 {
  font-size: 20px;
  margin-bottom: 10px;}

.pdg-tb-50 {
  padding: 0 0px;
}
  .doc-sec {
    flex-direction: column;
    padding: 40px 0px;}


    .doc-logos {
  margin: 15px 0;
}

.doc-logos img {
  height: 56px;
}

.doc-img-wrap {

  padding: 10px;
  margin-top: 25px;}


   .main-section {
    height: auto;
    padding: 30px 0;
  }

   .main-title {
    font-size: 23px;
  }
  .main-title {
  margin-bottom: 29px;}


  .info-box {
  padding: 17px 27px;}


  .dhs-1 {
  text-align: center;
  border-radius:10px;
}


  .dhs-2 {
  text-align: center;
  border-radius:10px;
}
.info-box h4 {
  font-size: 17px; margin-bottom: 1px;}
  .info-box p {
  font-size: 16px;}
  .main-section {
    height: auto;
    padding: 20px;
  }

  .section-wrp {
  padding: 20px 0;
}
  .doctor-name {
    font-size: 32px;
  }


  .section-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.doctor-name {
  margin-bottom: 20px;}


  .journey-card {
  border-radius: 12px;
  padding: 20px;}



  .testimonial-section {
  padding: 20px 0;}

   .testimonial-section h2 {
    font-size: 54px;
  }
  .testimonial-sub {
  font-size: 34px;
  margin-top: 0;
  color: #fff;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 21px !important;}

   .health-title {
    font-size: 23px;
  }
  .health-section {
    padding: 20px;}


    .cta-btn {
  margin-top: 0px;
  background: #e6f0f0;
  color: #139ca5;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
}
.health-section {
  background: #139CA5;
  border-radius: 13px;}

    .consult-title {
    font-size: 23px;
  }
  .faq-wrp {
  background-color: #139CA52B;
  border-radius: 20px;
  padding: 20px 0;
}
.footer {
  background-color: #139CA5;
  color: #ffffff;
  padding: 20px 0 0px 0;
}
.hero-text {
  font-size: 25px;}

  .menu-area .mobile-nav-toggler{ display:none!important; }
   .logo img {
    width: 270px!important;}


}