/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About area
	05. Feature area
	06. Services area
	07. Call to action
	08. Project
	09. Testimonial
	10. Team
	11. Pricing area
	12. Blog
	13. Footer
	14. Inner page header
	15. Faq
	16. Gallery
	17. Error page 404
	18. Contact us
		
----------------------------------*/

/* Theme Font Use */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #ff631b;
	color: #fff;
}

::-moz-selection {
	background-color: #ff631b;
	color: #fff;
}

img {
	max-width: 100%;
}

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	letter-spacing: 1px;
}

p {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}

p.text {
	margin-top: 20px;
	margin-bottom: 20px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 50px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

ul,
ol,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 15px;
	text-align: center;
	right: 2%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background-color: #00a8a9;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}

.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #000;
}

@media (max-width: 767px) {
	.scroll-top {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		bottom: 20px;
		right: 4%;

	}
}


/* --- Buttons --- */
.btn-style-1,
.btn-style-2 {
	color: #fff;
	border-bottom-width: 3px;
	border-radius: 6px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	/* background-color: #e84e0f; */
	background-color: #cc4510;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00a8a9;

}

.btn-style-1.btn-sm,
.btn-style-2.btn-sm {
	padding: 6px 16px;
	font-size: 10px;
	border-radius: 4px;
}

.btn-style-2 {
	color: #fff;
	background-color: #00a8a9;
}

.btn-style-2:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e84e0f;

}

.btn-style-2.btn-sm {
	padding: 6px 16px;
	font-size: 10px;
	border-radius: 4px;
}




/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}

#preloader .spinner-grow {
	top: 50%;
	position: relative;
}

/* --- section title --- */
.section-title .small-title {
	font-size: 12px;
	color: #00a8a9;
}

.section-title h2 {
	position: relative;
	color: #000;
	font-weight: 500;
}

.section-title span.dashed-border {
	border-bottom: 3px double rgba(0, 0, 0, 0.2);
	width: 200px;
	position: relative;
	display: inline-block;
}

/* ===================================
	02. Header
=================================== */
.header-nav-box {
	background-color: #151515;
	padding: 12px 0px;
}

/* header social */
.header-social li {
	margin-right: 20px !important;
}

.header-social li:last-child {
	margin-right: 0px !important;
}

.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px;
	color: #9f9f9f;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-social li a:hover {
	color: #ff631b;
}

/* header location */
.header-location {
	text-align: right;
}

.header-location li {
	color: #fff;
	padding: 0 30px;
	position: relative;
	margin-right: 0px !important;
}

.header-location li:last-child {
	padding-right: 0px;
}

.header-location li:after {
	content: "";
	height: 40px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.header-location li:last-child:after {
	display: none;
}

.header-location li .icon {
	display: table-cell;
	vertical-align: middle;
}

.header-location li .icon i {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	color: #000;
	background-color: #00a8a9;
}

.header-location li .title-box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}

.header-location li .title-box span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 2px;
}



@media (max-width: 1200.00px) {
	.header-location li .title-box span {
		font-size: 14px;

	}
}

.header-location li .title-box p {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	margin-bottom: 0px;
}


.header-location li .title-box p a {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-location li .title-box span,
.header-location li .title-box p {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.header-location li .icon i {

	transition: color 0.3s ease-in-out;
}

.header-location a:hover .title-box p {
	color: #e84e0f;
}

.header-location a:hover .icon i {
	color: white;
}


/* navbar brand */
.header-top .navbar-brand {
	padding: 0px;
	margin: 0px;
}

/* header top */
.header-top {
	padding: 28px 0px 20px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top:after {
	position: absolute;
	content: "";
	background-image: url(../img/bg/header-bg.png);
	height: 8px;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.6;
}

.header-navigation .navbar {
	padding: 0px 0px;
}

.header-navigation .nav-item .nav-link {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-navigation .nav-item .nav-link:hover,
.header-navigation .nav-item.active .nav-link {
	color: #ff631b;
}

.header-navigation .nav-item:last-child .nav-link {
	padding-right: 0px;
}

.header-navigation .navbar-toggler span {
	background: #000;
}

.header-navigation .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: #00a8a9;
}

.header-navigation .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-navigation .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}

.header-navigation .dropdown-menu .dropdown-item:hover {
	color: #000;
	padding-left: 20px;
	background-color: transparent;
}

/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}

.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}

.navbar-toggler span+span {
	margin-top: 4px;
	width: 18px;
}

.navbar-toggler span+span+span {
	width: 10px;
}

/* sticky */
.is-sticky {
	z-index: 9999;
}

.is-sticky .header-nav-box {
	z-index: 999 !important;
	background-color: #333 !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.is-sticky .header-nav-box .navbar .nav-item .nav-link {
	color: #ccc;
}

.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show>.nav-link {
	color: #ff631b !important;
}


@media screen and (min-width: 768px) {

	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}
}

/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}

.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.slider .carousel-item {
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}

.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.webp");
	/*edit image*/
}

.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.webp");
	/*edit image*/
}

.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.webp");
	/*edit image*/
}

