/*=============================
	Global CSS 
===============================*/

:root {
	--mainColor: #0c76b0;
	--headingColor: #444;
	--textColor: #3b3b3b;
	--grayBg: #f9f9f9;
	--imgShadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	--borderTop: solid 1px var(--mainColor);
	--lightGrayBorder: 0.5px solid #eee;
}

h2,
h3,
h4,
h5 {
	margin-bottom: 10px;
}

p {
	color: var(--textColor);
	margin-bottom: 15px;
}

blockquote .btn {
	background-color: #fff;
}

blockquote .btn a {
	color: #333;
}

blockquote .btn:hover a {
	color: #fff;
}

blockquote {
	text-align: center;
}


@font-face {
	font-family: 'IRANSansWeb(FaNum)';
	src: url('assets/fonts/Iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
		url('assets/fonts/Iransans/IRANSansWeb(FaNum).woff') format('woff'),
		url('assets/fonts/Iransans/IRANSansWeb(FaNum).ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'IRANSansWeb(FaNum)_Bold';
	src: url('assets/fonts/Iransans/woff2/IRANSansWeb\(FaNum\)_Bold.woff2') format('woff2'),
		url('assets/fonts/Iransans/woff/IRANSansWeb\(FaNum\)_Bold.woff') format('woff'),
		url('assets/fonts/Iransans/ttf/IRANSansWeb\(FaNum\)_Bold.ttf') format('truetype');
	font-display: swap;
}

.btn11 {
	background-color: var(--mainColor) !important;
}

.eng {
	font-family: arial !important;
	direction: ltr;
	text-align: left;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'IRANSansWeb(FaNum)_Bold';
	line-height: 2;
}

header h2 {
	line-height: 1.2;
}

body {
	font-family: 'IRANSansWeb(FaNum)';

	font-size: 14px;

}

main {
	text-align: justify;
	direction: rtl;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0.2px solid #333;
}

table tr td {
	border: 0.2px solid #333;
}

table th {
	padding: 10px;
	line-height: 2;
}

.text-table td {
	padding: 10px;
}

/* */

.pro-features {
	position: fixed;
	right: -300px;
	width: 300px;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding: 20px 30px 30px 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pro-features.active {
	right: 0;
}

.pro-features li.big-title {

	color: var(--mainColor);
	font-size: 15px;
}

.pro-features li.title {

	color: var(--mainColor);
	font-size: 15px;
}


.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 100%;
	text-transform: capitalize;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: var(--mainColor);
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
	background: #333;
}

/*===================
	Start Header CSS 
=====================*/


.header {
	background-color: #fff;
	position: relative;
}

.header .navbar-collapse {
	padding: 0;
}

.header .header-inner {
	background: #fff;
	z-index: 999;
	width: 100%;
}

#no-shadow-header {
	box-shadow: none !important;
	border-bottom: 1px solid #eee;
}

.get-quote {
	margin-top: 12px;
}

.get-quote .btn {
	color: #fff;
}

.header .logo {
	float: left;
	margin-top: 18px;
	display: flex;
	flex-direction: row;
	font-family: arial;
}



.logo h2 {
	color: var(--mainColor);
	font-family: arial;
	margin-left: 10px;
	font-weight: 700;
}

.logo img {
	max-height: 37px;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header .nav li {
	margin-right: 15px;
	float: left;
	position: relative; 
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a,
.header .nav li span {
	color: #333;
	font-size: 14px;

	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position: relative;
}

.header .nav li a::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: var(--mainColor);
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: var(--mainColor);
}

.header .nav li:hover a:before {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.header .nav li:hover a {
	color: var(--mainColor);
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header.style2 .logo {
	margin-top: 6px;
}

.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}

.header .widget-main {
	float: right;
}

.header.style2 .get-quote {
	margin-top: 0;
}

.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: var(--mainColor);
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.header .single-widget h4 {
	font-size: 15px;

}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.header .single-widget.btn {
	margin-left: 0;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	padding: 5px 0;
	text-align: right;
	border-radius: 5px;
	overflow: hidden;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);


}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0 5px;

}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;

	text-transform: capitalize;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: var(--mainColor);
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	float: right;
}

.header .right-bar {
	padding-top: 20px;
}

.header .right-bar {
	display: inline-block;
}

.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: var(--mainColor);
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #fff;
	background: #27AE60;
}

.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}

/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
}

/*=============================
	main page 
===============================*/

.header-overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.4;
}

.header-overlay._1 {
	display: block;
	opacity: 0.7;
}

@media only screen and (min-width: 768px) {
	.header-overlay {
		display: none;
	}
}

/*products overview*/


.product-overview {
	padding: 60px 20px;
	text-align: center;
	direction: rtl;
}

