@font-face { 
	font-family: Inter;
	src: url(../assets/fonts/Inter.ttf);
	font-weight: normal;
	font-display: swap;
	}
	
@font-face { 
	font-family: FiraSans;
	src: url(../assets/fonts/FiraSans-Medium.ttf);
	font-weight: normal;
	font-display: swap;
	}

/**** ttv designer css *********/
body {
    font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: normal;
	background-color: #ffffff;
	letter-spacing: 0.5px;
}

/* commn css*/
a {
	text-decoration: none
}

a:focus,
a:hover {
	color: #d92026;
	text-decoration: none;
}
.btn {
	background-color: #333333;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #d92026;
	border-color: transparent
}

.table-hover>tbody>tr:hover{
	background-color: transparent;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #ffffff;
	background-color: #d92026;
	border-color: #d92026
}

.btn-outline-primary {
	color: #d92026;
	background-image: none;
	background-color: transparent;
	border-color: #d92026
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #d92026;
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #d92026;
	border-color: #d92026
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
	color: #ffffff;
	background-color: #d92026;
	border-color: #d92026
}

.btn-primary {
	color: #ffffff;
	background-color: #333333;
	border-color: transparent
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #333333;
	border-color: transparent;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #333333;
	border-color: #175c6a
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #333333;
    border-color: #333333;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #333333;
    border-color: #333333;
}

.btn-info:hover {
	background-color: #333333;
    border-color: #333333;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
	background-color: #333333
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #333333 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #333333;
}

.btn-link {
	font-weight: 400;
	color: #d92026;
	border-radius: 0
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #d92026;
	outline: 0
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
	color: #ffffff;
	cursor: default;
	background-color: #d92026
}

.card-primary {
	background-color: #d92026;
	border-color: #d92026
}

.card-outline-primary {
	border-color: #d92026
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #d92026;
	border-color: #d92026
}

.page-link {
	position: relative;
	float: left;
	padding: .5rem .75rem;
	margin-left: -1px;
	color: #d92026;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.tag-primary {
	background-color: #d92026
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #ffffff;
	text-decoration: none;
	background-color: #d92026;
	border-color: #d92026
}

.bg-primary {
	background-color: #d92026 !important
}

.text-primary {
	color: #d92026 !important
}

.btn-unstyle:focus .expand-more {
	color: #d92026
}

.form-control:focus,
.input-group.focus {
	outline: none;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background: #d92026;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .875rem;
	padding: .5rem 1rem
}

.custom-radio input[type=radio]:checked+span {
	display: block;
	background-color: #d92026;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: .125rem;
	top: .125rem
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
	text-decoration: none;
	color: #d92026
}

.search-widget form input[type=text]:focus {
	color: #232323;
	background: #fff
}

*::-webkit-scrollbar {
	width: 5px;
	background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
	background-color: #d92026;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.ttv-all-page-main-title-wrapper {
	text-align: center;
	padding: 15px 0;
}

#index #wrapper {
	background-color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
}

#wrapper {
	margin-top: 70px;
	padding-top: 30px;
	background-color: #ffffff;
}

input {
	outline: none;
	padding: 0 10px;
}

.btn-default:hover {
	background-color: #d92026;
	color: #ffffff;
}

.bootstrap-datetimepicker-widget .datepicker td.active,
.bootstrap-datetimepicker-widget .datepicker td.active:hover {
	background-color: #d92026;
	color: #ffffff;
}

.select-title option[selected="selected"],
.select-title .js-search-link:hover {
	background-color: #d92026;
	color: #ffffff;
}

.bootstrap-datetimepicker-widget .btn.focus,
.bootstrap-datetimepicker-widget .btn:focus,
.bootstrap-datetimepicker-widget .btn:hover {
	color: #d92026;
}
p ,li {
	line-height: 22px;
}
.fancybox-lock .fancybox-overlay .fancybox-inner p {
    font-size: 14px;
    text-align: center;
}
.fancybox-success a {
	color: #000000;
}
.fancybox-success a:hover {
    color: #d92026;
}
/* end comman css */
.block_newsletter .ttvnewsletter-input input[type=text]:focus {
	outline: none;
	color: #232323;
	background: #fff
}
.block_newsletter .ttvnewsletter-input input[type=text]:focus+button .search {
	color: #d92026
}
.block_newsletter .ttvnewsletter-input button[type=submit] .search:hover {
	color: #d92026
}
.block_newsletter .ttvnewsletter-input input[type=email]:focus {
	border: 3px solid #d92026;
	padding: 11px;
	outline: 0
}
.pagination .current a {
	color: #d92026;
	text-decoration: none;
	font-size: 20px;
}
.ttv-innerpage-button {
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    padding: 8px 10px;
    border-radius: 50px;
}
.ttv-innerpage-button:hover {
    background-color: #d92026;
    border-color: #d92026;
}
/* header */
.ttvcms-loading-inner {
	background-color: transparent;
	padding: 30px;
}

.ttv-main-div {
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		width: 1380px;
		max-width: 100%;
	}
	#header .container {
    	width: 1830px;
   	 	max-width: 100%;
	}
}

.ttvsearch-more-search:hover,
.ttvcart-product-list-checkout:hover,
.ttvcart-product-list-viewcart:hover {
	color: #ffffff;
}

#header .ttvcart-product-list-checkout:hover a,
#header .ttvcart-product-list-viewcart:hover a {
	color: #ffffff;
}

