.none{
	display: none!important;
}
.red{
	color: red!important;
}
.tk #tk-custom .title{
	font-size: 1.2em;
	line-height: 2;
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: 12px;
	text-align: left;
	color: #222;
}
.tk #tk-custom .title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: #222;
	border-radius: 2px;
	margin-left: 15px;
}
.tk #tk-custom .tk-col{
	border: 1px solid #00aa94;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	color: #00aa94;
}
.tk #tk-custom .tk-col:hover{
	border: 1px solid #f26359;
}
.tk #tk-custom .tk-col:hover a{
	color: #f26359;
}
.tk #tk-footer .footer__content h4{
	color: #fff;
}
.tk #tk-footer .footer__content p{
	margin-top: 10px;
}
.tk #tk-footer .footer__content p svg{
	margin-right: 5px;
}
.tk .footer__widget-title h4{
	margin-top: 0;
	margin-bottom: 15px;
}
.tk .blog__area .blog__content .blog__content-thumb, .tk .blog__area .blog-details__content .blog-details__content-thumb{
	text-align: center;
}
.tk .blog__area .blog__content .blog__content-thumb > img, .tk .blog__area .blog-details__content .blog-details__content-thumb > img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}
.tk .map{
	height: 450px;
}
.tk .floating-support{
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 120px;
	font-size: 0;
	width: 20px;
}
.tk .floating-support__item{
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	background: #fff;
	padding: 5px 10px 5px 10px;
	line-height: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 140px;
	-webkit-transform: translateX( -108px );
	transform: translateX( -108px );
	overflow: hidden;
	text-decoration: none!important;
}
.tk .floating-support__item__icon{
	width: 32px;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.tk .floating-support__item__icon img{
	max-width: 100%;
}
.tk .floating-support__item__icon i{
	font-size: 28px;
	color: green;
}
.tk .floating-support__item__content{
	margin-left: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.tk .floating-support__item__content p{
	font-size: 14px;
	color: #000;
	margin: 0;
}
.tk .floating-support__item__content span{
	margin-top: 5px;
	display: block;
	color: #8f8f8f;
	font-size: 12px;
}
.tk .floating-support__item:hover{
	background: #fffceb;
	-webkit-box-shadow: 0 10px 15px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 10px 15px rgba( 0, 0, 0, 0.2 );
	-webkit-transform: translateX( -108px );
	transform: translateX( -108px );
	width: 140px;
}
.tk .floating-support__item:hover .floating-support__item__content {
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
	opacity:1;
}
.tk .tk-detail p{
	padding-bottom: 5px;
}
.tk .tk-detail ul{
	padding-left: 20px;
}
@media( max-width: 1519px ){
	.tk .floating-support__item{
		-webkit-transform: translateX( 0px );
		transform: translateX( 0px );
		width: 60px;
		padding: 14px 15px 14px 15px;
	}
	.tk .floating-support__item__content{
		opacity: 0;
	}
}
@media( max-width: 767px ){
	.tk .floating-support__item{
		padding: 10px 15px 10px 10px;
		width: 150px;
		border-radius: 50px 0 0 50px;
	}
}
@media( max-width: 575px ){
	.tk h2.section__title-wrapper-title{
		font-size: 18px;
		line-height: 28px;
	}
}
@media( min-width: 1200px ){
	.tk .header__main .header__right .action-3{
		margin-right: 10px;
	}
	.tk .banner__title{
		font-size: 40px;
		line-height: 50px;
	}
	.tk .footer__widget.footer__widget-item-1{
		max-width: 100%;
	}
	.tk .footer__widget.footer__widget-item-1 .footer__content h4{
		font-size: 18px;
	}
	.tk h2.section__title-wrapper-title{
		font-size: 26px;
	}
	.tk .main-menu ul li .submenu{
		padding-top: 15px;
	}
	.tk .main-menu ul li .submenu.two{
		min-width: 560px!important;
		column-count: 2;
		column-gap: 15px;
		list-style: none;
		padding: 0;
		padding-top: 15px;
		left: 50%;
		transform: translateX( -50% );
	}
	.tk .main-menu ul li .submenu.three{
		min-width: 840px!important;
		column-count: 3;
		column-gap: 15px;
		list-style: none;
		padding: 0;
		padding-top: 15px;
		left: 50%;
		transform: translateX( -50% );
	}
	.tk .main-menu ul li .submenu.four{
		min-width: 1120px!important;
		column-count: 4;
		column-gap: 15px;
		list-style: none;
		padding: 0;
		padding-top: 15px;
		left: 50%;
		transform: translateX( -50% );
	}
	.tk .main-menu ul li .submenu.two li, .tk .main-menu ul li .submenu.three li, .tk .main-menu ul li .submenu.four{
	  break-inside: avoid;
	}
}