/*
  Theme Name: Reland - Real Estate Group HTML Template
  Support: themeadapt@gmail.com
  Description: Reland - Real Estate Group HTML Template.
  Version: 1.0
*/

/* 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
============================
*/



/*=============================
	01. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Vidaloka&amp;display=swap');

/*=============================
	02. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Montserrat', sans-serif;
    --tg-heading-font-family: 'Vidaloka', serif;
    --tg-primary-color: #BD9A68;
    --tg-secondary-color: #202020;
    --tg-body-background-color: #FEFFFB;
	--tg-secondary-background: #F9FAF1;
    --tg-body-font-color: #797978;
    --tg-heading-font-color: #202020;
    --tg-paragraph-color: #797978;
	--tg-gradient-color: linear-gradient(180deg, #F9FAF1 0%, #FEFFFB 100%);
    --tg-body-font-size: 15px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 400;
    --tg-body-line-height: 1.86;
    --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: #9B9B9B;
    --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
}
textarea,
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;
    display: block;
}
textarea::placeholder,
input::placeholder {
    font-size: 15px;
    color: var(--tg-secondary-color);
}
textarea {
    min-height: 140px;
    max-height: 140px;
}

select {
    background-color: transparent;
    border: 1.3px solid var(--tg-secondary-color);
    color: var(--tg-secondary-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 8px;
    outline: none;
    padding: 13px 50px 13px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 56px;
    cursor: pointer;
}
select option {
    color: var(--tg-heading-font-color);
}
.select-grp::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 25px;
    font-size: 14px;
    color: var(--tg-secondary-color);
}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	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: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
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: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: 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;
}
.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 var(--tg-primary-color);
	border-radius: 8px;
	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);
}
.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: var(--tg-primary-color);
}
.transparent-btn:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	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: 3px;
    z-index: 9;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    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;
}
.header-mail a {
	color: var(--tg-black);
	text-decoration: underline;
}
.header-mail a:hover {
	color: var(--tg-primary-color);
}
.header-contact a {
	color: var(--tg-black);
}
.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-black);
	padding: 48px 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: 15px 27px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 220px;
	background: var(--tg-secondary-color);
	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: var(--tg-white);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.logo {
	margin: 0 55px;
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-body-background-color);
	-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;
}
#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;
}


/* mega-menu */
.navbar-wrap ul li .mega-menu {
    min-width: 960px;
    display: flex;
    align-items: flex-start;
    padding: 32px 32px;
    justify-content: space-between;
    left: 50%;
    transform: scale(1, 0) translateX(-50%);
    right: auto;
}
.navbar-wrap ul li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(-50%);
}
.header-style-nine .navbar-wrap ul li .mega-menu {
    left: 10%;
    transform: scale(1, 0) translateX(0);
}
.header-style-nine .navbar-wrap ul li:hover > .mega-menu {
    transform: scale(1) translateX(0);
}
.tg-mega-menu-has-children {
    position: static !important;
}
.mega-menu .menu-title {
    margin-bottom: 10px;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 14px;
    font-family: var(--tg-body-font-family);
}
.navbar-wrap ul li .mega-menu > li {
    width: 240px;
    flex: 0 0 auto;
}
.navbar-wrap ul li .mega-menu > li:last-child {
    width: auto;
}
.mega-menu > li > .mega-sub-menu {
    display: flex;
    flex-direction: column !important;
    min-width: 230px;
    margin-left: 0 !important;
}
.navbar-wrap ul li .sub-menu.mega-menu li > a {
    padding: 8px 0 8px 0;
    font-weight: 400;
}
.navbar-wrap ul li .sub-menu.mega-menu li.active > a {
    color: var(--tg-white);
}
.navbar-wrap ul li .sub-menu.mega-menu li.active > a::before  {
    width: 10px;
}
.mobile-menu .mega-menu-wrap {
    display: none;
    width: auto;
}
.mobile-menu .mega-menu > li > .mega-sub-menu {
    display: flex !important;
    flex-direction: column;
    min-width: auto;
    margin-left: 0 !important;
}
.mobile-menu .mega-menu > li > .mega-sub-menu a {
    margin-left: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.mobile-menu .navigation li > .mega-menu > li .mega-sub-menu li:first-child {
    border: none;
}
.mega__menu-img a {
    padding: 0 !important;
}
.mega__menu-img img {
    border-radius: 8px;
}

/* 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: var(--tg-secondary-color);
}
.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: 40px 0;
    padding-right: 30px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: 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;
}
.fullscreen-menu .navigation li.menu-item-has-children .sub-menu {
    display: none;
    padding: 20px 0 20px 52px;
}
.side-menu-inner .navigation li.menu-item-has-children .sub-menu {
    margin: 15px 0;
    display: none;
}
.side-menu-inner .navigation li .dropdown-icon,
.fullscreen-menu .navigation li .dropdown-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 90px;
}
.side-menu-inner .navigation li .dropdown-icon {
    height: 64px;
}
.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: flex;
    align-items: center;
    line-height: 1;
    font-size: 90px;
    font-weight: 400;
    color: #797978;
    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;
    gap: 20px;
    text-transform: uppercase;
}
.fullscreen-menu .navigation li.hover__active > a {
    color: var(--tg-white);
}
.side-menu-inner .navigation li > a {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 40px;
    justify-content: center;
}
.fullscreen-menu .navigation li > a svg {
    color: var(--tg-primary-color);
    transition: .3s linear;
}
.side-menu-inner .navigation li.active > a {
    color: var(--tg-primary-color);
}
.side-menu-inner .navigation > li .sub-menu li a {
    font-size: 16px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-silver);
    text-transform: capitalize;
}
.fullscreen-menu .navigation > li .sub-menu li a {
    font-size: 48px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    text-transform: uppercase;
    padding: 8px 0;
}
.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);
}
.menu__info-item {
    margin-bottom: 45px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    transform: translateY(10px);
}
.menu__info-item.is-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu__info-item .title {
    color: var(--tg-white);
    font-size: 22px;
    margin-bottom: 8px;
}
.menu__info-item p {
    margin-bottom: 0;
    color: #9B9B9B;
}
.menu__info-item a {
    display: block;
    color: #9B9B9B;
}
.menu__info-item a.mail {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.menu__info-item a:hover {
    color: var(--tg-primary-color);
}
.inner {
    height: 600px;
}
.menu__info-wrap .offCanvas__social {
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}
.menu__info-wrap .offCanvas__social.is-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}


/* 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: var(--tg-secondary-color);
}
.header-style-six .navbar-wrap > ul > li.active > a,
.header-style-six .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.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: var(--tg-body-background-color);
	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: #292b37;
    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: var(--tg-heading-font-color);
    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: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	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: 30px !important;
}
/*=============================
	05. OffCanvas
===============================*/
.extra-info {
	background: var(--tg-white) none repeat scroll 0 0;
	height: 100%;
	padding: 40px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 400px;
	z-index: 999;
	overflow-y: scroll;
	transform: translateX(100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.extra-info::-webkit-scrollbar {
    width: 0;
}
.extra-info.active {
	transform: translateX(0);
}
.close-icon {
	margin-top: -8px;
	text-align: right;
}
.close-icon > button {
    background: transparent;
    border: 0 none;
    color: var(--tg-heading-font-color);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1.30px solid var(--tg-heading-font-color);
    border-radius: 8px;
}
.offCanvas__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}
.offCanvas__logo {
    margin-bottom: 16px;
}
.offCanvas__content-top > p {
    margin-bottom: 0;
}
.offCanvas__content-bottom {
    margin-top: auto;
}
.offCanvas__location,
.offCanvas__inquiries {
    margin-bottom: 48px;
}
.offCanvas__inquiries .title,
.offCanvas__location .title {
    margin-bottom: 8px;
    font-size: 22px;
}
.offCanvas__location p {
    width: 70%;
    margin-bottom: 0;
}
.offCanvas__inquiries a {
    display: block;
    font-size: 15px;
    color: var(--tg-body-font-color);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.offCanvas__inquiries a:hover {
    color: var(--tg-primary-color);
}
.social-icon-right > a {
	color: var(--tg-silver);
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.social-icon-right > a:hover {
    color: var(--tg-white);
}
.offCanvas__social {
    display: flex;
    align-items: center;
    gap: 8px;
}
.offCanvas__social 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%;
    color: var(--tg-primary-color);
}
.offCanvas__social li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.offcanvas-overly {
	position: fixed;
	background: var(--tg-black);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active {
	opacity: .5;
	visibility: visible;
}

/*=============================
	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%, rgba(32, 32, 32, 0.3) 51.04%, rgba(32, 32, 32, 0.75) 100%), linear-gradient(0deg, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25));
	z-index: -1;
}
.single-slider {
	min-height: 60vh;
	padding: 100px 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.html);
	mask-image: url(../img/banner/mask_bg.html);
	-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.html);
	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: 120px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: .8;
	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;
}
@media(max-width:767px){
    .banner-scroll-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40%;
}
}
.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.html);
	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.html);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 0;
}
.banner-area-four.banner-bg-three::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-five */
.banner-area-five.banner-bg-four {
	background-image: url(../img/banner/h5_banner_img.html);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 310px 0 350px;
}
.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: 250px 0 140px;
	background: var(--tg-gradient-color);
	z-index: 1;
}
.banner-shape {
	background-image: url(../img/banner/banner_shape.html);
	background-size: cover;
	background-position: bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 738px;
	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: 80%;
	margin: 0 auto 45px;
	color: var(--tg-body-font-color);
}

/* 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: 250px 0 140px;
	background: var(--tg-gradient-color);
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.30;
    color: #fff;
}
.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: #fff;
	line-height: 1.42;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 10px;
	color: #fff;
	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: 14px;
	font-weight: 500;
	display: block;
	color: var(--tg-secondary-color);
	margin-bottom: 15px;
}
.section-title .title {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.29;
}
.about-content p {
	margin-bottom: 55px;
}
/*
.about-content{
    padding-top: 50px;
}
*/
/* 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: 86%;
}
.mission-content p {
	margin-bottom: 45px;
}

/*=============================
	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: center;
	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.html);
	background-size: cover;
	background-position: center;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.video-bg .play-btn {
	color: var(--youtube);
	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;
}
.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: var(--tg-secondary-background);
}
.project-item {
	text-align: center;
	margin-bottom: 55px;
}
.project-thumb {
	margin-bottom: 35px;
}
.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-thumb img {
	border-radius: 16px;
}
.project-content .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.project-content span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.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: 22px;
	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.html") 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: 72px;
	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: 128px;
	height: 168px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 20px 15px;
	border: 1.5px dashed var(--tg-primary-color);
	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: var(--tg-primary-color);
	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 {
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-white) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215, .61, .355, 1) title-underline forwards;
}
.team-content .title a:hover {
	color: var(--tg-white);
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline-hover forwards;
}
.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 Slider */

.testimonialSwiper{

    padding-bottom:60px;

}


.testimonial-card{

    background:#fff;

    padding: 0px 35px;

    border-radius:22px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    min-height:360px;

    transition:.3s ease;

}


.testimonial-card:hover{

    transform:translateY(-8px);

}


/* Quote */

.quote{

    font-size:65px;

    line-height:40px;

    color:#ddd;

    font-weight:700;

}



/* Review Text */

.testimonial-card p{

    font-size:18px;

    line-height:34px;

    color:#555;

    margin:25px 0 35px;

}



/* Client */

.client-info{

    display:flex;

    align-items:center;

    gap:15px;

}


.client-img img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}


.client-info h5{

    margin:0;

    font-size:19px;

    font-weight:600;

}


.client-info span{

    font-size:15px;

    color:#777;

}



/* Arrows */

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev{

    width:45px;

    height:45px;

    background:#fff;

    border-radius:50%;

    box-shadow:0 5px 20px rgba(0,0,0,.15);

}



.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after{

    font-size:16px;

    color:#111;

}



/* Pagination */

.testimonialSwiper .swiper-pagination-bullet{

    width:10px;

    height:10px;

    background:#bbb;

    opacity:1;

}



.testimonialSwiper .swiper-pagination-bullet-active{

    width:28px;

    border-radius:20px;

    background:#111;

}





/* Mobile */

@media(max-width:767px){


    .testimonial-card{

        padding: 0px 25px;

        min-height:330px;

    }


    .testimonial-card p{

        font-size:16px;

        line-height:28px;

    }


    .testimonialSwiper .swiper-button-next,
    .testimonialSwiper .swiper-button-prev{

        width:38px;

        height:38px;

    }


}
/*=============================
	24. Faq
===============================*/
.faq-wrap {
	padding: 0 110px 140px;
}
.faq-item {
	margin-bottom: 60px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.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: 20px;
}
.blog-thumb {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 35px;
    height: 250px;
}
.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;
    flex-wrap: wrap;
}
.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: 56px;
	height: 56px;
	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.html);
    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: var(--tg-secondary-background);
}
.newsletter-inner {
	background: var(--tg-body-background-color);
	border-radius: 16px;
	padding: 100px;
}
.newsletter-content {
	text-align: center;
}
.newsletter-content .section-title .title {
	font-size: 28px;
}
.newsletter-form .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
    justify-content: center;
}
.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: 8px;
	background: var(--tg-primary-color);
	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: var(--tg-secondary-color);
}
.comment-form .form-check,
.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,
.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],
.form-check .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,
.form-check .form-check-input:focus,
.newsletter-form .form-check-input:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-check label,
.form-check label,
.newsletter-form .form-check label {
	user-select: none;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
.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: var(--tg-body-background-color);
}
.newsletter-area-two .newsletter-inner {
	background: var(--tg-secondary-background);
}


