* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}



body {

	font-family: 'Poppins', sans-serif;

	font-weight: 400;

	color: #363636;

}



a {

	text-decoration: none;

	-moz-transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

.text-theme {
	color: #401e0e !important;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #000000;
	padding: 6px 40px;
	border-radius: 50px;
}

.btn-white i {
	font-size: 12px;
}

.btn-white:hover {
	background-color: transparent;
	border-color: #fff;
	color: #ffffff;
}

.btn-theme {
	background-color: #401e0e;
	border-color: #401e0e;
	color: #fff;
	padding: 6px 40px;
	border-radius: 50px;
}

.btn-theme i {
	font-size: 12px;
}

.btn-theme:hover {
	background-color: transparent;
	border-color: #401e0e;
	color: #401e0e;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5555;
}

.offcanvas {
	background-color: #401e0e;
}

.hero-section .banner-slide {
	position: relative;
}

.hero-section .banner-slide img {
	width: 100%;
}

.hero-section .banner-slide .banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.hero-section .banner-slide .banner-content .banner-heading {
	font-size: 40px;
	color: #fff;
}

.hero-section .banner-slide .banner-content .banner-subheading {
	font-size: 32px;
	background-color: #fff;
	display: inline;
	padding: 0 10px;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
	background: #401e0e;
	border-color: #401e0e;
}

.section-padding {
	padding: 90px 0;
}


.about-section .video-one-section {
	margin-top: 45px;
	border-radius: 10px;
	overflow: hidden;
}

.video-one-section .video-one-outer {
	position: relative;
}

.video-one-section .video-one-outer .btn-play {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	border: 0;
}

.section-heading {
	font-size: 36px;
	font-weight: 600;
	color: #232323;
}

.btn-one-lg {
	padding-left: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	min-width: 160px;
	text-align: start;
}



.featured-section .featured-slide {
	position: relative;
}

.featured-section .featured-slide img {
	width: 100%;
}

.featured-section .featured-content {
	position: absolute;
	z-index: 22;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding-top: 130px;
	color: #fff;
}

.featured-section .featured-content h2 {
	font-size: 36px;
}

.featured-section .featured-content p {
	line-height: 1.75;
}

.swiper-nav-btns {
	position: absolute;
	bottom: 40px;
	left: 0%;
	width: 100%;
	z-index: 22;
}

.swiper-nav-btns>.container {
	background-color: #fff;
	width: 100%;
	height: 80px;
	position: relative;
	border-radius: 10px;
}

.swiper-nav-btns .featured-button-prev,
.swiper-nav-btns .featured-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.swiper-nav-btns .featured-button-prev {
	left: 40px;
}

.swiper-nav-btns .featured-button-next {
	right: 40px;
}

.spec-section {
	padding: 60px 0;
}

.spec-section .spec-slide {
	text-align: center;
}

.spec-section .spec-slide img {
	width: auto;
	height: 50px;
	margin-bottom: 15px;
}

.spec-section .spec-slide p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1;
}

.product-section {
	background-color: #f5f5f5;
}

.section-heading-center {
	position: relative;
	text-align: center;
	font-size: 34px;
	padding-bottom: 10px;
	color: #232323;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.section-heading-center::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	background-color: #401e0e;
	width: 30px;
	height: 3px;
	transform: translateX(-50%);
}

.product-swiper {
	position: relative;
}

.swiper-outer {
	position: relative;
}

.swiper-outer [class*="product-swiper-button"] {
	/* width: 40px; */
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 55;
	transform: translateY(calc(-50% - 63px));
	border: 0;
	background-color: transparent;
	font-size: 26px;
	padding: 0;
	color: #301407;
}


.swiper-outer .product-swiper-button-prev {
	left: -30px;
}

.swiper-outer .product-swiper-button-next {
	right: -30px;
}

.product-card img {
	width: 100%;
	/*aspect-ratio: 5 / 7;*/
	object-fit: cover;
}

.product-card a {
	display: block;
	color: inherit;
	margin-top: 15px;
}

.product-card a p {
	margin-bottom: 0;
}