.ttvsearch-dropdown-total-wrapper:hover .ttvsearch-dropdown-total {
	color: #d92026;
}
.block-category ,
.card ,
.ttvcenter-block-product-section,
#main .ttv-sub-pages-inner-content,
.ttvcmsblog-left-side{
	border: none;
}
.lang-rtl .ttvbottom-to-top {
	left: 30px;
	right: auto;
}
/******* breadcrumb ******************/
#wrapper .breadcrumb {
    background-color: #333333;
    padding: 0;
}
#wrapper .breadcrumb ol {
    overflow: hidden;
}
#wrapper .breadcrumb li:last-child a, #wrapper .breadcrumb li:hover a {
    font-weight: bold;
}
/********* pagination *************/
.pagination .ttv-pagination-wrapper .ttv-pagination-li {
	background-color: #333333;
}
.pagination .ttv-pagination-wrapper .ttv-pagination-li a ,
.pagination .ttv-pagination-wrapper .ttv-pagination-li.active a{
	color: #ffffff;
}
.pagination .ttv-pagination-wrapper .ttv-pagination-li.active ,
.pagination .ttv-pagination-wrapper .ttv-pagination-li:hover{
	background-color: #d92026;
}
/**************************** product page ****************************/
.ttv-wrapper-info .ttvproduct-title h1 {
	color: #333333;
}

.ttvtabs li.active a:before {
	background: #d92026;
}

.ttv-wrapper-info .ttv-review i,
.ttvproduct-brand,
.ttvproduct-model,
.ttvproduct-reward,
.ttvproduct-stock-status {
	color: #333333;
}

.ttvproduct-details-img-block .thumbnail {
    border: 1px solid #e6e6e6;
}

.ttvproduct-button-main button:hover i,
.ttvproduct-button-main button:hover {
	color: #d92026;
}
.ttv-additional-image {
    max-height: 140px;
}
.ttv-wrapper-info .ttvproduct-title {
	font-weight: 400;
	font-size: 24px;
}
.producttab .tab-content {
    line-height: 22px;
}
.ttv-wrapper-info .product-price-and-shipping .regular-price {
	margin-left: 0;
	margin-right: 15px;
}
.ttv-wrapper-info .product-price-and-shipping .price {
	line-height: 16px;
}
.ttvproduct-brand, .ttvproduct-brand:hover {
    text-decoration: underline;
}
/*********** left pannal ***********/
.ttvleft-right-title.facet-label,
.block-categories .category-top-menu>li.ttv-category-title-wrapper a {
	text-transform: none;
}
 
.ttvleft-right-product-slider .ttvproduct-wrapper .ttvproduct-name {
	padding: 0;
	margin-bottom: 10px;
}
.ttvleft-right-penal-all-block,
.block-categories,
.ttvcms-left-testimonial {
	border: 1px solid #eeeeee;
}
.ttvleft-right-product-slider{
	clear: both;
	overflow: hidden;
}
.ttvcmsblog-left-side .ttvblog-event-all-content-block {
    margin-bottom: 0;
}
.ttvleft-right-title-wrapper, .ttv-category-title-wrapper {
	text-align: left;
	padding: 10px 15px;
}
.ttvleft-right-title.facet-label, 
.block-categories .category-top-menu > li.ttv-category-title-wrapper a {
    text-align: left;
}
.ttvleft-right-product-slider .ttvproduct-wrapper {
	box-shadow: none;
	border: none;
}
.ttvcmsblog-left-side .ttvblog-event-inner-block {
    padding-top: 15px;
}
#products.grid .ttvproduct-view.ttvproduct-grid,
#products.grid-2 .ttvproduct-view.ttvproduct-grid-2,
#products.list .ttvproduct-view.ttvproduct-list,
#products.list-2 .ttvproduct-view.ttvproduct-list-2,
#products.catalog .ttvproduct-view.ttvproduct-catalog,
.ttvcms-left-column-wrapper .ttv-left-pannal-btn-wrapper:hover,
.ttvcmsproduct-grid-list .ttvproduct-view:hover,
.ttv_search_filter_wrapper .ttvleft-right-title-wrapper:hover {
	background-color: #d92026;
}

.ttvleft-right-title-wrapper,
.ttv-category-title-wrapper  {
    background-color: #333333;
}

.ttvcategory-name {
    text-align: center;
    margin-top: 15px;
    color: #333333;
}
.ttvcategory-name a {
    color: #333333;
}
.ttvcms-blog-left-side-pagination-wrapper {
	height: 50px;
}
@media (min-width: 992px){
	.ttv-left-right-panel-hide .ttvleft-column-close-btn {
	    background-position: -53px -633px;
	    transform: scale(0.8);
	    -webkit-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    top: -5px;
	}
}
@media (max-width: 991px) {
	#index .ttvcmsblog-event {
		padding: 0;
		margin-bottom: 30px;
	}
	.ttvleft-right-product-slider{
		float: left;
	}
}
.blog_post_content p.meta_author,
.blog_post_content p.meta_date ,
.blog_post_content p.meta_category{
	color: #333333;
}
.kr_blog_post_area .ttvblog_post .post_content .post_meta > p span,
.blog_post_content p.meta_author span {
	color: #888888;
}
.ttvproduct-wrapper .btn-primary:active:focus, .ttvproduct-wrapper .btn-primary:active:hover{
	color: #ffffff;
    background-color: #333333;
}
.ttvcmsNewsLetterPopup-i .ttvnewsletterpopup-button-icon {
	background-position: -53px -633px;
    transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
}