/*=============================
	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: 22px;
	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 var(--tg-secondary-color);
	border-radius: 8px;
	padding: 13px 24px;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-secondary-color);
	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: 240px;
	max-height: 240px;
}
.contact-form-wrap .form-submit {
	text-align: center;
	margin-top: 55px;
}

/*=============================
	30. Footer
===============================*/
.footer-bg {
	background: ;
}
.footer-top {
    padding: 30px 0 30px;
    border-top: 1px solid #000;
}
.footer-widget {
	margin-bottom: 40px;
}
.fw-title {
	color: var(--tg-black);
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.footer-contact p {
	margin-bottom: 15px;
	color: var(--tg-silver);
}
.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: var(--tg-silver);
}
.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;
}
.copyright-text p {
	margin-bottom: 25px;
	color: var(--tg-silver);
}
.copyright-text p span {
	color: var(--tg-black);
}
.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;
}
.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);
    }
}


/* new-home-css -- 02-08-2025 */
.header-style-seven .transparent-header {
    top: 0;
}
.slider__area {
    position: relative;
    z-index: 1;
}
.slider-bg-two {
    background-size: cover;
    background-position: center;
    padding: 170px 0;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
.slider-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(32, 32, 32, 0.7) 0%, rgba(32, 32, 32, 0.7) 100%);
    z-index: -1;
}
.slider-content .title {
    margin-bottom: 16px;
    font-size: 72px;
    color: var(--tg-white);
    text-transform: uppercase;
}
.slider-content p {
    margin-bottom: 48px;
    color: var(--tg-white);
}
.slider-bg-two.swiper-slide-active .title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-bg-two.swiper-slide-active p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-bg-two.swiper-slide-active .btn {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__pagination.swiper-pagination-clickable {
    position: absolute;
    display: flex;
    align-items: center;
    left: auto;
    right: 80px;
    bottom: 46px;
    z-index: 2;
    width: auto;
    gap: 28px;
}
.slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--tg-white);
    margin: 0 !important;
    opacity: 1;
    position: relative;
}
.slider__pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid var(--tg-white);
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease-in-out;
}
.slider__pagination .swiper-pagination-bullet-active::before {
    opacity: 1;
}
.slider__contact {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 16%;
    bottom: 40px;
    z-index: 1;
}
.slider__contact a {
    text-decoration: underline;
    color: var(--tg-white);
    display: block;
}
.slider__contact a:hover {
    color: var(--tg-primary-color);
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
.trin-trin {
    animation-name: trin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about__img img {
    border-radius: 16px;
}
.about__inner-wrap .box {
    margin-bottom: 56px;
}
.about__inner-wrap .box .title {
    margin-bottom: 16px;
    font-size: 22px;
    text-transform: uppercase;
}
.about__inner-wrap .box p {
    margin-bottom: 0;
}

.awards__item {
    border: 1.30px solid var(--tg-heading-font-color);
    border-radius: 16px;
    padding: 32px 32px;
    transition: .3s ease-in-out;
    height: 100%;
}
.awards__item:hover {
    transform: translateY(-5px);
}
.awards__item .icon {
    margin-bottom: 40px;
}
.awards__item .icon img {
    transition: .5s linear;
}
.awards__item:hover .icon img {
    transform: rotateY(180deg);
}
.awards__content span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-primary-color);
    display: inline-block;
    margin-bottom: 8px;
}
.awards__content .title {
    margin-bottom: 16px;
    font-size: 20px;
    text-transform: uppercase;
}
.awards__content p {
    margin-bottom: 0;
}