.carousel-caption .carousel-caption-heading {
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 15px;
	font-size: 50px;
	color: #fff;
	position: relative;
	line-height: 65px;
	text-transform: capitalize;
}

.carousel-caption .carousel-caption-heading:after {
	position: absolute;
	content: "";
	width: 70%;
	margin: auto;
	right: 0;
	height: 1px;
	background-color: #00a8a9;
	top: 0px;
	left: 0px;
	opacity: 0.4;
}

p.carousel-caption-heading span {
	color: #00a8a9;
}

.slider .carousel-caption .t1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color)
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
	border-radius: 6px;
	color: #222;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	top: 50%;
	width: 44px;
	height: 44px;
	line-height: 44px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}

.slider .carousel-control-next {
	right: 30px;
}

.slider .carousel-control-prev {
	left: 30px;
}


@media (max-width: 767px) {



	.carousel-caption .carousel-caption-heading {
		font-size: 40px;
		line-height: 55px;
	}



	.btn-style-1 {
		padding: 12px 20px;
		margin-top: 10px;
	}


}



/* ===================================
	04. About area
=================================== */
.about-text p.title {
	color: #ff631b;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about-text h2 {
	color: #00a8a9;
	font-weight: 600;
}


.about-text span {
	font-size: 40px;
	line-height: 50px;

	color: #000;
}

.about-text h1 {
	font-size: 40px;
	font-weight: 500;
}

.about-text h1 span {
	font-size: 20px;
	font-weight: 400;
}

.about-mar {
	height: 50px;

}

.about-area {
	padding: 40px 0;
}

@media (max-width: 1200px) {
	.about-text span {
		font-size: 30px;
		line-height: 40px;
	}

	.about-text h1 {
		font-size: 30px;
		font-weight: 500;
	}
}


@media (max-width: 767px) {
	.about-text span {
		font-size: 20px;
		line-height: 25px;
	}

	.about-text h1 {
		font-size: 25px;
		font-weight: 500;
	}


	.about-text h1 span {
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
	}

	div.about-area {
		padding-bottom: 0;
		padding-top: 20px;


	}

	.about-text h2 {
		font-size: 24px;
	}
}










.about-text ul li {
	margin-bottom: 5px;
	color: #333;
	/* text-transform: capitalize; */
}

.about-text ul li span {

	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-transform: none;
}

.about-text ul li:last-child {
	margin-bottom: 0px;
}

.about-text ul li i {
	font-size: 12px;
	color: #ff631b;
	padding-right: 4px;
	padding-bottom: 2px;
}


.about-area {
	padding: 40px 0;
}



/* ===================================
	05. Feature area
=================================== */
.feature-area {
	background-image: url(../img/bg/feature-bg.webp);
	background-position: bottom center;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.feature-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.single-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #00a8a9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-feature .feature-icon {
	font-size: 40px;
	line-height: 1;
	padding-right: 20px;
	margin-right: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-feature .feature-content .title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: #ffffff;
}

