@font-face {
	font-family: Vazir;
	src: url('../fonts/Vazir.eot');
	src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Vazir.woff') format('woff'),
	url('../fonts/Vazir.ttf') format('truetype');
	font-weight: normal;
}

html, body {
	font-family: 'Vazir','tahoma';
	font-weight: 400;
	font-size: 14px;
	scroll-behavior: smooth;
	height: 100%;
	direction: rtl;
	text-align: right;
}

a {
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color: #00bab9;
}
img {
	max-width: 100%;
	height: auto !important;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.btn-bs {
	background: #00bab9;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
}
.btn-bs i {
	margin-right: 10px;
}
.btn-bs:hover {
	color: #fff;
	opacity: 0.9;
}
.btn-bs-lg {
	line-height: 50px;
	padding: 0 40px;
}
.btn-transparent {
	background: transparent;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
}
.btn-transparent i {
	margin: 0 10px;
}
.btn-transparent:hover {
	color: #00bab9;
}
.btn-transparent-lg {
	line-height: 50px;
	padding: 0 40px;
}
.btn-white {
	background: transparent;
	color: #00bab9;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
}
.btn-white i {
	margin: 0 10px;
}
.btn-white:hover {
	color: #000;
}
.btn-white-lg {
	line-height: 50px;
	padding: 0 40px;
}
.btn-o {
	color: #fff;
	line-height: 30px;
	padding: 0 30px;
	border: 1px solid #fff;
}
.btn-o:hover {
	background: #fff;
	color: #00bab9;
}
.relative {
	position: relative;
}

header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
}
.inner-pages {
	position: static;
	background: #fff;
	height: 130px;
}
.top-contact {
	height: 50px;
	padding: 15px 0;
	color: #fff;
}
.inner-pages .top-contact {
	color: #555;
	border-bottom: 1px solid #ddd;
}
.inner-pages .top-contact a {
	color: #555 !important;
}
.top-contact > .item {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
}
.top-contact > .item i {
	color: #00bab9;
	font-size: 16px;
	margin-left: 3px;
}
.top-contact > .socials {
	float: left;
}
.top-contact > .socials a {
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.inner-pages .top-contact > .socials a {
	color: #00bab9;
}
.inner-pages .top-contact > .socials a:hover {
	color: #000;
}
.top-contact > .socials a:hover {
	color: #00bab9;
}
.top-contact > .socials a:last-child {
	border-left: 0;
}
.main-nav {
	height: 80px;
	background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    position: relative;
    transition: all 0.3s;
}
.inner-pages .main-nav {
	box-shadow: 0 10px 15px rgba(0,0,0,0.15);
	z-index: 4;
}
.main-nav-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,0.15);
	z-index: 9;
}
.logo {
	float: right;
	padding: 10px 0;
}
.logo img {
	height: 60px !important;
}
#fixed-logo {
	display: none;
}