/********start newsletter popup********************/
.ttvcmsNewsLetterPopup-i{
	height: auto;
}
.ttvcmsnewsletterpopup{
	position: relative;
}
.ttvcmsnewsletterpopup:before{
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 55px 0 0 55px;
    border-color: #dad6d69c transparent transparent transparent;
    right: 0;
    z-index: 0;
}
.ttvcmsnewsletterpopup .ttvnewslatter-popup-img-wrapper{
	width: 100%;
}
.ttvcmsnewsletterpopup .ttvnewslatter-popup-img-wrapper img{
	height: auto;
}
#newsletter_block_popup{
    width: 100%;
    background-color: rgba(23, 200, 130, 0.0392156862745098);
    padding: 40px 10px;
}
.ttvcmsnewsletterpopup{
	display: block;
	border: 5px solid #c3c1c19e;
	background-color: #ffffff;
}
.ttvcmsnewsletterpopup #newsletter_block_popup {
    display: block;
    padding: 30px 10px;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #ffffffb3;
    font: 600 26px/normal 'Inter', sans-serif;
}
#newsletter_block_popup .block_content .ttvcmsnewsletterpopupContent {
    letter-spacing: 1.2px;
    font: 500 14px/25px 'Inter', sans-serif;
}
#newsletter_block_popup .block_content .inputNew{
    height: 32px;
    margin-bottom: 15px;
    width: 40%;
}
.ttvnewsletterpopup-input{
	display: block;
}
#newsletter_block_popup .block_content .send-reqest{
    display: inline-block;
    height: 44px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    background: #d92026;
	padding: 12px 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
.ttvnewsletter-popup-wrapper-btn{
    margin: 0 auto;
    margin-bottom: 15px;
}
#newsletter_block_popup .ttvnewsletter-popup-wrapper-btn .ttvnewsletter-popup-wrapper{
    float: left;
    width: 60%;
    margin: 0;
}
.ttvnewsletter-social-icon {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.ttvnewsletter-social-icon li span{
	background: #fff;
    border: 1px solid #eee;
    margin: 3px;
}
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-img-wrapper,
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-input-wrapper
{
	display: block;
}
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-img-wrapper img{
	border: 2px solid #eee;
    height: 32px;	
}
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-input-wrapper input{
	height: 32px;
	line-height: 14px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .ttvcmsnewsletterpopup_newsletter_dont_show_again{
    letter-spacing: 2px;
    color: #ababab;
    font-size: 12px;
}
.ttvnewsletter-social-icon ul{
	display: block;
	margin-bottom: 20px;
}
.ttvnewsletter-social-icon ul li{
	float: left;
}
@media(max-width: 767px){
	.ttvcmsNewsLetterPopup-i{
		height: auto;
	}
	#newsletter_block_popup .block_content .newsletter_title{
		top: 10%;
	}
}
@media(max-width: 575px){
	.ttvnewsletter-social-icon li span{
		width: 40px;
		height: 40px;
	}
	#newsletter_block_popup .block_content .newsletter_title{
		top: 0;
	}
	#newsletter_block_popup .block_content .newsletter_title h3{
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	#newsletter_block_popup .block_content .ttvcmsnewsletterpopupContent{
		font-size: 12px;
		font-weight: 500;
		line-height: 17px;
		letter-spacing: 0.5px;
	}
	#newsletter_block_popup .ttvnewsletter-popup-wrapper-btn .ttvnewsletter-popup-wrapper{
		float: none;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.ttvnewsletter-popup-wrapper-btn{
		width: 100%;
	}
	#newsletter_block_popup .ttvnewsletter-popup-wrapper-btn .ttvnewsletter-email-btn{
		width: auto;
		margin: auto;
		float: none;
	}
	#newsletter_block_popup .block_content .send-reqest{
		display: inline-block;
		float: none;
	}
	#newsletter_block_popup .newsletter_block_popup-bottom .ttvcmsnewsletterpopup_newsletter_dont_show_again{
		letter-spacing: 1px;
	}
}

.lang-rtl #newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-img-wrapper{
	margin-left: 10px;
}
/**********end newsletter popup****************/
/******************* theme control *********************/
.ttvcmstheme-control{
	top: 170px;
}
.box input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	display: none;
}

.box label {
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	    height: 33px;
	background: #bbbbbb;
	display: block;
	border-radius: 3px;
	padding: 4px;
	position: relative;
}