.product-grid {
	display: flex;
	flex-direction: column;

	justify-content: center;
	margin: auto 0;

}

.products-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin-bottom: 50px;
}


.product-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	background: #fff;
	padding: 0;
	box-shadow: var(--imgShadow);
	border-radius: 0;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	transition: transform 0.4s ease;
	width: 350px;
	border-radius: 7px;
	overflow: hidden;
}

.product-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-card span {
	font-size: 1.1em;
	padding: 1.5rem 0;
}

.product-card:hover {
	transform: translateY(-5px);
}

@media (max-width: 768px) {
	.products-row {
		flex-direction: column;
		align-items: center;
	}

	.product-card {
		width: 100%;
	}
}


/*drywall introduction*/
.drywall-intro {
	padding: 3rem 20px 10rem 20px;
	direction: rtl;
	background-color: var(--grayBg);
}

.drywall-container {
	max-width: 1000px;
	margin: 0 auto;

}

.blue-heading {
	font-size: 1.8em !important;
	text-align: right;
	color: var(--mainColor) !important;
	margin-bottom: 40px !important;
}


.drywall-container p {
	text-align: justify;
	margin-bottom: 20px;
}

/* === product showcase === */
.productShowcase-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 900px;
}

.productShowcase-left {
	width: 66.66%;
	display: flex;
	flex-direction: column;
}

.productShowcase-right {
	width: 33.33%;
}

.productShowcase-block {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.productShowcase-block.tall {
	height: 1200px;
}

.productShowcase-block.tall img {
	object-position: top;
}

#cover-wall img {
	object-position: right;
}

.productShowcase-block summary {
	height: 100%;
}

.productShowcase-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (max-width: 768px) {
	.productShowcase-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}

.productShowcase-header {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 8px 16px;
	font-size: 1.2em;
	color: #333;
	transition: opacity 0.4s ease;
}

.productShowcase-block:hover .productShowcase-header {
	opacity: 0;
}

.productShowcase-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(12, 118, 176, 1);
	color: #fff;
	opacity: 0;
	transition: opacity 0.4s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.productShowcase-overlayContent p,
.productShowcase-overlayContent .btn {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.productShowcase-block:hover .productShowcase-overlay {
	opacity: 1 !important;
	display: flex !important;
	top: 0;
}

.productShowcase-overlayContent h3,
.productShowcase-overlayContent p {
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.4s ease, transform 0.4s ease;
	text-align: right;
	color: white;
}

.productShowcase-overlayContent h3 {
	margin-bottom: 0.5rem;
}

.productShowcase-overlayContent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.productShowcase-overlayContent p {
	max-width: 600px;
	text-align: right;
}

.productShowcase-block:hover .productShowcase-overlayContent h3,
.productShowcase-block:hover .productShowcase-overlayContent p {
	opacity: 1;
	transform: scale(1);
}

.productShowcase-block:hover .productShowcase-overlayContent p {
	margin-bottom: 2rem;
}

.productShowcase-overlayContent .btn {
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	align-self: flex-start;
}

.productShowcase-overlayContent .btn:hover {
	color: var(--mainColor);
}



.blackbuttun {
	background: none;
	border: solid white 2px;
}

.blackbuttun::before {
	background-color: #fff;
}

.productShowcase-block:hover .productShowcase-overlayContent .btn {
	transform: translateY(0);
	opacity: 1;
}

.productShowcase-block.tall .productShowcase-overlay {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.productShowcase-block.tall .productShowcase-overlayContent {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.productShowcase-block.tall .productShowcase-button {
	align-self: flex-start;
}

.productShowcase-overlay.visible {
	opacity: 1;
}

.productShowcase-overlayContent.visible h3,
.productShowcase-overlayContent.visible p,
.productShowcase-overlayContent.visible .btn {
	opacity: 1;
	transform: none;
}


@media (max-width: 768px) {
	.productShowcase-grid {
		flex-direction: column;
	}

	.productShowcase-left,
	.productShowcase-right {
		width: 100%;
	}

	.productShowcase-block summary {
		height: 100%;
	}

	.productShowcase-block.tall {
		height: 350px;
		text-align: center;
	}

	.productShowcase-overlayContent h3,
	.productShowcase-overlayContent p {
		text-align: center;
	}

	.productShowcase-block .productShowcase-overlay {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}



/* ========== 
	MIDEX
 ========== */
.midex-gradient {
	position: relative;
	border-top: var(--borderTop);
	padding: clamp(1.5rem, 3vw, 3rem) 0;
	background-color: var(--grayBg);
	background-size: cover;
	background-position: 0%;
	align-items: top;
}

.midex-wrap {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
}

@media (max-width: 900px) {
	.midex-wrap {
		grid-template-columns: 1fr;
	}
}

.midex-left {
	width: 100%;
	max-width: 320px;
	justify-self: start;
	position: relative;
	box-shadow: var(--imgShadow);
}

#midex-carousel {
	position: relative;
}

#midex-carousel .item {
	overflow: hidden;
}

#midex-carousel img {
	height: 300px;
	object-fit: cover;
	display: block;
}

#midex-carousel .owl-dots {
	display: none !important;
}