.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine__animate-link::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);
    pointer-events: none;
}
.shine__animate-item:hover .shine__animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}
@keyframes hoverShine {
    100% {
        left: 125%;
    }
}
.gutter-24 {
    --bs-gutter-x: 24px;
}
.project-active-two {
    margin-right: -330px;
}
.project__item .project-thumb {
    margin-bottom: 30px;
}
.project__item .project-thumb  img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.section-bg {
    background: var(--tg-secondary-background);
}
.project__nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 55px;
}
.testimonial__nav button,
.project__nav button {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    color: var(--tg-heading-font-color);
    border: 1.30px solid var(--tg-heading-font-color);
    padding: 0;
}
.project__nav button:hover {
    background: var(--tg-heading-font-color);
    color: var(--tg-white);
}
.project-content .title a {
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-font-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline forwards;
}
@keyframes title-underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%
    }
    100% {
        background-size: 0 100%;
        background-position-x: 100%
    }
}

@keyframes title-underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }
    100% {
        background-position-x: 0;
        background-size: 100% 100%
    }
}
.project-content .title a:hover {
    color: inherit;
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline-hover forwards;
}
.services__item {
    margin-bottom: 30px;
    text-align: center;
}
.services__icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 182px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;

}
.services__item .services__icon > img {
    transition: .5s linear;
}
.services__item:hover .services__icon > img {
    transform: rotateY(180deg);
}
.services__icon .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.services__content .title {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 22px;
}
.services__content p {
    margin-bottom: 24px;
}
.link-btn {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.link-btn:hover {
    color: var(--tg-heading-font-color);
}
.testimonial__inner-wrap {
    background: var(--tg-secondary-color);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 1;
}
.testimonial__thumb {
    width: 37%;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}
.testimonial__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
}
.testimonial__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial__item-wrap {
    padding: 80px 100px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63%;
}
.testimonial__item > span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    display: block;
    margin-bottom: 24px;
}
.testimonial__item .text {
    margin-bottom: 45px;
    font-size: 32px;
    color: var(--tg-white);
    letter-spacing: -0.03em;
    line-height: 1.44;
}
.testimonial__author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial__author .icon {
    color: var(--tg-primary-color);
}
.testimonial__author .title {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--tg-white);
    font-size: 20px;
}
.testimonial__author span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tg-white);
    line-height: 1.4;
}
.testimonial__nav {
    display: flex;
    align-items: center;
    position: absolute;
    left: 12.5%;
    bottom: 40px;
    gap: 16px;
    z-index: 1;
}
.testimonial__nav button {
    border-color: var(--tg-white);
    color: var(--tg-white);
}
.testimonial__nav button:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
}
.blog__post-item {
    position: relative;
    z-index: 1;
}
.blog__post-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
}
.blog__post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
}
.blog__post-thumb img {
    width: 100%;
    height: 548px;
    object-fit: cover;
    transition: .5s linear;
    transform: scale(1);
}
.blog__post-thumb:hover img {
    transform: scale(1.1);
}
.blog__post-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    right: 40px;
    width: 70%;
}
.blog__post-content .title {
    margin-bottom: 8px;
    color: var(--tg-white);
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.4;
}
.blog-meta.blog-meta-two .list-wrap li a,
.blog-meta.blog-meta-two .list-wrap li {
    color: var(--tg-silver);
}
.blog-meta.blog-meta-two .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.blog__post-item-two {
    display: flex;
    gap: 24px;
    border-bottom: 1.30px solid var(--tg-heading-font-color);
    padding-bottom: 31px;
    margin-bottom: 32px;
}
.blog__post-item-two:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.blog__post-thumb-two {
    width: 171px;
    flex: 0 0 auto;
    min-height: 140px;
    border-radius: 16px;
    overflow: hidden;
}
.blog__post-thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s linear;
}
.blog__post-item-two:hover .blog__post-thumb-two img {
    transform: scale(1.1);
}
.blog__post-content-two {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog__post-content-two .title {
    margin-bottom: 8px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.4;
}
.select-grp {
    position: relative;
    z-index: 1;
}
.select-grp select {
    background-color: transparent;
    border: 1.3px solid var(--tg-secondary-color);
    color: var(--tg-secondary-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 8px;
    outline: none;
    padding: 13px 50px 13px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 56px;
    cursor: pointer;
}
.select-grp::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 25px;
    font-size: 14px;
    color: var(--tg-secondary-color);
}


/* home-10 */
.slider-bg-three {
    padding: 130px 0;
}
.slider-content-two .sub-title {
    display: block;
    color: var(--tg-white);
    margin-bottom: 8px;
}
.slider-content-two .title {
    margin-bottom: 24px;
    color: var(--tg-white);
    text-transform: uppercase;
    font-size: 120px;
}
.slider-bg-three.swiper-slide-active .sub-title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider-bg-three.swiper-slide-active .title {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.slider__pagination-two.swiper-pagination-clickable {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.header-style-eight .navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
}
.services__item-two {
    position: relative;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}
.services__thumb {
    position: relative;
    z-index: 1;
}
.services__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    pointer-events: none;
}
.services__thumb img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.services__content-two {
    position: absolute;
    left: 32px;
    bottom: 32px;
    right: 32px;
    z-index: 1;
}
.services__content-two .title {
    margin-bottom: 16px;
    font-size: 28px;
    color: var(--tg-white);
    text-transform: uppercase;
}
.services__content-two p {
    margin-bottom: 24px;
    color: var(--tg-white);
    display: none;
}
.services__content-two .link-btn:hover {
    color: var(--tg-white);
}
.about__img-two img {
    border-radius: 16px;
}
.about__content {
    margin-left: 82px;
}
.about__content p {
    margin-bottom: 50px;
}
.counter-item-wrap-two {
    display: flex;
    align-items: center;
    gap: 30px 80px;
    flex-wrap: wrap;
}
.counter-item-wrap-two .counter-item {
    text-align: left;
    margin-bottom: 0;
}
.choose__item {
    border: 1.30px solid var(--tg-secondary-color);
    border-radius: 16px;
    padding: 32px 32px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.choose__content .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}
.choose__content p {
    margin-bottom: 0;
}
.choose__icon {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 8px;
    color: var(--tg-white);
    font-size: 40px;
    line-height: 1;
    transition: .5s ease-in-out;
}
.choose__item:hover .choose__icon {
    transform: rotateY(180deg);
}
.choose__item-wrap {
    padding: 0 110px;
}
.project__big-title {
    font-size: 180px;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    line-height: .8;
    margin-bottom: 60px;
    text-align: center;
}
.project__item-two {
    position: relative;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}
.project__thumb-two {
    position: relative;
    z-index: 1;
}
.project__thumb-two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    pointer-events: none;
    transition: .5s ease-in-out;
    opacity: 0;
}
.project__item-two:hover .project__thumb-two::after {
    opacity: 1;
}
.project__thumb-two img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.project__content-two {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 32px;
    z-index: 1;
    text-align: center;
    transform: translateY(100px);
    transition: .5s ease-in-out;
    visibility: hidden;
}
.project__item-two:hover .project__content-two {
    transform: translateY(0);
    visibility: visible;
}
.white__title {
    color: var(--tg-white);
}
.white__title a {
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-white) 1px) !important;
}
.project__content-two span {
    color: var(--tg-white);
}
.testimonial__item-two {
    border: 1.3px solid var(--tg-secondary-color);
    padding: 32px 32px;
    border-radius: 16px;
}
.testimonial__item-two p {
    margin-bottom: 32px;
}
.testimonial__author-two .thumb img {
    border-radius: 50%;
    margin-bottom: 16px;
    width: 60px;
    height: 60px;
}
.testimonial__author-two .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial__author-two .content span {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
}
.testimonial__author-two .content svg {
    color: var(--tg-primary-color);
}
.testimonial__inner-wrap-two {
    position: relative;
    z-index: 1;
}
.testimonial__nav-two {
    position: initial;
    gap: 0;
}
.testimonial__nav-two button {
    border-color: var(--tg-secondary-color);
    color: var(--tg-secondary-color);
    background: var(--tg-white);
    position: absolute;
    left: -112px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.testimonial__nav-two button:hover {
    background: var(--tg-secondary-color);
    border-color: var(--tg-secondary-color);
    color: var(--tg-white);
}
.testimonial__nav-two .testimonial-button-next {
    left: auto;
    right: -112px;
}
.team-thumb img {
    width: 100%;
}
.team__item {
    margin-bottom: 0;
}
.team__item .team-thumb img {
    height: 400px;
    object-fit: cover;
}
.gutter-y-24 {
    --bs-gutter-y: 24px;
}
.newsletter-inner-two {
    background: var(--tg-primary-color);
}
.section-title.white-title .title,
.section-title.white-title .sub-title {
    color: var(--tg-white);
}
.newsletter-form-two .list-wrap li input {
    border-color: var(--tg-white);
    color: var(--tg-white);
}
.newsletter-form-two .list-wrap li input::placeholder {
    color: var(--tg-white);
}
.newsletter-form-two .select-grp select {
    border: 1.3px solid var(--tg-white);
    color: var(--tg-white);
}
.newsletter-form-two .select-grp::after {
    color: var(--tg-white);
}
.newsletter-form-two .list-wrap li.submit-btn input[type="submit"] {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
}
.newsletter-form-two .list-wrap li.submit-btn input[type="submit"]:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.newsletter-form-two .form-check-input:checked[type=checkbox] {
    background-color: var(--tg-secondary-color);
}
.newsletter-form-two .form-check label {
    color: var(--tg-white);
}
.newsletter-form-two .form-check label span {
    color: var(--tg-white);
}
.footer-social-two .list-wrap {
    justify-content: flex-start;
}
.footer-top-two .row > *:nth-child(4) .footer-widget,
.footer-top-two .row > *:nth-child(3) .footer-widget,
.footer-top-two .row > *:nth-child(2) .footer-widget {
    margin-left: 85px;
}
.footer-bottom-two .copyright-text p {
    margin-bottom: 0;
}
.footer-top-two {
    padding: 100px 0 100px;
}
.footer__newsletter {
    padding-top: 140px;
}
.fn__logo {
    margin-bottom: 16px;
}
.footer__newsletter-content p {
    margin-bottom: 32px;
    color: var(--tg-silver);
}
.footer__newsletter-content .footer-newsletter {
    width: 460px;
    margin: 0 auto;
}

/* home-11 */
.section-bg-two {
    background: var(--tg-secondary-color);
}
.header-style-nine {
    background: var(--tg-secondary-color);
}
.header-style-nine .navbar-wrap ul {
    margin: 0 0 0 80px;
}
.banner__area {
    position: relative;
    padding: 140px 0;
}
.banner__content {
    position: relative;
    padding-bottom: 56px;
}
.banner__content .title {
    margin-bottom: 40px;
    color: var(--tg-white);
    text-transform: uppercase;
    font-size: 90px;
    width: 75%;
}
.banner__content-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
}
.banner__content-right p {
    color: var(--tg-silver);
    margin-bottom: 48px;
}
.banner__customer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner__customer .list-wrap {
    display: flex;
    align-items: center;
}
.banner__customer .list-wrap li {
    margin-left: -12px;
}
.banner__customer .list-wrap li:first-child {
    margin-left: 0;
}
.banner__customer .list-wrap li img {
    width: 60px;
    border-radius: 50%;
    border: 2px solid var(--tg-secondary-color);
}
.banner__customer p {
    margin-bottom: 0;
    color: var(--tg-white);
}
.white-btn:hover {
    background: var(--tg-white);
    color: var(--tg-secondary-color);
}
.parallax-img-two .parallax-img {
    border-radius: 16px;
    overflow: hidden;
}
.services__item-three .services__content .title {
    color: var(--tg-white);
}
.services__item-three .services__content p {
    color: var(--tg-silver);
}
.services__item-three .services__content .link-btn:hover {
    color: var(--tg-white);
}
.about__content-two {
    width: 87%;
}
.about__content-two p {
    margin-bottom: 24px;
}
.about__content-two .btn {
    margin-top: 24px;
}
.about__img-three img {
    border-radius: 16px;
}
.choose__item-two {
    border: 1.30px solid var(--tg-secondary-color);
    border-radius: 16px;
    padding: 32px 32px;
    transition: .3s linear;
    height: 100%;
}
.choose__item-two:hover {
    transform: translateY(-5px);
}
.choose__icon-two {
    font-size: 60px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-bottom: 40px;
    transition: .5s linear;
    display: inline-block;
}
.choose__item-two:hover .choose__icon-two {
    transform: rotateY(180deg);
}
.choose__content-two .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    transition: .3s linear;
}
.choose__content-two p {
    margin-bottom: 0;
}
.choose__item-two:hover .choose__content-two .title {
    color: var(--tg-primary-color);
}
.marquee__area {
    background: var(--tg-primary-color);
    padding: 20px 0;
}
.marquee__item {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--tg-white);
}
.project__area-three {
    position: relative;
}
.project__item-three {
    position: relative;
    margin: 0 12px;
    overflow: hidden;
}
.project__thumb-three {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.project__thumb-three img {
    min-height: 400px;
    object-fit: cover;
}
.project__thumb-three::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    pointer-events: none;
    transition: .4s linear;
    opacity: 0;
}
.project__content-white span,
.project__content-white .title {
    color: var(--tg-white);
}
.project__content-white .title a {
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-white) 1px);
}
.project__content-three {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 32px;
    text-align: center;
    transition: .3s linear;
    transform: translateY(100px);
}
.project-active-three .slick-list {
    overflow: visible;
}
.project-active-three .slick-active .project__thumb-three::after {
    opacity: 1;
}
.project-active-three .slick-active .project__content-three {
    transform: translateY(0);
}
.project__nav-two .slick-arrow {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-secondary-color);
    background: var(--tg-white);
    border-radius: 50%;
    position: absolute;
    left: 4.2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    transition: .3s linear;
    line-height: 1;
}
.project__nav-two .slick-arrow:hover {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
.project__nav-two .slick-arrow.slick-next {
    left: auto;
    right: 4.2%;
}
.awards__item-wrap {
    margin-left: 85px;
}
.awards__item-two {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    border-bottom: 1.30px solid var(--tg-heading-font-color);
    padding: 32px 0;
}
.awards__item-two:first-child {
    border-top: 1.30px solid var(--tg-heading-font-color);
}
.awards__item-two .icon {
    width: 86px;
    flex: 0 0 auto;
}
.awards__item-two .icon img {
    width: 100%;
}
.awards__content-two {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
}
.awards__content-two .title {
    margin-bottom: 8px;
    font-size: 24px;
}
.awards__content-two span {
    margin-top: 5px;
}
.newsletter-inner-three {
    background: var(--tg-secondary-color);
    padding: 140px 100px;
}
.newsletter-inner .select-grp select option {
    color: var(--tg-heading-font-color);
}
.newsletter-inner-three .newsletter-form .form-check-input:checked[type=checkbox] {
    background-color: var(--tg-primary-color);
}
.newsletter-inner-three .list-wrap li.submit-btn input[type="submit"]:hover {
    background: var(--tg-primary-color);
}
.footer-widget-two .fw-title {
    color: var(--tg-heading-font-color);
}
.footer-widget-two .footer-link .list-wrap li a {
    color: var(--tg-paragraph-color);
}
.footer-widget-two .footer-link .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer-widget-two .footer-contact p {
    color: var(--tg-paragraph-color);
}
.footer-widget-two .footer-contact .list-wrap li a {
    color: var(--tg-paragraph-color);
}
.footer-widget-two .footer-contact .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.footer-bottom-three .copyright-text p {
    color: var(--tg-paragraph-color);
}
.footer-bottom-three .copyright-text p span {
    color: var(--tg-heading-font-color);
    font-weight: 500;
}
.position__sticky {
    position: sticky;
    top: 120px;
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/* home-12 */
.header-style-ten .menu-style-three .navbar-wrap > ul {
    margin: 0 0 0 auto;
}
.header-style-ten .header-action > ul {
    margin-left: 80px;
}
.banner__area-two {
    padding: 140px 0;
}
.banner__content-two {
    width: 90%;
}
.banner__content-two .title {
    font-size: 90px;
    margin-bottom: 16px;
}
.banner__content-two p {
    margin-bottom: 0;
    width: 80%;
}
.banner__contact {
    margin-left: 110px;
}
.banner__contact img {
    margin-bottom: 16px;
}
.banner__contact a {
    display: block;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--tg-heading-font-color);
}
.banner__contact a:last-child {
    text-decoration: none;
}
.banner__contact a:hover {
    color: var(--tg-primary-color);
}
.parallax-img-two .parallax-img {
    border-radius: 0;
}
.about__content-three {
    width: 88%;
}
.about__content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    justify-content: space-between;
    padding-left: 88px;
    margin-left: 20px;
    border-left: 1.30px solid var(--tg-heading-font-color);
}
.about__content-right p {
    margin-bottom: 0;
}
.about__content-right .count {
    margin-bottom: 0;
    font-size: 120px;
    color: var(--tg-primary-color);
    line-height: 1;
    text-transform: uppercase;
}
.about__content-right span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tg-heading-font-color);
}
.project__item-four {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.project__thumb-four {
    border-radius: 16px;
    overflow: hidden;
}
.project__thumb-four img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.project__content-four {
    position: absolute;
    left: 32px;
    right: 32px;
    background: var(--tg-body-background-color);
    bottom: 0;
    z-index: 1;
    padding: 32px 32px 0;
    border-radius: 16px 16px 0 0;
}
.gutter-90 {
    --bs-gutter-x: 90px;
}
.choose__item-wrap-two {
    margin-left: 55px;
}
.choose__icon-three {
    font-size: 60px;
    line-height: 0;
    margin-bottom: 32px;
    color: var(--tg-primary-color);
    transition: .3s linear;
}
.choose__item-three:hover .choose__icon-three {
    transform: translateY(5px);
}
.choose__content-three .title {
    margin-bottom: 16px;
    font-size: 22px;
    color: var(--tg-white);
    transition: .3s linear;
}
.choose__item-three:hover .choose__content-three .title {
    color: var(--tg-primary-color);
}
.choose__content-three p {
    margin-bottom: 0;
    color: var(--tg-silver);
    width: 90%;
}
.choose__item-wrap-two {
    margin-left: 55px;
}
.gutter-y-50 {
    --bs-gutter-y: 50px;
}
.choose__content-wrap {
    width: 85%;
    position: sticky;
    top: 120px;
}
.team__thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 24px;
}
.team__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.37) 100%);
    pointer-events: none;
    opacity: .5;
}
.team__thumb img {
    width: 100%;
}
.team__thumb .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    transition: .3s ease-in-out;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
}
.team__item-two:hover .team__thumb .list-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.team__thumb .list-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.30px solid var(--tg-white);
    color: var(--tg-white);
}
.team__thumb .list-wrap li a:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.team__content-two {
    text-align: center;
}
.team__content-two .title {
    margin-bottom: 8px;
    font-size: 20px;
}
.team__content-two .title a {
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-font-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline forwards;
    text-decoration-skip-ink: none;
}
.team__content-two .title a:hover {
    color: inherit;
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline-hover forwards;
}
.team__content-two span {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.team-active {
    margin: 0 -120px;
}
.section-bg-three {
    background: var(--tg-primary-color);
}


/* home-11 */
.header-style-eleven {
    background: var(--tg-secondary-color);
}
.header-action ul .header__contact a {
    color: var(--tg-silver);
}
.header-action ul .header__contact a:hover {
    color: var(--tg-white);
}
.banner__area-three {
    padding: 140px 0 400px;
    position: relative;
    z-index: 1;
}
.banner__content-three {
    text-align: center;
}
.banner__content-three .title {
    margin-bottom: 16px;
    color: var(--tg-white);
    font-size: 72px;
    line-height: 1.3;
}
.banner__content-three p {
    color: var(--tg-silver);
    width: 85%;
    margin: 0 auto 48px;
}
.banner__img img {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
}
.banner__img img:nth-child(1) {
    top: 18%;
    left: 4%;
}
.banner__img img:nth-child(2) {
    right: 4%;
    top: 48px;
}
.banner__img img:nth-child(3) {
    left: 24%;
    bottom: 14%;
}
.banner__img img:nth-child(4) {
    right: 15%;
    bottom: 22%;
}
.services__item-four {
    text-align: center;
}
.services__thumb-two {
    margin-bottom: 32px;
    border-radius: 16px;
    overflow: hidden;
}
.services__thumb-two img {
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.services__content-three .title {
    margin-bottom: 16px;
    font-size: 22px;
}
.services__content-three p {
    margin-bottom: 24px;
}
.choose__content-four .title {
    color: var(--tg-heading-font-color);
}
.choose__content-four p {
    color: var(--tg-body-font-color);
}


/* home-14 */
.banner__area-four {
    position: relative;
    z-index: 1;
    padding: 150px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.banner__area-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.5) 0%,
    rgba(32, 32, 32, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}
.banner__video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner__content-four {
    position: relative;
    z-index: 1;
    text-align: center;
}
.banner__content-four .title {
    margin-bottom: 10px;
    font-size: 90px;
    color: var(--tg-white);
}
.banner__content-four p {
    margin-bottom: 48px;
    color: var(--tg-white);
}
.banner__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.btn.white-btn-two {
    background: var(--tg-white);
    color: var(--tg-heading-font-color);
    border-color: var(--tg-white);
}
.btn.white-btn-two:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
}
.about__content-four {
    width: 85%;
}
.about__content-four p {
    margin-bottom: 48px;
}
.about__img-four img {
    border-radius: 16px;
}
.residences__item {
    position: relative;
    z-index: 1;
}
.residences__thumb {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}
.residences__thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
}
.residences__thumb img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.residences__content {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 2;
}
.residences__content .title {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--tg-white);
}
.residences__content p {
    margin-bottom: 0;
    color: var(--tg-white);
    display: none;
}
.features__item {
    text-align: center;
    border: 1.30px solid var(--tg-heading-font-color);
    border-radius: 16px;
    padding: 32px 32px;
    height: 100%;
}
.features__icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 8px;
    margin: 0 auto 40px;
    transition: .3s ease-in-out;
}
.features__item:hover .features__icon {
    transform: translateY(5px);
}
.features__content .title {
    margin-bottom: 16px;
    font-size: 20px;
}
.features__content p {
    margin-bottom: 0;
}
.view__area {
    position: relative;
}
#panorama {
    width: 100%;
    height: 880px;
    border-radius: 0;
    cursor: grab;
}
.view__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.view__tab .tab {
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--tg-heading-font-color);
    background: var(--tg-white);
    font-weight: 500;
    font-size: 14px;
    border: none;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.view__tab .tab-active {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    min-width: 118px;
    width: auto;
}
.view__title {
    margin-bottom: 0;
    font-size: 220px;
    line-height: .8;
    color: rgba(251, 251, 251, 0.4);
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    text-align: center;
}
#zoomControls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}
#zoomControls button {
    width: 45px;
    height: 45px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
}
#zoomControls button:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.neighborhood__tab {
    border-bottom: none;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.neighborhood__tab .neighborhood__tab-item {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tg-heading-font-color);
    border: 1.3px solid var(--tg-heading-font-color);
    padding: 14px 30px;
    border-radius: 8px;
    min-width: 200px;
    margin: 0;
    transition: .3s linear;
    text-align: center;
    cursor: pointer;
}
.neighborhood__tab .neighborhood__tab-item.active,
.neighborhood__tab .neighborhood__tab-item:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.neighborhood__item {
    box-shadow: 0 12px 30px 0 rgba(32, 32, 32, 0.1);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.map__box {
    border-radius: 16px;
    height: 800px;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 800px;
}
.map__box {
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}
.office-marker {
    height: 40px;
    width: 40px;
    background-color: var(--tg-primary-color);
    color: var(--tg-white);
    border: none;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.office-marker.active {
    background-color: var(--tg-secondary-color);
        color: var(--tg-white);
}
.mapboxgl-popup-content {
    border-radius: 8px;
    padding: 22px 24px;
    box-shadow: 0 12px 30px 0 rgba(32, 32, 32, 0.1);
    background: #fff;
    text-align: center;
}
.map__box {
    border-radius: 16px;
    height: 800px;
}
.flat-map.map__box {
    margin-bottom: -115px;
}
.neighborhood__content .title {
    margin-bottom: 8px;
    font-size: 16px;
}
.neighborhood__content p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}
.table__wrap .table thead th {
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    height: 56px;
    padding: 18px 32px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
.table__wrap .table thead th:first-child {
    text-align: left;
}
.table__wrap .table>:not(caption)>*>* {
    padding: 23px 32px;
    border-bottom-width: 0;
    box-shadow: none;
    border-bottom: 1.30px solid var(--tg-heading-font-color);
    height: 74px;
    transition: .3s ease-in-out;
}
.table__wrap .table tbody th span {
    margin-bottom: 0;
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}
.table__wrap .table tbody td {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.table__wrap .table tbody td a {
    position: relative;
}
.table__wrap .table tbody td a:hover {
    color: var(--tg-heading-font-color);
}
.table__wrap .table tbody td a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-primary-color);
    transition: .3s ease-in-out;
}
.table__wrap .table tbody td a:hover::before {
    background: var(--tg-heading-font-color);
}
.table__wrap tbody tr {
    transition: .3s ease-in-out;
    position: relative;
}
.table__wrap tbody tr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--tg-secondary-background);
    transition: .4s ease-in-out;
    z-index: -1;
}
.table__wrap tbody tr.active::after,
.table__wrap tbody tr:hover::after {
    height: 100%;
}
.table__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.contact__wrap {
    padding: 60px 60px 60px 80px;
    border-radius: 16px;
    background: var(--tg-primary-color);
    position: relative;
    z-index: 1;
}
.contact__author .thumb {
    margin-bottom: 20px;
}
.contact__author .thumb img {
    border-radius: 50%;
}
.contact__author .content .title {
    margin-bottom: 8px;
    color: var(--tg-white);
    font-size: 22px;
}
.contact__author .content span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tg-white);
    display: block;
    margin-bottom: 12px;
}
.contact__author .contact a {
    display: block;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--tg-white);
}
.contact__author .contact a:hover {
    color: var(--tg-heading-font-color);
}
.contact__author .contact a:last-child {
    text-decoration: none;
}
.contact__form-wrap {
    background: var(--tg-white);
    padding: 48px 48px;
    border-radius: 16px;
}
.contact__form-wrap .title {
    margin-bottom: 8px;
    font-size: 28px;
}
.contact__form-wrap p {
    margin-bottom: 32px;
}
.form-check .form-check-input {
    padding: 0;
}
.contact__form .form-grp {
    margin-bottom: 24px;
}
.contact__form .form-check {
    justify-content: flex-start;
    margin-bottom: 32px;
}
.submit__btn {
    border: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--tg-secondary-color);
    color: var(--tg-white);
    padding: 16px 40px;
    transition: .3s ease-in-out;
}
.submit__btn:hover {
    background: var(--tg-primary-color);
}
.footer-area-four {
    margin-top: -198px;
    padding: 198px 0 0;
}