.box label:after {
	content: '';
    position: absolute;
    left: 4px;
    right: auto;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -moz-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -ms-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -o-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

.box input:checked + label {
	background: #d92026;
}

.box input:checked + label:after {
	left: 94%;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.box label:active:after {
width: 45px;
}
.tvcmstheme-control .tvtheme-option{
border: none;
margin: 0 auto;
}
.ttvcmstheme-control .ttvtheme-control-icon i{
    font-size: 0;
    height: 35px;
    width: 35px;
    background: url(../img/sprite.png);
    background-position: -158px -635px;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

.ttvcmstheme-control .ttvtheme-control-icon{
    background-color: #f0f0f2;
    border-radius: 0;
    box-shadow:-1px 1px 3px 0px rgba(0, 0, 0, 0.12)	;
}
.ttvcmstheme-control .ttvtheme-control-icon:hover{
    background-color: #d92026;
}
.ttvcmstheme-control .ttvtheme-control-wrapper {
    width: 300px;
    padding: 15px 15px;
    border-radius: 0;
    background-color: #f0f0f2;
    text-align: center;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.ttvtheme-control-wrapper .ttvtheme-all-pattern .ttvtheme-pattern-image {
    border-radius: 0;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.20);
}
.ttvtheme-control-title-name-reset-btn p {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.ttvtheme-control-wrapper .ttvtheme-control-reset {
    background-color: #333333;
    padding: 5px 20px;
    margin-top: 15px;
    letter-spacing: 2px;
}
.ttvtheme-control-wrapper .toggle.btn {
    min-width: 70px;
    min-height: 30px;
}
.ttvtheme-control-wrapper .ttvtheme-option .toggle-off.btn {
    padding: 6px 0 6px 20px;
}
.ttvtheme-control-wrapper .ttvtheme-option .toggle-on.btn {
    padding: 6px 20px 6px 0px;
}
.ttvtheme-control-wrapper td {
    padding: 15px;
    background: #fff;
    border-top: 5px solid #f0f0f2;
}
.ttvtheme-control-wrapper .ttvselect-theme-name,
.ttvtheme-control-wrapper .ttvcolor-theme-name, 
.ttvtheme-control-wrapper .ttvtheme-layout-name, 
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-page-loader-name, 
.ttvtheme-control-wrapper .ttvtheme-left-sticky-name, 
.ttvtheme-control-wrapper .ttvtheme-right-sticky-name, 
.ttvtheme-control-wrapper .ttvtheme-menu-sticky-name, 
.ttvtheme-control-wrapper .ttvbgcolor-theme-name,
.ttvtheme-control-wrapper .ttvtheme-background-pattern-name {
    font-size: 14px;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.ttvtheme-control-wrapper .ttvselect-theme-name,
.ttvtheme-control-wrapper .ttvcolor-theme-name,
.ttvtheme-control-wrapper .ttvbgcolor-theme-name {
	padding-top: 5px;
}
.ttvtheme-control-wrapper .ttvtheme-layout-name,
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-page-loader-name, 
.ttvtheme-control-wrapper .ttvtheme-left-sticky-name, 
.ttvtheme-control-wrapper .ttvtheme-right-sticky-name, 
.ttvtheme-control-wrapper .ttvtheme-menu-sticky-name{
	padding-top: 8px;
}
.ttvtheme-control-wrapper .ttvtheme-background-color .ttvbgcolor-theme-name{
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.ttvtheme-control-wrapper .ttvcolor-theme-name, 
.ttvtheme-control-wrapper .ttvtheme-background-pattern-name {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.ttvtheme-control-title-name-reset-btn {
    border-bottom: 1px solid #eeeeee;
}
.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select,
.ttvcmstheme-control .ttvtheme-option {
	float: right;
}
.ttvtheme-control-wrapper .ttvtheme-option .btn-default {
	background-color: #333333;
    color: #ffffff;
    width: 106px;
}
.ttvcmstheme-control .ttvtheme-option {
    border: none; 
    margin: 0;
    border-radius: 25px;
}
.ttvtheme-control-wrapper .ttvtheme-option .btn-primary {
	background-color: #d92026;
}
.ttvtheme-control-wrapper .ttvtheme-option .toggle-handle {
	background-color: #ffffff;
}
.ttvtheme-control-wrapper .ttvtheme-control-reset:hover {
    background-color: #d92026;
}
.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select {
	background-color: #333333;
    color: #ffffff;
    width: 130px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select option {
	background-color: #ffffff;
	color: #222222;
}
.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select option:hover {
	background-color: #d92026;
	color: #ffffff;
}
.ttvtheme-control-wrapper .ttvall-theme-content {
	text-align: center;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    overflow: visible;
}

.ttvtheme-control-wrapper .ttvtheme-all-pattern-wrapper {
    width: 162px;
    margin: auto;
    overflow: hidden;
    clear: both;
}
.ttvtheme-control-wrapper .ttvtheme-color-box {
    float: none;
}
.ttvtheme-control-wrapper .ttvtheme-bgcolor-box input,
.ttvtheme-control-wrapper .ttvtheme-color-box input {
    height: 28px;
    padding: 0 0 0 32px;
    width: 100px;
}
/********* end theme control *************/
/********************************************************ttvcmsmultibanners ****************************************************/
.ttvcmsmultibanners {
	margin-bottom: 45px;
	padding: 45px 0;
	background-color: #fbfbfb;
}
.ttvmultibanner-img .ttvbanner-hover-wrapper img{
	width: 100%;
}
.ttvmultibanner-img .ttvbanner-hover-wrapper{
	position: relative;
	overflow: hidden;
}
.ttvmultibanner-img .ttvbanner-hover-wrapper:after{
	background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    height: 50%;
    position: absolute;
    content: "";
    left: -50%;
    top: -50%;
    z-index: 10;
}
.ttvmultibanner-img:hover .ttvbanner-hover-wrapper:after{
    left: 0%;
    top:0%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;

}
.ttvmultibanner-img .ttvbanner-hover-wrapper:before{
	background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    height: 50%;
    position: absolute;
    content: "";
    bottom: -50%;
    right: -50%;
    z-index: 10;
}
.ttvmultibanner-img:hover .ttvbanner-hover-wrapper:before{
	bottom: 0%;
	right: 0%;
	-webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}
.ttvmultibanner-img .ttvbranner-hover-info-box{
	position: relative;
	overflow: hidden;
}
.ttvmultibanner-img .ttvbranner-hover-info-box:after{
	background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    height: 50%;
    position: absolute;
    content: "";
    top: -50%;
    right: -50%;
}
.ttvmultibanner-img:hover .ttvbranner-hover-info-box:after{
    top: 0%;
    right: 0%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}
.ttvmultibanner-img .ttvbranner-hover-info-box:before{
	background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    height: 50%;
    position: absolute;
    content: "";
    bottom: -50%;
    left: -50%;
}
.ttvmultibanner-img:hover .ttvbranner-hover-info-box:before{
    bottom: 0%;
    left:0%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
}
/************************** mobile--ttvcmsmultibanners *************************/
@media(max-width: 991px){
	.ttvcmsmultibanners {
		margin-bottom: 30px;
		padding: 20px 0;
	}
}
@media(max-width: 575px ) {
	.ttvmultibanner-img {
		margin-bottom: 15px;
		padding: 0;
	}
	.ttvcmsmultibanners:last-child{
		margin-bottom: 0;
	}
}
/************* rtl-ttvcmsmultibanners ***************/
.lang-rtl .ttvcmsmultibanners{
	direction: ltr;
}
/************************************ttvcmsmultibanners *********************************************************/
/************************ testimonial ********************/
.ttvcmstestimonial {
	padding: 0;
	margin-bottom: 90px;
}
.ttvtestimonial-slider-inner {
    position: relative;
}
.ttvcmstestimonial .ttvtestimonial-designation,
.ttvcms-left-testimonial .ttvtestimonial-designation{
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 0 0;
	color: #888888;
	font-family: 'Inter', sans-serif;
}
#left-column .ttvtestimonial-title-des{
	display: block;
}
.ttvtestimonial-title-des{
    display: block;
    text-align: left;
}
.ttvtestimonial-img-block{
	margin: 0;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
    float: right;
}
.ttvtestimonial-inner-content-box .ttvtestimonial-img-block img{
	margin: 0;	
	border-radius: 150px;
    width: 110px;
}
.ttvtestimonial-title{
	margin-right: 0;
}
.ttvtestimonial-title-des{
	margin: 0 15px;
}
.ttvtestimonial-info-box {
 	 padding: 30px 15px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.ttvtestimonial-info-box i{
 	color: #d92026;
    font-size: 16px;
}
.ttvcmstestimonial .ttvtestimonial-dec,
.ttvcms-left-testimonial .ttvtestimonial-dec {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
	text-align: left;   
}
.ttvtestimonial-info-box:after{
	content: "";
	position: absolute;
    width: 30px;
    height: 20px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: absolute;
    bottom: -11px;
    left: 0;
    transform: skewY(32deg);
    right: 0;
    margin: auto;
}

.ttvcmstestimonial .ttvcmstestimonial-main-title-wrapper {
	text-align: center;
}
#content-wrapper .ttvtestimonial-title a,
.ttvcms-left-testimonial .ttvtestimonial-title a {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}
.ttvcms-left-testimonial .ttvtestimonial-inner-content-box{
	display: block;
	padding: 0 50px;
}

.ttvcms-left-testimonial .ttvtestimonial-title{
	margin: 0;	
}

.ttvtestimonial-inner-content-box{
    margin-bottom: 0;
  	padding: 0 80px;
	text-align: center;
	overflow: hidden;
}
.ttvcms-left-testimonial .ttvtestimonial-inner-content-box {
    margin-bottom: 0;
    padding: 0;
}
@media(min-width: 992px){
	.ttvcms-left-testimonial .ttvtestimonial-img-block {
		width: 100%;
	}
}
@media(max-width: 991px){
	.ttvcmstestimonial{
		margin-bottom: 30px;
	}
	
}
@media(max-width: 575px){
	.ttvtestimonial-inner-content-box{
		display: block;
	}
	.ttvtestimonial-inner-content-box .ttvtestimonial-img-block img{
		margin: auto;
	}
	.ttvtestimonial-img-block{
		display: block;
		width: 100%;
		float: none;
	}
	.ttvtestimonial-inner-content-box{
		padding: 0 15px;
	}
	.ttvtestimonial-slider-inner{
		padding: 0;
	}
}
/********rtl testimonial************/
.lang-rtl .ttvtestimonial-inner-content-box{
	direction: rtl;
	text-align: right;
}
.lang-rtl .ttvcmstestimonial .ttvtestimonial-dec, 
.lang-rtl .ttvcms-left-testimonial .ttvtestimonial-dec{
	text-align: right;
}
.lang-rtl .ttvtestimonial-info-box:before{
	right: 0;
	left: auto;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
@media (min-width: 576px){
	.lang-rtl .ttvtestimonial-img-block{
		float: left;
	}
}
/***********end rtl***********/
/********end testimonial********************/

/***************** blog **********/
.ttvcmsblog-event{
	margin-bottom: 90px;
}
.pagination .page-list{
	background-color: transparent;
	box-shadow: none;
	text-align: right;
	padding: 0;
}
.ttvcmsblog-event .ttvblog-event-all-content-block.ttvblog-even .ttvblog-img-block:after,
.ttvcmsblog-event .ttvblog-event-all-content-block.ttvblog-odd .ttvblog-img-block:after {
	display: none;
}
.ttvnews-event-content-wrapper {
    text-align: left;
    padding: 0 15px 15px 15px;
}
.ttvnews-event-content-wrapper .ttvdate-time {
    background-color: #eeeeee;
    padding: 12px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ttvblog-event-all-content-block:hover .ttvnews-event-content-wrapper .ttvdate-time{
	margin-left: 0px;
}
.ttvblog-event-inner-block {
	padding-top: 0; 
}
.ttvnews-event-content-wrapper .ttvnews-event-titel a,
.kr_blog_post_area .ttvblog_post .post_content .post_title a ,
.ttvnews-event-content-wrapper .ttvnews-event-titel a h5{
	color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
	text-transform: uppercase;
}
.ttvblog-event-all-content-block .ttvnews-event-titel a:hover ,
.ttvnews-event-content-wrapper .ttvnews-event-titel a h5:hover {
	color: #d92026;
}
.ttvnews-event-description,
.kr_blog_post_area .ttvblog_post .post_content .post_description p {
   	color: #222;
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 0px;
    -webkit-line-clamp: 2;
}
.ttvnews-event-content-wrapper .ttvnews-event-read-more a {
    border: none; 
    color: #d92026;
    display: inline-block;
    line-height: 24px;
    padding: 0;
    text-decoration: underline;
    letter-spacing: 0.3px;
}
.ttvnews-event-content-wrapper .ttvnews-event-titel{
	margin-bottom: 5px;
}
.ttvnews-event-content-wrapper .ttvnews-event-read-more a i {
	line-height: 20px;
	display: none;
}
.ttvblog-event-all-content-block:hover .ttvnews-event-read-more a {
    background-color: transparent;
    color: #696969;
}
.ttvnews-event-content-wrapper .ttvblog-date-username{
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ttvnews-wrapper-info-box {
	background-color: transparent;
	padding: 0;
}
.ttvblog-event-all-content-block {
    padding: 0 15px;
}
.ttvblog-event-all-content-block .ttvblog-img-block .ttvblog-content-img {
	height: 290px;
	position: relative;
	overflow: hidden;

}
.ttvblog-event-all-content-block .ttvblog-img-block{
	overflow: hidden;
}

.meta-author.ttvnews-event-username {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.meta-author.ttvnews-event-username i{
	display: none;
}
.ttvblog-event-all-content-block .ttvnews-event-buttons i,
.blog_post_content:hover .ttvnews-event-buttons i,
.blog_post_content .ttvnews-event-hoverbtn .ttvnews-event-buttons i,
.blog_post_content .ttvnews-event-hoverbtn .ttvnews-event-buttons:hover i{
	color: #fff;
	font-size: 17px;
	width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
  	border: none;
  	border: 1px solid #ffffff;
    border-radius: 25px;
}
.ttvblog-date-username .post_meta p{
	display: none;
}
.ttv-author-comment i{
	display: none;
}

.ttvblog-date-username .post_meta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttv-author-comment{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 20px;
}
.ttv-author-comment p span{
	margin: 0 0 0 5px;
}
.ttvblog-date-username .ttvdate-time p{
	display: none;
}

.ttvblog-date-username .ttvmonth-time p{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #222;
    font-weight: 500;
    padding: 0 0px;
    text-transform: capitalize;
    margin: 3px 0 0 0;
}

.ttvblog-date-username .ttvdate-time i{
	font-size: 15px;
	color: #999;
	margin-right: 8px;
	display: none;
}
#module-ttvcmsblog-archive .pagination .page-list.ttvinner-page-pagination{
	text-align: center;
}
.ttvblog-event-all-content-block .ttvblog-img-content-wrapper{
	border: 1px solid #ffffff;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ttvblog-event-all-content-block:hover .ttvblog-img-content-wrapper{
	border: 1px solid #eeeeee;
}
.ttvnews-event-hoverbtn{
	overflow: hidden;
}
.ttvblog-event-all-content-block .ttvblog-img-block .ttvblog-content-img:after,
.blog_post_content_top .ttvnews-event-hoverbtn .ttvnews-event-overly{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 50%;
    background-color: rgba(34, 34, 34, 0.4);
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    opacity: 0;
    
}
.ttvblog-event-all-content-block:hover .ttvblog-img-block .ttvblog-content-img:after,
.blog_post_content_top:hover .ttvnews-event-hoverbtn .ttvnews-event-overly {
    opacity: 1;
  	left: 0;
}
#module-ttvcmsblog-archive .ttvinner-page-pagination-wrapper {
    padding: 10px;
    border: 1px solid #eee;
}
#module-ttvcmsblog-archive #content{
	border: none;
}
.kr_blog_post_inner.products, #module-ttvcmsblog-archive .ttvpage-header-title-wrapper, .ttvall-page-top-title{
	border: 1px solid #eeeeee;
}
/****************** blog media ****************/
@media screen and (min--moz-device-pixel-ratio:0) {
	.ttvnews-event-description,
	.kr_blog_post_area .ttvblog_post .post_content .post_description p {
	    height: calc(3rem / 1.1);
	    text-overflow: ellipsis;
	}
}
@media (max-width: 1199px){
	.ttvblog-date-username .post_meta{
		display: block;
	}
	.meta-author.ttvnews-event-username {
		margin: 0 20px;
	}
}
@media (min-width: 576px)and (max-width: 767px){
	.ttvblog-date-username .post_meta{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}
@media(max-width: 991px){
	.ttvblog-event-all-content-block,
	#index .ttvcmsblog-event{
		margin-bottom: 15px;

	}
	.ttvblog-event-all-content-block .ttvblog-img-content-wrapper{
		border: 1px solid #eeeeee;
	}
	.ttvblog-event-all-content-block:last-child {
	    margin-bottom: 0;
	}
}

@media (max-width: 767px){
	.ttvblog-event-all-content-block:last-child{
		margin-bottom: 15px;
	}
}
/****************** blog rtl ****************/

.lang-rtl .ttvnews-event-content-wrapper .ttvblog-date-username,
.lang-rtl .blog_post_content .post_content
{
	direction: rtl;
}
.lang-rtl .ttvblog-date-username .ttvdate-time i{
	margin-left: 5px;
	margin-right: 0;
}
.lang-rtl .ttv-author-comment p span{
	margin: 0 0 0 5px;
}

.lang-rtl .ttvblog-event-all-content-block:hover .ttvnews-event-content-wrapper .ttvdate-time{
	margin-right: 0;
}
.lang-rtl .ttv-author-comment i{
	margin: 0 0 0 15px;
}
.lang-rtl .ttvnews-event-content-wrapper{
	text-align: right;
}
@media (min-width: 768px){
	.lang-rtl#module-ttvcmsblog-archive .ttvinner-page-pagination-wrapper .ttvinner-page-showing-item {
    text-align: right;
	}
}
/***************** end blog **********/

/*********** brand -***********/
.ttvcmsbrandlist-slider{
	margin-bottom: 90px;
}
.owl-carousel .owl-item .ttvbrandlist-slider-wrapper-info img{
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-item .ttvbrandlist-slider-wrapper-info:hover img{
	opacity: 0.5;
}
.ttvcmsbrandlist-slider .ttvcmsbrandlist-slider-main-title-wrapper {
	display: none;
}
@media (max-width: 991px){
	.ttvcmsbrandlist-slider {
		margin-bottom: 30px;
	}
}
/*********** end brand -***********/

/************************************* service *******************************************************/
.ttvcmscustomer-services {
	background-color: #ffffff;
    margin-bottom: 90px;
}
.ttvservice-all-block-image {
	overflow: hidden;
	position: relative;
}
.ttvservices-center .ttvall-block-box-shadows{
	border: 1px dotted #888888;
	padding: 15px;
}
.ttvservices-center:hover .ttvall-block-box-shadows{
	border: 1px dotted #d92026;
}
.ttvservices-all-block.card-deck{
	margin-bottom: 0;
	border-spacing: 0;
}
.ttvcmscustomer-services .ttvservices-img {
    text-align: center;
    position: relative;
    border-radius: 0;
    width: 64px;
    height: 64px;
    background-color: transparent;
    overflow: hidden;
  
}
.ttvcmscustomer-services .ttvservices-1 .ttvservices-img{
	background-image: url(../img/quality.png);
	filter: grayscale(1);
	transition: 1s;;	
}
.ttvcmscustomer-services .ttvservices-center:hover .ttvservices-1 .ttvservices-img{
	filter: grayscale(0);
}

.ttvcmscustomer-services .ttvservices-2 .ttvservices-img{
	background-image: url(../img/support.png);
	filter: grayscale(1);
	transition: 1s;	
}
.ttvcmscustomer-services .ttvservices-center:hover .ttvservices-2 .ttvservices-img{
	filter: grayscale(0);
	
}
.ttvcmscustomer-services .ttvservices-3 .ttvservices-img{
	background-image: url(../img/rocket.png);
	filter: grayscale(1);
	transition: 1s;
}
.ttvcmscustomer-services .ttvservices-center:hover .ttvservices-3 .ttvservices-img{
	filter: grayscale(0);
	
}
.ttvcmscustomer-services .ttvservices-4 .ttvservices-img{
	background-image: url(../img/coins.png);
	filter: grayscale(1);
	transition: 1s;
}
.ttvcmscustomer-services .ttvservices-center:hover .ttvservices-4 .ttvservices-img{
	filter: grayscale(0);
	
}
.ttvcmscustomer-services .ttvservices-center{
	padding: 0 15px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;	
}

.ttvcmscustomer-services .ttvservices-img i{
	display: none;
}
.ttvservices-content-box .ttvservices-title {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.ttvservices-content-box .ttvservice-dec{
    color: #242021;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    line-height: 20px;
}
/****************************** mobile-sevices **************************************/
@media(max-width: 991px){
	.ttvcmscustomer-services {
    	margin-bottom:30px;
	}
}
/***************************************** end sevices *****************************************************************************/
/*******start slider *************/
.ttvcmsmain-slider-wrapper {
	margin-bottom: 20px;
}
.ttvcms-main-slider .ttv-main-slider{
	overflow: hidden;
}
#ttvmain-slider .ttvmain-slider-contant-center{
	text-align: center;
}
.ttvmain-slider-contant .ttvmain-slider-title {
    font-size: 30px;
    color: #333132;
    font-weight: 400;
    margin: 11px 0 0 0;
    text-shadow: none;
}
.ttvmain-slider-contant .ttvmain-slider-info h2 {
    font-size: 100px;
    text-transform: capitalize;
    margin: 40px 0 0 0;
    color: #f69700;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 4px;
}
.ttvmain-slider-contant .ttvmain-slider-info p {
    font-size: 45px;
    color: #040001;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 0 0;
    text-shadow: none;
    cursor: pointer;
    line-height: normal;
}
.ttvmain-slider-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 90px 0 0 0;
}
.ttvmain-slider-contant.ttvmain-slider-contant-right{
	text-align: right;
}
.ttvmain-slider-contant.ttvmain-slider-contant-center{
	text-align: center;
}
.ttvmain-slider-contant.ttvmain-slider-contant-left{
	text-align: left;
}
#ttvmain-slider .ttvmain-slider-contant-left.show {
	left: 8%;
	top: 0;
}
#ttvmain-slider .ttvmain-slider-contant-right.show{
	right: 11%;
	top: 0;	
} 
.ttvmain-slider-contant.ttvmain-slider-contant-center {
    text-align: center;
}
.ttvmain-slider-contant .ttvmain-slider-button{
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 50px;
	background-color: #333333;
	padding: 0 30px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
    background-image: linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-image: -webkit-linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-image: -moz-linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-image: -ms-linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-image: -o-linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-image: linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    filter: linear-gradient(to right, #888888, #888888 50%, #333333 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.ttvmain-slider-contant .ttvmain-slider-button:hover{
    color: #ffffff;
    -webkit-transition:  all 0.5s cubic-bezier(0, 0, 0.23, 1);
    -moz-transition:  all 0.5s cubic-bezier(0, 0, 0.23, 1);
    -ms-transition:  all 0.5s cubic-bezier(0, 0, 0.23, 1);
    -o-transition:  all 0.5s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}
@media(max-width: 1440px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 25px;
	    margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 80px;
	    margin: 28px 0 0 0;
	    letter-spacing: 2px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
	    margin: 10px 0 5px 0;
	    font-size: 35px;
	    line-height: normal;
	}
	.ttvmain-slider-btn{
		margin: 65px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 18px;
		line-height: 35px;
		padding: 0 19px;
	}
}
@media(max-width: 1199px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 22px;
	    margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 70px;
	    margin: 20px 0 0 0;
	    letter-spacing: 2px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
	    margin: 22px 0 5px 0;
	    font-size: 29px;
	    line-height: 14px;
	}
	.ttvmain-slider-btn{
		margin: 65px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 18px;
		line-height: 35px;
		padding: 0 19px;
	}
}
@media(max-width: 1024px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 17px;
	    margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 58px;
	    margin: 15px 0 0 0;
	    letter-spacing: 2px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
	    margin: 22px 0 5px 0;
	    font-size: 25px;
	    line-height: 14px;
	}
	.ttvmain-slider-btn{
		margin: 45px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 14px;
		line-height: 30px;
		padding: 0 15px;
	}
}
@media(max-width: 768px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 11px;
	    margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 40px;
	    margin: 15px 0 0 0;
	    letter-spacing: 2px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
	    margin: 17px 0 5px 0;
	    font-size: 18px;
	    line-height: 14px;
	}
	.ttvmain-slider-btn{
		margin: 30px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 14px;
		line-height: 30px;
		padding: 0 15px;
	}
}
@media(max-width: 575px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 8px;
	    margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 28px;
	    margin: 15px 0 0 0;
	    letter-spacing: 4px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
	    margin: 10px 0 5px 0;
	    font-size: 13px;
	    line-height: 14px;
	}
	.ttvmain-slider-btn{
		margin: 20px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 12px;
		line-height: 25px;
		padding: 0 10px;
	}
}
@media(max-width: 425px){
	.ttvmain-slider-contant .ttvmain-slider-title {
	    font-size: 8px;
	    margin: 4px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-info h2{
	    font-size: 24px;
	    margin: 7px 0 0 0;
	    letter-spacing: 1px;
	}
	.ttvmain-slider-contant .ttvmain-slider-info p {
		margin: 5px 0 5px 0;
	    font-size: 10px;
    	line-height: 14px;
	}
	.ttvmain-slider-btn{
		margin: 5px 0 0 0;
	}
	.ttvmain-slider-contant .ttvmain-slider-button{
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
	}
}
/*************end slider ***************/

/************* gmenu ***************/

#gmenu {
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

#gmenu a {
    padding-left: 30px;
    padding: 6px 20px;
    border-radius: 50px;
    border: none;
    line-height: 1.25;
}

#gmenu_1:hover {
    background-color: rgba(188, 76, 154, 0.1);
    color: #222222;
}
#gmenu_2:hover {
    background-color: rgba(251, 183, 41, 0.1);
    color: #222222;
}
#gmenu_3:hover {
    background-color: rgba(184, 213, 68, 0.1);
    color: #222222;
}
#gmenu_4:hover {
    background-color: rgba(153, 216, 235, 0.1);
    color: #222222;
}
#gmenu_1.active {
    background-color: rgba(188, 76, 154, 0.7);
}
#gmenu_2.active {
    background-color: rgba(251, 183, 41, 0.7);
}
#gmenu_3.active {
    background-color: rgba(184, 213, 68, 0.7);
}
#gmenu_4.active {
    background-color: rgba(153, 216, 235, 0.7);
}

@media(max-width: 1300px){
	#gmenu a {
	    font-size: 12px;
	}
	.phone_number {
	    font-size: 12px!important;
	}

/************* cat4cat ***************/

.cat4cat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cat4cat_cat {
    width: 12%;
    padding: 0 10px;
    text-align: center;
}