#midex-carousel .owl-nav {
	pointer-events: none;
}

#midex-carousel {
	position: relative;
}

#midex-carousel .owl-dots {
	display: none !important;
}

#midex-carousel .owl-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

#midex-carousel .owl-nav i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 0;
	font-size: 28px;
	color: #999999;
	cursor: pointer;
	pointer-events: auto;
	transition: color .2s ease, transform .2s ease;
}


#midex-carousel .owl-nav .owl-prev i {
	left: -28px;
}

#midex-carousel .owl-nav .owl-next i {
	right: -28px;
}


#midex-carousel .owl-nav i:hover {
	text-decoration: underline;
}


.midex-right {
	text-align: right;
	align-self: start;

}

.midex-right p {
	max-width: 700px;
}

@media only screen and (max-width: 768px) {
	.owl-nav {
		display: none;
	}


	.midex-left {
		justify-self: center;
		margin-bottom: 30px;
	}

	.midex-right h2 {
		text-align: center;
		margin-bottom: 20px;
	}
}

/*===========================
	Start Hero Area CSS
=============================*/

.btn1 {
	display: none;
}

.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: right;
	direction: rtl;
}

.single-slider._1 {
	background-image: url('assets/img/gypsum-panel-production.avif')
}

.single-slider._2 {
	background-image: url('assets/img/gypsiran-panels-on-forklift.avif')
}

.slider .single-slider .text {
	margin-top: 120px;

}

@media only screen and (max-width: 768px) {
	.slider .single-slider .text {
		text-align: center;
		margin-top: 125px !important;
	}
}

.slider.index2 .single-slider .text {
	margin-top: 150px;
}

.slider .single-slider h1,
.slider .single-slider h2 {
	color: #fff;
	font-size: 38px;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 0;
	line-height: 2;
}

.slider .single-slider p {
	color: #fff;
	margin-top: 1rem;
	font-size: 24px;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--mainColor);
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
	background: #333;
	color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
	animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
	animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
	animation: fadeInDown 1s both 1.5s;
}

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
	padding-top: 0;
	margin: 0;
}

.Feautes.index2 {
	padding-top: 100px;
}

.Feautes.testimonial-page {
	padding-top: 100px;
}

.Feautes h1 {
	font-size: 1.8em !important;
}

.Feautes .section-title {
	padding-top: 50px;
}

/*===================
	Why choose CSS
=====================*/
.about-us .choose-left h3 {
	color: #333;
	position: relative;
	margin-bottom: 24px;
}



.about-us .choose-left p {
	margin-bottom: 35px;
}

.about-us .choose-left .list {}

.about-us .choose-left .list li {
	color: #868686;
	margin-bottom: 12px;
}

.about-us .choose-left .list li:last-child {
	margin-bottom: 0px;
}

.about-us .choose-left .list li i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background: var(--mainColor);
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	padding-left: 2px;
	margin-right: 16px;
}

/* Start Faq CSS */
.about-us {
	background: #fff;
	margin: 0 !important;
	padding: 170px 0 !important;
}

@media only screen and (max-width: 768px) {
	.about-us {
		padding-bottom: 40px !important;
	}
}

.about-us .choose-right {
	width: 100%;
	height: 100%;
	position: relative;
}

.about-us .choose-right .video-image {
	height: 100%;
	display: flex;
	align-items: center;
}

.choose-right img {
	-webkit-box-reflect: below 0px linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent 20%);
}




.about-us .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: var(--mainColor);
	padding-left: 4px;
}

.about-us .choose-right .video:hover {
	transform: scale(1.1);
}

.about-us .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}

.about-us .video-image .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.about-us .video-image .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.about-us .video-image .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*===============================
	About page
=================================*/