/* home-15 */
.banner__area-five {
    padding: 140px 0;
}
.banner__content-five .title {
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 120px;
}
.project__content-five {
    transform: translateY(200%);
    transition: .5s all ease-in-out;
    bottom: 40px;
}
.project__content-five .title {
    font-size: 28px;
}
.project__content-five span {
    color: var(--tg-silver);
}
@-webkit-keyframes defaultInset {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes defaultInset {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
}

@-webkit-keyframes activeInset {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes activeInset {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

.services__img-list {
    position: relative;
    height: 730px;
}
.services__img-list-two {
    height: 640px;
    margin: 0 85px;
}
.img-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
    z-index: 1;
}
.img-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: defaultInset 0.8s forwards ease;
    animation: defaultInset 0.8s forwards ease;
    border-radius: 16px;
}
.img-item.active {
    z-index: 2;
}
.img-item.active img {
    -webkit-animation: activeInset 0.8s forwards ease;
    animation: activeInset 0.8s forwards ease;
}
.services-content-two p {
    margin-bottom: 48px;
}
.services__content-four {
    width: 85%;
}
.services__item-five a {
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-font-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline forwards;
    display: inline-block;
    margin-bottom: 16px;
}
.services__item-five a.active,
.services__item-five a:hover {
    color: var(--tg-heading-font-color);
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline-hover forwards;
}
.services__item-five:last-child a {
    margin-bottom: 0;
}
.availability__item {
    text-align: center;
}
.availability__thumb {
    margin-bottom: 32px;
}
.availability__thumb img {
    width: 100%;
    border-radius: 16px;
    height: 320px;
    object-fit: cover;
}
.availability__content .title {
    font-size: 22px;
    margin-bottom: 12px;
}
.availability__content .title a {
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-font-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215, .61, .355, 1) title-underline forwards;
}
.availability__content .title a:hover {
    color: var(--tg-heading-font-color);
    animation: .6s cubic-bezier(.215, .61, .355, 1)title-underline-hover forwards;
}
.availability__content .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.availability__content .list-wrap li {
    position: relative;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-font-color);
}
.availability__content .list-wrap li span {
    font-weight: 700;
}
.availability__content .list-wrap li::before {
    content: "/";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tg-paragraph-color);
}
.availability__content .list-wrap li:last-child::before {
    display: none;
}
.availability__item-wrap {
    position: relative;
}
.apartment__tab .nav {
    justify-content: center;
    gap: 16px;
    border-bottom: none;
    margin: 0 0 32px;
}
.apartment__tab .nav-link {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tg-heading-font-color);
    font-weight: 500;
    font-size: 14px;
    border: 1.3px solid var(--tg-heading-font-color);
    border-radius: 8px;
    padding: 15px 25px;
    line-height: 1;
    height: 56px;
    min-width: 200px;
}
.apartment__tab .nav-link:hover,
.apartment__tab .nav-link.active {
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
    background: var(--tg-primary-color);
}
.apartment__inner-wrap {
    background: var(--tg-secondary-background);
    padding: 80px 80px;
    border-radius: 16px;
}
.apartment__content {
    width: 87%;
}
.apartment__content .title {
    margin-bottom: 16px;
    font-size: 28px;
}
.apartment__content p {
    margin-bottom: 48px;
}
.apartment__content .list-wrap {
    border-top: 1.3px solid var(--tg-heading-font-color);
}
.apartment__content .list-wrap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-heading-font-color);
    border-bottom: 1.3px solid var(--tg-heading-font-color);
    padding: 16px 0;
    line-height: 1.4;
}
@-webkit-keyframes tgSlideDown {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes tgSlideDown {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.tab-pane.active {
    animation: tgSlideDown 0.5s ease-in-out;
}
.neighborhood__item-wrap {
    display: flex;
    gap: 26px;
}
.neighborhood__item-two {
    width: 34%;
    height: 600px;
    border-radius: 16px;
    overflow: hidden;
    transition: width 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    -webkit-transition: width 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: width 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    -o-transition: width 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    -ms-transition: width 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    position: relative;
}
.neighborhood__item-two:hover,
.neighborhood__item-two.active {
    width: 100%;
}
.neighborhood__thumb {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: relative;
}
.neighborhood__thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
}
.neighborhood__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out 0.3s;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
}
.neighborhood__item-two:hover .neighborhood__thumb img,
.neighborhood__item-two.active .neighborhood__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.neighborhood__content-two {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.3s;
    -webkit-transition: opacity 0.5s ease-in-out 0.3s;
    -moz-transition: opacity 0.5s ease-in-out 0.3s;
    -o-transition: opacity 0.5s ease-in-out 0.3s;
    -ms-transition: opacity 0.5s ease-in-out 0.3s;
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.neighborhood__content-two .list-wrap li {
    color: var(--tg-white);
    line-height: 1.8;
}
.neighborhood__item-two:hover .neighborhood__content-two,
.neighborhood__item-two.active .neighborhood__content-two {
    opacity: 1;
    pointer-events: auto;
}
.neighborhood__content-title {
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 32px;
    opacity: 1;
    transition: all .4s;
}
.neighborhood__content-title .title {
    margin-bottom: 0;
    font-size: 40px;
    writing-mode: vertical-rl;
    color: var(--tg-white);
}
.neighborhood__item-two:hover .neighborhood__content-title,
.neighborhood__item-two.active .neighborhood__content-title {
    opacity: 0;
    visibility: hidden;
}
.neighborhood__big-title {
    text-align: center;
    color: var(--tg-primary-color);
    font-size: 225px;
    line-height: .8;
    margin-bottom: 40px;
}
.cta__area {
    position: relative;
    padding: 180px 0;
}
.cta__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: fixed;
}
.cta__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.5) 0%, rgba(32, 32, 32, 0.5) 100%);
    background-color: rgba(32, 32, 32, 0.6);
}
.cta__content {
    text-align: center;
}
.cta__content .title {
    margin-bottom: 25px;
    color: var(--tg-white);
    font-size: 72px;
}