.testimonial-section {
	background-image: -moz-linear-gradient(108deg, #eaeaea 0%, #f5f5f5 51%, #eaeaea 100%);
	background-image: -webkit-linear-gradient(108deg, #eaeaea 0%, #f5f5f5 51%, #eaeaea 100%);
	background-image: -ms-linear-gradient(108deg, #eaeaea 0%, #f5f5f5 51%, #eaeaea 100%);
}

.testimonial-section .testimonial-text-slider .testimonial-text {
	position: relative;
	padding: 0 60px;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 40px;
}

.testimonial-section .testimonial-text-slider .testimonial-text::before {
	content: "\f10d";
	left: 0px;
	top: 0;
	font-size: 30px;
}

.testimonial-section .testimonial-text-slider .testimonial-text::after {
	content: "\f10e";
	right: 0px;
	bottom: 0;
	font-size: 40px;
}

.testimonial-section .testimonial-text-slider .testimonial-text::before,
.testimonial-section .testimonial-text-slider .testimonial-text::after {
	position: absolute;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #b6b6b6;
}

.testimonial-img {
	text-align: center;
}

.testimonial-img img {
	width: 80px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: contain;
}

.testimonial-section .testimonial-img-slider .swiper-slide img {
	scale: 0.7;
	border: 3px solid #959595;
}

.testimonial-section .testimonial-img-slider .swiper-slide-thumb-active img {
	scale: 1;
	border-color: #401e0e;
}

.testimonial-section .testimonial-img-slider .swiper-slide-thumb-active p {
	color: #401e0e;
}

.testimonial-section .testimonial-img-slider {
	position: static;
}

.testimonial-section .testimonial-img-slider .testimonial-swiper-button-next,
.testimonial-section .testimonial-img-slider .testimonial-swiper-button-prev {
	position: absolute;
	z-index: 55;
	top: 50%;
	border: 0;
	background-color: transparent;
	/* width: 30px; */
	font-size: 24px;
	transform: translateY(-50%);
}

.testimonial-section .testimonial-img-slider .testimonial-swiper-button-prev {
	left: 0;
}

.testimonial-section .testimonial-img-slider .testimonial-swiper-button-next {
	right: 0;
}

.faq-section {
	background-color: #fff;
}

.accordion .accordion-item .accordion-button {
	border-bottom: 1px solid #bfbfbf;
	background-color: transparent !important;
	border-radius: 0 !important;
	position: relative;
	padding-left: 40px;
	font-size: 18px;
}

.accordion .accordion-item .accordion-button::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "Q";
	font-size: 14px;
	background-color: #401e0e;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
}

.accordion .accordion-item .accordion-button::after {
	width: 15px;
	height: 15px;
	background-size: 15px;
	transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(0deg) !important;
}

.accordion .accordion-item .accordion-button:focus {
	box-shadow: none !important;
}

.accordion .accordion-item .accordion-body {
	position: relative;
	padding-left: 40px;
	color: #666666;
}

.accordion .accordion-item .accordion-body::before {
	position: absolute;
	left: 0;
	top: 30px;
	content: "A";
	font-size: 14px;
	background-color: #b5b5b5;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
}

.accordion .accordion-item {
	border: 0 !important;
}

.footer {
	background-color: #232323;
	padding: 60px 0;
}

.footer .footer-nav {
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.footer .footer-nav .nav-item:first-of-type .nav-link {
	padding-left: 0;
}

.footer .footer-nav .nav-link {
	color: #fff;
	font-size: 14px;
}

.footer .footer-text {
	display: flex;
	gap: 20px;
}

.footer .footer-text .footer-text-left {
	flex-grow: 1;
	color: #6c6c6c;
	font-size: 14px;
}

.footer .footer-text .footer-text-left .footer-text-mid {
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.footer .footer-text .footer-text-left p {
	margin-bottom: 0;
}

.footer .footer-text .footer-text-left p a {
	color: inherit;
}

.footer .footer-text .footer-text-right p {
	margin-bottom: 0;
	text-align: center;
	color: #6c6c6c;
	margin-top: 10px;
	font-size: 12px;
}


.inner-banner-section {
	padding: 200px 0 140px;
	text-align: center;
	background-image: url('../images/inner-banner.jpg');
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-banner-section h1 {
	position: relative;
	color: #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.inner-banner-section h1::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	background-color: #ffffff;
	width: 30px;
	height: 3px;
	transform: translateX(-50%);
}

.about-inner .section-heading {
	margin-bottom: 40px;
}


.testimonial-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 40px;
}


.testimonial-inner .testimonial-img {
	flex-shrink: 0;
	color: #401e0e;
	width: 100px;
}

.testimonial-inner .testimonial-inner-text {
	position: relative;
	padding: 40px;
	background-color: #f8f8f8;
	min-height: 220px;
}

.testimonial-inner .testimonial-inner-text p:last-of-type {
	margin-bottom: 0;
}

.testimonial-inner .testimonial-img img {
	width: 50px;
	border: 1px solid #401e0e;
}

.testimonial-inner .testimonial-inner-text::after {
	content: "\f10e";
	right: 40px;
	bottom: 0;
	font-size: 40px;
	position: absolute;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #b6b6b6;
	transform: translateY(50%);
}

.testimonial-outer {
	position: relative;
}

.testimonial-outer .testimonial-inner-swiper-button-prev,
.testimonial-outer .testimonial-inner-swiper-button-next {
	position: absolute;
	top: calc(50% - 40px);
	z-index: 22;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: 24px;
}

.testimonial-outer .testimonial-inner-swiper-button-prev {
	left: -35px;
}

.testimonial-outer .testimonial-inner-swiper-button-next {
	right: -35px;
}


.product-banner-section {
	background-image: url('../images/product-banner.jpg');
}

.product-inner-section .section-subheading {
	color: #1e1e1e;
}

.product-container {
	margin-top: 50px;
}

.product-container .nav {
	margin-bottom: 40px;
	background-color: #f8f8f8;
	padding: 10px;
	border-radius: 8px;
	row-gap: 20px;
}

.product-container .nav .nav-link {
	color: #232323;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 8px 25px;
}

.product-container.product-gallery .nav .nav-link {
	text-transform: capitalize;
}

.product-container .nav .nav-link.active {
	background-color: #fff;
	color: #401e0e;
	font-weight: 600;
	box-shadow: 0px 4px 8px 0px rgba(109, 109, 109, 0.22);
}

.pagination-block {
	margin-top: 30px;
}

.pagination-block nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination-block nav .page-item .page-link {
	padding: 5px 8px;
	border: 0;
	background: transparent;
	color: #919191;
}

.pagination-block nav .page-item:hover .page-link,
.pagination-block nav .page-item.active .page-link {
	color: #1e1e1e;
}

.pagination-block nav .btn-nav {
	display: inline-block;
	background-color: #401e0e;
	color: #fff;
	padding: .45rem 0.95rem;
	font-size: 14px;
	width: 140px;
	text-align: center;
	border-radius: 5px;
}

.pagination-block nav .btn-nav:hover {
	background-color: #232323;
}


.pagination-block nav ul {
	margin-bottom: 0;
}

.single-product-section .single-product-details {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.single-product-section .product-sepcs {
	background-color: #f8f8f8;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border-radius: 10px;
	row-gap: 8px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-product-section .product-sepcs li {
	width: 50%;
	list-style: none;
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}

.single-product-section .product-sepcs li::before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #401e0e;
}

.single-product-section .info-btns {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: auto;
}

.single-product-section .info-btns a {
	background-color: #f8f8f8;
	display: flex;
	position: relative;
	padding: 8px 20px 8px 50px;
	color: #1e1e1e;
	font-weight: 500;
	border-radius: 50% 5px 5px 50%;
	white-space: nowrap;
}

.single-product-section .info-btns a img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	background-color: #401e0e;
	padding: 10px;
	border-radius: 50%;
}

.single-product-img-section {
	background-color: #f8f8f8;
}

.single-product-section .product-name {
	border-bottom: 1px solid rgba(30, 30, 30, 0.20);
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
} 

.single-product-img-slider {
	position: relative;
}

.single-product-img-slider img {
	width: 100%;
}

.single-product-img-slider .nav-btn-product {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
	display: flex;
	align-items: center;
}

.single-product-img-slider .nav-btn-product>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-product-img-slider .nav-btn-product .slider-btn-single-next,
.single-product-img-slider .nav-btn-product .slider-btn-single-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 0;
	background-color: #ffffffd6;
}

.faq-banner-section {
	background-image: url('../images/faq-banner.jpg');
}


.faq-inner-section .card-gray-one {
	background-color: #f8f8f8;
	padding: 40px 30px;
	height: 100%;
}

.faq-inner-section .card-gray {
	background-color: #f8f8f8;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.faq-inner-section .card-gray img {
	height: 60px;
	width: auto;
	margin-bottom: 30px;
}

.faq-inner-section .card-gray p {
	text-align: center;
	font-size: 16px;
}

.faq-inner-section .accordion .accordion-item {
	background-color: #f8f8f8;
	margin-bottom: 20px;
}

.faq-inner-section .accordion .accordion-item .accordion-button {
	border-bottom: 0;
}

.faq-inner-section .accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: #401e0e !important;
}

.faq-inner-section .accordion .accordion-item .accordion-button::before {
	left: 5px;
	background-color: transparent;
	width: 25px;
	height: 25px;
	color: #401e0e;
	font-weight: 600;
	font-size: 18px;
}


.faq-inner-section .accordion .accordion-item .accordion-body::before {
	left: 5px;
	background-color: transparent;
	width: 25px;
	height: 25px;
	color: #401e0e;
	font-weight: 600;
	font-size: 18px;
}

.faq-inner-section .accordion-button:not(.collapsed)::before {
	color: #fff !important;
}

.faq-inner-section .accordion-button:not(.collapsed)::after {
	filter: invert(1);
}


.btn-img-vid {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 140px;
	height: 140px;
	background-color: #f8f8f8;
	border: 0;
	color: inherit;
}

.btn-img-vid img {
    margin-bottom: 15px;
    width: 54px;
}

.btn-img-vid:hover {
	background-color: #ededed;
}

.gallery-banner-section {
	background-image: url(../images/gallery-banner.jpg);
}

.product-container.product-gallery .product-card {
	background-color: #f8f8f8;
	position: relative;
	height: 100%;
}

.product-container.product-gallery .product-card .product-card-body {
	padding: 10px;
}

.product-container.product-gallery .product-card .product-card-body p {
	margin-bottom: 0;
}

.product-container.product-gallery .product-card img {
	aspect-ratio: 23 / 18;
}

.product-container.product-gallery.product-gallery-vid .product-card .product-card-body {
	text-align: center;
}

.product-container.product-gallery.product-gallery-vid .product-card img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.product-container.product-gallery.product-gallery-vid .product-card .product-card-img {
	position: relative;
}

.product-container.product-gallery.product-gallery-vid .product-card .btn-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
	background: transparent;
	border: 0;
}

.product-container.product-gallery.product-gallery-vid .product-card .btn-play img {
	width: 50px;
	height: 50px;
	aspect-ratio: auto;
}

.tech-section h1 {
	font-size: 36px;
	font-weight: 900;
}
.tech-section h1 span {
    font-family: "Mr Dafoe", cursive;
    margin-left: 15px;
    font-size: 42px;
}

.tech-section h2 {
	font-size: 32px;
	font-weight: 600;
}

.tech-product-sepcs {
	list-style-type: none;
	counter-reset: list-counter;
	margin-top: 30px;
}

.tech-product-sepcs li {
	counter-increment: list-counter;
	position: relative;
	margin-bottom: 20px;
}

.tech-product-sepcs li::before {
	content: counter(list-counter);
	position: absolute;
	left: -30px;
	top: 3px;
	font-size: 12px;
	border: 1px solid #401e0e;
	color: #401e0e;
	font-weight: 600;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.tech-strip-section {
	position: relative;
	background-color: #f8f8f8;
	overflow: hidden;
}

.tech-strip-section .strip-img-block img {
	position: relative;
	z-index: 5;
}

.tech-strip-section .tech-strip {
	background-color: #401e0e;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tech-strip-section .tech-strip .tech-strip-inner { 
	padding-top: 40px ;
	padding-bottom: 40px;
}

.tech-strip-section .tech-strip .tech-strip-inner .border-text {
    position: absolute;
    bottom: calc(100% - 10px);
    right: 50%;
    width: 50%;
}

.tech-strip-section h2 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
}

.tech-strip-section .btn {
	background-color: #fff;
	border-color: #fff;
	color: #401e0e;
	border-radius: 0;
}

.tech-strip-section .btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	border-radius: 2px;
}