.about-us-section {
	border-bottom: solid 1px var(--mainColor);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.about-us-section img {
	max-width: 400px;
	box-shadow: var(--imgShadow);
}

/*===============================
	Start Call to action CSS
=================================*/
.call-action {
	background-image: url('assets/img/gypsum-panel-production.avif');
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	margin: 0;
}

.call-action .content {
	text-align: center;
	padding: 100px 265px;

}

.call-action .content h2 {
	color: #fff;
	font-size: 32px;

	line-height: 46px;
}

.call-action .content p {
	color: #fff;
	margin: 30px 0px;
	font-size: 15px;
}

.call-action .content .btn {
	background: #fff;
	margin-right: 20px;

	border: 1px solid #fff;
	color: var(--mainColor);
}

.call-action .content .btn:before {
	background: var(--mainColor);
}

.call-action .content .btn:hover {
	background: var(--mainColor);
	color: #fff;
}

.call-action .content .btn:last-child {
	margin-right: 0px;
}

.call-action .content .second {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	color: #fff !important;
}

.call-action .content .second:before {
	background: #fff;
}

.call-action .content .second:hover {
	color: var(--mainColor);
	border-color: transparent;
	background: #fff;
}

.call-action .content .second i {
	margin-left: 10px;
}

#typing-text {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid transparent;
}

#typing-text.typing {
	border-right: 2px solid #fff;
	animation: blink-caret 1.5s step-end infinite;
}

@keyframes blink-caret {
	50% {
		border-color: transparent;
	}
}

/*==========================
	Start Portfolio CSS
============================*/


.single-pf {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px var(--mainColor) solid;
	text-align: center;
}

.single-pf .pf-img {
	position: relative;
	width: 100%;
	height: 200px !important;
	margin-bottom: 10px;
	overflow-x: hidden;
}

.single-pf .pf-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}


.single-pf p {
	display: block !important;
	visibility: visible !important;
	color: #000;
	margin: 10px 0;
	z-index: 2;
	position: relative;
	padding: 10px;
	margin: 10px 0;
}


.portfolio .single-pf:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--mainColor);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.portfolio .single-pf:hover:before {
	opacity: 0.7;
	visibility: visible;
}

.portfolio .single-pf .btn {
	color: var(--mainColor);
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;

	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	border-radius: 4px;
}

.portfolio .single-pf:hover .btn {
	opacity: 1;
	visibility: visible;
}

.portfolio .single-pf .btn:hover {
	color: #fff;
}

.portfolio .owl-nav {
	display: none;
}

/* Slider Nav */
.pf-details .image-slider .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	direction: ltr;
}

.pf-details .image-slider {
	direction: ltr;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: var(--mainColor);
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: var(--mainColor);
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

.pf-details .image-slider {
	border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
	height: 100%;
	width: 100%;
}

.pf-details .date {
	background: var(--mainColor);
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}

.pf-details .date ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 60px;
}

.pf-details .date ul li:last-child {
	margin: 0;
}

.pf-details .date ul li span {

	display: inline-block;
	margin-right: 5px;
}

.pf-details .body-text h3 {

	color: #333;

}

.pf-details .body-text .share {
	margin-top: 40px;
}

.pf-details .body-text .share h4 {
	font-size: 15px;

	display: inline-block;
}

.pf-details .body-text .share ul {
	display: inline-block;
	margin-left: 12px;
}

.pf-details .body-text .share ul li {
	display: inline-block;
	margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
	margin-right: 0;
}

.pf-details .body-text .share ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #C8C8C8;
	color: #757575;
	display: block;
	border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
	color: #fff;
	border-color: transparent;
	background: var(--mainColor);
}

/*=============================
	Articles list
===============================*/

.article-section {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
	gap: 50px;
}

.article-search {
	margin-bottom: 30px;
	text-align: right;
	position: sticky;
	width: 300px;
	flex-shrink: 0;
	transition: 0.1s;
}

.article-search input {
	width: 100%;
	max-width: 400px;
	padding: 10px 15px;
	font-size: 1em;
	border: 0;
	border-bottom: 1px solid #eee;
}

.article-search input:focus {
	outline: none;
}


#search-options {
	flex-direction: column;
	gap: 10px;
	padding: 10px 0;
	border-radius: 0 0 6px 6px;
	border: solid 1px #eee;
	border-top: none;
	max-width: 400px;
	display: none;
}

#search-options a {
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

#search-options a:hover {
	color: var(--mainColor);
}

#search-options a:last-child {
	border-bottom: none;
}

.article-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.article-list img {
	width: 100%;
}

.article-item {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	margin: 0 auto;
	border-radius: 7px;

}

.article-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.article-item h3 {
	margin: 20px 0;
	font-size: 24px;

}

.article-item p {
	font-size: 0.95em;
	line-height: 1.8;
}





@media only screen and (min-width: 720px) {
	.article-item {
		width: 700px;
	}
}


@media only screen and (max-width: 768px) {
	.article-section {
		flex-direction: column;
	}
}

.article-search {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.as--desktop-default {
		padding: 0;
		width: 300px;
		position: sticky;
		top: 0;
		background: transparent;
		box-shadow: none;
	}

	.as--desktop-scrolled {
		padding: 100px 0 0 0;
		width: 300px;
		position: sticky;
		top: 0;
		background: transparent;
		box-shadow: none;
	}
}

