.product-search .product-search-form .product-search-form {
	position: relative;
}

.product-search .product-search-form .product-search-form input,
.product-search .search-wrapper input {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-family: var(--primary-font);
	padding-right: 60px;
	color: var(--primary-text);
	padding: 0px 40px 0 20px;
	height: 45px;
}

.product-search .product-search-form .product-search-form button[type=submit] {
	position: absolute;
	right: 20px;
	left: auto;
	top: auto;
	bottom: 12px;
	background: none;
	padding: 0;
	font-size: 0;
}

.product-search .product-search-form .product-search-form button[type=submit]::after {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 13px;
}

.search-results.active {
	display: block;
	margin-top: 14px;
	float: left;
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 10;
	border: 1px solid var(--border-color);
	border-top: none;
	background: var(--white-color);
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.header-sticky.sticky .search-results.active {
	margin-top: 8px;
}

.search-results.active ul::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.search-results.active ul::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.search-results.active ul::-webkit-scrollbar-thumb:hover {
	background-color: #777777;
}

.search-results.active ul::-webkit-scrollbar {
	width: 5px;
}

.search-results.active ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.search-results.active ul::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.search-results.active ul::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.search-results.active ul::-webkit-scrollbar {
	height: 2px;
}

.search-results.active ul li {
	display: block;
	padding: 0 20px;
	position: relative;
	float: left;
	width: 50%;
}

.search-results.active ul li:last-child {
	border-bottom: none;
}

.search-results.active ul li a {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 30px;
	margin: 30px 0 0;
}

.search-results.active ul li a:hover {
	color: #111;
}

.search-results.active ul li a>* {
	display: table-cell;
	vertical-align: top;
}

.search-results.active .product-image {
	width: 100%;
	max-width: 25%;
}

.search-results.active .product-data .product-sku,
.search-results.active .product-data .product-categories {
	color: #666;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-align: left;
}

.search-results.active a:hover .product-data .product-sku,
.search-results.active a:hover .product-data .product-categories {
	color: #111;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.product-data {
	padding-left: 24px;
}

.search-results.active h3 {
	display: block;
	text-align: left;
}

.search-results.active .product-data h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: var(--product-title-color);
	font-weight: 500;
}

.product-data .product-price .regular-price {
	color: var(--primary-text);
	font-weight: 400;
	font-size: 14px;
	font-family: var(--primary-font);
	text-decoration: line-through;
}

.product-data .product-price {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}

.product-data .product-price .sale-price {
	color: var(--price-color);
	font-weight: 600;
	position: relative;
	padding: 0 12px 0 0;
	margin: 0 6px 0 0;
	font-size: 16px;
}

.search-results.active .product-data h3,
.search-results.active .product-data .product-price {
	margin: 0 0 10px;
}

.search-results.active .product-stock,
.search-results.active .product-categories {
	display: none;
}

.product-data div:not(.product-categories) {
	display: inline-block;
	vertical-align: middle;
}

.product-data {
	text-align: left;
}

.product-data .product-price .sale-price::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 6px;
	height: 2px;
	content: '';
	background: #666;
	margin: auto;
}

.product-data .product-stock {
	padding: 4px 8px;
	background: #eeeeee;
	border-radius: 4px;
	position: absolute;
	bottom: 30px;
	right: 0;
}

.product-categories>span {
	display: inline-block;
	margin-right: 4px;
}

.product-categories>span:after {
	content: ",";
}

.product-categories>span:last-child:after {
	content: "";
}

.product-categories>span:last-child {
	margin-right: 0;
}

.product-search select {
	width: 100% !important;
	min-height: 40px !important;
	margin-bottom: 16px;
}

.product-search select,
.product-search input {
	background: var(--white-color);
	border: 1px solid #e0e0e0;
}

.search-wrapper {
	position: relative;
}

.search-wrapper svg {
	margin: 0 5px 0 0;
}

.search-wrapper.loading svg {
	opacity: 1;
}

@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media(min-width: 1200px) {
	.search-results.active ul {
		overflow: auto;
		height: 510px;
		scrollbar-width: thin;
	}
}

@media(max-width: 1199px) {
	.product-data .product-price {
		top: 10px;
	}

	.product-data h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.search-results.active ul {
		overflow: auto;
		height: 415px;
		scrollbar-width: thin;
	}
}

@media(max-width: 991px) {
	.search-results.active ul li {
		width: 100%;
	}

	.search-results.active ul {
		height: 451px;
	}

	.search-results.active {
		margin-top: 10px;
	}
}