.contact-banner-section {
	background-image: url('../images/contact-banner.jpg');
}

.contact-text {
	display: flex;
	gap: 20px;
}

.contact-text .contact-text-left {
	flex-grow: 1;
	font-size: 14px;
	color: #1e1e1e;
}

.contact-card {
	position: relative;
	padding-left: 25px;
}

.contact-card a {
	color: inherit;
}

.contact-card .contact-icon {
	position: absolute;
	left: 0;
	top: 3px;
}

.contactform-section {
	background-color: #f8f8f8;
	overflow: hidden;
}

.contactbgblock {
	position: relative;
	padding-bottom: 40px;
}

.contactbgblock::after {
	position: absolute;
	content: "";
	left: calc(100% + 40px);
	top: 0;
	width: 50vw;
	height: 100%;
	background-image: url('../images/contact-img.jpg');
	background-size: cover;
}

.contactform-section h2 {
	font-size: 36px;
	color: #1e1e1e;
	margin-bottom: 40px;
}

.contactform-section .contact-form-block .form-label {
	color: #1e1e1e;
}

.contactform-section .contact-form-block .form-control {
	padding: 0.575rem 0.90rem;
	border-radius: 5px;
}

.contactform-section .contact-form-block .form-control:focus {
	box-shadow: none;
}