nav {
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	text-align: center;
	transform: translate(0 , -50%);
	z-index: 2;
}
nav > ul {
	padding: 0 20px;
	margin: 0;
	list-style: none;
}
nav > ul > li {
	display: inline-block;
	line-height: 80px;
	position: relative;
}
nav > ul > li > a {
	display: block;
	padding: 0 20px;
	color: #fff;
}
nav > ul > li > i {
	display: none !important;
}
nav > ul > li > ul > li > i {
	display: none !important;
}
.inner-pages nav > ul > li > a {
	color: #555;
}
.main-nav-fixed nav > ul > li > a {
	color: #555;
}
.main-nav-fixed nav > ul > li > a:hover {
	color: #00bab9;
}
nav > ul > li > a:hover {
	color: #00bab9;
}
nav > ul > li > ul {
	position: absolute;
	right: 0;
	top: 80px;
	width: 200px;
	background: #00bab9;
	text-align: right;
	border-radius: 0 0 20px 20px;
	padding: 15px 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	box-shadow: 0 10px 15px rgba(0,0,0,0.25);
	z-index: 3;
}
nav > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
nav > ul > li > ul > li {
	display: block;
	line-height: 50px;
	position: relative;
}
nav > ul > li > ul > li:hover {
	background: rgba(255,255,255,0.1)
}
nav > ul > li > ul > li > a {
	font-weight: 400;
	padding: 0 30px;
	color: #fff;
	display: block;
}
nav > ul > li > ul > li > a:hover {
	color: #fff;
}
nav > ul > li > ul > li > ul {
	position: absolute;
	right: 201px;
	top: 15px;
	width: 200px;
	background: #00bab9;
	text-align: right;
	border-radius: 20px 0 20px 20px;
	padding: 15px 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	box-shadow: -10px 0 15px rgba(0,0,0,0.25);
	z-index: 3;
}
nav > ul > li > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
nav > ul > li > ul > li > ul > li {
	display: block;
	line-height: 50px;
}
nav > ul > li > ul > li > ul > li:hover {
	background: rgba(255,255,255,0.1);
}
nav > ul > li > ul > li > ul > li > a {
	display: block;
	font-weight: 400;
	padding: 0 30px;
	color: #fff;
}
nav > ul > li > ul > li > ul > li > a:hover {
	color: #fff;
}

.lang {
	float: left;
	padding: 25px 15px;
	overflow: hidden;
}
.lang a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
.inner-pages .lang a, .main-nav-fixed .lang a {
	color: #00bab9;
}
.lang a:hover {
	background: #00bab9;
	border-color: #00bab9;
	color: #fff;
}
.inner-pages .lang a:hover, .main-nav-fixed .lang a:hover {
	border-color: #fff;
	border-bottom-color: #00bab9;
	color: #00bab9;
	background: #fff;
}
.lang .active {
	background: #00bab9;
	border-color: #00bab9;
	color: #fff;
}
.inner-pages .lang .active, .main-nav-fixed .lang .active {
	border-color: #fff;
	border-bottom-color: #00bab9;
	color: #00bab9;
	background: #fff;
}

.navicon {
	display: none;
}

.breadcrumbs {
	padding: 20px 0;
	font-size: 13px;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
}
.breadcrumbs ul li:after {
	content: '/';
}
.breadcrumbs ul li:last-child:after {
	content: none;
}
.breadcrumbs ul li a {
	padding: 0 10px;
	color: #888;
}
.breadcrumbs ul li a:hover {
	color: #000;
}
.breadcrumbs ul li:first-child a {
	padding-right: 0;
}
.breadcrumbs ul li span {
	padding: 0 10px;
	color: #555;
}

.page-heading {
}
.page-heading h1 {
	font-weight: 700;
	margin-bottom: 30px;
	border-right: 5px solid #00bab9;
	padding-right: 20px;
	color: #333;
}

.welcome {
	position: relative;
	height: 100%;
	background: url('../images/hello.jpg') no-repeat top fixed;
	background-size: cover;
}
.welcome > .fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
    /*backdrop-filter: blur(2px);*/
}
.welcome > .fill .container {
	position: relative;
	height: 100%;
}
.welcome > .fill .content {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	text-shadow: -2px 2px 2px rgba(0,0,0,0.7);
}
.welcome > .fill .content h1 {
	font-weight: 700;
	font-size: 56px;
	line-height: 70px;
}
.welcome > .fill .content p {
	margin: 20px 0;
	font-size: 22px;
	line-height: 30px;
}

.home-features {
	margin-top: -75px;
	position: sticky;
}
.feature {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 20px 10px rgba(0,0,0,0.1);
	padding: 40px;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #999;
}
.feature i {
	position: absolute;
	top: -30px;
	left: -30px;
	font-size: 164px;
	-ms-transform: rotate(-30deg); /* IE 9 */
	transform: rotate(-30deg);
	opacity: 0.2;
	z-index: 1;
}
.feature h2 {
	font-weight: 700;
	color: #202020;
	position: sticky;
	z-index: 2;
}
.feature p {
	padding: 0;
	margin: 0;
	position: sticky;
	z-index: 2;
}

