.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: #fff;
	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: #ffffff;
	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;
}
/* ----------------------- 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: #fff;
	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: #fff;
}
.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, .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-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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
	margin: 0;
}
.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);
}
/* --------------- 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-color);
	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: #fff;
	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;
}
.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(--blog-border-color);
}
.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: #fff;
	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: #fff;
	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: #fff;
	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: #fff;
	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-wrap .testimonial-info-wrapper {
	position: relative;
	padding-top: 55px;
	flex-grow: 1;
	flex-basis: 0;
}
.testimonial-wrap .testimonial-img {
	display: flex;
	justify-content: end;
}
.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::before {
	content: '\f10d';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #666;
	font-size: 35px;
	top: 0;
	bottom: auto;
	left: 2px;
	right: auto;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-details {
	width: 80%;
	line-height: 35px;
	margin: 0 0 40px;
	font-family: var(--primary-font);
	font-size: 18px;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author {
	font-family: var(--primary-font);
	font-size: 16px;
	color: var(--primary-text);
	font-weight: 600;
	position: relative;
	padding-left: 10px;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info {
	display: flex;
	align-items: center;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author::before {
	position: absolute;
	content: '-';
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}
.testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-designation {
	position: relative;
	margin: 0 0 0 10px;
	padding-left: 12px;
	font-size: 14px;
	font-style: italic;
}
.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;
}
.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;
}
/* ---------------- 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: #fff;
	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: #fff;
}
.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: #ffffff;
	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: #fff;
	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: #fff;
	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: #fff;
}
/*---------------- 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;
	margin-top: 5px;
	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%;
   }
}
.marquee-content:hover {
	animation-play-state: paused 
}
.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%) 
   }
}