.single-feature .feature-content p {
	margin-bottom: 0px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* .single-feature:hover {
	background-color: #00a8a9;
} */

.single-feature:hover .feature-icon {
	color: #ffffff;
}

.single-feature:hover .feature-content p {
	color: #ffffff;
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.single-feature {
		min-height: 350px;
		display: flex;
		padding: 20px;
		flex-direction: column;
		align-items: center;

	}

	.feature-content {
		display: flex;
		flex: 1;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}

	.single-feature .feature-icon {

		font-size: 40px;
		line-height: 1;
		padding-right: 0;
		margin-bottom: 0;
		margin-right: 0;
		border-right: none;
	}

	.single-feature .feature-content p {
		color: #fff;
		margin: 0;

	}
}



/* ===================================
	06. Services area
=================================== */
.service-box .caption {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 6px;
}

.service-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.service-box .image:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box:hover .image:after {
	opacity: 1;
}

.service-box .image .number {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 44px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: transparent;
	font-weight: 700;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box:hover .image .number {
	-webkit-text-stroke-color: #ff631b;
}

.service-box .image img {
	position: relative;
	border-radius: 6px;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box h4 {
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
}

.service-box h4 a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box h4 a:hover {
	color: #ff631b;
}

/* service sidebar link */
.service-sidebar-link {
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 6px;
	overflow: hidden;
}

.service-sidebar-link li a {
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-sidebar-link li.active a,
.service-sidebar-link li a:hover {
	background-color: #ff631b;
	padding-left: 35px;
	color: #fff;
}

.service-sidebar-link li a:after {
	position: absolute;
	top: 50%;
	content: "";
	left: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 2px;
	width: 16px;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-sidebar-link li a:hover:after {
	left: 10px;
}

.service-sidebar-link li:last-child a {
	border-bottom: 0px;
}

/* subscribe widget */
.subscribe-widget {
	position: relative;
	background-image: url(../img/bg/subscribe-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.subscribe-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.subscribe-widget .subscribe-widget-title {
	color: #fff;
	font-weight: 600;
}

.subscribe-widget form input {
	height: 56px;
	border: 0px;
	border-radius: 6px;
}

/* download brochures widget */
.download-brochures-widget {
	text-align: center;
	overflow: hidden;
}

.download-brochures-widget a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	padding: 16px 30px 16px 80px;
}

.download-brochures-widget a i {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-size: 16px;
	height: 100%;
	width: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	line-height: 50px;
}

/* call us widget */
.call-us-widget-title {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

.call-us-widget {
	position: relative;
	background-image: url(../img/bg/call-us-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}

.call-us-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.call-us-widget-c {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 99, 27, 0.6);
	padding: 20px;
	border-radius: 6px;
}

.call-us-widget ul li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #c5c5c5;
}

.call-us-widget ul li.call {
	font-size: 21px;
	color: #ff631b;
}

.call-us-widget ul li:last-child {
	padding-bottom: 0px;
}

/* single service content */
.single-service-img img {
	border-radius: 6px;
}

.single-service-content h3 {
	position: relative;
	color: #ff631b;
	font-weight: 400;
	font-size: 28px;
}

.single-service-content h4 {
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 22px;
}

.single-service-content li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.single-service-content li:last-child {
	padding-bottom: 0px;
}

.single-service-content li i {
	color: #ff631b;
	margin-right: 6px;
}

/* ===================================
	07. Call to action
=================================== */
.call-to-action-area {
	z-index: 0;
	position: relative;
	background: url(../img/bg/call-to-action-bg.webp) fixed no-repeat;
	background-size: cover;
}

.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.call-to-action-area2 {
	z-index: 0;
	position: relative;
	background: url(../img/bg/call-to-action-bg.webp) fixed no-repeat;
	background-size: cover;
}

.call-to-action-area2:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.cta-text {
	text-align: center;
	position: relative;
}

.cta-text h2,
.cta-text h3 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 15px;
	text-transform: uppercase;
}

.cta-text:before {
	background-color: #ff631b;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: -70px;
	width: 1px;
}

.cta-text:after {
	background-color: #ff631b;
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	bottom: -70px;
	width: 1px;
}

.cta-text p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}


@media (max-width: 767px) {

	.cta-text h2 {
		font-size: 30px;
	}
}


/* ===================================
	08. Project
=================================== */
.project-box {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	z-index: 0;
	border-radius: 6px;
}

.project-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box:hover:after,
.project-box:hover:before {
	width: 100%;
	height: 100%;
}

.project-box .project-box-img {
	position: relative;
	overflow: hidden;
}

.project-box .project-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box .des {
	position: absolute;
	bottom: 15px;
	left: 5%;
	margin: auto;
	width: 90%;
	z-index: 5;
	background-color: #f2f1ed;
}

.item h3.tech2 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	padding: 10px;

	position: absolute;
	bottom: 0px;
	left: 5%;
	margin: auto;
	width: 90%;
	z-index: 5;
	background-color: #f2f1ed;
}

.project-box h5 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 18px 20px 18px 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box .des .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ff631b;
	opacity: 1;
	margin: auto;
	width: 50px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.project-carousel .owl-nav .owl-prev {
	margin-left: 0px;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	background-color: transparent !important;
	border-radius: 6px;
	font-size: 20px !important;
	margin: 0 12px;
	color: #666 !important;

	min-width: 48px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
	color: #ff631b !important;
}

.project-carousel .item h3,
.project-carousel .item p {
	text-align: center;
}

.item h3 {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.item img.icon {
	width: 30px;
	text-align: center;
}

.item .cat-product-weight {
	justify-content: center;
}


/* project single title */
.project-single-title {
	position: relative;
	color: #ff631b;
	font-weight: 400;
	font-size: 28px;
}

/* project info */
.project-info {
	position: relative;
	background-image: url(../img/bg/project-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.project-info:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.project-info-c {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 99, 27, 0.6);
	padding: 10px 24px;
	border-radius: 6px;
}

.project-info .table tr th,
.project-info .table tr td {
	padding: 14px 0px 14px 0px;
	color: #fff;
	font-size: 12px;
}

.project-info .table tr:last-child th,
.project-info .table tr:last-child td {
	border-bottom: 0px;
}

.project-info .table> :not(caption)>*>* {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.project-single-img img {
	border-radius: 6px;
}

/* ===================================
	09. Testimonial
=================================== */
.testimonial-area {
	position: relative;
	z-index: 0;
}

.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 310px;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #f5f5f5;
}

.testimonial-page:after {
	display: none;
}

.testimonial-item {
	padding: 40px;
	border-radius: 6px;
	background-color: #eee;
}

.testimonial-item .testimonial-info {
	margin-top: 20px;
	align-items: center;
}

.testimonial-item .testimonial-user-img img {
	width: 60px;
	height: auto;
	border-radius: 100%;
}

.testimonial-user-name {
	margin-bottom: 4px;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 500;
	color: #ff631b;
}

.testimonial-user-position {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.testimonial-item .testimonial-user {
	margin-bottom: 10px;
}

.testimonial-item p {
	margin-bottom: 0px;
	color: #000;
}

.testimonial-item p i {
	color: #ff631b;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}

.testimonial-carousel .owl-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: left;
}

.testimonial-carousel .owl-nav .owl-prev {
	margin-left: 0px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0.2) !important;
	border-radius: 6px;
	color: #333 !important;
	line-height: 30px;
	margin: 0px 2px;
	height: 30px;
	width: 30px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #ff631b !important;
	color: #fff !important;
}

/* ===================================
	10. Team
=================================== */
.team-item {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}

.team-item .image {
	overflow: hidden;
	position: relative;
}

.team-item .image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 0;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item .team-item-caption {
	background-color: #eee;
	padding: 30px;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item .team-item-caption p {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(255, 99, 27, 0.1);
	color: #ff631b;
	font-size: 11px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 500;
	border-radius: 6px;
}

.team-item .team-item-caption h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
	position: relative;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-social {
	position: absolute;
	border-radius: 6px;
	left: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0px;
	width: 40px;
	background-color: rgba(255, 99, 27, 0.2);
	border: 1px solid rgba(255, 99, 27, 0.1);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-social li a {
	color: #ff631b;
	border-bottom: 1px solid rgba(255, 99, 27, 0.1);
	padding: 7px 0;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-social li:last-child a {
	border-bottom: 0px;
}

.team-social li a:hover {
	color: #ff631b;
}

.team-item:hover .team-social {
	opacity: 1;
}

.team-item:hover .image:after {
	opacity: 0.6;
}

/* ===================================
	11. Pricing area
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	border-radius: 6px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-pricing .pricing-head {
	position: relative;
	padding: 20px;
	border-radius: 6px;
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(255, 99, 27, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-pricing .pricing-head h3 {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.single-pricing .pricing-classic-price {
	font-weight: 600;
	letter-spacing: 0;
	color: #ff631b;
	font-size: 20px;
	line-height: 25px;
}

.single-pricing .pricing-classic-price span {
	font-size: 12px;
	color: #333;
}

.single-pricing .pricing-body {
	text-align: center;
	text-align: left;
	margin-top: 20px;
}

.single-pricing ul.feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-pricing ul.feature li {
	display: block;
	font-size: 14px;
	padding: 10px 0px;
	text-transform: capitalize;
	color: #333;
}

.single-pricing ul.feature li:last-child {
	padding-bottom: 0px;
}

.single-pricing ul.feature li i {
	color: #ccc;
	margin-right: 6px;
}

.single-pricing:hover,
.single-pricing.active {
	border-color: #ff631b;
}

/* ===================================
	12. Blog
=================================== */
.blog-item {
	overflow: hidden;
	background-color: #eee;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-content {
	padding: 24px;
	position: relative;
}

.blog-item-content h6 {
	margin-bottom: 10px;
}

.blog-item-content h6 a {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-content h6 a:hover {
	color: #ff631b;
}

.blog-item .blog-item-img {
	position: relative;
}

.blog-item .blog-item-img .blog-item-meta {
	position: absolute;
	top: 15px;
	left: 15px;
}

.blog-item .blog-item-img .blog-item-meta li {
	margin-right: 0px;
}

.blog-item .blog-item-img .blog-item-meta li a {
	color: #000;
	width: 40px;
	font-size: 14px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item .blog-item-img .blog-item-meta li:last-child a {
	color: #ff631b;
}

.blog-item .blog-item-img .blog-item-meta li a:hover {
	color: #ff631b;
}

.blog-item .blog-item-img a.tag {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 8px 14px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item .blog-item-img a.tag:hover {
	color: #ff631b;
}

/* widget title */
.sidebar-widget .sidebar-widget-title {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.sidebar-widget .sidebar-widget-title:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	height: 2px;
	width: 20px;
	transform: translateY(-50%);
	background-color: #ff631b;
}

/* sidebar search */
.sidebar-search {
	position: relative;
	padding-right: 70px;
}

.sidebar-search input {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0px;
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 100%;
	padding-left: 20px;
	border-radius: 6px;
	padding-right: 65px;
	transition: all 500ms ease 0s;
}

.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 0px;
	border: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 100%;
	border-radius: 6px;
	width: 60px;
	background-color: #ff631b;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

/* categories */
.sidebar-categories {
	border-radius: 6px;
	overflow: hidden;
}

.sidebar-categories li a {
	display: block;
	padding: 20px 20px;
	color: #000;
	background-color: #f5f5f5;
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-categories li:last-child a {
	border: none;
	margin-bottom: 0px;
}

.sidebar-categories li a:after {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-categories li.active a,
.sidebar-categories li a:hover {
	padding-left: 40px;
	color: #fff;
	background-color: #ff631b;
}

.sidebar-categories li a span {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #ff631b;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-categories li.active a span,
.sidebar-categories li a:hover span {
	color: #fff;
}

.sidebar-categories li.active a:after,
.sidebar-categories li a:hover:after {
	opacity: 1;
}

/* recent post */
.sidebar-recent-post {
	border-radius: 6px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.sidebar-recent-post li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin: 0px;
	padding: 15px 15px 15px 15px;
	display: flex;
	align-items: center;
}

.sidebar-recent-post li .recent-post-img {
	margin-left: auto;
}

.sidebar-recent-post li .recent-post-img img {
	border: 2px solid rgba(0, 0, 0, 0.6);
}

.sidebar-recent-post li:last-child {
	border-bottom: none;
}

.sidebar-recent-post li .post-date {
	color: #ff631b;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
}

.sidebar-recent-post li .recent-post-des {
	margin-right: 12px;
}

.sidebar-recent-post li .post-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}

.sidebar-recent-post li .post-title a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-recent-post li .post-title a:hover {
	color: #ff631b;
}

/* popular tag */
.popular-tag {
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
	background-color: #f5f5f5;
}

.popular-tag li {
	display: inline-block;
	margin: 2px;
}

.popular-tag li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4px 10px;
	border-radius: 4px;
	color: #000;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popular-tag li a:hover {
	color: #fff;
	background-color: #ff631b;
	border-bottom: 1px solid #fff;
}

/* blog post meta */
.blog-post-meta {
	position: relative;
}

.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}

.blog-post-meta li:last-child {
	margin-right: 0px !important;
}

.blog-post-meta li a {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

.blog-post-meta li a:hover {
	color: #ff631b;
}

.blog-post-meta li:after {
	position: absolute;
	content: "/";
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}

.blog-post-meta li:last-child:after {
	display: none;
}

.blog-post-content h6 {
	color: #000;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}

.blog-post-img img {
	border-radius: 6px;
}

.blog-post-feature li {
	margin-bottom: 12px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}

.blog-post-feature li:last-child {
	margin-bottom: 0px;
}

.blog-post-feature li i {
	font-size: 10px;
	color: #ff631b;
	padding-right: 4px;
}

/* blockquote */
.blog-post-content .blockquote-main {
	position: relative;
	background-image: url(../img/bg/blockquote-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}

.blog-post-content .blockquote-main:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.blog-post-content .blockquote-main .blockquote-c {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 99, 27, 0.6);
	border-radius: 6px;
	padding: 20px;
}

.blog-post-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}

.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #ff631b;
	font-size: 12px;
	margin-top: 10px;
}

/* single tag */
.blog-single-tag li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #ff631b;
}

.blog-single-tag li a {
	color: #000;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 12px;
}

.blog-single-tag li a:hover {
	color: #ff631b;
}

.blog-single-social li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #ff631b;
}

.blog-single-social li a {
	color: #000;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 12px;
}

.blog-single-social li a:hover {
	color: #ff631b;
}

/* comments block */
.blog-post-subtitle {
	color: #ff631b;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}

.comments-block ul li {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 20px;
}

.comments-block ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.comments-block ul li ul {
	margin-left: 50px;
}

.comments-block ul li ul li {
	margin-top: 20px;
}

.comments-block ul li .d-flex .flex-shrink-0 {
	position: relative;
}

.comments-block ul li .d-flex .flex-shrink-0 img {
	border-radius: 6px;
}

.comments-block ul li ul li:last-child {
	margin-bottom: 0px !important;
}

.comments-block ul li h5 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0px;
}

.comments-block ul li h5 small {
	font-size: 12px;
	color: #333;
	width: 100%;
	display: inline-block;
}

.comments-block ul li .d-flex {
	position: relative;
}

.comments-block ul li a.reply {
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	background-color: #ff631b;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 6px;
	z-index: 2;
	display: inline-block;
	padding: 6px 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.comments-block ul li .d-flex:hover .flex-shrink-0:after {
	opacity: 1;
}

/* leave a comments block */
.leave-reply-form input {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}

.leave-reply-form textarea {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}

.leave-reply-form input:focus,
.leave-reply-form textarea:focus {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid #ff631b !important;
	color: #000;
	box-shadow: none;
}

/* ===================================
	13. Footer
=================================== */
.footer-main {
	background-color: #eee;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* footer title */
.footer-title {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

/* footer link */
.footer-link li {
	margin-bottom: 10px;
	text-align: center;
}

.footer-link li:last-child {
	margin-bottom: 0px;
}

.footer-link li a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-link li a:hover {
	color: #ff631b;
}

.footer-link li i {
	margin-right: 6px;
}

/* footer address */
.footer-address li {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.footer-address li:last-child {
	margin-bottom: 0px;
}

.footer-address li a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-address li a:hover {
	color: #ff631b;
}

/* footer social */
.footer-social {
	text-align: center;
}

.footer-social a {
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
	background-color: #ff631b;
}

/* footer copyright */
.footer-copyright {
	padding: 15px 0;
	background-color: #000;
}

.footer-copyright p {
	color: #ccc;
	font-size: 14px;
}

/* ===================================
	14. Inner page header
=================================== */
.inner-page-header-bg {
	background-image: url(../img/bg/inner-page-header-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	text-align: center;
	background-size: cover;
}

.inner-page-header-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.inner-page-title {
	padding: 100px 0;
}

.inner-page-title h1 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	font-size: 40px;
}

.inner-page-title h4 {
	color: #ccc;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.inner-page-title h4:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: -40px;
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	transform: translateY(-50%);
}

.inner-page-title h4:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	right: -40px;
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	transform: translateY(-50%);
}

/* breadcrumb */
.breadcrumb-box {
	padding: 0;
}

.breadcrumb-box .breadcrumb {
	margin: auto;
	display: inline-block;
	background-color: rgba(255, 99, 27, 0.2);
	border: 1px solid rgba(255, 99, 27, 0.1);
	padding: 6px 12px;
	border-radius: 6px;
}

.breadcrumb-box .breadcrumb li {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
}

.breadcrumb-box .breadcrumb li a {
	color: #ff631b;
}

@media (max-width: 576px) {

	.inner-page-title,
	.inner-page-header-bg {
		text-align: center;
	}

	.inner-page-title {
		padding: 20px 0;
	}

	.inner-page-title h1 {
		font-weight: 500;

		font-size: 30px;
	}

}



/* ===================================
	15. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 16px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ff631b;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}

.faq-box .accordion-item .accordion-header .accordion-button span {
	color: #fff;
	margin-right: 6px;
	font-weight: 600;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed span {
	color: #ff631b;
	margin-right: 6px;
	font-weight: 600;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after,
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}

.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}

.faq-box .accordion-item .accordion-header .accordion-button i {
	background-color: transparent !important;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed i {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.2) !important;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
}

.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}

.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 16px !important;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	font-weight: 500;
}

.faq-box .accordion-item {
	margin-bottom: 4px;
	border-radius: 6px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}

.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 20px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0, 0, 0, 0.05);
}

/* ===================================
	16. Gallery
=================================== */
.gallery-box {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #111;
	z-index: 0;
}

.gallery-box:after {
	position: absolute;
	content: "";
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 99, 27, 0.6);
	padding: 20px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-box .gallery-box-img {
	position: relative;
	overflow: hidden;
}

.gallery-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 50%;
	left: 50%;
	top: 50%;
	bottom: 50%;
	background-color: #ff631b;
	opacity: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transform: translate(-50%);
	text-align: center;
	border-radius: 6px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-box:hover .readmore {
	opacity: 1;
}

/* ===================================
	17. Error page 404
=================================== */
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 26px;
	color: #000;
}

.error-page-img img {
	border-radius: 6px;
}

/* ===================================
	18. Contact us
=================================== */



.contact-us-page {
	margin-top: 30px;
	width: 80%;
	min-height: 100px;
}

.contact-us-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.contact-us-page .card {
	display: flex;
	flex-direction: row;
	border: 1px solid #00c8c8;
	border-radius: 0px;
	background: #fff;
	padding: 30px;
	padding-right: 15px;
	flex: 1 1 calc(50% - 20px);
	min-width: 300px;
}

.contact-us-page .nocard {
	display: flex;
	flex-direction: row;
	padding: 20px;
	flex: 1 1 calc(50% - 20px);
	width: 100%;
}

.contact-us-page .nocard img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.contact-us-page .photo {
	max-width: 30%;
	margin-right: 50px;
	display: flex;
	justify-content: center;
	/* poziomo */
	align-items: center;
	/* pionowo */
}

.contact-us-page .photo img {
	width: 100%;
	border-radius: 4px;
	display: block;
	max-width: 100%;
	height: auto;
}

.contact-us-page .info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-us-page .name {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.contact-us-page .title {
	margin-bottom: 25px;
	color: #444;
}

.contact-us-page .contact p {
	display: flex;
	align-items: flex-start;
	margin: 0 0 8px;
	color: #333;
	line-height: 20px;
	gap: 15px;
}

.contact-us-page .contact i {
	flex: 0 0 20px;
	text-align: center;
	color: #00b894;

}

.contact-us-page .contact a {
	display: inline;
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-us-page .contact a:hover {
	color: #00a8a9;
}

div.contact-us-page.container {
	width: 100%;

}

@media (max-width: 1600px) {
	.contact-us-page .card {
		padding: 20px;
		padding-left: 30px;
	}

}


@media (max-width: 1200px) {

	.contact-us-page .photo {

		margin-right: 30px;
	}
}





@media (max-width: 990px) {
	.contact-us-page {
		flex-direction: column;
	}


	.contact-us-page .photo {

		margin-right: 60px;
	}

	.contact-us-page .nocard {
		display: none;
	}


}


@media (max-width: 560px) {


	.contact-us-page .card {
		flex-direction: column;
	}

	.contact-us-page .name,
	.contact-us-page .title {
		text-align: center;
	}

	.contact-us-page .photo {
		margin: 0 auto 15px auto;
	}

}

.contact-box .col-lg-4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* wyśrodkuje w pionie */
}



.contact-box {
	margin-bottom: 22px;
}

.contact-box:last-child {
	margin-bottom: 0px;
}

.contact-box .icon {
	font-size: 20px;
	margin-bottom: 6px;
	color: #ff631b;
	display: inline-block;
}

.contact-box .head,
.contact-box h2,
.contact-box h3 {
	line-height: 22px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}

.contact-box p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #333;
	width: 100%;
	display: inline-block;
}

.contact-box a {
	font-size: 14px;
	margin-bottom: 0px;
	color: #333;
	width: 100%;
	display: inline-block;
}

.contact-box a:hover {
	color: #00a8a9;
}

.contact-form-map {
	background-color: #111;
}

/* contact form */
.contact-form h2 {
	color: #ff631b;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}

.contact-form input {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}

input[type="checkbox"] {
	width: 16px;
	/* standardowa szerokość */
	height: 16px;
	/* standardowa wysokość */
	vertical-align: middle;
	/* wyrównanie do tekstu */
}

.messages p {
	font-size: 14px;
}

.rodo-info {
	font-size: 0.8rem;
	line-height: 2;
}


.contact-form textarea {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background-color: rgba(255, 99, 27, 0.1);
	border: 1px solid #ff631b !important;
	color: #000;
	box-shadow: none;
}

.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}

.contact-img {

	text-align: center;

}

.contact-img img {
	border-radius: 6px;


}

/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 6px;
	overflow: hidden;
}


/* zdjecia-minikoparki-Kubota */
.image-wrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-wrapper img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.title-fixed {
	min-height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

/* Wyświetlanie produktu w minikoparki Kubota */

.cat-product-link {
	transition: transform .6s ease, outline 0.2s ease;
	transform-origin: center center;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);

	padding: 20px;
	padding-top: 5px;


}

.cat-product-link:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	transform: scale(0.95);

}

.cat-product-link:hover .cat-product-title {
	color: #ff631b;
	transition: color 0.3s ease;
}

.cat-product-link {
	text-decoration: none;
	display: block;
}

.cat-product-link:hover {
	text-decoration: none;
	color: inherit;
}

.cat-product-title-wrapper {
	margin-top: 0.5rem;
	text-align: center;
}

.cat-product-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	min-height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cat-product-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat-product-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* wspólny styl dla wierszy parametrów */
.cat-product-weight,
.cat-product-dimensions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cat-product-dimensions {
	margin-top: 0.5rem;
}

.cat-product {
	text-align: center;
	/* to wyśrodkuje zawartość blokową inline */
}

.cat-product-meta {
	margin-top: 1rem;
	display: inline-block;
	/* ustawia szerokość na zawartość */
	text-align: left;
	/* ale wnętrze (ikonka + tekst) nadal wyrównane do lewej */
}


/* ikony */
.cat-product-weight img,
.cat-product-dimensions img {
	width: 35px;
}

/* wartości */
.cat-product-weight span,
.cat-product-dimensions span {
	font-size: 1.2rem;
	font-weight: 700;
	color: #007b7c;
	margin-left: 30px;
}


@media (max-width: 1200px) {

	.cat-product-weight img,
	.cat-product-dimensions img {
		width: 50px;
		margin-right: 4px;
	}

	.cat-product-weight span {
		font-size: 1.4rem;

	}

	.cat-product-dimensions span {
		font-size: 1.2rem;

	}
}

@media (max-width: 460px) {

	.cat-product-dimensions,
	.cat-product-weight {
		margin: 0.2rem;

	}

	.cat-product-dimensions span {
		font-size: 1.4rem;

	}

	.cat-product-image {
		height: 200px;
	}

	.cat-product-meta {
		margin-top: 0.5rem;

	}

	.cat-product-weight img,
	.cat-product-dimensions img {
		width: 50px;
		margin-right: 2px;
	}

	.cat-product-weight span {
		font-size: 1rem;

	}

}

h2.tech {
	font-size: 24px;
	font-weight: 700;
}

h3.tech {
	font-size: 20px;
	font-weight: 600;
}

/* -- Sticky Product Page */

.sticky-links {
	position: fixed;
	bottom: 5%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}

.sticky-link {
	display: flex;
	align-items: center;
	width: 200px;
	/* szerokość pełna */
	height: 60px;
	background-color: #333;
	color: white;
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	overflow: hidden;

	/* PRZESUNIĘCIE KWADRATU PO PRAWEJ */
	transform: translateX(140px);
	transition: transform 0.3s ease;
}

.sticky-link:hover {
	transform: translateX(0);
}

.sticky-link img {
	width: 40px;
	height: 40px;
	margin: 10px;
	flex-shrink: 0;
	display: block;
}

.sticky-link span {
	white-space: nowrap;
	padding-left: 40px;
	opacity: 1;
	/* napis zawsze widoczny, bo link cały wysunięty */
}

@media (max-width: 768px) {
	.sticky-links {
		display: none;
	}
}

/*  BREADCRUMP */

.breadcrumb-wrapper {
	font-size: 0.95rem;
	padding: 1rem;
}

.breadcrumb {
	margin-bottom: 0;
	background: transparent;
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	padding: 0 0.5rem;
	color: #6c757d;
}

.breadcrumb a {
	color: #00a8a9;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #FF631B;
	font-weight: 500;
}

@media (max-width: 576px) {
	.breadcrumb-wrapper {
		display: none;
	}
}

/*  Formularz po wciśnięciu przycisku   */

.custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
}

.custom-modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: 80%;
	max-width: 800px;
	height: 70vh;
	overflow-y: auto;
	position: relative;
}

.custom-close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.open-modal-btn {
	cursor: pointer;
}

/*  Dane techniczne zwijane produkt   */

.product-parametr-value {
	margin-top: 0.6rem;
	font-size: 1.5rem;
	color: #00a8a9;
	font-weight: bold;
	list-style: none;
}

.product-parametr-descript {
	font-size: 1rem;
	color: #222;
	font-weight: 400;
	list-style: none;
}

.product-parametr-line {
	width: 50%;
	height: 1px;
	background-color: orange;
	margin: 0 auto;
	margin-top: 0.6rem;
	list-style: none;
}

.more-data {
	margin-top: 30px;
}

.revers {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 0.5rem;
}


.project-carousel {
	position: relative;
	padding: 0 50px;
	/* miejsce na strzałki */
}

.project-carousel .owl-nav {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.project-carousel .owl-nav button {
	background: none;
	border: none;
	font-size: 2rem;
	color: #333;
	pointer-events: all;
	transition: color 0.2s ease;
}

.project-carousel .owl-nav button:hover {
	color: #00a8a9;
}

@media (max-width: 767.98px) {

	.project-carousel {
		padding: 0 50px;
	}


	.product-parametr-value {
		margin-top: 0.1rem;
		font-size: 1rem;
	}

	.product-parametr-descript {
		font-size: 0.8rem;
	}

	.product-parametr-line {
		margin-top: 0.4rem;
	}


	.more-data {
		margin-top: 10px;
	}
}

/*  Dane techniczne zwijane produkt   */

.project-box-img {
	display: flex;
	justify-content: center;
	/* poziome wyśrodkowanie */
	align-items: center;
	/* pionowe wyśrodkowanie */
	height: 200px;
	/* ustalona wysokość kontenera */
	overflow: hidden;
}

.project-box-img img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	/* dopasowuje obraz w całości */
}

.project-box h5 {
	padding: 10px;
	padding-left: 20px;
}

/*  KONIEC - Dane techniczne zwijane produkt   */


h1.subcategory {
	font-size: 2rem;
	color: #00a8a9;
}

h2.subcategory {
	font-size: 30px;
	margin-bottom: 10px;
}

span.product-category {
	font-size: 1.5rem;
	color: #00a8a9;
}

h1.product-name {
	font-size: 2rem;
	color: #e84e0f;
	margin-bottom: 1rem;
}



.gallery-wrapper {

	/* szerokość galerii — dopasuj do 4 kolumn */
	margin: 0 auto;
	/* wyśrodkowanie galerii na stronie */
	padding: 0 10px;
	/* trochę paddingu po bokach, opcjonalnie */
	box-sizing: border-box;
}


.gallery-masonry {
	column-width: 200px;
	/* minimalna szerokość kolumny */
	column-gap: 16px;
	max-width: 800px;
	margin: 0 auto;
}



.gallery-box {
	break-inside: avoid;
	margin-bottom: 16px;
	width: 100%;
}

.gallery-box-img {
	text-align: center;
	/* wyśrodkowanie obrazków */
}

.gallery-box-img img {
	display: inline-block;
	max-width: 90%;
	/* obrazek trochę mniejszy niż kolumna */
	height: auto;
}

.gallery-box-img img {
	max-width: 100%;
	/* dopasowanie do szerokości kolumny */
	height: auto;
	display: block;
	margin: 0 auto;
}


.product-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	text-align: center;
	min-height: 80px;
	margin: 2rem 0;
}

.product-icon {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.icon-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.icon-image img {
	max-width: 75%;
	height: auto;
	max-height: 80px;
	/* lub dowolna inna wartość */
}

.icon-text {
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 0.8rem;
}


@media (max-width: 991px) {
	.dropdown-menu {
		display: block !important;
		position: relative;
		float: none;
		background-color: transparent;
		border: none;
		padding-left: 1rem;
	}

	.dropdown-menu .dropdown-item {
		padding-left: 0;
	}
}




/*  SLIDER MINIKOPARKI  */

.other-ex-title h2 {
	margin: 50px;
}


.other-ex-carousel {
	width: 90%;
	margin: 0 auto;
}


@media (max-width: 768px) {




	.other-ex-title h2 {
		margin: 20px;
		font-size: 30px;
		margin-bottom: 0;
	}

	.other-ex-carousel {
		width: 100%;
		margin: 0 auto;
	}

	.project-carousel {
		padding: 15px;
	}

	.item h3 {
		font-size: 1.4rem;
	}


	.cat-product-dimensions,
	.cat-product-weight {
		margin: 0.4rem;
	}


	.cat-product-weight img,
	.cat-product-dimensions img {
		width: 20px;
		margin-right: 2px;
	}

	.cat-product-weight span {
		font-size: 1.5rem;
	}

	h2.subcategory {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 30px;
	}


}

@media (max-width: 992px) {
	div.logo-box img {
		max-width: 50%;
	}

	.footer-social a {
		font-size: 22px;
		height: 35px;
		line-height: 35px;
		width: 35px;
	}


}