.home-about {
	padding: 100px 0;
}
.home-about h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
}
.home-about-content {
	padding: 30px 0;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #777;
}
.home-about-img-lg {
	overflow: hidden;
	border-radius: 50% 50% 0 50%;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.home-about-img-lg img {
	width: 100%;
}
.home-about-img-sm {
	position: absolute;
	left: -25px;
	bottom: -25px;
	width: 175px;
	height: 175px;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.home-about-img-sm img {
	width: 100%;
}

.home-products {
	padding: 0 0 150px;
}
.home-products h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
}
.home-product {
	position: relative;
	margin-top: 40px;
}
.home-product img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition: all 0.3s;
	border-radius: 50% 50% 50% 0;
}
.home-product:hover img {
	border-radius: 0;
}
.home-product h3 {
	font-size: 20px;
	margin-top: 10px;
	font-weight: 700;
	color: #202020;
	transition: all 0.3s;
	position: absolute;
	left: 0;
	transform: translate( 0 , 0);
	bottom: -50px;
}
.home-product:hover h3 {
	left: 50%;
	transform: translate( -50% , 0);
}
.product-item {
	margin-top: 50px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
.product-item:hover {
	box-shadow: 0 5px 20px 5px rgba(0,0,0,0.2);
}
.product-item a {
	color: #555;
}
.product-item a:hover {
	color: #00bab9;
}
.product-item > .img {
}
.product-item > .img img {
	width: 100%;
}
.product-item > .body {
	padding: 20px;
	background: #fff;
	border-top: 1px solid #ddd;
	position: sticky;
	transition: all 0.3s;
}
.product-item > .body h3 {
	font-size: 14px;
	font-weight: 700;
}
.product-item > .body span {
	display: inline-block;
	direction: ltr;
}
.product-item > .more {
	display: block;
	height: 50px;
	margin-top: -50px;
	text-align: center;
	color: #fff;
	background: #00bab9;
	padding: 15px;
}
.product-item > .more:hover {
	color: #fff;
}
.product-item > .more i {
	margin-right: 5px;
}
.product-item:hover > .body {
	margin-top: -50px;
}
.product-item:hover > .more {
	margin-top: 0;
}
.more-products {
	margin-top: 50px;
	text-align: center;
}

.home-faq {
	padding: 75px 0;
}
.home-faq h2 {
	font-weight: 700;
	font-size: 36px;
}
.home-faq-img-lg {
	position: relative;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	margin-left: 50px;
}
.home-faq-img-lg img {
	width: 100%;
}
.home-faq-img-sm {
	position: absolute;
	left: -50px;
	bottom: -75px;
	width: 250px;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}
.home-faq-img-sm img {
	width: 100%;
}
.faq {
	padding: 30px;
}
.faq-question {
	display: block;
	line-height: 30px;
	padding: 10px 0;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
}
.faq-question:hover {
	color: #00bab9;
}
.faq-question i {
	margin-left: 10px;
}
.faq-answer div {
	padding: 15px 0 25px;
	font-size: 14px;
	line-height: 24px;
}

.home-blog {
	padding: 75px 0;
}
.home-blog h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
.blog-item {
	margin-top: 50px;
}
.blog-item > .img {

}
.blog-item > .img img {
	width: 100%;
}
.blog-item > .body {
	padding: 20px 0;
}
.blog-item > .body a {
	color: #222;
}
.blog-item > .body a:hover {
	color: #00bab9;
}
.blog-item > .body h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.blog-item > .body p {
	color: #888;
	line-height: 25px;
	height: 100px;
}
.blog-item > .body > .more {
	border-top: 1px solid #eee;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 700;
}
.blog-item > .body > .more a {
	color: #00bab9;
}
.blog-item > .body > .more i {
	margin-right: 5px;
	transition: all 0.2s;
}
.blog-item > .body > .more:hover i {
	margin-right: 10px;
}

main {

}
.page {
	padding: 25px 0 75px 0;
	font-size: 16px;
	line-height: 30px;
}
.portfolio {
	padding-top: 25px;
	padding-bottom: 75px;
	font-size: 16px;
	line-height: 30px;
}
.portfolio h2, .portfolio h3, .portfolio h4 {
	font-weight: 700;
}

.product {

}
.product-content {
	font-size: 16px;
	line-height: 30px;
	padding: 30px;
}
.owl-slider {
	margin: 10px 0;
}
.owl-slider .item div {
	border: 1px solid #ddd;
	cursor: pointer;
}
.owl-slider .item div:hover {
	border: 1px solid #00bab9;
}
.owl-slider .item .active {
	border: 1px solid #00bab9;
}
.owl-slider .owl-nav .owl-next {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background: rgba(0,0,0,0.4) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 30px;
	color: #fff !important;
}
.owl-slider .owl-nav .owl-next:hover {
	background: rgba(0,0,0,0.6) !important;
}
.owl-slider .owl-nav .owl-prev {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background: rgba(0,0,0,0.4) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 30px;
	color: #fff !important;
}
.owl-slider .owl-nav .owl-prev:hover {
	background: rgba(0,0,0,0.6) !important;
}
.owl-slider .owl-nav .disabled {
	display: none;
}

.owl-gallery {
	padding: 20px 30px;
}
.owl-gallery .product-item {
	margin: 30px 20px;
	cursor: pointer;
}
.owl-gallery .owl-nav .owl-next {
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translate(0 , -50%);
	background: rgba(0,0,0,0.4) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 40px;
	height: 40px;
	color: #fff !important;
}
.owl-gallery .owl-nav .owl-next:hover {
	background: rgba(0,0,0,0.6) !important;
}
.owl-gallery .owl-nav .owl-prev {
	position: absolute !important;
	right: 0 !important;
	top: 50% !important;
	transform: translate(0 , -50%);
	background: rgba(0,0,0,0.4) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 40px;
	height: 40px;
	color: #fff !important;
}
.owl-gallery .owl-nav .owl-prev:hover {
	background: rgba(0,0,0,0.6) !important;
}
.owl-gallery .owl-nav .disabled {
	display: none;
}

.product-images {

}
.product-images .active {
	display: block;
}
.product-image {
	border: 1px solid #ddd;
	display: none;
}
.product-image img {
	width: 100%;
}

table tr th {
	background: #eee;
}
table tr th,table tr td {
	vertical-align: middle !important;
	text-align: center;
}

.related {
	margin-top: 75px;
}
.related h2 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	line-height: 50px;
	position: relative;
}
.related h2 span {
	display: inline-block;
	border-bottom: 1px solid #00bab9;
	margin-bottom: -1px
}
.related h2 .more {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	font-size: 12px;
	color: #00bab9;
}
.related h2 .more:hover {
	color: #000;
}

