:root {
	/* --greenColor: #064e42; */
	--whiteColor: #fff;
	--darkColor: #161616;
	/* --lightOrangeColor: #f6a74a; */
	--lightOrangeColor: #f5f5f5;
	--lightGrayColor: #f5f5f5;
	--darkGreenColor: #064e42;
	/* --greenColor: #006a4e; */
	--yellowColor: #fec200;
	--orangeColor: #f6a74a;
	/* --redColor: #8b0101; */
	--greenColor: #1b91ca;
	--redColor: #00bcd4;
    /* color combination  from 1b91ca and 00bcd4 */
    --lightOrangeColor: #00bcd4;

}
@font-face {
	font-family: "Calibri";
	src: url(../fonts/calibri-bold-italic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "Calibri";
	src: url(../fonts/calibri-bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Calibri";
	src: url(../fonts/calibri-italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Calibri";
	src: url(../fonts/calibri-regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
.bg-color-red,
.bg-0 {
	background: var(--redColor);
}
.bg-color-lightOrange,
.bg-1 {
	background: var(--lightOrangeColor);
}
.bg-color-lightGray,
.bg-66 {
	background: var(--lightGrayColor);
}
.bg-color-yellow,
.bg-2 {
	background: var(--yellowColor);
}
.bg-color-lightGreen,
.bg-3 {
	background: var(--greenColor);
}
.bg-color-darkGreen,
.bg-4 {
	background: var(--darkGreenColor);
}
.bg-color-dark,
.bg-5 {
	background: var(--darkColor);
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none !important;
	box-sizing: border-box;
	scroll-behavior: smooth !important;
}
a:hover {
	color: var(--redColor);
}
div.theatre-cover-loader,
div.theatre-cover {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0 0 0 / 0.9);
	z-index: 100000;
	display: none;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
	overflow: auto;
}
div.theatre-cover-loader img,
div.theatre-cover img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #161616;
}
.breadcrumb-area {
	background: #eee !important;
}
.trust {
	background: #dffff4;
	padding: 10px;
	margin-bottom: 10px;
}
.ssl {
	background: #fff5eb;
	padding: 10px;
}
.trust img,
.ssl img {
	width: 100%;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.top-bar {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.top-bar ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
}
.top-bar ul li a,
.top-bar ul li {
	font-size: 14px;
	font-weight: 600;
}
.top-bar ul li span.theme-color {
	color: var(--redColor);
}
.top-bar ul li a.main-theme-btn {
	padding: 10px 20px;
	border-radius: 20px;
	background: var(--redColor);
	color: var(--whiteColor);
}
.top-bar ul li a.main-theme-btn:hover {
	opacity: 0.9;
}
@media (max-width: 991px) {
	.top-bar ul {
		text-align: center;
		display: block;
	}
	.top-bar ul li {
		display: inline-block;
	}
	.top-bar ul li.social-icon {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.top-bar {
		display: none;
	}
}
@media (max-width: 520px) {
	.display-medium-none {
		display: none;
	}
}
.navbar {
	background: var(--whiteColor);
}
.navbar .navbar-brand img {
	width: 300px;
	width: 450px;
}
@media (max-width: 767px) {
	.navbar .navbar-brand {
		margin: 0;
		display: block;
		text-align: center;
	}
}
@media (max-width: 400px) {
	.navbar .navbar-brand img {
		width: 60% !important;
	}
}
.navbar li a {
	color: var(--darkColor);
	font-size: 14px;
}
.navbar li a:hover {
	color: var(--redColor);
}
.dropdown-toggle::after {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 0;
	vertical-align: 0;
	border: none;
	font-size: 11px;
}
.theme-button {
	margin-left: 20px;
	padding: 8px 20px;
	border-radius: 5px;
	color: var(--whiteColor) !important;
	background: var(--greenColor);
	border: 1px solid var(--greenColor);
	font-size: 12px;
}
.theme-button:hover {
	opacity: 0.8;
}
.theme-button-red {
	margin-left: 20px;
	padding: 8px 20px;
	border-radius: 5px;
	color: var(--whiteColor) !important;
	background: var(--redColor) !important;
	border: 1px solid var(--redColor) !important;
	font-size: 12px;
}
.theme-button-red:hover {
	opacity: 0.8;
}
.theme-button-outline {
	padding: 8px 20px;
	border-radius: 5px;
	color: var(--darkColor);
	border: 1px solid var(--redColor);
	font-size: 12px;
	background: #fff0;
}
.theme-button-outline:hover {
	color: var(--whiteColor) !important;
	background: var(--redColor) !important;
}
.theme-button-outline-white {
	padding: 8px 20px;
	border-radius: 5px;
	color: var(--darkColor);
	border: 1px solid var(--whiteColor);
	font-size: 12px;
	background: var(--whiteColor);
}
.theme-button-outline-white:hover {
	color: var(--whiteColor) !important;
	border-color: var(--redColor);
	background: var(--redColor) !important;
}
@media (max-width: 991px) {
	.navbar li,
	.theme-button {
		margin-left: 0;
	}
}
.navbar .nav-item .custom-dropdown {
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	/* padding: 0 10px; */
	content: "";
	z-index: 1000;
	background: #fff;
	box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	transition: 0.3s all ease-in-out;
}
.navbar .nav-item .custom-dropdown ul {
	/* gap: 20px; */
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
}
.navbar .nav-item .custom-dropdown ul li{
	width: calc(100% / 4);
}
.navbar .nav-item .custom-dropdown ul.border-left {
	border-left: 1px solid #eee;
	padding-left: 1rem;
}
.navbar .nav-item .custom-dropdown li {
    border-bottom: 1px solid #eee;
}
/* .navbar .nav-item .custom-dropdown .col-md-9 li {
	width: calc(100% / 5);
}
.navbar .nav-item .custom-dropdown li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 10px;
	border-radius: 20px;
} */
.navbar .nav-item .custom-dropdown li img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.navbar .nav-item .custom-dropdown li a {
	padding: 10px;
}
@media (min-width: 992px) {
	.navbar .nav-item:hover .custom-dropdown {
		display: flex;
	}
}
@media (max-width: 991px) {
	.navbar .nav-item .custom-dropdown {
		position: unset;
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		border: 1px solid #eee;
	}
	.navbar .nav-item .custom-dropdown.mobile-show {
		display: grid;
		transition: 0.3s all ease-in-out;
		height: 200px;
		overflow: auto;
	}
	.navbar .nav-item .custom-dropdown ul li{
		width: calc(100% / 2);
	}
}
@media (max-width: 567px) {
	.navbar .nav-item .custom-dropdown ul{
		height: auto;
		flex-direction: column;
	}
	.navbar .nav-item .custom-dropdown{
		grid-template-columns: repeat(1, 1fr);
	}
	.navbar .nav-item .custom-dropdown ul li{
		width: calc(100% / 2);
	}
	.navbar .navbar-brand img{
		width: 100px !important;
	}
}
.slider {
	padding: 100px 0;
	position: relative;
}
.slider.products {
	background: var(--lightOrangeColor);
}
.slider.products:after {
	display: none;
}
.slider p {
	margin-bottom: 40px;
	color: #fff;
}
@media (max-width: 991px) {
	.slider:after {
		display: none;
	}
}
@media (max-width: 991px) {
	.slider h1 {
		font-size: 26px;
		line-height: 36px;
	}
}
.company-slider {
	background: var(--lightOrangeColor);
	/* padding: 20px 0; */
}
@media (max-width: 768px) {
	.company-slider {
		padding: 10px 0 !important;
	}
	.company-slider .companyImgContainer {
		margin: 1px !important;
		width: 60px !important;
	}
	.company-slider .slick-slide {
		padding: 1px 4px !important;
		margin: 0 !important;
	}
	.company-slider .slick-track {
		gap: 0 !important;
	}
	.company-slider .slick-list {
		padding: 0 !important;
		margin: 0 !important;
	}
	.company-slider {
		min-height: auto !important;
		height: auto !important;
	}
}
.company-slider .companyImgContainer {
	text-align: center;
	aspect-ratio: 1 / 1;
	width: 90px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-slider .companyImgContainer img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.theme-color {
	color: var(--greenColor);
}
.orange-theme {
	color: var(--orangeColor);
}
.section-heading {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 10px;
}
.products {
	padding: 50px 0;
}
.product-section {
	margin-bottom: 20px;
	/* padding: 10px; */
}
.product-section .product-image {
	height: 300px;
	box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
	overflow: hidden;
	/* border-radius: 20px; */
}
.product-section .product-image img {
	width: 100%;
	height: 100%;
	/* border-radius: 20px; */
	object-fit: cover;
}
.product-section .product-content {
	padding: 3px 10px 7px;
	/* transition: 0.5s all ease-in-out; */
	color: var(--darkColor);
}
.product-section .product-content .product-box-title {
	height: 30px;
	display: block;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
}
.product-section .product-content p {
	color: inherit;
	font-size: 12px;
	font-weight: 600;
}
.product-section:hover .product-image {
	overflow: hidden;
	
}
.product-section .product-image img {
	transition: 0.5s all ease-in-out;
}
.product-section:hover .product-image img {
	transform: scale(1.2);
	/* transform: scale(1.2); */
}
.product-section:hover .product-content {
	position: relative;
	z-index: 1;
	background: var(--redColor);
	/* transform: translateY(-58px); */
	border-radius: 0 0 20px 20px;
	color: var(--whiteColor);
}
.view-all {
	display: inline-block;
	margin-top: 50px;
	font-size: 16px;
	color: var(--darkColor);
}
.view-all {
	opacity: 0.8;
}
.how-it-work {
	background: var(--greenColor);
	padding: 50px 0;
}
.how-it-work img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 20px;
}
.how-it-work h5 {
	margin-bottom: 10px;
}
.how-it-work p,
.how-it-work h5 {
	color: var(--whiteColor);
}
.how-it-work.bg-white p,
.how-it-work.bg-white h5 {
	color: var(--darkColor);
}
.order-process {
	padding: 50px 0;
}
.timeline {
	position: relative;
	margin: 0 auto;
}
.counter-step {
	color: var(--whiteColor);
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 50%;
	font-size: 18px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
}
.timeline-section {
	padding: 20px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.timeline-section .content .step-content-image {
	margin-bottom: 20px;
}
.timeline-section .content .step-content-image img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.timeline-section.left .content {
	text-align: right;
}
.timeline-section .content {
	height: 250px;
	overflow-y: hidden;
}
.timeline-section .content h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--greenColor);
}
@media screen and (max-width: 767px) {
	.timeline::after {
		left: 29px;
	}
	.timeline-section {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.timeline-section.left::after,
	.timeline-section.right::after {
		left: 15px;
	}
	.timeline-section.right {
		left: 0%;
	}
	.timeline-section.left .content {
		text-align: left;
	}
}
.box-design {
	padding: 50px 0;
}
.box-design .section-heading {
	font-size: 20px;
	line-height: 30px;
}
.slick-initialized .slick-slide {
	padding: 10px;
}
.box-design .boxDesign img,
.box-design #boxDesign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}
.box-design .boxDesign h5,
.box-design #boxDesign h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.print-box {
	padding: 50px 0;
	position: relative;
}
.print-box .sideimage {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 140px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: "";
	z-index: 100;
	width: 300px;
}
.scroll-section {
	overflow-x: hidden;
}
.scroll-section h5 {
	font-size: 16px;
	font-weight: 600;
}
.scroll-section p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
}
.scroll-section::-webkit-scrollbar {
	width: 6px;
	border-radius: 20px;
}
.scroll-section::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
}
.scroll-section::-webkit-scrollbar-thumb {
	background-color: var(--orangeColor);
	border-radius: 20px;
}
@media (max-width: 1200px) {
	.print-box .sideimage {
		top: 200px;
		width: 250px;
	}
}
@media (max-width: 991px) {
	.print-box .sideimage {
		display: none;
	}
}
.shop-page-wrapper img {
	width: 100%;
}
.faq {
	background: #fff;
	padding: 50px 0;
}
.accordion-item {
	border: none;
	background: #fff0;
}
.accordion-button {
	background: transparent !important;
	box-shadow: inset 0 calc(-1 * 1px) 0 var(--darkColor) !important;
	border: none;
	font-size: 16px;
	display: flex;
	padding: 10px 0;
	justify-content: space-between;
	font-weight: 600;
	border-radius: 0 !important;
	color: var(--darkColor) !important;
}
.accordion-body {
	padding: 5px 0;
	margin-bottom: 10px;
	color: var(--darkColor);
	font-weight: 500;
	line-height: 22px;
}
.accordion-button.collapsed {
	color: var(--darkColor) !important;
	box-shadow: none !important;
}
.accordion-button::after {
	display: none !important;
}
.accordion-button i {
	transform: rotate(45deg);
	background: #fff0;
	color: var(--darkColor) !important;
}
.accordion-button.collapsed i {
	transform: rotate(0deg);
	color: var(--darkColor) !important;
}
.custom-quote {
	background: #f5f5f5;
}
.custom-quote .quote-header {
	background: var(--greenColor);
	padding: 15px;
	text-align: center;
}
.custom-quote .quote-header .qoute-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.custom-quote .quote-body {
	padding: 20px;
}
.custom-quote .quote-body .form-select,
.custom-quote .quote-body .form-control {
	border-radius: 0 !important;
	font-size: 12px;
	padding: 10px 8px;
	box-shadow: none;
}
.footer {
	background: #fff;
	background: #f5f5f5;
	padding: 50px 0 30px;
}
.footer img {
	height: 50px;
	margin-bottom: 20px;
}
.footer h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
.footer p,
.footer p,
.footer p a {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer p a:hover {
	opacity: 0.6;
}
.footer .quick-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.quick-links_ .quick-links-products-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.quick-links_ .quick-links-products-links p {
	width: 48%;
}
.footer .quick-links h5,
.footer .quick-links p {
	width: 50%;
}
.footer ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.footer ul li {
	margin-right: 10px;
}
.footer ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.footer ul li a:hover {
	color: #888;
}
.footer .trusted-by {
	width: 100px;
	margin-right: 20px;
}
.footer .trusted-by img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.subscribe-newsletter {
	display: flex;
	background: #fff;
	justify-content: space-between;
	padding: 5px;
	border-radius: 5px;
}
.subscribe-newsletter input.form-control {
	width: calc(100% - 150px);
	border: none;
	box-shadow: none;
	outline: none;
	font-size: 14px;
}
.footer .links a {
	margin-right: 10px;
}
.footer .links a:hover {
	opacity: 0.7;
}
.single-product {
	padding: 50px 0;
}
.single-product .main-image {
	height: 500px;
	border-radius: 10px;
}
.single-product .main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.single-product .other-images .image-block {
	height: 100px;
	cursor: pointer;
}
.single-product .other-images .image-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.single-product .main-image {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.single-product .main-image {
		height: 300px;
	}
}
.questioners {
	padding: 100px 0;
}
.questioners .heading {
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	padding-left: 24px;
	margin-bottom: 40px;
	color: #000;
}
#desktop-version {
	display: flex;
}
#mobile-version {
	display: none;
}
@media only screen and (max-width: 991px) {
	.questioners .heading {
		font-size: 30px;
		line-height: 34px;
	}
	#desktop-version {
		display: none;
	}
	#mobile-version {
		display: flex;
	}
}
@media only screen and (max-width: 567px) {
	.questioners .heading {
		font-size: 26px;
		line-height: 30px;
	}
}
.accordion-item {
	background: #fff0;
	border: 0;
	border-bottom: 1px solid var(--redColor);
}
.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 2rem 7rem 2rem 0;
	font-size: 1.25rem;
	color: #282529;
	font-weight: 600;
}
.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
}
.accordion a.active {
	color: #505051;
}
.accordion a::after {
	font-family: "fontawesome";
	content: "\f107";
	position: absolute;
	float: right;
	right: 2rem;
	top: 38%;
	font-size: 1.3rem;
	color: #505051;
	text-align: center;
}
.accordion a.active::after {
	font-family: "fontawesome";
	content: "\f106";
}
.accordion .content {
	display: none;
	padding: 0.2rem;
	overflow: hidden;
}
.accordion .content p {
	font-size: 16px;
	padding: 0 100px 20px 5px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
	.accordion .content p {
		padding: 0 50px 20px 5px;
	}
}
@media only screen and (max-width: 768px) {
	.accordion a {
		padding: 1.5rem 3rem 1.5rem 0;
		font-size: 1rem;
	}
	.accordion .content p {
		padding: 0 10px 10px 0;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.accordion a::after {
		font-size: 1rem;
	}
}
.portfolio-contain {
	height: 280px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}
.portfolio-contain img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.portfolio-contain {
		height: 200px;
	}
}
.products-h2 {
	font-size: 36px !important;
}
.products_details p {
	padding: 0 10% 6px;
	font-size: 14px;
}
@media (max-width: 1680px) {
	.font-14 {
		font-size: 13px !important;
		padding-top: 4px;
	}
}
.font-14 {
	font-size: 14px !important;
}
.sliders {
	filter: grayscale(100%);
}
.slide-track {
	width: 100%;
	display: flex;
	gap: 1em;
	overflow: hidden;
}
.sliders .slide {
	width: 100px;
	animation: scroll 60s linear infinite;
}
.imgs {
	width: 60px;
	height: 60px;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translatex(-1000%);
	}
}
.font-18 {
	font-size: 18px !important;
	color: #fab900;
	font-weight: 700;
	white-space: break-spaces;
}
.font-20 {
	font-size: 20px !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.testimonial {
	min-height: 275px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: center;
	background-size: cover;
}
#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
	overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #000;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	margin: 2px 3px;
	background-color: #9dd3af;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: #fff0;
	border: 2px solid #000;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
	left: 7%;
	top: 50%;
	right: auto;
}
.testimonial4_control_button .carousel-control.right {
	right: 7%;
	top: 50%;
	left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.testimonial4_header h4 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 70px;
	height: 70px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	box-shadow: -6px 6px 6px rgb(0 0 0 / 0.23);
	-moz-box-shadow: -6px 6px 6px rgb(0 0 0 / 0.23);
	-o-box-shadow: -6px 6px 6px rgb(0 0 0 / 0.23);
	-webkit-box-shadow: -6px 6px 6px rgb(0 0 0 / 0.23);
}
.testimonial4_slide p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
	color: #000;
	font-size: 18px;
}
.testimonial .carousel {
	padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
}
.testi {
	padding: 18px;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
}
.testi-span {
	font-size: 40px !important;
}
.testi h6 {
	font-size: 14px !important;
}
.testi .p-text {
	color: #333;
	font-size: 16px !important;
}
.testimonials {
	min-height: 400px;
	padding-top: 35px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}