@media (max-width: 767.98px) {
	.as--mobile-default {
		padding: 0;
		position: sticky;
		top: var(--header-h, 0px);
		width: 100%;
		background: transparent;
		box-shadow: none;
		z-index: 1;
	}

	.as--mobile-fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--header-h, 0px);
		width: 100%;
		background: #fff;
		padding: 10px;

		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
	}

	header,
	.article-search {
		margin: 0;
	}

}

/*=============================
	Article 
===============================*/

article {
	text-align: justify;
}

article h2 {
	font-size: 20px !important;
}

article h3 {
	font-size: 18px !important;
}

article h4 {
	font-size: 16px !important;
}

article h1,
article h2,
article h3,
article h4 {
	color: var(--headingColor) !important;
	margin-bottom: 15px !important;
}

article p {
	margin-bottom: 80px;
}

article p:last-child {
	margin-bottom: 0;
}

article ul li {
	margin-bottom: 20px;
}

main.gray-bg-part {
	margin: 0 !important;
}

.gray-bg-part {
	background-color: var(--grayBg);
	padding: 40px;
}

article .gray-bg-part {
	margin: 40px auto 80PX auto;
	border-radius: 6px;
	width: 80%;
}

article p a {
	color: var(--mainColor) !important;
}

article table,
article figure,
.table-container {
	margin-bottom: 80px;
}

article ul {
	margin-bottom: 20px;
}

article figure {
	width: 100%;
}

.bordered {
	border-right: solid 3px var(--mainColor);
	padding: 0.25rem 1rem;
	color: var(--headingColor) !important;
	line-height: 2;
	font-size: 22px !important;
	text-align: right !important;

}

/*=========================
catalogs
========================*/

.pdf-catalogs {
	padding: 0;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.catalog-item {
	display: flex;
	flex-direction: row;
	margin: 0;
	border-bottom: var(--borderTop);
	background-color: #fff;
	padding: 20px 0;
	gap: 30px;
}

.catalog-img {
	height: 100;
	width: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.catalog-img i {
	justify-self: center;
	font-size: 60px;
	margin: auto;
}

.catalog-desc {
	display: flex;
	flex-direction: column;
	text-align: right;
	width: 320px;
	word-wrap: break-word;
}

.catalog-desc a {
	color: var(--mainColor);
	text-decoration: underline;
}

.catalogs-page-heading {
	padding: 20px;
}

.standard-img img {
	width: 250px;
}

@media only screen and (max-width: 768px) {
	.catalog-item {
		padding-left: 15px;
		gap: 20px;
	}
}


/* ===========================
awards
===============================*/

.awards-section {
	padding: 0;
	margin: 0;
}

.awards-section .section-title {
	text-align: right;
	margin-bottom: 50px;
	padding: 0;

}

.awards-content {
	text-align: justify;
}

.award-item {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: var(--borderTop);
}

.award-item img {
	width: 100%;
	height: auto;
}

.award-item h3 {
	margin-top: 15px;
}

.awards-description {
	margin-top: 30px;
	text-align: justify;
}

.awards-description ul li {
	list-style: disc;
}

.awards-description ul {
	margin-right: 20px;
}


/*=============================
	Product pages
===============================*/





.product-article {
	border-left: var(--lightGrayBorder);
	padding-left: 45px;
}

.product-article h1 {
	margin-bottom: 45px !important;
}

#screw-table td {
	padding: 20px;
}

#screw-table td img {
	width: 460px;
}

#screw-table th {
	text-align: right;
}

#screw-table .eng {
	text-align: center;
}



@media (max-width: 768px) {
	.product-article {
		width: 100%;
		border: none;
		padding: 0;
	}
}

.text-row {
	display: flex;
	flex-direction: row;
}

.text-row img {
	max-width: 300px;
}

@media only screen and (max-width: 768px) {
	.text-row {
		flex-direction: column;
	}
}


.article-inline-image {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}

.article-text-table {
	margin-bottom: 100px;
}

.text-block {
	flex: 1 1 0;
	min-width: 300px;
}

.image-container {
	flex: 0 0 auto;
}

.table-container {
	flex: 0 0 auto;
}

.table-container table {
	width: auto;
	padding: 20px;
	margin: 0 !important;
}


.table-container {
	overflow-x: visible;
}

@media only screen and (max-width: 768px) {
	.table-container {
		overflow-x: scroll;
	}

	.image-container {
		width: 100%;
	}

	.image-container img {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.gray-bg-part {
		width: 100%;
	}
}

#plasterBoard-table {
	text-align: left;
	max-width: 100%;
}

#plasterBoard-table table {
	border: solid 1px;
	width: auto;
	padding: 20px;
}