.post {
	padding: 25px 0 75px 0;
	font-size: 16px;
	line-height: 30px;
}
.post-h1 {
	font-size: 20px;
	line-height: 40px;
	margin: 0 !important;
}
.post-description {
	background: #f1f1f1;
	border-right: 5px solid #ddd;
	padding: 15px 20px;
}
.post-description .date {
	text-align: right;
	font-size: 12px;
	color: #aaa;
}
.post-image {
	margin: 30px 0;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}


aside {
	padding-right: 20px;
}
.sidebar {

}
.sidebar-heading {
	font-weight: 700;
	line-height: 40px;
	font-size: 18px;
}
.sidebar-heading span {
	display: inline-block;
	line-height: 40px;
	border-bottom: 1px solid #00bab9;
	margin-bottom: -1px
}
.sidebar-body {
	font-size: 14px;
}
.sidebar-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-body ul li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 22px;
}
.sidebar-body ul li a {
	color: #555;
}
.sidebar-body ul li a:hover {
	color: #00bab9;
}
.sidebar-body ul li a img {
	width: 100px;
	float: right;
	margin-left: 10px;
}
.sidebar-body ul li a span {
	display: block;
	font-size: 10px;
	text-align: left;
	color: #aaa;
}

.contact-item {
	line-height: 34px;
}
.contact-item i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #00bab9;
	background: rgba(158,103,32,0.1);
	margin-right: 5px;
}