@media(max-width: 767px) {
	.search-results.active .product-image {
		width: 20%;
		max-width: 20%;
	}

	.search-results.active ul {
		height: 326px;
	}

	.product-search .product-search-form .product-search-form input,
	.product-search .search-wrapper input {
		font-size: 18px;
	}

	.product-data h3 {
		margin: 0 0 12px;
	}
}

@media(max-width: 575px) {
	.search-results.active ul li a {
		padding: 0 14px 14px;
		margin: 14px 0 0;
	}

	.product-data h3 {
		font-size: 16px;
		margin: 0 0 8px;
	}

	.search-results.active ul {
		height: 358px;
	}

	.search-results .product-data .product-sku,
	.search-results .product-data .product-categories {
		font-size: 13px;
		float: left;
		width: 100%;
	}

	.search-results.active ul li {
		padding: 0;
	}

	.search-results.active .product-data {
		padding-left: 15px;
	}

	.product-data .product-price,
	.product-data .product-stock {
		position: static;
	}

	.product-data .product-stock {
		font-size: 12px;
		margin: 10px 0 0;
	}

	.product-data .product-price {
		margin: 0 0 5px;
		float: left;
		width: 100%;
	}
}

@media(max-width: 480px) {
	.search-results.active .product-image {
		width: 70%;
		max-width: 70%;
	}
}

/** TT Extension CSS */
/* ----------------------- Start Section Title --------------------- */
.section-heading {
	font-weight: 500;
	margin: 0 0 0;
	font-size: 20px;
	line-height: 24px;
	color: var(--tertiary--color);
	position: relative;
	z-index: 1;
}

.title-wrap .product-title .section-heading {
	margin: 0;
}

.tt-section-title p {
	margin: 0;
	font-size: 16px;
}

.tt-section-title {
	margin: 0 0 15px;
	float: left;
	width: 100%;
}

.tt-section-sab {
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 7px 36px;
	font-weight: 500;
	margin: 0 0 15px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.home25-title .section-heading{
	margin: 0 0 20px;
	}
.home25-dealofday .title-wrap {
	margin: 0 0 30px;
}
/* ----------------------- End Section Title --------------------- */
/*-------------- Start Category Gallery ---------------*/
#gallary_tabs,
.category-gallery-wrap,
.cat-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary,
#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
	float: left;
	width: 100%;
}

#gallary_tabs {
	position: relative;
}

#gallary_tabs .category-name-wrap {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0 0 25px;
}

#gallary_tabs .category-button a {
	font-family: var(--primary-font);
	color: var(--primary-text);
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	position: relative;
}

#gallary_tabs .category-button a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--primary-text);
}

#gallary_tabs .category-button a:hover {
	color: #974e40;
}

#gallary_tabs .category-button a:hover::after {
	background: #974e40;
}

#gallary_tabs .category-name-wrap li {
	margin: 0 0 30px;
}

#gallary_tabs .category-gallary-title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#gallary_tabs .category-gallary-title .tt-section-title {
	width: auto;
	margin: 0 0 40px;
}

#gallary_tabs .category-name-wrap li a {
	font-size: 28px;
	color: var(--primary-text);
	font-family: var(--primary-font);
	font-weight: 500;
	font-style: italic;
	letter-spacing: 1px;
	position: relative;
}

#gallary_tabs .category-name-wrap li.active a {
	color: #974e40;
}

#gallary_tabs .category-name-wrap li a::before {
	content: "";
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 2px;
	z-index: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 0;
	background: #974e40;
}

#gallary_tabs .category-name-wrap li a:hover::before,
#gallary_tabs .category-name-wrap li.active a::before {
	width: 90%;
}

#gallary_tabs .category-gallery-wrap .category-gallary {
	display: none;
}

#gallary_tabs .category-gallery-wrap .category-gallary.active {
	display: block;
}

#gallary_tabs .category-gallery-wrap .category-gallary .cat-gallary {
	display: flex;
	justify-content: space-between;
}

.category-gallary {
	display: flex;
	justify-content: space-between;
}

.cat-heading .tt-section-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	bottom: auto;
	width: 40%;
}

.category-gallery-wrap .category-gallary .cat-img {
	position: relative;
	float: left;
	padding: 0 15px;
}