#plasterBoard-table table tr {
	border: solid 1px;
	height: auto;
}

#plasterBoard-table table tr td {
	text-align: center;
}

#plasterBoard-table table tr > :first-child{
	padding: 100px;
}

.mrrg {
	max-width: 300px;
}

/* article Single */
.article-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}

.article-single .col-lg-8 {
	border-left: var(--lightGrayBorder);
}

.article-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
}

.article-single .article-head img {
	width: 100%;
	height: auto !important;
	margin-bottom: 50px;
}

.article-single .article-title {
	font-size: 22px;
	margin: 20px 0;
}


.article-single .article-title {
	margin: 3rem 0rem 3rem 0 !important;
	position: relative;
	word-spacing: 0.1rem;
	overflow-y: hidden;
	max-width: 80%;
	line-height: 2;
}

@media only screen and (max-width: 720px) {
	.bordered {
		padding: 0 1.5rem;

	}

}

/* Blog Meta */
.article-single {
	background: #fff;
}

.article-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}

.article-single .meta span {
	margin-right: 10px;
	display: inline-block;
}

.article-single .meta span:last-child {
	margin: 0;
}

.article-single .meta span,
.article-single .meta span a {
	color: #333;

}

.article-single .meta span i {
	margin-right: 5px;
	color: var(--mainColor);
}

.article-single .meta-left {
	float: left;
}

.article-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}

.article-single .meta-left .author {
	float: left;
}

.article-single .meta-left span.date {
	margin-top: 10px;
}

.article-single .meta-right {
	float: right;
	margin-top: 10px;
}

.article-single .article-text p {
	font-size: 14px;
	margin-bottom: 20px;


}

/* Image Gallery */

.article-single .image-gallery .single-image {
	overflow: hidden;
}

.article-single .image-gallery .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* Blockqoute */
.article-single blockquote {
	background-image: url('assets/img/blockqoute-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}

.article-single blockquote::before {
	opacity: 0.9;
}

.article-single .article-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}

.article-single .blog-bottom {
	overflow: hidden;
}

/* Social Share */
.article-single .social-share {
	float: left;
}

.article-single .social-share li {
	float: left;
}

.article-single .social-share li span {
	padding-left: 5px;
}

.article-single .social-share li.facebook a {
	background: #5d82d1;
}

.article-single .social-share li.twitter a {
	background: #40bff5;
}

.article-single .social-share li.google-plus a {
	background: #eb5e4c;
}

.article-single .social-share li.linkedin a {
	background: #238cc8;
}

.article-single .social-share li.pinterest a {
	background: #e13138;
}

.article-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}

.article-single .social-share li a:hover {
	background: #2B343E;
}

/* Prev Next Button */
.article-single .prev-next {
	float: right;
}

.article-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

.article-single .prev-next li:last-child {
	border: none;
}

.article-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}

.article-single .prev-next li a:hover {
	color: #fff;
	background: var(--mainColor);
	border-color: transparent;
}

/* Blog Comments */
.article-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.article-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}

.article-single .blog-comments h4 span {
	float: right;
}

.article-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.article-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}

.article-single .single-comments.left img {
	position: absolute;
	left: 0;
	top: 0;
}

.article-single .single-comments:last-child {
	margin: 0;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.article-single .single-comments .main {
	overflow: hidden;
}

.article-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

.article-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}

.article-single .single-comments .body {
	float: left;
	width: 85%;
}

.article-single .single-comments.left .body {
	float: noene;
	width: 100%;
}

.article-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.article-single .single-comments .comment-list .body {
	width: 78%;
}

.article-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;

	color: #252525;
}

.article-single .single-comments .comment-meta {
	margin-bottom: 5px;
}

.article-single .single-comments .meta {
	font-size: 13px;
	color: #555;

	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

.article-single .single-comments .meta:last-child {
	margin: 0;
}

.article-single .comment-meta span i {
	margin-right: 5px;
}

.article-single .comment-meta span:last-child {
	margin: 0;
}

.article-single .single-comments p {
	font-size: 13px;
}

.article-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;

	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background: var(--mainColor);
	color: #fff;
}

.article-single .single-comments a:hover {
	background: #333;
	color: #fff;
}

.article-single .single-comments a i {
	margin-right: 5px;
}

.article-single .comment-list {
	padding-left: 50px;
}

.article-single .single-comments.login {
	text-align: center;
}

.article-single .single-comments.login i {
	font-size: 20px;
}

.article-single .single-comments.login a {
	text-align: center;
}

.article-single .single-comments.login a:hover {
	color: #353535;
}

.article-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.article-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.article-single .form {}

.article-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.article-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: var(--mainColor);
}

.article-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;

	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height: 50px;

	font-size: 14px;
	color: #333;
}