.testimonials_list .item {
	background-color: #fff;
	padding: 40px;
}
.user_profile {
	border-start-end-radius: 27px;
	border-end-start-radius: 27px;
	width: 65px !important;
	height: 65px !important;
}
.rating {
	width: 130px !important;
}
.ready_to_start {
	font-size: 32px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #2e469d;
}
.ready_to_start_detail {
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.testi-image {
	margin-top: 50px;
}
.contact-us-page input[type="text"],
.contact-us-page input[type="email"],
.contact-us-page input[type="tel"],
.contact-us-page textarea {
	border: 1px solid #807e7e;
	border-radius: 4px;
	background: #fff0;
	outline: none;
	width: 100%;
	text-transform: capitalize;
	padding: 0.7rem 0.4rem;
}
.contact-us-page .fas {
	border: 1px solid currentColor;
	border-radius: 20%;
	padding: 0.5rem;
	font-size: 14px;
}
.pt--80 {
	padding-top: 8rem !important;
}
.mb--40 {
	margin-bottom: 4rem !important;
}
@media (max-width: 61.94em) {
	.pt-md--60 {
		padding-top: 6rem !important;
	}
	.mb-md--30 {
		margin-bottom: 3rem !important;
	}
}
@media (max-width: 47.94em) {
	.pt-sm--50 {
		padding-top: 5rem !important;
	}
	.mb-sm--25 {
		margin-bottom: 2.5rem !important;
	}
}
.post-media {
	margin-bottom: 2rem;
	position: relative;
}
.post-media .image {
	position: relative;
}
.post-media .image {
	max-width: 100%;
}
.link-overlay {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-indent: -99999px;
	position: absolute;
}
.link-overlay:after {
	visibility: hidden;
	opacity: 0;
}
.link-overlay:after,
.about-us figure a:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.3);
}
@media (min-width: 75em) {
	.post-info--4 {
		margin-left: auto;
		margin-right: auto;
		width: 770px;
		max-width: 100%;
	}
}
.post-info {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}
.post-title {
	font-size: 1.8rem;
	margin: 2rem 0 0;
	font-weight: 400;
	line-height: 1.4;
	color: #282828;
}
.post-title a {
	color: #282828;
}
.post-meta {
	margin: 5px 0 10px;
}
.post-meta span,
.post-meta a {
	font-size: 1rem;
}
.post-content {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}
.read-more-btn {
	border: 2px solid #282828;
	color: #282828;
	padding: 14px 40px;
}
.ptb--70 {
	padding: 7rem 0 !important;
}
@media (max-width: 61.94em) {
	.ptb-md--50 {
		padding: 5rem 0 !important;
	}
}
@media (max-width: 47.94em) {
	.ptb-sm--30 {
		padding: 3rem 0 !important;
	}
}
.single-post-details .entry-header {
	text-align: center;
}
.single-post-details .entry-title {
	font-size: 4.2rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.single-post-details .entry-meta {
	margin-bottom: 3.1rem;
}
.single-post-details .entry-meta-top {
	margin-bottom: 1.5rem;
}
.single-post-details .entry-thumbnail {
	margin-bottom: 4.5rem;
}
.single-post-details .entry-thumbnail img {
	max-width: 100%;
}
.single-post-details .entry-content {
	color: #282828;
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 3rem;
}
.static-section {
	background: #f9f9f9;
	padding-top: 70px;
	padding-bottom: 70px;
}
.mar {
	margin: 30px 0;
}
.all-heading {
	font-size: 29px;
	color: #1f2e4e;
}
.all-para2 {
	font-size: 14.5px;
	margin-top: 10px;
	color: #868686;
}
.cat-pad {
	padding: 0 30px;
}
.content {
	margin: 0 0 21px;
}
.custom-iframe {
	width: 100%;
	height: 400px;
}
@media (max-width: 767px) {
	.custom-iframe {
		height: 300px;
	}
}
.scroll-section ul,
#description-tab-pane ul {
	padding-left: 2rem;
	list-style-type: disc;
}
.scroll-section ul li,
#description-tab-pane ul li {
	list-style-type: disc !important;
}
@media (max-width: 567px) {
	.request-buttons {
		text-align: center;
	}
	.request-buttons a {
		margin-top: 5px;
	}
	.section-heading {
		font-size: 20px;
		line-height: 30px;
	}
}
.custom-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--greenColor);
	z-index: 1000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-loader.notactive {
	display: none;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid var(--redColor);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#categoryInput {
	font-size: 14px;
	padding: 12px 40px;
	border-radius: 25px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
#categoryInput:focus {
	border-color: #5cb85c;
	box-shadow: 0 4px 8px rgba(0, 128, 0, 0.2);
	outline: none;
}
.searchbar {
	width: 300px;
}
.searchbar .fa-search {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #888;
	pointer-events: none;
}
.dropdown-content {
	max-height: 200px;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	padding: 10px;
}
.dropdown-content a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease;
	font-size: 14px;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: var(--redColor);
}
.dropdown-content.show {
	display: block;
}
.dropdown-content div {
	font-size: 14px;
	color: #555;
	cursor: pointer;
	transition: background 0.2s ease;
}
.dropdown-content div:hover {
	background: #f1f1f1;
}
.contact-section {
	font-size: 14px;
	color: #333;
}
.contact-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	transition: all 0.3s ease;
	color: var(--redColor);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.contact-link i {
	font-size: 16px;
}
.contact-link span {
	font-size: 14px;
}
.contact-link:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-color: transparent;
	color: var(--greenColor);
}
.separator {
	width: 1px;
	height: 24px;
	background: #ddd;
	display: inline-block;
	margin: 0 2px;
}
.expert-info {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.navbar-menu {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.navbar-menu .nav-link {
	color: #333 !important;
	font-weight: 500;
	font-size: 15px;
	padding: 8px 16px !important;
	transition: color 0.3s ease;
}
.navbar-menu .nav-link:hover {
	color: var(--redColor) !important;
}
.dropdown-menu-item {
	position: relative;
}
.dropdown-menu-item .custom-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 220px;
	z-index: 1000;
}
.dropdown-menu-item:hover .custom-dropdown {
	display: block;
}
.custom-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.custom-dropdown li {
	padding: 0;
	margin: 0;
}
.custom-dropdown a {
	display: block;
	padding: 10px 16px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 14px;
}
.custom-dropdown a:hover {
	background-color: #f5f5f5;
	color: var(--redColor);
	padding-left: 24px;
}
.track-order-link {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 16px;
	transition: color 0.3s ease;
}
.track-order-link:hover {
	color: var(--redColor);
}
.theme-button-quote {
	background-color: #00BCD4;
	color: #000 !important;
	padding: 10px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.3s ease;
	display: inline-block;
	white-space: nowrap;
}
.theme-button-quote:hover {
	background-color: #0097A7;
	box-shadow: 0 2px 8px rgba(0, 188, 212, 0.3);
}
/* .theme-button {
	background: linear-gradient(135deg, var(--redColor) 0%, #a20101 100%);
	color: #fff !important;
	padding: 12px 28px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-block;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(139, 1, 1, 0.3);
	position: relative;
	overflow: hidden;
}
.theme-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}
.theme-button:hover {
	background: linear-gradient(135deg, #a20101 0%, var(--redColor) 100%);
	box-shadow: 0 8px 20px rgba(139, 1, 1, 0.4);
	transform: translateY(-2px);
}
.theme-button:hover::before {
	width: 300px;
	height: 300px;
} */
.box-design ul li,
.box-design- ul li {
	list-style: disc;
}
.box-design ul,
.box-design- ul {
	padding-left: 2rem !important;
}
@media (max-width: 768px) {
	.contact-info {
		flex-direction: column;
		gap: 10px;
	}
	.separator {
		display: none;
	}
}
@media (max-width: 992px) {
	#desktop-version {
		display: none !important;
	}
	#mobile-version {
		display: flex !important;
	}
	.navbar-menu .nav-link {
		padding: 10px 0 !important;
	}
}
