/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'IRANSansWebFaNum';
	src: url('fonts/IRANSansWebFaNum-Bold.woff2') format('woff2'), url('fonts/IRANSansWebFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANSansWebFaNum';
	src: url('fonts/IRANSansWebFaNum-Medium.woff2') format('woff2'), url('fonts/IRANSansWebFaNum-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANSansWebFaNum';
	src: url('fonts/IRANSansWebFaNum-Regular.woff2') format('woff2'), url('fonts/IRANSansWebFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #81d8d0;
	--bs-primary-rgb: 129, 216, 208;
	--bs-secondary: #334b49;
	--bs-secondary-rgb: 51, 75, 73;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-light: #f1f1f1;
	--bs-light-rgb: 241, 241, 241;
	--bs-link-color: #81d8d0;
	--bs-link-color-rgb: 129, 216, 208;
	--bs-link-hover-color: #334b49;
    --bs-link-hover-color-rgb: 51, 75, 73;
	--bs-body-font-family: IRANSansWebFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 4px;
	--bs-body-font-size: 13px;
	font-size: 13px;

	--bs-primary-darker: #00000000;
	--bs-primary-lighter: #E8F3F1;
	--bs-primary-subtle: #00000000;

	--bs-secondary-darker: #00000000;
	--bs-secondary-lighter: #00000000;
	--bs-secondary-subtle: #00000000;

	--bs-dark-1: #313131;
	--bs-dark-2: #444444;
	--bs-dark-3: #606060;
	--bs-dark-4: #6f6f6f;

	--bs-light-1: #e0e0e0;
	--bs-light-2: #fcfcfc;
	--bs-light-3: #f5f5f5;
}

.bg-primary-darker {
	background: var(--bs-primary-darker) !important;
}
.bg-primary-lighter {
	background: var(--bs-primary-lighter) !important;
}
.bg-primary-subtle {
	background: var(--bs-primary-subtle) !important;
}
.text-primary-darker {
	color: var(--bs-primary-darker) !important;
}
.text-primary-lighter {
	color: var(--bs-primary-lighter) !important;
}
.text-primary-subtle {
	color: var(--bs-primary-subtle) !important;
}

.bg-secondary-darker {
	background: var(--bs-secondary-darker) !important;
}
.bg-secondary-lighter {
	background: var(--bs-secondary-lighter) !important;
}
.bg-secondary-subtle {
	background: var(--bs-secondary-subtle) !important;
}
.text-secondary-darker {
	color: var(--bs-secondary-darker) !important;
}
.text-secondary-lighter {
	color: var(--bs-secondary-lighter) !important;
}
.text-secondary-subtle {
	color: var(--bs-secondary-subtle) !important;
}

.text-dark-1 {
	color: var(--bs-dark-1) !important;
}
.text-dark-2 {
	color: var(--bs-dark-2) !important;
}
.text-dark-3 {
	color: var(--bs-dark-3) !important;
}

.text-light-1 {
	color: var(--bs-light-1) !important;
}
.text-light-2 {
	color: var(--bs-light-2) !important;
}
.text-light-3 {
	color: var(--bs-light-3) !important;
}

.bg-dark-1 {
	background: var(--bs-dark-1) !important;
}
.bg-dark-2 {
	background: var(--bs-dark-2) !important;
}
.bg-dark-3 {
	background: var(--bs-dark-3) !important;
}

.bg-light-1 {
	background: var(--bs-light-1) !important;
}
.bg-light-2 {
	background: var(--bs-light-2) !important;
}
.bg-light-3 {
	background: var(--bs-light-3) !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 623.5px;
}

.inner-m-0 p:last-child {
	margin: 0;
}

body {
	line-height: 2;
	max-width: 768px;
	margin: 15px auto;
	position: relative;
	background: #f5f5f5;
}
body:before {
	content: '';
	position: absolute;
	left: 0;
	top: -200%;
	width: 100%;
	height: 100%;
	max-width: 768px;
	z-index: 10000;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	border-radius: 15px;
}
body.overlay:before {
	top: 0;
	opacity: 1;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 20px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 17px;
	font-weight: 700;
}
.h4, h4 {
	font-size: 16px;
	font-weight: 700;
}
.fs-14 {
	font-size: 14px;
}
.fs-12 {
	font-size: 12px;
}
.fs-11 {
	font-size: 11px;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 10px !important;
	border: none !important;
	background: #fff !important;
	padding: 0 1rem !important;
	line-height: 40px !important;
	height: 40px !important;
	outline: 0;
	font-family: IRANSansWebFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
	font-weight: 500;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 90px !important;
	line-height: 2em !important;
	padding: 0.5rem 1rem;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
	--bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
	box-shadow: 0 0 5px var(--bs-primary);
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #157347;
    --bs-btn-border-color: #157347;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #13653f;
    --bs-btn-hover-border-color: #13653f;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #13653f;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn-transparent {
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn, button {
	padding: 0 1.5rem;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
	font-weight: bold;
	font-size: 12px;
	gap: 1rem;
}

.shadow {
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}

.icon-16 {
	width: 16px;
	height: 16px;
}
.icon-20 {
	width: 20px;
	height: 20px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}

a.text-body:hover {
	color: var(--bs-secondary) !important;
}

.filter-white {
	filter: brightness(0) invert(1);
}
.cursor-pointer {
	cursor: pointer;
}

.icon-holder {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--bs-primary-lighter);
	display: flex;
	align-items: center;
	justify-content: center;
}

.main ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.main ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

header {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	width: 100%;
	border-radius: 15px 15px 0 0;
    overflow: hidden;
}
header .header-top {
	height: 52px;
	align-items: center;
	justify-content: center;
}

#mobile-menu-toggler {
	width: 30px;
	cursor: pointer;
}
#mobile-menu-toggler .toggler-bar {
	height: 1px;
	background: #fff;
}
body.single-product #mobile-menu-toggler .toggler-bar {
	background: var(--bs-body-color);
}
.main-menu-holder {
	position: fixed;
    background: #fff;
    padding: 1.5rem;
    border-radius: 2rem 2rem 0 0;
    bottom: -999em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 768px;
	transition: bottom 0.3s ease-in-out;
}
.main-menu-holder.menu-active {
    bottom: 0;
}
.menu-l1 li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu-l1 > li > a {
	color: var(--bs-body-color);
	padding: 0.75rem 0;
	font-weight: bold;
	position: relative;
}
.menu-l1 > li > a:hover, .menu-l1 > li > a:focus {
	color: var(--bs-body-color);
}
.menu-l1 > li > a:after {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10' stroke='%23808080' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	transform: rotate(90deg);
}
.menu-item.dropdown:hover:after {
	content: '';
	width: 100%;
	height: calc(100% + 2rem);
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 0;
}
.dropdown-box {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	padding: 0.5rem;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: -9999em;
	top: calc(100% + 2rem);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.menu-item.dropdown:hover .dropdown-box {
	right: 0;
	min-width: 175px;
	opacity: 1;
}
.menu-item.dropdown:hover .dropdown-box > li {
	position: relative;
}
.menu-item.dropdown:hover .dropdown-box > li > a {
	padding: 5px 10px;
	border-radius: 5px;
}
.menu-item.dropdown:hover .dropdown-box > li:hover > a {
	background: var(--bs-primary);
	color: #fff;
}

main {
	background: #fff;
	border-radius: 15px 15px 0 0;
}

body.header-top main {
	padding-top: 52px;
}

.hero:before, .hero:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0.7;
}
.hero:before {
	top: 0;
	height: 127px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero:after {
	bottom: 0;
	height: 170px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.about-img-holder {
	position: relative;
	height: 100%;
}
.residence-carousel .owl-stage {
	margin-right: -70px;
	padding: 5px 0
}
.home-residence {
	padding: 3px;
	border-radius: 1.5rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.home-residence {
	position: relative;
	overflow: hidden;
}
.home-residence.villa:before {
	content: '';
	width: calc(100% - 6px);
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.75;
}
.home-residence img {
	border-radius: 1.5rem;
	height: 150px;
	object-fit: cover;
}
.residence-info-overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.fluentform {
	width: 100%;
}
.select-radio {
	position: relative;
}
.select-radio .ff-el-input--label {
	width: 100%;
    background: white;
    height: 40px;
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
	justify-content: space-between !important;
    padding: 0 1rem;
    cursor: pointer;
	color: #444;
}
.select-radio .ff-el-input--label:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.108' height='5.804' viewBox='0 0 12.108 5.804'%3E%3Cpath id='direction-left_01' data-name='direction-left 01' d='M4,0,0,5l4,5' transform='translate(1.054 5.054) rotate(-90)' fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	height: 26px;
}
.select-radio .ff-el-input--content {
	position: absolute;
	width: 100%;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	color: var(--bs-body-color);
	display: none;
}
.select-radio .ff-el-input--content .ff-el-form-check, .select-radio .ff-el-input--content label {
	margin-bottom: 0 !important;
}
.fluentform input::placeholder, .fluentform textarea::placeholder {
	color: #444 !important;
}

.owl-carousel .owl-stage {
	display: flex;
	left: -2px;
}

.carousel-nav {
	width: 24px;
	height: 24px;
	border-radius: var(--bs-border-radius);
	border: 1px solid var(--bs-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.carousel-next:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.207' height='7.414' viewBox='0 0 9.207 7.414'%3E%3Cpath id='Path_23' data-name='Path 23' d='M13,15l3-3m0,0L13,9m3,3H8' transform='translate(-7.5 -8.293)' fill='none' stroke='%23334b49' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.carousel-prev:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.207' height='7.414' viewBox='0 0 9.207 7.414'%3E%3Cpath id='Path_21' data-name='Path 21' d='M11,15,8,12m0,0,3-3M8,12h8' transform='translate(-7.293 -8.293)' fill='none' stroke='%23334b49' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.title-banner {
	height: 192px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.title-banner:before {
	content: '';
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 33%, rgba(0, 0, 0, 1) 100%);
	opacity: 0.7;
}
.pull-up {
	margin-top: -30px;
	border-radius: 30px 30px 0 0;
	padding: 3rem 0;
	position: relative;
	background: #fff;
}
.title-banner .title {
	padding-bottom: 2rem;
}
.faq-cat {
	padding: 0.5rem;
	border-radius: 20px;
	background: var(--bs-light);
	color: var(--bs-body-color);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.faq-cat.active {
	background: var(--bs-primary);
}
.faq-holder {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	display: none;
}
.faq-holder.active {
	position: unset;
	display: block;
}
.faq-row {
	background: #F1F1F1;
}
.faq-row .faq-question  {
	cursor: pointer;
}
.home-faq .faq-row.active {
	flex-grow: 1;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.06' height='3.465' viewBox='0 0 7.06 3.465'%3E%3Cpath id='direction-down_01' data-name='direction-down 01' d='M7,10l2.827,2.262L12.655,10' transform='translate(-6.297 -9.297)' fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(180deg);
}
.faq-row .faq-answer  {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 8rem;
}

.rank-math-breadcrumb a {
	color: var(--bs-body-color);
}
.rank-math-breadcrumb p {
	margin: 0;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary);
}

.page-content > * {
	max-width: 100%;
}
.page-content img, .post-content img {
	height: auto;
	border-radius: var(--bs-border-radius);
}
.wp-caption.aligncenter {
	text-align: center;
}

body.single-product main {
	padding: 12rem 0 3rem;
}

.residence-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 13px;
	height: 220px;
}
.residence-gallery .item {
	border-radius: 10px;
	overflow: hidden;
}
.residence-gallery .item-1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
.residence-gallery .item-2 {
    grid-column-start: 3;
}
.residence-gallery .item-3 {
    grid-column-start: 4;
}
.residence-gallery .item-4 {
    grid-column-start: 3;
    grid-row-start: 2;
}
.residence-gallery .item-5 {
    grid-column-start: 4;
    grid-row-start: 2;
}
.residence-gallery img {
	height: 100%;
	object-fit: cover;
}
 
.readmore:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.804' height='12.108' viewBox='0 0 5.804 12.108'%3E%3Cpath d='M7,10l5,4,5-4' transform='translate(14.75 -5.946) rotate(90)' fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	height: 12px;
}
.popup-item {
	position: fixed;
    width: 525px;
	height: 500px;
    max-width: 95%;
    left: -999em;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    z-index: 10000;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.popup-item.active {
	opacity: 1;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popup-item .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
}

.contact-info {
	background: url(images/contact-info.jpg) no-repeat center center / cover;
}
.contact-info:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #070A0A;
	background: linear-gradient(-90deg, rgba(7, 10, 10, 1) 0%, rgba(94, 163, 157, 1) 100%);
	opacity: 0.8;
}
.contact-info a {
	color: #fff;
}
#map {
	height: 100%;
	background: var(--bs-light);
}
.contact-form {
	background: url(images/contact-form.jpg) no-repeat center center / cover;
}
.contact-form:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #070A0A;
	background: linear-gradient(0deg, rgba(7, 10, 10, 1) 0%, rgba(94, 163, 157, 1) 100%);
	opacity: 0.8;
}