.ajax-response.error,
.ajax-response.success {
    margin: 20px 0 0 !important;
}
.ajax-response.error {
    color: red;
}
.ajax-response.success {
    color: green;
}



.footer-bottom{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}



.set-logo{
    width: 100px;
    padding: 10px;
}

@media(max-width:767px){
    .mobile-logo{
        width: 100px;
    }
}





.floating-call,
.floating-whatsapp{
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

/* Right Side Call */
.floating-call{
    left: 20px;
    bottom: 20px;
    background: #007bff;
}

/* Left Side WhatsApp */
.floating-whatsapp{
    right: 20px;
    bottom: 20px;
    background: #25D366;
}

.floating-call:hover,
.floating-whatsapp:hover{
    transform: scale(1.1);
}



.about-area {
    background: #f8f9fa;
}

.about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-content .sub-title {
    color: #bd9a68;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.about-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.btn-primary {
    background: #bd9a68;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
}

.btn-primary:hover {
    background: #111;
}













.testimonial-area{

    background:#f7f9fc;

}


.section-heading p{

    color:#667085;
    font-size:18px;

}




.testimonial-box{

    background:#ffffff;
    border-radius:35px;
    padding:50px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}




.profile-img{

    width:260px;
    height:260px;
    border-radius:50%;
    margin:auto;
    overflow:hidden;
    position:relative;
    border:15px solid #fff1dc;

}


.profile-img img{

    width:100%;
    height:100%;
    object-fit:cover;

}



.quote{

    position:absolute;
    bottom:10px;
    right:10px;

    width:55px;
    height:55px;

    background:#ffb000;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

}





.stars{

    color:#ffb000;
    font-size:30px;
    margin-bottom:20px;

}



.testimonial-text{

    font-size:24px;
    line-height:1.7;
    color:#24324a;
    font-style:italic;

}



.testimonial-box h4{

    margin-top:25px;
    font-size:25px;
    font-weight:700;
    color:#12233f;

}



.testimonial-box small{

    color:#667085;
    font-size:16px;

}




.arrow{

    width:55px;
    height:55px;

    background:#fff;

    color:#12233f;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}




.carousel-control-prev{

    left:-80px;

}


.carousel-control-next{

    right:-80px;

}





@media(max-width:768px){

.section-heading h2{
    font-size:32px;
}


.testimonial-box{
    padding:25px;
}


.testimonial-text{
    font-size:18px;
    margin-top:30px;
}


.carousel-control-prev,
.carousel-control-next{

    display:none;

}


}



.service-bg{
    background: url(../../img/bg.png) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


/* Overlay */
.service-bg::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background: rgba(0,0,0,0.55); /* overlay color */

    z-index:-1;
}










.feature-content .title{

    font-size:24px;
    font-weight:600;

    color:#d8b06a;

    text-transform:uppercase;

    margin-bottom:15px;

}



.feature-content p{

    color:rgba(255,255,255,0.85);

    font-size:17px;

    line-height:1.8;

    max-width:350px;

    margin:auto;

}










.footer-bg{
background:#faf7f1;
overflow:hidden;
}



.footer-widget{

margin-bottom:15px;

}



.fw-title{

font-size:22px;

font-weight:700;

color:#1d2b45;

margin-bottom:25px;

position:relative;

text-transform:uppercase;

}



.fw-title:after{

content:"";

position:absolute;

left:0;

bottom:-10px;

width:45px;

height:3px;

background:#bd9a68;

}





.footer-widget p{

font-size:16px;

line-height:1.8;

color:#64748b;

margin-bottom:15px;

}



.footer-highlight{

color:#bd9a68;

font-size:18px;

font-weight:600;

}





.footer-contact-list{

padding:0;

margin:0;

list-style:none;

}



.footer-contact-list li{

display:flex;

gap:12px;

align-items:flex-start;

margin-bottom:15px;

color:#64748b;

font-size:16px;

line-height:1.6;

}



.footer-contact-list i{

color:#bd9a68;

margin-top:5px;

}



.footer-contact-list a{

color:#64748b;

text-decoration:none;

}







.footer-links{

padding:0;

margin:0;

list-style:none;

}



.footer-links li{

color:#64748b;

font-size:16px;

margin-bottom:14px;

padding-left: 22px;

position:relative;

}



.footer-links li:before{

content:"🏠︎";

position:absolute;

left:0;

color:#bd9a68;

}





.map-box iframe{

width:100%;

height:130px;

border:0;

border-radius:15px;

}





.footer-bottom{
padding:18px 0;

border-top:1px solid #e5dccd;

text-align:center;
background: #f5dfa86e;
}



.footer-bottom p{

margin:0;

color:#64748b;

font-size:16px;

}



.footer-bottom span{

color:#bd9a68;

font-weight:600;

}





@media(max-width:768px){
.fw-title{

font-size:20px;

}


}


.feature-text{
    color:#000 !important;
    font-size:16px;
    line-height:1.8;
    font-weight:400;
    margin-top:15px;
}
















.contact-section{
background:
linear-gradient(
135deg,
#faf7f1,
#f2e6d2
);

}



.contact-content .small-title{

color:#c49a5a;

font-size:14px;

letter-spacing:3px;

font-weight:700;

}



.contact-content h2{

font-size:42px;

color:#17233d;

font-weight:700;

margin:15px 0;

}



.contact-content>p{

color:#667085;

font-size:17px;

line-height:1.8;

}





.contact-details{

margin-top:35px;

}





.contact-item{

display:flex;

gap:20px;

align-items:flex-start;

margin-bottom:25px;

}



.contact-item .icon{


width:55px;

height:55px;

flex-shrink:0;

border-radius:50%;


background:#c49a5a;


color:white;


display:flex;

align-items:center;

justify-content:center;


font-size:22px;


}



.contact-item h4{

margin:0 0 5px;

font-size:18px;

color:#17233d;

}



.contact-item p,
.contact-item a{

margin:0;

color:#667085;

font-size:16px;

text-decoration:none;

line-height:1.7;

}





/* FORM */

.enquiry-box{


background:#fff;


padding:45px;


border-radius:25px;


box-shadow:0 20px 50px rgba(0,0,0,.10);


border:1px solid #eee;


}



.enquiry-box h3{

font-size:32px;

color:#17233d;

margin-bottom:10px;

}



.enquiry-box p{

color:#667085;

margin-bottom:30px;

}





.enquiry-box input,
.enquiry-box select,
.enquiry-box textarea{


width:100%;


height:55px;


border:1px solid #ddd;


border-radius:10px;


padding:0 18px;


margin-bottom:20px;


font-size:15px;


outline:none;


transition:.3s;


}



.enquiry-box textarea{

height:130px;

padding-top:15px;

resize:none;

}



.enquiry-box input:focus,
.enquiry-box select:focus,
.enquiry-box textarea:focus{

border-color:#c49a5a;

}





.enquiry-box button{


background:linear-gradient(
135deg,
#c49a5a,
#e0b978
);


border:none;


color:#fff;


padding:16px 35px;


border-radius:50px;


font-size:16px;


font-weight:600;


cursor:pointer;


transition:.3s;


}



.enquiry-box button:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(196,154,90,.35);

}



@media(max-width:768px){

.contact-section{

padding:50px 0;

}


.contact-content h2{

font-size:32px;

}


.enquiry-box{

padding:30px 20px;

}


}





















/* Gallery Slider */
.gallerySwiper {
    position: relative;
    padding-bottom: 50px;
}


/* Image Box */
.gallery-box {
    height: 320px;
    overflow: hidden;
    border-radius: 22px;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Navigation Arrows */
.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {

    width: 48px;
    height: 48px;

    background: #ffffff;
    border-radius: 50%;

    box-shadow: 0 5px 20px rgba(0,0,0,0.15);

    top: 50%;
    transform: translateY(-50%);

    transition: .3s ease;
}


/* Arrow Icon */
.gallerySwiper .swiper-button-next:after,
.gallerySwiper .swiper-button-prev:after {

    font-size: 18px;
    font-weight: 700;
    color: #111;
}


/* Hover */
.gallerySwiper .swiper-button-next:hover,
.gallerySwiper .swiper-button-prev:hover {

    background: #000;
}


.gallerySwiper .swiper-button-next:hover:after,
.gallerySwiper .swiper-button-prev:hover:after {

    color:#fff;
}


/* Arrow Position */
.gallerySwiper .swiper-button-prev {
    left: 15px;
}


.gallerySwiper .swiper-button-next {
    right: 15px;
}



/* Pagination */
.gallerySwiper .swiper-pagination {

    bottom: 10px;
}


.gallerySwiper .swiper-pagination-bullet {

    width: 10px;
    height: 10px;

    background:#bbb;

    opacity:1;

    margin:0 5px !important;

    transition:.3s;
}



.gallerySwiper .swiper-pagination-bullet-active {

    width:28px;

    border-radius:20px;

    background:#000;

}



/* Mobile */
@media(max-width:767px){

    .gallery-box{
        height:260px;
    }


    .gallerySwiper .swiper-button-next,
    .gallerySwiper .swiper-button-prev{

        width:38px;
        height:38px;

    }


    .gallerySwiper .swiper-button-next:after,
    .gallerySwiper .swiper-button-prev:after{

        font-size:14px;

    }


    .gallerySwiper .swiper-button-prev{
        left:8px;
    }

    .gallerySwiper .swiper-button-next{
        right:8px;
    }

}












.gallery-more-btn {

    display:inline-block;

    padding:12px 32px;

    border-radius:50px;

    background:#bd9a68;

    color:#fff;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    transition:.3s ease;

}


.gallery-more-btn:hover {

    background:#111;

    color:#fff;

    transform:translateY(-3px);

}


.mt-40{
    margin-top:40px;
}


@media(max-width:767px){

    .gallery-more-btn{

        padding:10px 25px;

        font-size:14px;

    }

}










.popup-gallery-btn{
    display:inline-block;
    padding:12px 30px;
    background:#222;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-size:16px;
}


/* Popup */

.popup-gallery-wrapper{
    position:fixed;
    inset:0;
    display:none;
    z-index:99;
}

.popup-gallery-wrapper.active{
    display:block;
}


.popup-gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.75);
}