.article-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;

	font-size: 14px;
	color: #333;
}

.article-single .form-group input,
.article-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}

.article-single .form-group.message i {
	top: 22px;
}

.article-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;

}

.article-single .form-group .button:hover {
	background: #353535;
}

.article-single .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

.article-single .form-group.button {
	margin: 0;
	text-align: left;
}

.article-single .form-group.button .btn {
	background: #fff;
	background: var(--mainColor);
	color: #fff;
}

.article-single .form-group.button .btn:hover {
	color: #fff;
}

.article-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*===================
	End Blog CSS
=====================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment {
	background: #fff;
	padding-top: 100px;
}

.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}

.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .title {}

.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;

}

.appointment.single-page .title p {}

.appointment .form {
	margin-top: 30px;
}

.appointment .form .form-group {}

.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;

	border-radius: 0;
	border-radius: 4px;
}

.appointment .form textarea {
	width: 100%;
	height: 200px;
	padding: 18px;
	border: 1px solid #eee;
	text-transform: capitalize;
	resize: none;
	border-radius: 4px;
}

.appointment .form-group .nice-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;

	border-radius: 4px;

}

.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}

.appointment .form-group .list {
	border-radius: 4px;
}

.appointment .form-group .list li {
	color: #757575;
	border-radius: 0;
}

.appointment .form-group .list li.selected {
	color: #757575;

}

.appointment .form-group .list li:hover {
	color: #fff;
	background: var(--mainColor);
}

.appointment .appointment-image {}

.appointment.single-page .button .btn {
	width: 100%;
}

.appointment .button .btn {}

.appointment .button .btn:hover {
	color: #fff;
}

.appointment .form p {
	margin-top: 10px;
	color: #868686;
}

.appointment.single-page .work-hour {
	background: var(--mainColor);
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;

	margin-bottom: 20px;
	color: #fff;
}

.appointment.single-page .time-sidual {
	margin-top: 15px;
}

.appointment.single-page .time-sidual {
	overflow: hidden;
}

.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}

.appointment.single-page .time-sidual li span {
	display: inline-block;
	float: right;
}

.appointment.single-page .day-head .time {

	float: right;
}

/*==========================
	End Appointment CSS
============================*/

/*====================
   Start Login CSS
======================*/
.login .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.login .login-left {
	background-image: url(assets/img/signup-bg.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.login .login-form {
	padding: 50px 40px;
}

.login .login-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;

	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.login .login-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: var(--mainColor);
}

.login .login-form p {
	font-size: 14px;
	color: #333;

	text-align: left;
	margin-bottom: 50px;
}

.login .login-form p a {
	display: inline-block;
	margin-left: 5px;
	color: var(--mainColor);
}

.login .login-form p a:hover {
	color: #333;
}

.login .form {
	margin-top: 30px;
}

.login .form .form-group {
	margin-bottom: 22px;
}

.login .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;

	border-radius: 4px;
}

.login .form .form-group.login-btn {
	margin: 0;
}

.login .form button {
	border: none;
}

.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.login .form .btn:hover {
	background: var(--mainColor);
	color: #fff;
}

.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.login .login-form .checkbox label {
	font-size: 14px;

	color: #333;
	position: relative;
	padding-left: 20px;
}

.login .login-form .checkbox label:hover {
	cursor: pointer;
}

.login .login-form .checkbox label input {
	display: none;
}

.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid var(--mainColor);
	border-radius: 100%;
}

.login .login-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: var(--mainColor);
	border-radius: 100%;
}

.login .login-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.login .login-form .lost-pass {
	display: inline-block;
	margin-left: 25px;
	color: #333;
	font-size: 14px;

}

.login .login-form .lost-pass:hover {
	color: var(--mainColor);
}

/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.register .register-left {
	background-image: url(assets/img/signup-bg.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.register .register-form {
	padding: 50px 40px;
}

.register .register-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;

	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.register .register-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: var(--mainColor);
}

.register .register-form p {
	font-size: 14px;
	color: #333;

	text-align: left;
	margin-bottom: 50px;
}

.register .register-form p a {
	display: inline-block;
	margin-left: 5px;
	color: var(--mainColor);
}

.register .register-form p a:hover {
	color: #333;
}

.register .form {
	margin-top: 30px;
}

.register .form .form-group {
	margin-bottom: 22px;
}

.register .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;

	border-radius: 4px;
}

.register .form .form-group.login-btn {
	margin: 0;
}

.register .form button {
	border: none;
}

.register .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.register .form .btn:hover {
	background: var(--mainColor);
	color: #fff;
}

.register .register-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.register .register-form .checkbox label {
	font-size: 14px;

	color: #333;
	position: relative;
	padding-left: 20px;
}