.residence-holder {
	transition: all 0.3s ease-in-out;
}
.residence-holder:hover {
	background: var(--bs-primary-lighter);
}
.residence-holder .short-desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.facilities .inner-m-0 {
	height: 210px;
	overflow-y: auto;
	text-align: justify;
}
.facilities .number {
	background: var(--bs-primary);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.facilities .faciility-timeline {
	position: relative;
	padding: 1rem 0;
	height: 210px;
}
.facilities .faciility-timeline:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	border-radius: 5px;
	background: var(--bs-body-color);
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.facilities .timeline-row > div {
	z-index: 2;
	position: relative;
	width: calc(50% - 1px);
}
.facilities .timeline-row:before {
	content: '';
	width: 100px;
	height: 2px;
	z-index: 1;
	background: var(--bs-body-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.facilities .timeline-row:nth-child(odd):before {
	right: 50%
}
.facilities .timeline-row:nth-child(even):before {
	left: 50%
}
.facilities .timeline-row .timeline-item {
	background: #fff;
}

footer {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
footer a {
	color: var(--bs-body-color);
	transition: all 0.3s ease-in-out;
}
footer a:hover {
	color: var(--bs-secondary);
}
footer .seo-pages li a {
	padding: 0.25rem 0.7rem;
	background: var(--bs-light);
	border-radius: 20px;
	display: inline-block;
}
footer .seo-pages li a:hover {
	color: #fff;
	background: var(--bs-secondary);
}
.social-item {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: var(--bs-border-radius);
}

@keyframes gradientMove {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@media only screen and (max-width: 768px) {
	body {
		margin: 0;
	}
	header, footer {
		border-radius: 0;
	}
	.about-img-holder {
		height: 240px;
	}
}