.contact-form {

}
.contact-form h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 40px;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
}
.contact-form h2 span {
	display: inline-block;
	border-bottom: 1px solid #00bab9;
	margin-bottom: -1px
}
.contact-form input {
	margin: 10px 0;
	border-radius: 0;
	line-height: 30px;
}
.contact-form textarea {
	margin: 10px 0;
	border-radius: 0;
}

.whatsapp-fixed {
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 4;
}
.whatsapp-fixed i {
	font-size: 42px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: #48a91f;
	border-radius: 50% 50% 50% 0;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.2);
}

#team {
	padding: 0 0 75px;
	position: relative;
}
#team h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
}
#team .container .green-fill {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #00bab9;
	height: 185px;
	z-index: 1;
}
.green-fill-dots {
	position: absolute;
	top: 0;
	right: 100px;
	width: 300px;
	height: 300px;
	background: url(../images/bg.png);
	opacity: 0.5;
}
.team {
	margin-top: 40px;
	position: sticky;
	z-index: 2;
	transition: all 0.3s;
}
.team:hover {
	margin-top: 0;
}
.team-body {
	height: 110px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
}
.team:hover .team-body {
	height: 150px;
}
.team-info {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 110px;
	padding: 25px;
	line-height: 30px;
	background: #fff;
	z-index: 3;
}
.team-contact {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 20px;
	padding-top: 20px;
	z-index: 2;
}
.team-contact a {
	color: #fff;
	font-size: 16px;
	width: 40px;
	text-align: center;
	display: inline-block;
}
.team-info > .name {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.team-info > .position {
	color: #888;
	font-style: italic;
	font-size: 12px;
}
.team-more {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 3;
}

#testimonials {
	padding: 75px 0;
	position: relative;
}
.testimonials-fill {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 250px;
	background: #00bab9;
	z-index: 1;
}
.testimonials-fill-dots {
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 300px;
	height: 300px;
	background: url(../images/bg.png);
	opacity: 0.5;
}
#testimonials > .container {
	position: sticky;
	z-index: 2;
}
#testimonials h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	color: #fff;
}
.testimonial {
	background: #fff;
	border-radius: 25px;
	padding: 30px 30px 0;
	margin-top: 20px;
	line-height: 28px;
}
.testimonial span {
	display: block;
	font-weight: 700;
}
.owl-testimonials .owl-dots button, .owl-testimonials .owl-dots .owl-dot, .owl-testimonials .owl-dots button span {
	border: 0;
	outline: none;
	margin: 0 1px !important;
	transition: all 0.3s !important;
}
.owl-testimonials .owl-dots .active span {
	background: #00bab9 !important;
	width: 25px;
	transition: all 0.3s !important;
}



footer {
	background: #616a74;
	color: #fff;
	line-height: 26px;
}
.footer-col {
	margin: 50px 0;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	height: 75px;
}
.footer-col-heading {
	font-size: 16px;
	margin-bottom: 25px;
}
.footer-col-heading span {
	display: inline-block;
	border-bottom: 2px solid #00bab9;
	line-height: 36px;
}
.footer-col ul {
	padding: 0;
	margin: 10px;
	list-style: none;
}
.footer-col ul li a {
	color: #fff;
}
.footer-col ul li a:hover {
	color: #00bab9;
}
.fc-item {
	line-height: 34px;
}
.fc-item i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #00bab9;
	background: rgba(0,0,0,0.1);
	margin-left: 5px;
}