.register .register-form .checkbox label:hover {
	cursor: pointer;
}

.register .register-form .checkbox label input {
	display: none;
}

.register .register-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid var(--mainColor);
	border-radius: 100%;
}

.register .register-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: var(--mainColor);
	border-radius: 100%;
}

.register .register-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.register .register-form .terms {
	display: inline-block;
	margin-left: 5px;
	color: var(--mainColor);
}

.register .register-form .terms:hover {
	color: #333;
}

/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
	margin-bottom: 35px;

	font-size: 25px;
}

.faq-wrap {
	margin-bottom: 50px;
}

.faq-wrap:last-child {
	margin-bottom: 30px;
}

.accordion {
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.accordion p {
	font-size: 15px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0;
}

.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;

	padding: 15px 0 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}

.accordion a:hover {
	color: #fff !important;
	background: var(--mainColor) !important;
}

.accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 16px;
	color: #232323;
	font-size: 25px;

}

.accordion a:hover:after {
	color: #fff !important;
}

.accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion li a.active {
	color: #ffffff;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}

.accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #ffffff;
}

/*=====================
   End Faq CSS
=======================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.contact-us .contact-us-left {
	width: 100%;
	height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	color: #333;
	margin-bottom: 40px;
	text-align: right;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;

	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;

	border-radius: 4px;
}

.contact-us .contact-info {
	margin-top: 50px;
}

.contact-us .single-info {
	background: var(--mainColor);
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: var(--mainColor);
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	left: 40px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content h3 {
	color: #fff;
	font-size: 18px;


}

.contact-us .single-info .content p {
	color: #fff;
	margin-top: 5px;
}

/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
	border: none;
}

/*=========================
   End Contact Us CSS
===========================*/

/*========================
	Start Error 404 CSS
==========================*/
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h1 {
	font-size: 80px;
	color: var(--mainColor);

}

.error-page .error-inner p {
	display: block;
	font-size: 25px;
}

.error-page .btn:visited {
	color: #fff !important;
}

.error-page .btn {
	margin-top: 40px;
}



/*
relevant pages
*/

.relevant-pages {
	margin-top: 3rem;
	padding: 1.5rem;
	background: var(--grayBg);
	border-left: 4px solid #ccc;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 0 3px 3px 0;
}

.relevant-pages ul {
	list-style: none;
	padding: 0;
}

.relevant-pages a {
	margin-bottom: 0.5rem;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}

.relevant-pages a {
	text-decoration: none;
	width: 100% !important;
	border-radius: 3px;
}

.relevant-pages a:hover {
	color: var(--mainColor);
}

/*=========================
	Start Footer CSS
===========================*/


.footer {
	position: relative;
}

.footer .footer-top {
	padding: 40px 0 100px 0px;
	position: relative;
	background: var(--mainColor) !important;
}

.footer .footer-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.1;
}

.footer .single-footer {
	text-align: right;
}

.footer .single-footer .social {
	margin-top: 25px;
}

.footer .single-footer .social li {
	display: inline-block;
	margin-left: 10px;
}

.footer .single-footer .social li:last-child {
	margin-right: 0px;
}

.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
}

.footer .single-footer .social li a:hover {
	color: var(--mainColor);
	background: #fff;
	border-color: transparent;
}

.footer .single-footer.f-link li a i {
	margin-right: 10px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer.f-link li a:hover {
	padding-right: 8px;
}

.footer .single-footer h2 {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}

.footer .single-footer h2::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}

.footer .single-footer .time-sidual {
	margin-top: 15px;
}

.footer .single-footer .time-sidual {
	overflow: hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
	display: inline-block;
	float: right;
}

.footer .single-footer .day-head .time {
	float: right;
}

.footer .single-footer p {
	color: #fff;
}

.footer .single-footer .articleletter-inner {
	margin-top: 20px;
	position: relative;
}

.footer .single-footer .articleletter-inner input:hover {
	padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer .single-footer .articleletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: var(--mainColor);
	font-size: 25px;
}

.footer .single-footer .articleletter-inner .button i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer .articleletter-inner .button:hover i {
	color: #333;
}

.footer .copyright {
	background: var(--mainColor);
	padding: 25px 0px 25px 0px;
	text-align: center;
}

.footer .copyright .copyright-content p {
	color: #fff;
}

.footer .copyright .copyright-content p a {
	color: #fff;

	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}

/*=========================
	End Footer CSS
===========================*/

#row-products {
	display: flex;
	place-content: center;
	margin-top: 0;
}

@media only screen and (min-width: 720px) {
	#row-products {
		margin-top: 20px;
	}
}

.standards-table {
	width: 95%;
	margin: 0 auto;
}

.standard-thumb {
	max-width: 150px;
	margin: auto;
}