.popup-gallery-box{
    position:relative;
    width:90%;
    max-width:1000px;
    max-height:90vh;
    overflow:auto;
    background:#fff;
    margin:50px auto;
    padding:30px;
    border-radius:15px;
    z-index:2;
}


.popup-gallery-close{
    position:absolute;
    right:20px;
    top: -15px;
    font-size:35px;
    cursor:pointer;
    color:#222;
    z-index:5;
}


.popup-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}


.popup-gallery-grid img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}


.popup-gallery-grid img:hover{
    transform:scale(1.05);
}


@media(max-width:768px){

    .popup-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .popup-gallery-grid img{
        height:160px;
    }

}













.payment-section{
    background:#f7f7f7;
}


.payment-box{
    background:#fff;
    border-radius:20px;
    padding:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}


.payment-content{
    width:55%;
}


.payment-content .sub-title{
    color:#bd9a68;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
}


.payment-content h2{
    font-size:42px;
    margin:15px 0;
    font-weight:700;
}


.payment-content p{
    color:#666;
    line-height:1.8;
}


.payment-content ul{
    padding:0;
    list-style:none;
    margin:25px 0;
}


.payment-content ul li{
    margin-bottom:12px;
    font-size:16px;
}


.payment-btn{
    display:inline-block;
    background:#bd9a68;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
}


.qr-box{
    width:320px;
    text-align:center;
    background:#fafafa;
    padding:30px;
    border-radius:20px;
    border:1px solid #000000;
}


.qr-box h3{
    font-size:24px;
    margin-bottom:20px;
}


.qr-image img{
    width:220px;
    height:220px;
    object-fit:contain;
}


.qr-box h4{
    margin-top:20px;
    font-size:18px;
}



/* Mobile */

@media(max-width:768px){

.payment-box{
    flex-direction:column;
    padding:30px 20px;
}

.payment-content{
    width:100%;
    text-align:center;
}

.payment-content h2{
    font-size:30px;
}

.qr-box{
    width:100%;
}

}