.contactform-section .contact-form-block .form-control::placeholder,
.contactform-section .contact-form-block label.form-control {
	color: rgba(30, 30, 30, 0.30);
}

.contactform-section .contact-form-block label.form-control.active-lable {
	color: #212529;
}

.contactform-section .contact-form-block .input-group .form-control {
	border-right: 0;
}

.contactform-section .contact-form-block .input-group .input-group-text {
	background-color: #fff;
}

.contactform-section .contact-form-block .input-group .input-group-text .btn-primary {
	background-color: #401e0e;
	border-color: #401e0e;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
}

.contactform-section .contact-form-block .input-group .input-group-text .btn-primary img {
	width: 20px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.tech-banner-section {
	background-image: url('../images/techspecs-banner.jpg');
}


@media (max-width: 991px) {
	.featured-section .featured-content {
		padding-top: 40px;
	}

	.swiper-nav-btns>.container {
		height: 50px;
	}

	.tech-strip-section .strip-img-block img {
		width: 100%;
	}

	.tech-strip-section .tech-strip {
		color: #fff;
		position: inherit;
		transform: translateY(0);
	}

	.tech-strip-section {
		padding-top: 120px;
	}
	.tech-strip-section .tech-strip .tech-strip-inner {
		position: relative; 
	}
	.tech-strip-section .tech-strip .tech-strip-inner .border-text {
		position: absolute;
		bottom: calc(100% - 10px);
		left: 0;
		right: unset;
		width: 100%;
	}
	.tech-strip-section .strip-img-block {
		position: relative;
	}

	.tech-strip-section .strip-img-block::before {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		top: 0;
		background-color: #401e0e;
		width: calc(100vw + 200px);
		height: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.swiper-nav-btns {
		padding: 0 15px;
	}

	.featured-section .featured-slide img {
		object-fit: cover;
		aspect-ratio: 5 / 3;
	}

	.testimonial-inner {
		flex-direction: column;
	}

	.pagination-block nav .btn-nav {
		width: auto;
	}

	.pagination-block nav .btn-nav span span {
		display: none;
	}

	.contactbgblock::after {
		content: unset;
	}
}

@media (max-width: 630px) {

	.swiper-outer .product-swiper-button-prev,
	.swiper-outer .product-swiper-button-next {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
	}

	.swiper-outer .product-swiper-button-prev {
		left: 10px;
	}

	.swiper-outer .product-swiper-button-next {
		right: 10px;
	}
}

@media (max-width: 574px) {
	.section-padding {
		padding: 40px 0;
	}

	.featured-section .featured-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.featured-section .featured-slide img {
		object-fit: cover;
		aspect-ratio: 5 / 4;
	}

	.featured-section .featured-content h2 {
		font-size: 24px;
	}

	.featured-section .featured-content p {
		font-size: 14px;
	}

	.swiper-nav-btns {
		position: relative;
		margin-top: 15px;
	}

	.swiper-nav-btns .featured-button-prev {
		left: 15px;
	}

	.swiper-nav-btns .featured-button-next {
		right: 15px;
	}

	.swiper-nav-btns>.container {
		height: 50px;
		background-color: #401e0e;
	}

	.swiper-nav-btns .featured-button-prev,
	.swiper-nav-btns .featured-button-next {
		color: #fff;
		font-size: 14px;
	}

	.testimonial-section .testimonial-text-slider .testimonial-text {
		padding: 40px 0;
	}

	.footer .footer-text {
		flex-direction: column-reverse;
		align-items: center;
	}

	.hero-section .banner-slide img {
		width: 100%;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}

	.inner-banner-section {
		padding: 135px 0 125px;
	}

	.about-inner .section-heading {
		margin-bottom: 25px;
	}

	.testimonial-outer {
		padding: 0 25px;
	}

	.testimonial-outer .testimonial-inner-swiper-button-prev {
		left: 0;
	}

	.testimonial-outer .testimonial-inner-swiper-button-next {
		right: 0;
	}

	.testimonial-inner .testimonial-inner-text {
		padding: 25px;
	}

	.product-container .nav .nav-link {
		padding: 5px 15px;
	}

	.single-product-img-slider .nav-btn-product .slider-btn-single-next,
	.single-product-img-slider .nav-btn-product .slider-btn-single-prev {
		width: 40px;
		height: 40px;
	}

	.single-product-section .product-sepcs li {
		width: 100%;
	}

	.contact-text {
		flex-direction: column-reverse;
		align-items: center;
	}

	.contact-text .contact-text-left {
		width: 100%;
	}

}



@media (min-width: 1500px) {

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

	.featured-section .featured-content {
		padding-top: 0;
		display: flex;
		align-items: center;
	}
}