.footer-socials {
	margin-top: 20px;
}
.footer-socials a {
	display: inline-block;
}
.footer-socials i {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.1);
	border-radius: 100%;
	font-size: 20px;
	transition: all 0.2s;
}
.footer-socials i:hover {
	background: #fff;
	color: #00bab9;
}
.copyright {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0 20px 0;
	font-size: 12px;
	opacity: 0.4;
	text-align: left;
	font-family: tahoma;
	direction: ltr;
}


#popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 30;
	background: rgba(0,0,0,0.75);
	display: none;
}
.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 80%;
	height: 90%;
}
.popup-title {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50% , 0);
	color: #fff;
}
.popup-cont {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.popup img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	border: 5px solid var(--white);
}
.popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: var(--white);
	font-size: 24px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 2;
}
.popup-prev {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 100px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 110px;
	z-index: 2;
	font-size: 24px;
	transform: translate(0 , -50%);
	cursor: pointer;
}
.popup-next {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 100px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 110px;
	z-index: 2;
	font-size: 24px;
	transform: translate(0 , -50%);
	cursor: pointer;
}
.popup-next:hover, .popup-prev:hover {
	background: rgba(0,0,0,0.7);
}

.summary{
        height: 120px;
    overflow: hidden;
}



/* acustic panel */
#panel-hero {
	position: relative;
	padding: 150px 0;
	height: 600px;
}
#panel-hero::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 500px;
	height: 500px;
	background-image: url(../images/panel/oak03-min.jpg);
	background-size: cover;
	background-position: left;
	border-radius: 25px;
}
#panel-hero h1 {
	font-size: 42px;
	font-weight: 700;
}
#panel-hero h2 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
}
#panel-hero p {
	font-size: 16px;
	margin: 10px 0 30px;
	line-height: 30px;
}

#panel-about {
	position: relative;
	margin: 100px 0;
	padding: 50px 600px 50px 25px;
	font-size: 16px;
	line-height: 32px;
	background: #f3f4f9;
	border-radius: 25px;
}
#panel-about::after {
	content: '';
	position: absolute;
	top: -30px;
	right: 50px;
	bottom: -30px;
	width: 500px;
	background-image: url(../images/panel/zebrano02-min.jpg);
	background-size: cover;
	background-position: right;
	border-radius: 25px;
}
#panel-about h2 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
}
#panel-about .btn-bs {
	margin-top: 20px;
}


#panel-products {
	margin: 150px 0 100px;
}
#panel-products h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.panel-product {
	position: relative;
	margin: 80px 0 30px;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 5px 45px rgba(0, 0, 0, 0.2);
}
.panel-product-img {
	margin-top: -50px;
	border-radius: 15px;
	overflow: hidden;
}
.owl-product img {
	border-radius: 15px !important;
}
.panel-product-title {
	padding: 30px 10px 10px;
	text-align: center;
}
.panel-product-title h3 {
	font-weight: 700;
	font-size: 18px;
}
.panel-product-action {
	overflow: hidden;
	padding: 10px 10px 0;
	border-top: 1px solid #eee;
	line-height: 40px;
}
.panel-product-action .price {
	float: right;
}
.panel-product-action .amount {
	font-size: 18px;
	font-weight: 700;
}
.panel-product-action a {
	float: left;
	color: #00bab9;
}
.owl-product .owl-nav .owl-next {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0.25), rgba(0,0,0,0)) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 70px;
	color: #fff !important;
	font-size: 36px !important;
	border-radius: 15px !important;
}
.owl-product .owl-nav .owl-next:hover {
	background: transparent !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0.25), rgba(0,0,0,0)) !important;
}
.owl-product .owl-nav .owl-prev {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background-image: linear-gradient(to left, rgba(0,0,0,0.25), rgba(0,0,0,0)) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 70px;
	color: #fff !important;
	font-size: 36px !important;
	border-radius: 15px !important;
}
.owl-product .owl-nav .owl-prev:hover {
	background: transparent !important;
	background-image: linear-gradient(to left, rgba(0,0,0,0.25), rgba(0,0,0,0)) !important;
}