.category-gallery-wrap .category-gallary.active .cat-img .cat-img-0,
.category-gallery-wrap .category-gallary.active .cat-img .cat-img-3 {
	animation: 2s ease 0s normal none 1 fadeInUp;
	-webkit-animation: 2s ease 0s normal none 1 fadeInUp;
	-moz-animation: 2s ease 0s normal none 1 fadeInUp;
	-o-animation: 2s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-1 {
	float: none;
	width: auto;
	position: absolute;
	top: auto;
	bottom: 24%;
	right: 0;
	left: auto;
	animation: 3s ease 0s normal none 1 fadeInUp;
	-webkit-animation: 3s ease 0s normal none 1 fadeInUp;
	-moz-animation: 3s ease 0s normal none 1 fadeInUp;
	-o-animation: 3s ease 0s normal none 1 fadeInUp;
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2,
.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
	animation: 4s ease 0s normal none 1 fadeInUp;
	-webkit-animation: 4s ease 0s normal none 1 fadeInUp;
	-moz-animation: 4s ease 0s normal none 1 fadeInUp;
	-o-animation: 4s ease 0s normal none 1 fadeInUp;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.category-gallery-wrap .category-gallary .cat-left .cat-img-2 {
	margin: 35px 0 0 35px;
	float: left;
	width: 100%;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-3,
.category-gallery-wrap .category-gallary .cat-right .cat-img-3 img {
	float: right;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-4 {
	position: absolute;
	right: auto;
	left: 0;
	bottom: 10%;
	top: auto;
}

.category-gallery-wrap .category-gallary .cat-right .cat-img-5 {
	float: none;
	width: auto;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

.category-gallary .category-url img {
	height: auto;
	width: auto;
}

.category-url.cat-img-0 img {
	max-height: 460px;
	max-width: 340px;
}

.category-url.cat-img-1 img {
	max-height: 290px;
	max-width: 210px;
}

.category-url.cat-img-2 img {
	max-height: 180px;
	max-width: 180px;
}

.category-url.cat-img-3 img {
	max-height: 490px;
	max-width: 360px;
}

.category-url.cat-img-4 img {
	max-height: 280px;
	max-width: 270px;
}

/*------------- Start Category Gallery ---------------*/
/* -------------- Start Client Logo ---------------- */
.swiper.client .swiper-slide {
	display: flex;
	justify-content: center;
}

.client img {
	width: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.client a {
	cursor: pointer;
	padding: 10px 0;
}

/* .client .swiper-slide:hover img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}
*/
.client .swiper-slide img:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	perspective: 1000px;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-2px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(2px, 0, 0);
	}
}

/* -------------- End Client Logo ---------------- */
/* --------------- Start Banner block ------------------- */
.tt-banner .banner-text a.banner-button {
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 14px;
	padding: 9px 25px;
	border-radius: 5px;
}

.tt-banner .banner-text .button-banner-wrap {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 0;
	width: auto;
}

.tt-banner .banner-text .button-banner .banner-button {
	background: var(--primary-text);
}

.banner.banner-016a78 .tt-banner .banner-text .button-banner .banner-button:hover {
	color: var(--white-color);
}

.banner.banner-00a5e0 .tt-banner .banner-text .button-banner .banner-button::after {
	background: #00a5e0;
}

.banner.banner-016a78 .tt-banner .banner-text .button-banner .banner-button::after {
	background: #016a78;
}

.tt-banner img {
	width: 100%;
}

.tt-banner img,
.tt-banner:hover .banner-image img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.tt-banner:hover .banner-image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.tt-banner .banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: center;
}

.tt-banner .banner-text.tt-icon-right {
	width: auto;
	left: auto;
	right: 20px;
}
.tt-banner .banner-text.tt-icon-right.tt-text-dubble-space-left {
	left: 10%;
}
.tt-banner .banner-text.tt-icon-right.tt-text-dubble-space-right {
	right: 10%;
}

.tt-banner .banner-text.tt-icon-center {
	width: 55%;
}

.tt-banner .banner-text.tt-icon-top {
	top: 7%;
	bottom: auto;
	padding: 0 20px;
}

.tt-banner .banner-text.tt-icon-left {
	right: auto;
	width: auto;
	left: 20px;
	top: 0;
	bottom: 0;
}

.banner-top-left .tt-banner .banner-text.tt-icon-left {
	width: auto;
	height: fit-content;
	top: 40px;
	bottom: auto;
}

.banner-style-5 .tt-banner .banner-text.tt-icon-left {
	top: 40px;
	bottom: auto;
}

.banner-style-2 .tt-banner .banner-text.tt-icon-left {
	bottom: 40px;
	top: auto;
}


.tt-banner .banner-text.tt-icon-left.tt-text-dubble-space-left {
	left: 40px;
}

.tt-banner .banner-text.tt-icon-left.tt-text-single-space-left {
	left: 30px;
}

.tt-banner .banner-text.tt-icon-bottom {
	top: auto;
	bottom: 7%;
}

.tt-banner .banner-text {
	color: var(--primary-text);
}

.tt-banner .banner-text.tt-icon-center {
	color: var(--white-color);
}

.tt-banner .banner-text .banner-sub-title {
	font-size: 18px;
	position: relative;
}

.tt-banner .tt-icon-top.banner-text .banner-top-title {
	display: flex;
	justify-content: center;
	margin: 0 auto 10px;
}

.tt-banner .banner-text .banner-top-title {
	font-size: 14px;
	font-family: var(--primary-font);
	width: fit-content;
	padding: 4px 10px;
	background: var(--primary-color);
	border-radius: 5px;
	font-weight: 600;
	margin: 0 0 15px;
}

.banner-style-3 .tt-banner .banner-text .banner-top-title {
	padding: 8px 40px 8px 20px;
	clip-path: polygon(0% 0%, 100% 0, 93% 50%, 100% 100%, 0% 100%);
	border-radius: 0;
}

.banner-style-3 .tt-banner .banner-text .banner-title {
	order: -1;
}

.banner-style-3 .tt-banner .banner-text .wpbanner-content {
	display: flex;
	flex-direction: column;
}

.tt-banner .banner-text.tt-icon-top .banner-sub-title {
	padding: 0;
	margin: 0 0 10px;
}

.tt-banner .banner-text .banner-title {
	font-size: 26px;
	font-family: var(--primary-font);
	font-weight: 300;
	line-height: 30px;
	color: var(--white-color);
	width: 100%;
}

.banner-title-0 .tt-banner .banner-text .banner-title {
	margin-bottom: 0;
}

.tt-banner .banner-text .banner-title h2.blod {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 20px;
	color: var(--white-color);
}

.banner-title-0 .tt-banner .banner-text .banner-title h2.blod {
	margin: 0;
}

.tt-banner .banner-text .banner-content {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
	margin: 0;
	float: left;
	width: 100%;
}

.tt-banner .banner-text .banner-content .text {
	font-size: 22px;
	font-family: var(--primary-font);
	font-weight: 500;
	color: var(--primary-color);
}

.tt-banner .banner-text .banner-content .text {
	display: block;
	width: 100%;
	padding: 0;
}

.tt-banner .banner-text .banner-content .text.text-right {
	display: inline-block;
	width: auto;
	padding: 0 0 0 10px;
}

.tt-banner {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.tt-banner .banner-image {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.img-100 .tt-banner .banner-image img {
	width: 100%;
}

.tt-banner .banner-image.border-radius-top-right {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tt-banner .banner-image.border-radius-bottom-left {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tt-banner .banner-image::after,
.tt-banner .banner-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tt-banner:hover .banner-image::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}

.tt-banner:hover .banner-image::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}
/* home 21 banner */
/* banner 01 */
.home21-banner .tt-banner .banner-text.tt-icon-left.tt-text-single-space-left {
    left: 30px;
    top: 30px;
    bottom: auto;
    width: 68%;
    justify-content: left;
}
.home21-banner .tt-banner .banner-text .banner-sub-title {
    color: var(--white-color);
    margin: 0 0 10px;
}
.home21-banner .tt-banner .banner-text .banner-title h2.blod {
    font-size: 28px;
    font-weight: 600;
}
/* banner 02 */
.home21-banner .tt-banner .banner-text.tt-icon-left.tt-text-dubble-space-left {
    left: 40px;
    justify-content: start;
}
/* banner 06 */
.home21-banner .banner-06 .tt-banner .banner-text .banner-title h2.blod {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.home21-banner .banner-06 .tt-banner .banner-text .banner-content {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0 0 25px;
    float: left;
    width: 100%;
}
.home21-banner .banner-06 .tt-banner .banner-text .banner-content .text {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    color: var(--white-color);
    margin: 20px 0 0;
}
.home21-banner .banner-06 .tt-banner .banner-text a.banner-button {
    padding: 12px 30px;
}
/* home 22 banner */
/* banner 01 */
.home22-banner .banner-01 .tt-banner .banner-text.tt-icon-top {
    top: 35px;
    bottom: auto;
    padding: 0 20px;
}
.home22-banner .banner-01 .tt-banner .banner-text .button-banner .banner-button {
	background: transparent;
}
.home22-banner .banner-01 .tt-banner .banner-text a.banner-button {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 5px;
	border-radius: 0;
	text-transform: capitalize;
	background-color: transparent;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}
.home22-banner .banner-01 .tt-banner .banner-text a.banner-button.btn::after {
	height: 2px;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
}
.home22-banner .banner-01 .tt-banner .banner-text a.banner-button.btn:hover:after {
	background-color: var(--primary-text);
}
/* home 23 banner */
/* banner 01 */
.home23-banner .tt-banner .banner-text .banner-content .text {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
.home23-banner .tt-banner .banner-text .banner-title h2.blod {
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.home23-banner .tt-banner .banner-text .banner-content {
    margin: 0 0 25px;
}
.home23-banner .tt-banner .banner-text.tt-icon-right.tt-text-dubble-space-right {
    right: 5%;
}
/* home 25 banner */
/* banner 01 */
.home25-banner .tt-banner .banner-text .banner-sub-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
	padding: 0;
}
.home25-banner .tt-banner .banner-text .banner-title h2.blod {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
}
.home25-banner .tt-banner .banner-text a.banner-button {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 25px;
    border-radius: 50px;
}
/* banner 02 */
.home25-banner .banner-02 .tt-banner .banner-text .banner-sub-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 6px;
    padding: 0;
    color: var(--white-color);
}
.home25-banner .banner-02 .tt-banner .banner-text .banner-title h2.blod {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 12px;
}
.home25-banner .banner-02 .tt-banner .banner-text a.banner-button {
    padding: 0;
    text-transform: capitalize;
    border-radius: 0;
    background-color: transparent;
    font-weight: 500;
}
.home25-banner .banner-02 .tt-banner .banner-text a.banner-button::after {
	display: none;
}
/* banner 03 */
.home25-banner .banner-03 .tt-banner .banner-text .banner-sub-title {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
    color: var(--white-color);
}
.home25-banner .banner-03 .tt-banner .banner-text .banner-title h2.blod {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 15px;
}
.home25-banner .banner-03 .tt-banner .banner-text a.banner-button {
    padding: 10px 32px;
    text-transform: capitalize;
    border-radius: 50px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.home25-banner .banner-03 .tt-banner .banner-text.tt-icon-top {
    top: 40px;
}
.home25-banner .banner-03 .tt-banner .banner-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/* --------------- End Banner Block ------------------- */
/*---------------- Start Service Block -------------- */
.tt-feature-box.tt-icon-left {
	display: flex;
	padding: 30px 0;
	flex-direction: row;
	align-items: center;
	border: 1px solid var(--border-color1);
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

.border-none .tt-feature-box.tt-icon-left:first-child {
	border-left: 0;
}

.border-none .tt-feature-box.tt-icon-left:last-child {
	border-right: 0;
}

/* .tt-feature-box.tt-icon-left:last-child {
	border-right: 0px solid var(--border-color);
}
*/
.tt-feature-box.tt-icon-right {
	display: flex;
	padding: 0;
	flex-direction: row-reverse;
	align-items: center;
}

.tt-feature-box .tt-feature-box-icon img {
	width: auto;
}

.tt-feature-box .tt-feature-box-icon {
	margin: 0 10px 0 0;
}

.tt-feature-box .tt-feature-box-containt p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #666;
}

.tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
	margin: 0 0 5px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	font-size: 16px;
}

.tt-feature-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 0;
	padding: 0 30px;
}

.owl-item:last-child .tt-feature-box {
	border: none;
}

.tt-feature-box:hover .tt-feature-box-containt .tt-feature-box-title {
	color: var(--secondary-color);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.tt-feature-box:hover .tt-feature-box-icon img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

/*---------------- End Service Block -------------- */
/*---------------- start text-carousel------------- */
.text-carousel p {
	margin: 0;
	color: var(--white-color);
	font-size: 18px;
	line-height: 20px;
}

.text-carousel p::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -108%;
	background: rgba(255, 255, 255, 0.5);
	width: 45px;
	height: 1px;
	margin: auto;
}

.elementor-element.text-gradient-bg {
	background: linear-gradient(90deg, #262668 2%, #171744 8%, #171744 27%, #262668 34%, #171744 41%, #171744 62%, #262668 69%, #171744 76%, #171744 91%, #262668 98%);
}

/*---------------- end text-carousel -------------- */
/* --------------- Start Blog Block --------------- */
.blog-style .tt-post-wrapper div {
	float: left;
	width: 100%;
}

.blog-style .tt-post-thumbnail a {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon,
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a::before {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	cursor: pointer;
}

.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.blog-style .tt-post-thumbnail .zoom-icon:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.blog-style .tt-post-thumbnail a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.blog-style .tt-post-thumbnail a img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.blog-style .tt-post-details .tt-post-title h6 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 500;
}

.blog-style .tt-post-details .tt-post-title h6 a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--primary-text);
}

.blog-style .tt-post-details .tt-post-title h6 a:hover {
	color: var(--secondary-color);
}

.blog-style .tt-post-details .tt-post-content {
	font-size: 13px;
	margin: 0 0 14px;
	font-style: italic;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-style .tt-post-thumbnail .tt-post-comment,
.blog-style .tt-post-thumbnail .tt-post-meta {
	font-size: 12px;
	font-weight: 500;
	padding: 8px 15px;
	width: auto;
	color: var(--body-text-color);
}

.blog-style .tt-post-thumbnail .tt-post-comment a span {
	color: #777;
}

.blog-style .tt-post-wrapper .tt-post-details {
	margin-top: 18px;
}

.blog-style .tt-post-more a {
	color: var(--secondary-color);
}

.blog-style .tt-post-more a:hover {
	color: var(--primary-text);
}

.blog-style a {
	color: var(--primary-text);
}

.blog-style a:hover {
	color: var(--secondary-color);
}

.blog-style .tt-post-more a {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
}

.blog-style .tt-post-more {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--border-color1);
}
.blog-style.blog-style-4 .tt-post-more {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.blog-style.blog-style-3 .tt-post-more {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.blog-style .tt-post-details .tt-date-comment {
	display: flex;
	justify-content: space-between;
}

.blog-style .tt-post-details .tt-post-comment,
.blog-style .tt-post-details .tt-post-meta {
	font-size: 13px;
	margin: 0 0 15px;
	width: auto;
	position: relative;
	padding: 0 0 0 20px;
}

.blog-style .tt-post-details .tt-post-meta::before,
.blog-style .tt-post-details .tt-post-comment::after {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.blog-style .tt-post-details .tt-post-meta::before {
	content: '\f133';
}

.blog-style .tt-post-details .tt-post-comment span {
	color: #777;
}

.blog-style .tt-post-details .tt-post-comment:hover span {
	color: var(--secondary-color);
}

.blog-style .tt-post-details .tt-post-comment span {
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
	-o-transition: 0.6s all;
}

.blog-style .tt-post-details .tt-post-comment:hover::before,
.blog-style .tt-post-details .tt-post-comment:hover::after {
	color: var(--secondary-color);
}

/* blog style 2 */
.blog-style.blog-style-2 .tt-post-wrapper .tt-post-thumbnail {
	width: 50%
}

.blog-style.blog-style-2 .tt-post-wrapper .tt-post-details {
	background: var(--white-color);
	position: relative;
	width: 50%;
	float: right;
	padding: 0 0 0 20px;
	margin: 0;
}

.blog-style.blog-style-2 .tt-post-wrapper .tt-date-comment {
	position: static;
}

.blog-style.blog-style-2 .tt-post-details .tt-post-title h6,
.blog-style.blog-style-2 .tt-post-details .tt-post-content {
	margin: 0 0 10px;
}

.blog-style.blog-style-2 .tt-post-more {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

/* blog style 3 */
.blog-style.blog-style-3 .tt-post-wrapper .tt-post-details {
	text-align: center;
	padding: 0 20px;
}

.blog-style.blog-style-3 .tt-post-wrapper .tt-date-comment {
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: var(--white-color);
	width: fit-content;
	position: absolute;
}

/* --------------- End Blog Block --------------- */
/*--------------- Start Portfolio ------------------*/
.tt-portfolio-thumbnail span {
	color: var(--primary-color-text);
}

.Portfolio-style-1 .tt-portfolio-thumbnail a {
	float: none;
	display: inline-block;
	vertical-align: top;
	background: var(--white-color);
	padding: 15px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.tt-portfolio-thumbnail a img {
	width: 100%;
}

.portfolio-grid.Portfolio-style-1 a,
.portfolio-grid.Portfolio-style-2 a {
	margin: 0 0 40px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.portfolio-grid.Portfolio-style-2 a {
	display: inline-block;
	float: none;
}

.portfolio-grid.Portfolio-style-1 a span {
	font-family: var(--primary-font);
	font-size: 20px;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.portfolio-grid.Portfolio-style-2 a span {
	font-family: var(--primary-font);
	font-size: 20px;
	padding: 15px 10px;
	float: left;
	width: 100%;
	background: var(--white-color);
	position: absolute;
	top: 100%;
	left: 0;
	transition: 0.5s all;
}

.portfolio-grid.Portfolio-style-2 a:hover span {
	transform: translateY(-50px);
}

/*--------------- End Portfolio ------------------*/
/* ---------------- Start testimonial block ------------- */
.tt-testimonial {
	margin: 90px 0;
}
.testimonial-section .testimonial-wrap {
    flex-direction: column;
    padding: 20px 35px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color1);
    border-radius: 8px;
}
.testimonial-wrap .testimonial-info-wrapper {
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
}
.testimonial-wrap .testimonial-img {
    display: flex;
    justify-content: end;
    border-radius: 50%;
    overflow: hidden;
    width: 65px;
    height: 65px;
    background-color: #f4efeb;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-title {
	font-family: var(--primary-font);
	font-size: 34px;
	font-weight: 500;
	margin: 0 0 30px;
	color: var(--primary-text);
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
	font-family: var(--primary-font);
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-text);
	font-weight: 600;
	position: relative;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
    position: relative;
    margin: 0 0 0 8px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-text);
    font-weight: 600;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation::before {
	position: absolute;
	content: '-';
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-details p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tt-testimonial.owl-carousel .owl-nav {
	opacity: 1;
	margin: 0;
	display: block;
}

.tt-testimonial.owl-carousel .owl-nav button {
	left: 0;
	bottom: 10%;
	top: auto;
}

.tt-testimonial.owl-carousel .owl-nav button.owl-next {
	left: 60px;
	right: auto;
}

.tt-testimonial.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.tt-testimonial.owl-carousel .owl-dots {
	counter-reset: dots;
	position: absolute;
	left: 22px;
	right: auto;
	top: auto;
	bottom: 10%;
}

.tt-testimonial.owl-carousel .owl-dots::after {
	content: '/ ' counter(dots);
	font-size: 14px;
	font-weight: 500;
	padding-left: 5px;
}

.tt-testimonial.owl-carousel button.owl-dot {
	position: relative;
	counter-increment: dots;
}

.tt-testimonial.owl-carousel button.owl-dot.active::before {
	content: counter(dots);
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-text);
}

.tt-testimonial.owl-carousel .owl-nav button svg {
	font-size: 20px;
}

.tt-testimonial .testimonial-img img {
	width: auto;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-rating {
    margin: 10px 0 12px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.testimonial-section .testimonial-info-wrapper .testimonial-rating svg {
    font-weight: 400;
    opacity: 1;
    color: #ffb400;
    font-size: 13px;
}
/* ---------------- End testimonial block ------------- */
/*------------- Start Banner Timer ------------------*/
.banner-timer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.banner-timer.text-left {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	font-weight: 500;
}

.banner-timer.text-right {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	font-weight: 500;
}

.timer-date-time {
	display: flex;
	color: #333;
}

.timer-date-time div {
	width: 60px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
	background: var(--white-color);
	border-radius: 10px;
	position: relative;
	font-size: 26px;
	font-weight: 400;
	font-family: var(--primary-font);
}

.timer-date-time div::before {
	position: absolute;
	content: ':';
	top: 0;
	left: auto;
	bottom: 0;
	right: -18px;
	margin: auto;
	height: fit-content;
	font-size: 22px;
	color: var(--white-color);
}

.timer-date-time div:last-child {
	background: #ffcc00;
}

.timer-date-time div:last-child:before {
	content: none;
}

.timer-date-time div:first-child {
	margin-left: 0;
}

.timer-date-time div:last-child {
	margin-right: 0;
}

.banner-timer .timer-head {
	font-size: 50px;
	line-height: 55px;
	font-family: var(--primary-font);
	color: var(--white-color);
	font-weight: 300;
	margin-bottom: 30px;
}

.banner-timer .timer-head strong {
	width: 100%;
	display: inline-block;
}

.banner-timer .timer-datetime {
	background: var(--secondary-color);
	width: 300px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	font-size: 18px;
	font-family: var(--primary-font);
	letter-spacing: 2px;
	margin: 15px 0 0;
}

.banner-timer .timer-content {
	font-size: 14px;
	padding: 4px 10px;
	background: #ffcc00;
	color: #333;
	font-family: var(--primary-font);
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.banner-timer .timer-button.btn {
	color: #333;
	background: var(--white-color);
	width: 140px;
	height: 45px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px 0 0;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.banner-timer .timer-button.btn:hover {
	color: var(--white-color);
}
/* timer morden style */
.timer-morden .timer-date-time div {
    background: transparent;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 60px;
	width: 60px;
}
.timer-morden .timer-date-time div:last-child {
	border: none;
}
.timer-morden .timer-date-time div p {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
}
.timer-morden .timer-date-time div span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
/*---------------- End Banner Timer -----------------*/
/* --------------- Start owl block ---------------- */
.owl-carousel .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	margin: auto;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
	right: auto;
}

.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -50px;
}

.owl-carousel .owl-nav button svg {
	font-size: 20px;
	color: #28282a;
}

.owl-carousel .owl-nav button.disabled svg {
	color: #bbb;
}

/* --------------- End owl block ---------------- */
.marquee {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}

.marquee-content {
	display: inline-block;
	animation: marquee 10s linear infinite;
}

.item-collection-1 {
	position: relative;
	left: 0%;
	animation: swap 10s linear infinite;
}

@keyframes swap {

	0%,
	50% {
		left: 0%;
	}

	50.01%,
	100% {
		left: 100%;
	}
}

.item1 {
	display: inline-block;
	height: auto;
	width: 500px;
	background: cyan;
	vertical-align: top;
	margin-left: 15px;
}

.item2 {
	display: inline-block;
	height: auto;
	width: 500px;
	background: magenta;
	vertical-align: top;
	margin-left: 15px;
}

/* Transition */
@keyframes marquee {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

/* ----------- start slider block ----------------- */
.slider-block .swiper-top{
	position: relative;
}
.slider-block .swiper-slide{
	overflow: hidden;
	background-color: var(--background-color);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.slider-block .swiper-top .tt-slider-box-containt {
    position: absolute;
    top: auto;
    bottom: 30px;
    margin: auto;
    right: auto;
    left: 30px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 45%;
    height: max-content;
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 15px;
}
.slider-block .swiper-top .tt-slider-box-containt .tt-slider-box-title {
    font-family: var(--primary-font);
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
}
.swiper-top .tt-slider-box-containt .banner-content {
    font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.swiper-top .tt-slider-box-containt .banner-content .text {
	font-size: 30px;
    line-height: 36px;
	font-weight: 500;
	padding: 0 0 0 6px;
}
.slider-block .swiper-top .tt-slider-box-containt .slider-title{
	font-family: var(--primary-font);
	font-size: 65px;
	color: #fff;
	line-height: 70px;
	margin: 0 0 30px;
}
.slider-block .swiper-top .tt-slider-box-containt .slider-button a {
    background: #fff;
    color: var(--primary-text);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.slider-block .swiper-top .tt-slider-box-containt .slider-button a:hover{
	color: #fff;
}
.swiper-top .tt-slider-box img{
	width: 100%;
}
/* ----------- end slider block ----------------- */
/* MARQUEE CSS START */
.marquee-container {
	max-width: 100%;
	overflow: hidden;
  }
  .marquee {
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: auto;
  }
  .marquee-content {
	display: inline-block;
	white-space: nowrap;
	animation: marquee 70s linear infinite;
	-webkit-animation: marquee 70s linear infinite;
}
  .marquee-content-rtl {
	display: inline-block;
	white-space: nowrap;
	animation: marquee-rtl 70s linear infinite;
	-webkit-animation: marquee-rtl 70s linear infinite;
}
  .nav-ticker {
	box-sizing: border-box;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	padding: 0;
	width: auto !important;
	flex: 0 0 auto;
  }
  .nav-ticker p {
    font-size: 18px;
    line-height: 20px;
    font-family: var(--primary-font);
    color: var(--white-color);
    text-transform: capitalize;
    position: relative;
    margin: 0;
    padding: 20px 75px;
    font-weight: 400;
}
.nav-ticker p::before {
    content: '';
    position: absolute;
    left: auto;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
 @keyframes marquee {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(-100%);
   }
  }
  @keyframes marquee-rtl {
	0% {
		transform: translateX(-100%);
   }
	100% {
		transform: translateX(0%);
   }
  }

.elementor-element.marquee-04 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	justify-content: center;
	align-items: center;
	animation: rotete 8s linear infinite;
	-webkit-animation: rotete 8s linear infinite;
}
@keyframes rotete {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
}
25% {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}
50% {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
75% {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
}
}