/*
 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: 'IRANYekanXFaNum';
	src: url('fonts/IRANYekanXFaNum-Bold.woff2') format('woff2'), url('fonts/IRANYekanXFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANYekanXFaNum';
	src: url('fonts/IRANYekanXFaNum-Regular.woff2') format('woff2'), url('fonts/IRANYekanXFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANYekanXFaNum';
	src: url('fonts/IRANYekanXFaNum-Light.woff2') format('woff2'), url('fonts/IRANYekanXFaNum-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: rgb(29, 149, 165);
	--bs-secondary: #B48F47;
	--bs-body-font-size: 15px;
	--bs-body-color: #444444;
	--bs-body-color-rgb: 68, 68, 68;
	--bs-light-rgb: 245, 245, 245;
	--bs-dark-rgb: 5, 55, 61;
	--bs-primary-rgb: 29, 149, 165;
	--bs-secondary-rgb: 180, 143, 71;
	--bs-link-color: #B48F47;
	--bs-link-color-rgb: 180, 143, 71;
	--bs-body-font-family: IRANYekanXFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 2px;
	--bs-danger: #FF0404;
	--bs-danger-rgb: 255, 4, 4;
	font-size: 15px;
}
body {
	line-height: 2;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.link-primary:focus, .link-primary:hover {
	color: #000 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	color: #1e1e1e;
	font-weight: bold;
}
.h1, h1 {
	font-size: 20px;
}
.h2, h2, .h3, h3 {
	font-size: 18px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 5px !important;
	border: 1px solid rgb(var(--bs-light-rgb)) !important;
	background: #FFFFFF;
	padding: 0 1rem !important;
	line-height: 50px !important;
	height: 50px !important;
	border-radius: 2px !important;
	font-family: IRANYekanXFaNum !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 80px !important;
	line-height: 2em !important;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.7);
    --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-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 0.7);;
    --bs-btn-hover-border-color: transparent;
    --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;
}
.btn-black {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-body-color);
    --bs-btn-border-color: var(--bs-body-color);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-body-color-rgb), 0.7);;
    --bs-btn-hover-border-color: transparent;
    --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;
}
.btn, button {
	padding: 0 30px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius) !important;
	border-radius: 2px;
}
.btn-small {
	height: 30px !important;
	font-size: 12px !important;
}

.icon-56 {
	width: 56px;
	height: 56px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-18 {
	width: 18px;
	height: 18px;
}

.text-gray {
	color: #6F6F6F
}

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

.is-layout-flex {
    display: flex;
	flex-direction: row;
    row-gap: 1rem;
    column-gap: 1rem;
}
.filter-white {
	filter: brightness(0) invert(1);
}

body:not(.home) header {
	position: relative;
	border-bottom: 1px solid #9BCAD2;
}
body.home header {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 100000;
}
body.home.admin-bar header {
	top: 32px;
}
header .search {
	border-right: 1px solid #9BCAD2;
}
header .main-menu {
	padding-right: 1.5rem
}
header .main-menu:before {
	content: '';
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: #9BCAD2;
}
.size-80 {
	width: 80px;
	height: 80px;
}

header .main-menu .menu-l1 > li > a {
	padding: 25px;
	font-weight: 300;
	position: relative;
}
header .main-menu .menu-l1 > li.active > a:before {
	content: '';
    width: 100%;
    height: 3px;
    background: var(--bs-secondary);
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.home-menu {
	position: fixed;
	right: -350px;
	top: 0;
	height: 100%;
	width: 350px;
	background: var(--bs-primary);
	transition: all .3s ease-in-out;
}
.home-menu.active {
	right: 0
}
.home-menu .menu-l1 {
	border-top: 1px solid #D7EAED;
}
.home-menu .menu-l1 li a {
	color: #fff;
	border-bottom: 1px solid #D7EAED;
	padding: 0.75rem 1.5rem;
}
.home-menu #close-main-menu {
	position: absolute;
	right: 1rem;
	top: 1rem;
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
    height: 35px;
    text-align: center;
	cursor: pointer;
}

#desktop-menu-toggler {
	z-index: 1000;
	position: fixed;
	top: 0.7rem;
	left: 3rem;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
body.home:before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(var(--bs-secondary-rgb), 0.4);
	position: fixed;
	top: 0;
	right: 0;
	transition: all .3s ease-in-out;
	z-index: 3;
}
body.home.desktop-menu-active:before {
	width: 100%;
}

.rank-math-breadcrumb {
	padding: 1.5rem 0;
}
.rank-math-breadcrumb p {
	margin: 0;
	color: #6F6F6F;
	font-weight: 300;
}
.rank-math-breadcrumb a {
	color: #6F6F6F
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-secondary)
}

.map-holder iframe {
	border-radius: var(--bs-border-radius);
	height: 100%;
}
.form-holder .ff_submit_btn_wrapper {
	margin-bottom: 0 !important;
}
.form-holder .ff-text-right {
	display: flex;
	justify-content: end;
}
.form-holder .ff_submit_btn_wrapper button {
	width: 250px;
}

.color-start:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}
.color-end:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.color-primary:before {
	background: var(--bs-primary);
}
.color-secondary:before {
	background: var(--bs-secondary);
}

.fade__in, .fade__in__down, .fade__in__up {
	opacity: 0;
}

.section-title span {
	font-size: 8rem;
}
.section-title .outline {
	text-shadow: 0px 1px 0px #fff, 0px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff;
}
.color-primary .section-title .outline {
	color: var(--bs-primary)
}
.color-secondary .section-title .outline {
	color: var(--bs-secondary)
}

.section-title span:first-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0.75rem;
	transition: all .3s ease-in-out;
}
.section-title span:last-child {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 0.75rem;
	transition: all .3s ease-in-out;
}
.section-1 .row {
	padding-top: 100px;
}

.section-1:before {
	background-image: url(images/bg/section-1-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.section-2:before {
	background-image: url(images/bg/section-2-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50%;
}
.section-3:before {
	background-image: url(images/bg/section-3-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	transition: all .6s ease-in-out;
	z-index: 1;
}
.section-2 .download-catalog {
	background: #fff;
	border-radius: 0;
	color: var(--bs-secondary);
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
}
.section-2 .download-catalog:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11V17L13 15' stroke='%23B48F47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 17L17 15' stroke='%23B48F47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 10V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H10' stroke='%23B48F47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 10H6C9 10 10 9 10 6V2L2 10Z' stroke='%23B48F47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	margin-left: 0.5rem;
	transition: all 0.3s ease-in-out;
}
.section-2 .download-catalog:hover {
	background: transparent;
	color: #fff;
}
.section-2 .download-catalog:hover:before {
	filter: brightness(0) invert(1);
}

.section-1 .bg-secondary {
	background: #856932 !important;
}

body.home .form-holder form  label {
	font-weight: 300;
}
body.home .form-holder form input {
	height: 44px !important;
	line-height: 44px !important;
}
body.home .form-holder form input, body.home .form-holder form textarea {
	background: none !important;
	border: 1px solid #E6E6E6 !important;
}
body.home .form-holder form .btn {
	width: 100%;
	background: #856932;
	border: none !important
}

.instagram-holder {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.project-slide-dots {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}
.project-slide-dots button {
	width: 10px;
	height: 10px;
	background: #CDCDCD;
	border: none;
	outline: 0;
	transition: all .3s ease-in-out;
	border-radius: 50% !important;
	padding: 0;
}
.project-slide-dots button.active {
	width: 16px;
	height: 16px;
	background: #fff;
}

.size-200 {
	width: 200px;
	height: 200px;
}
.about-featured-img-holder:before {
	content: '';
	width: 1px;
	height: calc(100% - 150px);
	background: var(--bs-primary);
	right: 1.5rem;
	bottom: 0;
	position: absolute;
}
.about-text-rotated {
	position: absolute;
    top: 50px;
    right: -2.75rem;
    transform: rotate(90deg);
}
.feature-counter {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
.about-features .col-12:not(:last-child):before {
	content: '';
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #AFD4DB;
}
.about-video:before {
	content: '';
	width: 100%;
	height: 85%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(var(--bs-dark-rgb));
	border-radius: calc(var(--bs-border-radius) * 15) calc(var(--bs-border-radius) * 15) 0 0;
	z-index: 0;
}
.about-video video {
	object-fit: cover;
}
.play-btn {
	cursor: pointer;
}
.faq-row {
	border-right: 3px solid var(--bs-primary) !important;
}
.faq-row .faq-question  {
	cursor: pointer;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='15.5' y1='8.1521' x2='0.5' y2='8.1521' stroke='%231D95A5' stroke-linecap='round'/%3E%3Cline x1='8.15234' y1='0.5' x2='8.15234' y2='15.5' stroke='%231D95A5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 22px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(45deg);
}
.faq-row .faq-answer  {
	display: none;
}

.blog-post-img {
	height: 275px;
	object-fit: cover;
}
.post-date {
	color: #6F6F6F;
}
.post-date:after {
	content: '.';
	padding-right: 0.5rem;
}
.post-content img {
	object-fit: cover;
}
.post-content figure {
	margin: 0;
}
.post-content h2 {
	margin-top: 1.5rem
}
.single-img-holder img {
	height: 300px;
	object-fit: cover;
}
.post-sidebar {
	top: 1rem;
}
body.admin-bar .post-sidebar {
	top: calc(1rem + 32px);
}
.single-side-posts .img-holder img {
	width: 115px;
	height: 100%;
	object-fit: cover;
}
.single-side-posts .post-date:after {
	display: none;
}
.post-link:after {
	content: url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646446 3.64645C0.451185 3.84171 0.451185 4.15829 0.646446 4.35355L3.82843 7.53553C4.02369 7.73079 4.34027 7.73079 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.97631 4.7308 0.659727 4.53553 0.464465C4.34027 0.269203 4.02369 0.269203 3.82843 0.464465L0.646446 3.64645ZM17 3.5L1 3.5L1 4.5L17 4.5L17 3.5Z' fill='%23B48F47'/%3E%3C/svg%3E%0A");
	margin-right: 0.5rem;
}
.project-filter button {
	border: none;
	outline: 0;
	background: none;
	font-weight: 300;
	color: #6F6F6F;
	border-bottom: 1px solid #CDCDCD;
	border-radius: 0 !important;
	width: 200px;
	transition: all .3s ease-in-out;
}
.project-filter button.active {
	font-weight: 700;
	color: #1E1E1E;
	border-bottom-color: #1E1E1E;
}
.projects-holder .row > .project {
	flex-grow: 0;
	width: 25%;
	flex-basis: 25%;
}
.projects-holder .row > .project.bigger {
	width: 50%;
	flex-basis: 50%;
	display: flex !important;
}
.projects-holder .row > .project.hidden {
	display: none !important;
	width: 0 !important;
	flex-basis: 0 !important;
}
.projects-holder .project img {
	max-height: 600px;
}

.single-project .gallery-thumbnail {
	height: 300px;
	object-fit: cover;
}
.project-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.project-carousel .owl-dots button {
	margin: 0 0.2rem;
	width: 10px;
	height: 10px;
	border-radius: 50% !important;
	background: #D7EAED;
	transition: all .3s ease-in-out;
}
.project-carousel .owl-dots button.active {
	background: var(--bs-primary);
}
.next-prev a {
	color: #444444;
	display: flex;
	align-items: center;
}
.next-prev a:hover {
	color: var(--bs-secondary);
}
.next-prev a[rel=prev]:before {
	content: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.879883 22.5599L9.57322 13.8666C10.5999 12.8399 10.5999 11.1599 9.57322 10.1333L0.879883 1.43994' stroke='%23444444' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	margin-left: 0.5rem;
}
.next-prev a[rel=next]:after {
	content: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 22.5599L2.30662 13.8666C1.27995 12.8399 1.27995 11.1599 2.30662 10.1333L11 1.43994' stroke='%23444444' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	margin-right: 0.5rem;
}

footer a {
	color: #fff;
}
footer .footer-logo {
	margin-bottom: 7rem;
}
footer .menu-holder {
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
footer ul li {
	width: 50%;
	flex-basis: 50%;
	text-align: center;
	border-bottom: 1px solid #fff;
}
footer ul {
	border-top: 1px solid #fff;
}
footer ul li a {
	display: block;
	padding: 1rem 0;
}
footer ul:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%)
}
footer .menu-holder:before, footer .menu-holder:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
}
footer .menu-holder:before {
	right: 0;
}
footer .menu-holder:after {
	left: 0;
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}

@media only screen and (max-width: 767px) {
	.is-layout-flex {
		flex-direction: column;
	}
	body.home header {
		position: relative;
	}
	header {
		background-color: var(--bs-primary);
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	header .logo img {
		filter: brightness(0) invert(1);
		width: 66px;
		height: auto;
	}
	header .main-menu:before {
		display: none;
	}
	header .search {
		border: none;
	}
	header .search svg {
		filter: brightness(0) invert(1);
	}

	#desktop-menu-toggler {
		display: none;
	}

	header .main-menu, header .logo-holder {
		width: 100%;
	}

	header #mobile-menu-toggler {
		width: 30px;
	}
	header #mobile-menu-toggler .toggler-bar {
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 10px;
		display: block;
		margin-bottom: 8px;
	}
	header #mobile-menu-toggler .toggler-bar:nth-child(2) {
		width: 50%;
	}
	header #mobile-menu-toggler .toggler-bar:last-child {
		margin: 0;
		width: 75%
	}

	body.mobile-menu-active {
		overflow-y: hidden;
	}
	.mobile-menu-header {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#close-main-menu {
		position: absolute;
		left: 1.5rem;
		top: 1.5rem;
		transform: rotate(45deg);
	}
	header .main-menu {
		padding: 0;
	}
	header .main-menu .main-menu-holder {
		position: fixed;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 100;
		transition: all .3s ease-in-out;
		background: var(--bs-primary);
		padding: 3rem 0 1rem;
		display: flex;
		flex-direction: column;
		height: 100%;
		top: 0;
	}
	body.admin-bar header .main-menu .main-menu-holder {
		top: 46px;
	}
	header .main-menu .main-menu-holder.menu-active {
		right: 0;
	}
	.main-menu .menu-l1 {
		flex-direction: column;
		background: none;
		border-radius: 0;
		margin: 0 1rem;
		border-top: 1px solid #D7EAED;
		flex-grow: 1;
	}
	.main-menu ul.menu-l1 > li {
		display: block;
		border-bottom: 1px solid #D7EAED;
	}
	.main-menu ul.menu-l1 > li > a {
		padding: 10px !important;
		color: #fff !important;
		padding: 1rem 1.5rem !important;
		font-weight: bold;
	}
	.main-menu .menu-l1 > li.active > a, .main-menu .menu-l1 > li:hover > a {
		background: rgba(255,255,255,0.1);
	}
	.main-menu ul.menu-l1 > li > .dropdown {
		display: flex;
		justify-content: space-between;
	}
	.main-menu .menu-l2.dropdown-box {
		position: relative;
		opacity: 1;
		right: unset;
		top: unset;
		border-radius: 10px;
		box-shadow: none;
		padding: 15px;
		margin: 0 25px;
		overflow: hidden;
		background: #f5f5f5;
	}
	.main-menu ul.menu-l1 > li > a:before {
		display: none;
	}
	
	.size-80 {
		width: 60px;
		height: 60px;
	}

	.home-section:not(.section-3) {
		height: auto !important;
	}
	.home-section:not(.section-3) > img {
		width: 100% !important;
		height: 50vh !important;
	}
	.home-section:not(.section-3) .row {
		padding-top: calc(50vh + 5rem) !important;
	}
	.home-section:not(.section-3):before {
		width: 100% !important;
	}
	.section-3 .section-title {
		display: none;
	}
	.section-title span {
		font-size: 2.7rem;
	}
	.section-title span:first-child {
		left: 50%;
		top: calc(50vh - 5.4rem);
		transform: translateX(-50%);
		padding-left: 0;
	}
	.section-title span:last-child {
		top: 50vh;
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		padding-right: 0;
	}
	
	.section-1 .size-200 {
		width: 120px;
		height: 120px;
	}
	.section-1 .h3 {
		font-size: 14px !important;
	}
	.section-2:before {
		background-position: 0 50vh;
		background-size: 100%;
	}
	.section-2 .h2 {
		font-size: 1rem;
		font-weight: 400;
	}
	.section-3 {
		height: 50vh !important;
	}
	.section-3 .row {
		padding-bottom: 3rem;
	}
	.section-3 .row .col-6 {
		height: 100%;
		overflow-y: auto;
	}
	.section-3 .h2 {
		font-size: 1rem;
	}
	.section-3 .project-desc, .section-3 .project-features {
		font-size: 13px;
	}
	.section-3 .project-features ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.section-3 .project-features ul li:before {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #fff;
		margin-left: 0.5rem;
		display: inline-block;
	}
	.section-3 .project-slide-dots {
		bottom: 1rem;
		top: unset;
		right: 50%;
		transform: translateX(50%)
	}

	.contact-box {
		height: 200px !important;
	}
	.map-holder iframe {
		height: 400px;
	}
	.form-holder .ff_submit_btn_wrapper button {
		width: 100%;
	}

	.about-features .col-12:before {
		width: calc(100% - 1.5rem) !important;
		height: 1px !important;
		left: 50% !important;
		top: 0;
		transform: translateX(-50%);
	}
	.about-features .col-12:last-child:before {
		content: '';
		width: calc(100% - 1.5rem) !important;
		height: 1px;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		position: absolute;
		background: #AFD4DB;
	}
	.about-features .col-12:last-child:after {
		content: '';
		width: calc(100% - 1.5rem) !important;
		height: 1px;
		left: 50%;
		bottom: 0 !important;
		transform: translateX(-50%);
		position: absolute;
		background: #AFD4DB;
	}
	.about-video video {
		height: 350px;
	}
	.fade-logo {
		right: unset !important;
		left: 0.75rem;
		transform: translateY(-50%) !important;
	}
	.team-carousel .team-member img {
		width: auto !important;
	}
	.faq .img-col {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.single-post .row .col-lg-9 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.single-post .row .col-lg-9 .post-wrapper {
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	
	.project-filter button {
		width: 100%;
		border-bottom: 1px solid transparent;
	}
	.project-filter button.active {
		border-bottom-color: var(--bs-primary);
	}
	.projects-holder .row > .project, .projects-holder .row > .project.bigger {
		flex-grow: 0;
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.projects-holder .project img {
		height: 350px !important;
	}

	body:not(.home) .project-features {
		height: 15rem;
		overflow: hidden;
		transition: all .3s ease-in-out;
	}
	.project-features.active {
		height: 40rem !important;
	}
	#project-read-more {
		background: none;
		border: none;
		outline: 0;
	}
	#project-read-more:after {
		content: url("data:image/svg+xml,%3Csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9201 0.950012L10.4001 7.47001C9.63008 8.24001 8.37008 8.24001 7.60008 7.47001L1.08008 0.950012' stroke='%236F6F6F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		margin-right: 0.5rem;
		transition: all .3s ease-in-out;
	}
	#project-read-more.show-less:after {
		transform: rotate(180deg);
	}
	#project-read-more:hover {
		color: var(--bs-primary)
	}
	
	footer {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
	footer .menu-holder:before, footer .menu-holder:after, ul:before {
		display: none;
	}
	footer img {
		width: 136px;
		height: 64px;
	}
	footer ul li {
		width: 100%;
		flex-basis: 100%;
	}
	footer .footer-logo {
		margin-bottom: 1rem;
	}
	footer .footer-menu-holder {
		padding: 0;
	}
	footer .menu-holder {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}