/*------------------------------------------------------------------
[Table of contents]

* Default CSS
* Header Section
* Topbar Section
* Titlebar Section
* Footer Section
* Common Widget Section
* Menu Section
* Blogbox Section
* Portfolio Section
* Team Member Section
* Category Sections
* Fact in Digit Section
* Row Section
* Sidebar Section
* Social Section
* List Style Section
* VC Map
* Custom Selectbox
* Heading Section
* Button Section
* Global Box spacing
* tooltip
* Slick Slider
* flexslider
* Drop Cap Design
* Google map Section
* Category filter Section
* 404 Page
* Search Result Page
* box-top-pos
* Icon setting
* Box Seprator
* Box Shadow
* Sevice box
* Push up section
* Pricelist section
* Testimonials Section
* Client Logo section
* Accordion section
* Tab
* Progress-bar
* Contact Form
* Counter Fact
* VC Colum
* Pricing table
* Search form
* ts-pre-loader-container
* Static box

-------------------------------------------------------------------*/
.admin-bar .ts-fbar-close{
	top: 32px;
}
.site-content-wrapper {
	position: relative;
	z-index: 7;
}
.main-holder{
	overflow: hidden;
	position: relative;
}
.site-main {
	position: relative;
	padding-top: 82px;
	z-index: 10;
}
/*** 

====================================================================
	Default CSS
====================================================================

***/
.ts-letterspacing-3px {
	letter-spacing: 3px;
}
.ts-letterspacing-5px {
	letter-spacing: 5px;
}
footer a,
.entry-content a,
.site-content-wrapper a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ts-equal-height-image,
.themestek-hide,
.ts-hide{
	display: none;
}
.ts-table {
	display: table;
	width: 100%;
}
.ts-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.ts-align-right{
	text-align: right;
}
iframe {
	width: 100%;
}

/* Background color*/
.ts-bg.ts-bgcolor-darkgrey > .ts-bg-layer{
	background-color: #2c1e0f;
}
.themestek-sticky-header .ts-sticky-bgcolor-darkgrey,
.ts-col-bgcolor-darkgrey,
.ts-col-bgcolor-darkgrey .ts-bg-layer-inner,
.site-header-menu.ts-sticky-bgcolor-darkgrey.is_stuck,
.ts-bgcolor-darkgrey {
	background-color: var(--tste-optico-primary-darkbgcolor);
}
.themestek-sticky-header .ts-sticky-bgcolor-grey,
.ts-col-bgcolor-grey > .ts-bg-layer-inner,
.ts-bg.ts-bgcolor-grey > .ts-bg-layer,
.ts-col-bgcolor-grey .ts-bg-layer-inner,
.ts-bgcolor-grey,
.site-header.ts-sticky-bgcolor-grey.is_stuck,
.site-header-menu.ts-sticky-bgcolor-grey.is_stuck{
	background-color: var(--tste-optico-primary-greycolor);
}
.themestek-sticky-header .ts-sticky-bgcolor-white,
.ts-bg.ts-bgcolor-white > .ts-bg-layer,
.ts-col-bgcolor-white .ts-bg-layer-inner,
.ts-bgcolor-white,
.ts-col-bgcolor-white{
	background-color: #fff;
}

/* White Text color*/
.ts-vc_general.ts-vc_btn3.ts-vc_btn3-color-skincolor.ts-vc_btn3-style-outline:hover,
.ts-vc_general.ts-vc_btn3.ts-vc_btn3-color-skincolor:not(.ts-vc_btn3-style-text):not(.ts-vc_btn3-style-outline),
.ts-bgcolor-skincolor a,
.ts-bgcolor-dark a{
	color: #fff;
}

/* Dark Text color*/
.sidebar .widget_recent_comments li.recentcomments a,
.sidebar .themestek_widget_recent_entries a,
.sidebar .widget_recent_entries a,
.sidebar .widget_meta a,
.sidebar .widget_categories a,
.sidebar .widget_archive li a,
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a {
	color: #42464e;
}
.widget_product_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
	position: relative;
	list-style: none;
	font-weight: 600;
}

/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text,
textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
.uneditable-input, select {
	font-family: inherit;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	width:100%;
	color: #999999 !important;
	padding: 10px 20px;
	font-weight: normal;
	background-color: rgba(0,0,0,.03);
	text-transform: inherit;
	border:1px solid #e5e5e5;
	font-size: 14px;
	outline: none;
	line-height: inherit;
	font-style: normal;
}
textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, input.input-text:focus,
select:focus {
	background-color: transparent;
}
input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	color: #666;
	outline: none !important;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 34px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 1px solid transparent;
	color: #fff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
	outline: none !important;
	-webkit-font-smoothing: antialiased;
}
.ts-full-bt{
	width: 100%;
}
.ts-textarea-con textarea{
	height: 178px;
}

/*** Custom Selectbox ***/
.select2-container .select2-choice {
	padding: 6px 0 6px 10px;
	border: 1px solid #e5e5e5;
	background-color: rgba(0,0,0,.03);
}
.select2-drop-active{
	border: 1px solid #e5e5e5;
}

/*** Topbar Dark text color ***/
.ts-textcolor-dark,
.ts-textcolor-dark .social-icons li a,
.ts-textcolor-dark.themestek-fbar-btn-link i,
.ts-textcolor-dark .vc_tta-panel-body,
.ts-textcolor-dark .vc_tta-panel-body .wpb_text_column {
	color: rgba(0, 0, 0, 0.6);
}
.ts-col-bgimage-yes .ts-bg-layer-inner,
.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.90;
}
.themestek-fbar-box-w.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.90;
}
.ts-bgcolor-white.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.80;
}
.ts-col-bgcolor-darkgrey.ts-col-bgimage-yes .ts-bg-layer-inner,
.ts-bgcolor-darkgrey.ts-bg.ts-bgimage-yes > .ts-bg-layer-inner{
	background-color: #000;
}
.ts-col-bgcolor-grey.ts-col-bgimage-yes .ts-bg-layer-inner,
.ts-col-bgcolor-darkgrey.ts-col-bgimage-yes .ts-bg-layer-inner,
.ts-bgcolor-darkgrey.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.85;
}
.site-footer  .ts-bgcolor-darkgrey.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.95;
}
.ts-titlebar-wrapper.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.75;
}
.vc_video-bg-container .ts-col-bgcolor-yes,
.vc_video-bg-container.ts-bg.ts-bgimage-yes > .ts-bg-layer{
	opacity: 0.8;
}
.ts-col-bg,
.ts-bg{
	position: relative;
}
.ts-bg-layer,
.ts-titlebar-wrapper .ts-titlebar-wrapper-bg-layer{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
}
.vc_column-inner.ts-col-bgimage-yes.ts-col-bgcolor-,
.ts-bgcolor-transparent > .ts-bg-layer,
.ts-bgcolor-transparent{
	background-color: transparent !important;
}
.vc_column-inner > .wpb_wrapper{
	position: relative;
}
.vc_column-inner.ts-col-bgimage-yes.ts-col-bgcolor- .ts-bg-layer-inner{
	opacity: 1;
}

/*** Top to bottom ***/
#totop {
	font-weight: 900;
	color: #fff;
	background: rgb(126, 186, 3);
	position: fixed;
	display: none;
	right: 34px;
	bottom: 34px;
	z-index: 999;
	height: 0;
	width: 0;
	font-size: 0;
	text-align: center;
	padding-top: 5px;
	line-height: 36px;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#totop:hover{
	background-color: #333;
}
#totop.top-visible {
	height: 50px;
	width: 50px;
	font-size: 25px;
}

/*** Footer left right spacing ***/
.themestek-pre-header-wrapper.container-full,
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
	padding-left: 15px;
	padding-right: 15px;
}
.themestek-item-thumbnail,
.themestek-item-thumbnail-inner{
	display: block;
}

/***

====================================================================
	Header Section
====================================================================

***/
.ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header h4 {
	margin-bottom: 13px;
}
.site header,
.ts-header-block,
.site-header,
.site-header-main{
	position:relative;
}

/*** Logo Section ***/
.themestek-logo-img.standard{
	max-height: 100px;
	width: auto;
}
.site-branding {
	float: left;
}
.logo-link-text{
	display: none;
}
.headerlogo img{
	max-height: 35px;
	width: auto;
}
.headerlogo img,
.ts-stickylogo-yes .standardlogo,
.is-sticky .ts-stickylogo-yes .stickylogo{
	display:inline-block;
}
.site-title a.home-link:hover, a.home-link:hover {
	text-decoration: none;
}
.site-title {
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	color: #fff;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.site-title a {
	display: table-cell;
	vertical-align: middle;
}
.site-description {
	display: none;
}
.ts-header-style-classic-box.ts-header-style-6 .site-header.is_stuck .container{
	background-color: transparent !important;
}

/*** Header cart and search icon font size ***/
#site-header-menu #site-navigation .ts-header-icon a,
#site-header-menu #site-navigation .themestek-fbar-btn a{
	font-size: 17px;
}
.ts-header-block .ts-vc_btn3.ts-vc_btn3-size-md {
	padding: 12px 24px;
}

/***

====================================================================
	Topbar Section
====================================================================

***/
.themestek-pre-header-wrapper{
	position: relative;
}
.themestek-sticky-footer .themestek-pre-header-wrapper{
	z-index: 1;
}
.themestek-pre-header-wrapper .top-contact li a,
.themestek-pre-header-wrapper .social-icons li > a,
.themestek-pre-header-wrapper .ts-fbar-open-icon{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.ts-pre-header-content .ts-table-cell div{
	display: inline-block;
}
.site-header .themestek-topbar{
	position: relative;
	z-index: 10;
}
.table-row {
	display: table;
	width: 100%;
}
.ts-tb-right-content {
	text-align: right;
	display:inline-block;
	padding-left:5px;
}
.ts-center-content .themestek-tb-left-content{
	width: 100%;
	display: block;
}
.themestek-pre-header-inner {
	line-height: 42px;
}
.top-contact {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 47px;
}
.top-contact i {
	margin-right: 8px;
	display: inline-block;
}
.top-contact li {
	display: inline-block;
	padding-right: 25px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.top-contact li:last-child{
	padding-right: 0px;
}
.top-contact li,
.ts-pre-header-content .ts-table-cell div{
	position: relative;
}
.ts-pre-header-content .ts-table-cell .themestek-social-links-wrapper{
	padding-left: 30px;
	padding-right: 15px;
}
.rtl .ts-pre-header-content .ts-table-cell .themestek-social-links-wrapper{
	padding-right: 30px;
	padding-left: 15px;
}
.ts-pre-header-content .ts-table-cell .ts-last-sep-none div.themestek-social-links-wrapper::after{
	display: none;
}
.ts-pre-header-content .ts-table-cell .ts-last-sep-none .themestek-social-links-wrapper{
	padding-right: 10px;
}
.rtl .ts-pre-header-content .ts-table-cell .ts-last-sep-none .themestek-social-links-wrapper{
	padding-left: 10px;
	padding-right: 30px;
}
.ts-pre-header-content .ts-table-cell div.themestek-social-links-wrapper::after,
.top-contact li:last-child::after{
	right: 0px;
}
.top-contact li:first-child::before,
.ts-pre-header-content .ts-table-cell div.themestek-social-links-wrapper::before{
	right: auto;
	left: 0;
}

/***  Topbar Nav Menu ***/
.topbar-nav-menu{
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding:0px;
}
.topbar-nav-menu li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.topbar-nav-menu li:first-child{
	padding-left: 0px;
}

/***  Topbar Nav Menu ***/
.themestek-pre-header-wrapper.ts-bgcolor-white{
	border-bottom: 1px solid #e5e5e5;
}

/***

====================================================================
	Titlebar Section
====================================================================

***/
.ts-titlebar-wrapper .ts-titlebar-inner-wrapper{
	padding: 0px;
	display: table;
	width:100%;
}
.ts-titlebar-main {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.ts-titlebar-wrapper{
	position:relative;
	z-index: 1;	
}
.ts-header-style-classic2 .ts-classicheader-text-area .ts-header-text .ts-titlebar-wrapper {
	margin-top: 70px;
} 
.ts-titlebar-wrapper.entry-header{
	margin-bottom:0px;
} 
.ts-titlebar-align-right .ts-titlebar-main {
	text-align: right;
}
.ts-titlebar-align-left .ts-titlebar-main {
	text-align: left;
}
.ts-titlebar-wrapper .entry-header {
	margin-bottom: 0px;
	position: relative;
}
.themestek-titlebar-main {
	text-align:center;
}
.ts-titlebar-wrapper .entry-title-wrapper a{
	color: rgba(255, 255, 255, 0.90);
	font-weight:bold;
}
.ts-titlebar-wrapper .entry-title-wrapper a:hover{
	color: #fff;
}
.ts-titlebar-main .breadcrumb-wrapper span:last-child {
	padding-right: 0px;
}
.ts-titlebar-wrapper .entry-title .ts-subtitle{
	font-size: 17px;
	opacity: 0.8;
	font-weight: 300;
}
.ts-titlebar-wrapper .breadcrumb-wrapper a{
	color: #888;
}
.ts-bread-sep{
	position: relative;
	top: -1px;
	padding-right: 1px;
}
.ts-titlebar-wrapper .breadcrumb-wrapper a:hover{
	text-decoration:none;
}
.themestek-titlebar-main .breadcrumb-wrapper {
	color: #999999;
	vertical-align: middle;
}
.breadcrumb-wrapper .ts-pf-navbar-wrapper i {
	font-size: 24px;
	opacity: 0.8;
	transition: all 0.2s ease;
}
.breadcrumb-wrapper .ts-pf-navbar-wrapper a {
	margin: 2px;
	display: inline-block;
}
.breadcrumb-wrapper .ts-pf-navbar-wrapper a,
.breadcrumb-wrapper .ts-pf-navbar-wrapper .ts-dim{
	margin: 5px;
	display: inline-block;
}
.breadcrumb-wrapper-inner span{
    display: inline-block;
}
.ts-titlebar-wrapper{
	background-size: 100%;
	background-position: 50% 0px;
	background-repeat: repeat repeat;
}
.themestek-header-style-3 .themestek-slider-wrapper,
.themestek-header-style-3 .ts-titlebar-wrapper{
	position: relative;
	z-index: 1;
}
.themestek-titlebar-main .entry-title {
	line-height: 27px;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 28px;
}
.ts-titlebar-align-right .ts-titlebar-main-inner,
.ts-titlebar-align-left .ts-titlebar-main-inner{
	display:table;
	width: 100%;
}
.ts-titlebar-align-right .entry-title-wrapper,
.ts-titlebar-align-left .entry-title-wrapper,
.ts-titlebar-align-right .breadcrumb-wrapper,
.ts-titlebar-align-left .breadcrumb-wrapper {
	display:table-cell;
}
.ts-titlebar-align-left .breadcrumb-wrapper {
	text-align:right;
	vertical-align:middle;
}
.ts-titlebar-align-right .breadcrumb-wrapper{
	text-align: left;
	vertical-align:middle;
}
.ts-titlebar-wrapper .breadcrumb-wrapper {
	font-size: 13px;
	color: #999999;
}
.ts-titlebar-align-allleft .ts-titlebar-main {
	text-align: left;
}
.ts-titlebar-align-allright .ts-titlebar-main {
	text-align: right;
}
.entry-title-wrapper .entry-title{
	margin:0px;
	margin-bottom: 10px;
}

/*** Titlebar Textcolor White ***/
.ts-textcolor-white .ts-titlebar-main .breadcrumb-wrapper a {
	color: rgba(255, 255, 255, 0.72);
}
.ts-textcolor-white .ts-titlebar-main .breadcrumb-wrapper,
.ts-textcolor-white .ts-titlebar-main .breadcrumb-wrapper a:hover {
	color: rgba(255, 255, 255, 1);
}
.ts-textcolor-white .ts-titlebar-main .entry-title,
.ts-textcolor-white .ts-titlebar-main .entry-subtitle{
	color: #fff;
}

/*** Titlebar Textcolor Dark ***/
.ts-textcolor-dark .ts-titlebar-main .breadcrumb-wrapper a{
	color: rgba(0, 0, 0, 0.60);
}
.ts-textcolor-dark .ts-titlebar-main .breadcrumb-wrapper,
.ts-textcolor-dark .ts-titlebar-main .breadcrumb-wrapper a:hover{
	color: rgba(0, 0, 0, 0.8);
}
.ts-textcolor-dark .ts-titlebar-main .entry-title,
.ts-textcolor-dark .ts-titlebar-main .entry-subtitle{
	color: rgba(0, 0, 0, 0.9);
}
.themestek-titlebar-main .breadcrumb-wrapper a{
	color: #999999;
}

/*** Custom link color ***/
.ts-titlebar-textcolor-custom .ts-titlebar .breadcrumb-wrapper a{
	opacity: 0.8;
}
.ts-titlebar-textcolor-custom .ts-titlebar .breadcrumb-wrapper a:hover{
	opacity: 1;
}
.ts-titlebar-wrapper.ts-bgimage-no .ts-titlebar-wrapper-bg-layer{
	opacity: 1;
}
.ts-titlebar-main h3.ts-subtitle{
	opacity: 0.8;
}
.ts-titlebar-wrapper.ts-breadcrumb-on-bottom .ts-titlebar-main > .container{
	padding: 0;
	position: relative;
	vertical-align: middle;
	display: table;
	height: 100%;
}
.ts-titlebar-wrapper.ts-breadcrumb-on-bottom .ts-titlebar-main > .container .ts-titlebar-main-inner{
	vertical-align: middle;
	display: table-cell;
}
.ts-titlebar-wrapper:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .breadcrumb-wrapper .container,
.ts-titlebar-wrapper:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .entry-title-wrapper .container{
	width: auto;
}
.ts-titlebar-wrapper.ts-titlebar-align-allleft:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .breadcrumb-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-allleft:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .entry-title-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-right:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .breadcrumb-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-left:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .entry-title-wrapper .container{
	padding-left: 0;
}
.ts-titlebar-wrapper.ts-titlebar-align-allright:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .breadcrumb-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-allright:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .entry-title-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-right:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .entry-title-wrapper .container,
.ts-titlebar-wrapper.ts-titlebar-align-left:not(.ts-breadcrumb-on-bottom) .ts-titlebar-main .breadcrumb-wrapper .container{
	padding-right: 0;
}

/*** Without Titlebar border ***/
hr.ts-titlebar-border {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.05);
	background-color: transparent;
}
.ts-titlebar-wrapper.ts-breadcrumb-on-bottom{
	position: relative;
	z-index: 9;
}
.ts-titlebar-wrapper.ts-breadcrumb-on-bottom .ts-titlebar .breadcrumb-wrapper .container{
	background-color: #7eba03;
	padding: 17px 64px;
	display: inline-block;
	width: auto;
}
.ts-bgcolor-skincolor.ts-titlebar-wrapper.ts-breadcrumb-on-bottom .ts-titlebar .breadcrumb-wrapper .container{
	background-color: #3d3d3d;
}

/***

====================================================================
	Footer Section
====================================================================

***/
.themestek-wide.themestek-sticky-footer .site-content-wrapper {
	z-index: 1;
}
ul.footer-nav-menu li:last-child::after {
	content: "";
}
.footer-nav-menu{
	list-style: none;
	margin: 0px;
	padding:0px;
	float: right;
}
.rtl .footer-nav-menu{
	float: left;
}
.footer-nav-menu > li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 18px;
	vertical-align: top;
	position: relative;
}
.rtl .footer-nav-menu > li{
	padding-left: 18px;
	padding-right: 5px;
}
.footer-nav-menu > li:last-child{
	padding-right: 0;
}
.rtl .footer-nav-menu > li:last-child{
	padding-left: 0;
	padding-right: 5px;
}
.footer-nav-menu li ul{
	display: none !important;
}
.bottom-footer-inner,
.second-footer-inner{
	position: relative;
}
.ts-footer2-left,
.ts-footer2-right{
	padding-top: 30px;
	padding-bottom: 28px
}
.rtl .ts-footer2-left{
	float: right;
}
.ts-footer2-right{
	text-align: left;
}
.col-sm-12.ts-footer2-left,.col-sm-12.ts-footer2-right {
	text-align: center;
	line-height: 30px;
}
.second-footer-inner::before {
	content: "";
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/*** Footer Heading sep ***/
.footer .widget-title::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #85ab00;
	display: block;
	margin-top: 13px;
}

/*** Footer about section ***/
.footerlogo{
	margin-bottom: 40px;
}
.footerlogo img{
	max-height: 45px;
}
.enhanced-text-widget p{
	margin-bottom: 30px;
}

/*** Footer Social Widget ***/ 
.footer .social-icons li > a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #42464e;
	border: 1px solid rgba(0, 0, 0, 0.64);
	margin-right: 8px;
}
.footer .social-icons li > a:hover{
	color: #42464e;
}

/*** Bottom footer content ***/
.second-footer .container{
	border-bottom: 1px solid #e5e5e5;
}
footer a{
	font-weight: normal;
	color: #323232;
}
.themestek-social-links-space {
	margin-top: 30px;
}
/*** First foote widget ***/
.footer .first-footer-inner .widget.ts-footer-cta {
	margin: 0;
}
.footer .first-footer-inner .widget .ts-vc_btn3-container,
.footer .first-footer-inner .widget .ts-vc_cta3-container{
	margin-bottom: 0;
}
.footer .first-footer-inner .ts-vc_general.ts-vc_cta3 h2{
	color: #fff !important;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0;
	margin-top: 3px;
}
.footer .first-footer-inner .ts-vc_cta3_content-container{
	width: 100%;
	display: table;
}
.footer .first-footer-inner .ts-vc_general.ts-vc_cta3 h2{
	font-weight: normal;
}
.footer .first-footer-inner .ts-vc_general.ts-vc_cta3 strong{
	display: block;
	font-size: 26px;
}
.footer .first-footer-inner .ts-vc_cta3_content-container{
	position: relative;
}
.site-footer .sidebar-container.ts-textcolor-dark .ts-vc_cta3_content-container a {
	color: #fff;
}
.site-footer .sidebar-container.ts-textcolor-dark.ts-bgcolor-skincolor .ts-vc_cta3_content-container a:hover {
	background-color: #fff!important;
}

/* Foote widget white text color */
.site-footer  .sidebar-container.ts-textcolor-white .tagcloud a,
.site-footer  .ts-bgcolor-skincolor .tagcloud a{
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 0.9);
}
.footer .ts-bgcolor-skincolor .widget-title::after{
	background-color: #fff;
}
.site-footer .sidebar-container.ts-textcolor-white .widget_calendar caption,
.site-footer .ts-bgcolor-skincolor .widget_calendar caption,
.site-footer .ts-bgcolor-skincolor .wp-caption .wp-caption-text{
	color: rgba(255, 255, 255, 0.9);
}

/*** Footer dark background ***/
.site-footer-w .ts-textcolor-white a,
.site-footer-w .ts-textcolor-white a:hover,
.site-footer-w .ts-textcolor-white .widget .widget-title{
	color: #fff;
}
.site-footer-w .ts-textcolor-white .bottom-footer-inner {
	border-top-color: rgba(255, 255, 255, 0.18);
}
.site-footer-w .ts-textcolor-white .social-icons li > a{
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.80);
}
.site-footer-w .ts-textcolor-white .social-icons li > a:hover{
	border-color: rgba(255, 255, 255, 0.50);
}
.site-footer-w .ts-textcolor-white{
	color: rgba(255, 255, 255, 0.70);
}

/* Foote widget dark text color */
.site-footer .sidebar-container.ts-textcolor-dark a{
	color: #42464e;
}
.footer .ts-bgcolor-skincolor.ts-textcolor-dark .widget-title::after{
	background-color: rgba(0, 0, 0, 0.30);
}
.site-footer  .sidebar-container.ts-textcolor-dark .tagcloud a{
	border-color: #eee;
	color: #333;
}
.site-footer .sidebar-container.ts-textcolor-dark .tagcloud a:hover{
	color: #fff;
	border-color: transparent;
}
.footer .ts-bgcolor-skincolor .search-form .search-field::placeholder{
	color: rgba(255, 255, 255, 0.90);
	opacity: 1; /* Firefox */
}
.footer .ts-bgcolor-skincolor .search-form .search-field:-ms-input-placeholder{
color: rgba(255, 255, 255, 0.90);
}
.footer .ts-bgcolor-skincolor .search-form .search-field::-ms-input-placeholde{
color: rgba(255, 255, 255, 0.90);
}
.footer .ts-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
.footer .ts-bgcolor-skincolor .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}

/*Footer Call to action */
.ts-footer-cta-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ts-footer-cta-wrapper h2{
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}
.ts-footer-cta-wrapper h2 strong{
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
}
.ts-footer-cta-wrapper .ts-vc_btn3-container{
	margin-bottom: 0
}
.ts-footer-cta-wrapper .ts-vc_cta3_content-container {
	position: relative;
	width: 100%;
}
.ts-footer-cta-wrapper .ts-vc_cta3-content .ts-vc_cta3-headers{
	margin-top: 10px;
}

/***

====================================================================
	Common Widget Section
====================================================================

***/
.widget-area.sidebar .widget_search .wp-block-search__label,
.widget-area.sidebar .widget_block .wp-block-group h2,
.sidebar h3.widget-title {
	margin-top: 0px;
	margin-bottom: 25px;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget-area.sidebar .widget.widget_block a{
	font-weight: 600;
}
.widget,
.wpb_row .wpb_widgetised_column .widget {
	margin: 45px 0 35px;
	word-wrap: break-word;
}
.footer .footer-rows .first-footer .first-footer-inner{
	padding: 40px 0 40px;
}
.footer .footer-rows .second-footer .second-footer-inner{
	padding: 20px 0 50px;
}
.footer .footer-rows .second-footer .second-footer-inner{
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer .widget{
	margin: 40px 0 0px;
}
.footer .ts-newsletter-margin {
	margin-top: -23px;
}
.widget ul > li {
	padding: 0px 0px 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.optico_contact_widget_wrapper) > li:last-child,
.widget ul > li ul > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget .widget-title {
	margin-bottom: 26px;
	position: relative;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.optico_contact_widget_wrapper) > li {
	padding: 10px 0;
}
body .sidebar .widget.optico_category_list_widget li{
	padding: 0 !important;
	border-top: none !important;
}
.sidebar .widget.themestek_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
	padding: 15px 0;
}
.sidebar .widget.themestek_widget_recent_entries ul:not(.slides):not(.cart_list):not(.optico_contact_widget_wrapper) > li:first-child,
.sidebar .widget_shopping_cart .cart_list li:first-child,
.sidebar .widget > ul:not(.slides):not(.cart_list) > li:first-child,
.sidebar .widget.widget_nav_menu > div > ul:first-child > li:first-child {
	border-top: none;
	padding-top: 0px;
}

/*** Flicker Widget ***/
.optico_flicker_widget_wrapper a {
	overflow: hidden;
	display: block;
	margin: 0 8px 0px 0px;
	width: 80px;
	height: 80px;
	display: inline-block;
	background: none;
}
.footer .optico_flicker_widget_wrapper a {
	width: 75px;
	height: 75px;
}
.optico_flicker_widget_wrapper a img{
	width: 100%;
	height: 100%;
}
/*** Contact Info Widget ***/
.footercontactinfo .social-icons{
	margin-left: 0 !important;
}
.footercontactinfo > .contactinfo{
	font-size: 19px;
	line-height: 29px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	margin-bottom: 22px;
	padding-bottom: 18px !important;
}
.footercontactinfo > .contactinfo:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px !important;
	border-bottom: none;
}
.footercontactinfo .contactinfo span{
	font-size: 13px;
}
ul.optico_contact_widget_wrapper{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.optico_contact_widget_wrapper li {
	padding-left: 35px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 18px;
}
ul.optico_contact_widget_wrapper li::before {
	position: absolute;
	left: 0px;
	top: 3px;
	font-weight: bold;
	font-size: 18px;
}

/*** Recent Post Widget ***/
ul.ts-recent-post-list{
	list-style: none;
	padding: 0;
}
ul.ts-recent-post-list > li img{
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0.24);
}
ul.ts-recent-post-list > li > a{
	font-size: 15px;
}
ul.ts-recent-post-list li::after{
	content: " ";
	display: table;
	clear:both;
}
ul.ts-recent-post-list > li .post-date{
	display: block;
	font-size: 13px;
}
.main-holder ul.product_list_widget > li{
	padding: 15px 0;
}
ul.product_list_widget > li:first-child,
ul.ts-recent-post-list > li:first-child{
	border-top: 0px;
	padding-top: 0px;
}

/*** Tag Cloud  ***/
.tagcloud a{
	font-size: 13px !important;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: inline-block;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #eee;
	padding: 9px 21px 8px 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.tagcloud a:hover{
	color: #fff;
	border-color: transparent;
}
.ts-textcolor-white .tagcloud a:hover{
	color: #fff;
}

/*** Common Widget Arrow ***/
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_archive li a,
.widget_pages li a,
.widget_nav_menu li a{
	padding-left: 20px;
	position: relative;
}
.sidebar .widget_recent_comments > ul:not(.slides):not(.cart_list) > li.recentcomments {
	padding-left: 20px;
}
.sidebar .widget_recent_comments li.recentcomments::before{
	top: 13px;
}
.sidebar .widget_recent_comments li.recentcomments:first-child::before{
	top: 5px;
}
.site-content .widget .wp-block-latest-comments li::before,
.site-content .widget .wp-block-latest-posts li>a::before,
.widget_recent_comments li.recentcomments::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_categories a::before,
.widget_archive li a::before,
.widget_pages li a::before,
.widget_nav_menu li a::before {
	font-family: "ts-optico-icons";
	content: "\e809";
	position: absolute;
	top: 2px;
	left: 0px;
	line-height: 1em;
	font-size: 14px;
}
.site-content .widget .wp-block-latest-comments li::before{
	content: '\e852';
	font-size: 12px;
	top: 7px;
}

/*** Widget categories ***/
.sidebar .widget_categories li{
	padding-bottom: 0;
	position: relative;
	margin: 16px 0;
	padding: 0 !important;
}
.sidebar .widget_categories li span{
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #eee;
	text-align: center;
	border-radius: 50%;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
	float: none;
}
.widget ul > li ul {
	margin-left: 20px;
	margin-top: 15px;
}
.themestek-sidebar-both .widget ul > li ul,
.themestek-sidebar-bothleft .widget ul > li ul,
.themestek-sidebar-bothright .widget ul > li ul{
	margin-left: 8px;
}

/*** Flex gallery ***/
.flexslider{
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
	margin-top: -25px;
}
.sidebar .wpb_gallery  .flex-direction-nav{
	display: none;
}
.sidebar .wpb_gallery.wpb_content_element{
	margin-bottom: 0px;
}

/*** Calendar Widget ***/
.widget_calendar table td#today{
	font-weight: bold;
}
.widget_calendar table {
	border-collapse: separate;
	border-color: #e5e5e5;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px;
}
.widget_calendar caption { 
	padding: 0px;   
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.widget_calendar tbody a {
	display: block;
	font-weight: 700;
}
.ts-textcolor-dark .widget_calendar table {
	border-color: rgba(0, 0, 0, 0.07);
}
.ts-textcolor-dark .widget_calendar table th,
.ts-textcolor-dark .widget_calendar table td {
	border-bottom-color: rgba(0, 0, 0, 0.07);
	border-right-color: rgba(0, 0, 0, 0.07);
}

/*** Caleder color ***/
.ts-textcolor-white .widget_calendar table th,
.ts-textcolor-white .widget_calendar table td,
.ts-textcolor-white .widget_calendar table{
	border-color: rgba(229, 229, 229, 0.12);
}

/*** Newslettr color ***/
.ts-textcolor-white .newsletter-widget .newsletter-email {
	color: rgba(255, 255, 255, 0.34);
}
.ts-textcolor-white .mc_form_inside .mc_merge_var::after,
.ts-textcolor-white .newsletter-widget::after {
	color: rgba(255, 255, 255, 0.4);
}
/*** Newslettr color ***/
.ts-textcolor-dark .mc_form_inside .mc_merge_var,
.ts-textcolor-dark .newsletter-submit,
.ts-textcolor-dark .newsletter-widget{
	border-color: rgba(0, 0, 0, 0.07);
}
.widget.widget_latest_tweets_widget ul > li,
.widget.widget_recent_entries ul li,
.footercontactinfo > .contactinfo{
	border-bottom: 1px solid  rgba(255, 255, 255, 0.18);
}

/***

====================================================================
	Menu Section
====================================================================

***/
.ts-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap{
	background: none;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item .calendar_wrap a{
	padding: 0px;
	text-align: left;
	border-bottom: 0px;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a::after{
	margin: 0px;
	padding-left: 2px;
	opacity: 0.7;
}
#site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu a,
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li.mega-menu-item a:focus {
	background: none;
}
.righticon,
#site-header-menu #site-navigation .mega-menu-toggle::after{
	display: none;
}
.header-controls .search_box a > .ti-close,
.header-controls .search_box a > .ti-search,
.header-controls .ti-bag{
	height:33px;
	width:33px;
	line-height:33px;
	border-radius:50%;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size: 15px;
}

/***

====================================================================
	Blogbox Section 
====================================================================

***/
.ts-post-featured-outer-wrapper,
.themestek-box-blog,
article.post,
.themestek-post-item-thumbnail,
.ts-featured-wrapper {
	position: relative;
}
.themestek-box-blog.themestek-blogbox-format-audio .ts-blogbox-audio-mp3player-w,
article.post_format-post-format-video .ts-post-format-video,
article.themestek-blogbox-format-video .ts-post-format-video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.59%;
	padding-top: 25px;
	height: 0
}
.themestek-box-blog.themestek-blogbox-format-audio iframe,
article.post_format-post-format-video .ts-post-format-video iframe,
article.themestek-blogbox-format-video .ts-post-format-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

/* Blogclassic */
.blog .entry-content,
.ts-blog-classic-box-content{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.themestek-box-blog-classic .ts-featured-wrapper{
	margin-bottom: 25px;
}
.themestek-box-blog-classic .ts-blog-classic-box-content .entry-header{
	margin-bottom: 10px;
}
.themestek-box-blog-classic .ts-blog-classic-box-content .entry-title a{
	color: #42464e;
}
.themestek-box-blog-classic .ts-blog-classic-box-content{
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.home.blog .post.themestek-box-blog-classic:first-child .ts-blog-classic-box-content{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.themestek-box-blog-classic .more-link-wrapper{
	margin-top: 20px;
	display: inline-block;
}
.themestek-box-blog .ts-featured-wrapper  img,
.themestek-box-blog-classic .ts-post-featured-wrapper img{
	border-radius: 10px;
}
.themestek-box-blog-classic.sticky .ts-blog-classic-box-content{
	padding: 30px;
	background-color: #eee;
}
.themestek-readmore-link a,
.themestek-blogbox-footer-readmore a,
.themestek-box-blog-classic .more-link{
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 0px;
	position: relative;
	display: inline-block;
}
.themestek-readmore-link a::after,
.themestek-blogbox-footer-readmore a::after,
.themestek-box-blog-classic .more-link::after{
	font-family: "ts-optico-icons";
	content: "\e850";
	position: absolute;
	top: 0px;
	right: -23px;
	font-size: 14px;
}
.rtl .themestek-readmore-link a::after,
.rtl .themestek-blogbox-footer-readmore a::after,
.rtl .themestek-box-blog-classic .more-link::after{
	left: -23px;
	right: inherit;
	transform: scaleX(-1);
}
.ts-featured-meta-wrapper .ts-metaline{
	margin-bottom: 10px;
}

/* Blog meta content */
.ts-entry-meta-wrapper,
.ts-featured-meta-wrapper{
	margin-bottom: 20px;
}
.ts-entry-meta-wrapper .ts-meta-line a,
.ts-featured-meta-wrapper .ts-meta-line a{
	color: #42464e;
}
.ts-entry-meta-wrapper span.ts-meta-line,
.ts-featured-meta-wrapper span.ts-meta-line{
	display: inline-block;
	position: relative;
	font-weight: 500;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	border-radius: 5px;
	margin-top: 8px;
}
.rtl .ts-entry-meta-wrapper span.ts-meta-line,
.rtl .ts-featured-meta-wrapper span.ts-meta-line{
	margin-left: 20px;
	margin-right: 0;
	padding: 0;
}
.ts-entry-meta-wrapper span.ts-meta-line i,
.ts-featured-meta-wrapper span.ts-meta-line i{
	font-size: 12px;
}
.ts-entry-meta-wrapper span.ts-meta-line.cat-links:first-child,
.ts-featured-meta-wrapper span.ts-meta-line.cat-links{
	margin-right: 30px;
}
.rtl .ts-entry-meta-wrapper span.ts-meta-line.cat-links:first-child,
.rtl .ts-featured-meta-wrapper span.ts-meta-line.cat-links{
	margin-left: 30px;
	margin-right: 0;
}
.ts-entry-meta-wrapper span.ts-meta-line.cat-links i,
.ts-featured-meta-wrapper span.ts-meta-line.cat-links i{
	display: none;
}
.ts-entry-meta-wrapper span.ts-meta-line.cat-links,
.ts-featured-meta-wrapper span.ts-meta-line.cat-links{
	padding: 4px 10px;
}
.ts-entry-meta-wrapper span.ts-meta-line.cat-links a,
.ts-entry-meta-wrapper span.ts-meta-line.cat-links,

.ts-featured-meta-wrapper span.ts-meta-line.cat-links a,
.ts-featured-meta-wrapper span.ts-meta-line.cat-links{
	color: #fff;
}
.ts-entry-meta-wrapper span.ts-meta-line.cat-links:first-child::after,
.ts-featured-meta-wrapper span.ts-meta-line.cat-links::after {
	content: "";
	position: absolute;
	right: -20px;
	background-color: #d7d7d7;
	width: 1px;
	height: 80%;
	top: 50%;
	transform: translateY(-50%);
}
.rtl .ts-entry-meta-wrapper span.ts-meta-line.cat-links:first-child::after,
.rtl .ts-featured-meta-wrapper span.ts-meta-line.cat-links::after{
	left: -20px;
	right: inherit;
}
.themestek-box-blog .themestek-box-content {
	padding: 25px 20px;
}
.ts-featured-meta-category{
	border-radius: 15px;
	padding: 2px 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.ts-featured-meta-category a,
.ts-featured-meta-category a:hover {
	color: #ffffff;
}
.ts-featured-meta-wrapper .ts-metaline:last-child {
	margin-right: 0;
}
.ts-featured-meta-wrapper .ts-metaline:last-child::after {
	display: none;
}
.themestek-box-blog .themestek-box-title h4 a {
	color: #323232;
}
.themestek-box-blog .themestek-box-desc {
	margin-top: 10px;
	margin-bottom: 0;
}
.themestek-box-blog .themestek-box-desc-footer {
	margin-top: 25px;
}
.themestek-box-blog .ts-flexslider ul li img{
	max-width: 100%
}

/* Left image right content view */
.themestek-box.themestek-blog-box-lr .themestek-box-content,
.themestek-box.themestek-blog-box-lr .themestek-box-content-inner{
	padding: 0;
}
.themestek-box.themestek-blog-box-lr .themestek-box-content-inner{
	text-align: left;
}
.rtl .themestek-box.themestek-blog-box-lr .themestek-box-content-inner{
	text-align: right;
}
.themestek-box-blog.themestek-blog-box-view-left-image .col-md-4.themestek-box-img-left,
.themestek-box-blog.themestek-blog-box-view-left-image .ts-box-col-wrapper{
	padding-left: 0;
}
.rtl .themestek-box-blog.themestek-blog-box-view-left-image .col-md-4.themestek-box-img-left,
.rtl .themestek-box-blog.themestek-blog-box-view-left-image .ts-box-col-wrapper{
	padding-left: 15px;
	padding-right: 0;
}
body.blog .ts-blogbox-style-2{
	margin-bottom: 30px;
}
body.blog .ts-blogbox-style-2 .post-item::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*** Comment List ***/
.single-post .comments-area .comments-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 40px;
}
.comment-list .children {
	margin-left: 35px;
}
.ts-comment-owner{
	display: block;
	font-size: 18px;
	font-style: normal;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list > li:last-child::after {
	display: none;
}
.comment-body .reply{
	position: absolute;
	right: 15px;
	top: 15px;
}
.comment-body .reply a{
	font-size: 13px;
	line-height: 30px;
	padding: 2px 30px 2px 18px;
	background-color: #42464e;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px
}
.comment-body {
	margin-left: 105px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	background-color: #f8f8f8;
	border: 1px solid #e1e4e7;
}
.comment-body::after, .comment-body::before {
	content: "";
	position: absolute;
	top: 14px;
	left: -8px;
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid solid outset;
	border-width: 8px 10px 8px 0;
	border-color: transparent #f3f7fa transparent transparent;
}
.comment-body::before {
	z-index: 9;
	left: -10px;
	border-color: transparent #e1e4e7 transparent transparent;
}
.comment-body .comment-reply-link::after {
	position: absolute;
	top: 12px;
}

/* pingback */
.pingback .comment-author {
	display:none;
}
.pingback .comment-body{
	margin-left: 0;
}
.pingback .comment-body::after,
.pingback .comment-body::before{
	display: none;
}
.pingback .ts-comment-owner a{
	font-weight: 600;
	font-size: 16px;
	color: #42464e;
}
.comment-author {
	float: left;
	text-align: center;
	width: 80px;
	height: 80px;
	display: block;
	margin-right: 25px;
	overflow: hidden;
	margin-left: -127px;
	margin-top: -20px;
}
.comment-author img{
	max-width: 100%;
	height: auto;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #838383;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.comment-author .fn{
	color: rgba(0, 0, 0, 0.6);
}
.comment-reply-link::after{
	font-family: 'ts-optico-icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 22px;
	font-size: 14px;
	content: "\e809";
	margin-left: 7px;
	vertical-align: bottom;
}
.comment-reply-link::before,
.comment-reply-login::before {
	margin-right: 7px;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}
.comment-list .edit-link {
	margin-top: 5px;
	display: block;
	padding-left: 105px;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 14px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 1;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}

/*** Comment form ***/
.comment-form p:not(.comment-notes){
	margin-bottom:20px;
}
.themestek-page-full-width.themestek-boxed .comments-area {
	margin: 30px 15px 60px 15px;
}
.comments-area{
	margin-top: 60px;
	margin-bottom: 60px;
}
.comment-form{
	margin-bottom:20px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title small a {
	color: #131310;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
	margin-top: 10px;
}
ol.comment-list li #respond{
	width: calc(100% - 100px);
	padding: 20px 0;
	margin-left: 100px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a::before {
	font-family: FontAwesome;
	content: "\f00d";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 25px;
	font-style: italic;
}
.ts-comment-date-link{
	float: right;
}
.ts-fn{
	font-size: 17px;
	color: #212121;
	font-weight: bold;
}
.comment-body .ts-fn a{
	font-size: 17px;
	color: #212121;
}
.comment-body .ts-fn{
	color: #a2a2a2;
}
.comment-reply-link{
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}
.ts-comment-date-link::before{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 13px;
	content: "\f017";
}
.comment-body p{
	margin-top: 30px;
	display: block;
}
.comment-reply-title{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
}

/*** Blog Navigation section ***/
.ts-post-prev-next-buttons{
	padding-top: 45px;
	border-top: 1px solid rgba(51, 51, 51, 0.07);
	margin-top: 60px;
	margin-bottom: 30px;
}
.themestek-box-blog-classic .ts-blog-classic-box-content,
.ts-post-prev-next-buttons{
	border-color: #e5e5e5;
}
.ts-post-prev-next-buttons .ts-right-align-btn{
	float: right;
}
.ts-post-prev-next-buttons::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.themestek-pagination {
	display: block;
	margin-bottom: 60px;
	margin-top: 30px;
	text-align:center;
}
.themestek-pagination .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	color: #313131;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin: 0px 5px;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rtl .themestek-pagination .page-numbers i{
	transform: scaleX(-1);
	display: inline-block;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current,
.main-holder .site-content nav.woocommerce-pagination ul li a:hover,
.themestek-pagination .page-numbers.current,
.themestek-pagination .page-numbers:hover {
	border-color: transparent;
	color:#fff;
}
.ts-bgcolor-skincolor .themestek-pagination .page-numbers.current,
.ts-bgcolor-skincolor .themestek-pagination .page-numbers:hover{
	background-color: #f5f5f5;
}
.page-links {
	font-style: normal;
}
.entry-content .format-status .entry-content .page-links a,
.entry-content .format-gallery .entry-content .page-links a,
.entry-content .format-chat .entry-content .page-links a,
.entry-content .format-quote .entry-content .page-links a,
.entry-content .page-links a{
	padding: 0px;
	border: none;
	display: inline-block;
}
.page .entry-content .page-links a{
	padding: 0px 5px;
}
.entry-content .format-status .entry-content .page-links span,
.entry-content .format-gallery .entry-content .page-links span,
.entry-content .format-chat .entry-content .page-links span,
.entry-content .format-quote .entry-content .page-links span,
.entry-content .page-links span:not(.page-links-title),
.entry-content .format-status .entry-content .page-links a span,
.entry-content .format-gallery .entry-content .page-links a span,
.entry-content .format-chat .entry-content .page-links a span,
.entry-content .format-quote .entry-content .page-links a span,
.entry-content .page-links a span{
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	display: inline-block;
	text-align: center;
	background-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-style: normal;
	font-size: 15px;
	color: #42464e;
}
.entry-content .format-status .entry-content .page-links span,
.entry-content .format-gallery .entry-content .page-links span,
.entry-content .format-chat .entry-content .page-links span,
.entry-content .format-quote .entry-content .page-links span,
.entry-content .page-links > span:not(.page-links-title){
	background-color: #000;
	color: #fff;
	border-color: transparent;
}
.themestek-blogbox-format-quote blockquote{
	margin-top: 0
}

/* Single blog bottom content */
.ts-post-tag-cat {
	margin-top: 30px;
}
.ts-post-tag-cat::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ts-post-tag-cat .ts-post-tag,
.ts-post-tag-cat .ts-post-cat {
	float: left;
	line-height: 20px;
	margin-top: 10px;
	text-align: left;
	margin-right: 50px;
}
.single-post article.post .entry-content {
	margin-bottom: 20px;
}
.ts-social-share-wrapper .ts-social-share-title,
.ts-social-share-wrapper .ts-social-share-links,
.ts-social-share-wrapper .ts-single-top-btn {
	float: left
}
.ts-social-share-wrapper::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.ts-social-share-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 15px
}
.ts-social-share-links ul li {
	display: inline-block;
	padding-right: 10px;
	padding-top: 6px
}
.rtl .ts-social-share-links ul li{
	padding-left: 10px;
	padding-right: 0;
}
.ts-social-share-links ul li a {
	border: 1px solid #ededed;
	border-radius: 50%;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center
}
.ts-social-share-links ul li a:hover {
	color: #fff;
	border-color: transparent;
}
.themestek-pf-detailbox-list {
	list-style: none;
	padding-left: 0;
	overflow: hidden
}
.ts-social-share-title {
	padding-right: 10px;
	position: relative;
	margin-right: 20px;
	margin-top: 12px;
	font-weight: 500;
	font-size: 18px
}
.rtl .ts-social-share-title{
	margin-left: 20px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 0;
}

/* Author addmin info */
.author-info{
	padding: 40px;
	background-color: #f8f8f8;
	position: relative;
	margin-bottom: 30px;
}
.author-avatar{
	position: absolute;
}
.author-description,
.ts-author-social-links-wrapper{
	margin-left: 135px;
}
.rtl .author-description,
.rtl .ts-author-social-links-wrapper{
	margin-left: 0;
	margin-right: 135px;
}
.author-info .author-title{
	font-size: 22px;
	line-height: 32px;
	margin-top: 0
}
.author-info .ts-author-social-links-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 15px;
	padding-top: 0px;
}
.rtl .author-info .ts-author-social-links-wrapper ul{
	padding-left: 15px;
	padding-right: 0;
}
.author-info .ts-author-social-links-wrapper ul li {
	display: inline-block;
	padding-right: 10px;
	padding-top: 6px
}
.rtl .author-info .ts-author-social-links-wrapper ul li{
	padding-left: 10px;
	padding-right: 0;
}
.author-info .ts-author-social-links-wrapper ul li a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #42464e;
}
.author-info .author-description .author-link{
	display: inline-block;
}

/***

====================================================================
	Portfolio Section 
====================================================================

***/

.themestek-box .themestek-static-box-image,
.themestek-box .themestek-post-item {
	position: relative;
	overflow: hidden;
}
.themestek-box .themestek-box-content-inner .ts-vc_btn3-container{
	margin-bottom: 0;
}
.ts-vc_general.ts-vc_btn3{
	text-transform: uppercase;
}
.themestek-box .themestek-box-content-inner {
	padding: 30px;
	text-align: center;
}
.entry-content .themestek-box h3,
.site-content .themestek-box h3{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0
}
.themestek-box .themestek-pf-box-title h3{
	margin-bottom: 5px;
	margin-top: 0;
}
.themestek-box h3 a {
	color: #323232
}
.themestek-box .ts-box-title,
.themestek-box .themestek-box-desc {
	margin-bottom: 15px;
}
.themestek-box-team .themestek-box-team-position,
.themestek-box.ts-hover-style-2 .themestek-teambox-short-desc,
.themestek-box.ts-hover-style-2 h4 a,
.themestek-box.ts-hover-style-2 h3 a,
.themestek-box.ts-hover-style-2 .themestek-box-desc,
.themestek-box,
.themestek-box img,
.themestek-box  .themestek-item-thumbnail-inner {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.themestek-box-team .themestek-item-thumbnail img{
	width: 100%;
}
.themestek-box.ts-hover-style-2:hover .themestek-teambox-short-desc,
.themestek-box.ts-hover-style-2:hover .themestek-box-desc{
	color: rgba(255, 255, 255, 0.7);
}
.themestek-box .themestek-box-desc p{
	margin-bottom: 10px
}

/* Overlay*/
.themestek-box-view-overlay .themestek-item-thumbnail-inner {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
.themestek-box-view-overlay .themestek-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(21, 33, 9, 0.70);
	border-radius: 8px;
}
.themestek-box-view-overlay:hover .themestek-overlay {
	opacity: 1;
	transition: all 500ms ease;
}

/* Hover style 1*/
.themestek-box.ts-hover-style-1 .themestek-post-item,
.themestek-box.ts-hover-style-1 .themestek-item-thumbnail {
	overflow: visible;
}
.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner {
	position: relative;
	top: 0;
}
.themestek-box.ts-hover-style-1:hover .themestek-item-thumbnail-inner {
	box-shadow: 0 5px 24px rgba(12, 71, 84, 0.08), 0 20px 77px rgba(12, 71, 84, 0.08);
	top: -0.5rem;
}

/* Hover style 2*/
.ts-hover-style-2.themestek-box{
	background-color: #fff;
}
.themestek-box.ts-hover-style-2 img {
	position: relative;
}
.themestek-box.ts-hover-style-2:hover img {
	transform: scale(1.05);
}
.themestek-box.ts-hover-style-2:hover {
	background: #42464e;
}
.themestek-box.ts-hover-style-2:hover a,
.themestek-box.ts-hover-style-2:hover .themestek-box-title * {
	color: #fff;
}
.ts-hover-style-2 .themestek-static-box-image img {
	width: 100%;
}

/* Hover style 3*/
.themestek-box.ts-hover-style-3{
	position: relative;
}
.themestek-box.ts-hover-style-3:hover img {
	transform: scale(1.05);
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-box-content-inner{
	padding: 0;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-pf-box-title *{
	color: #fff;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-box-content-inner {
	padding: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-box-content-inner .themestek-pf-box-title{
	display: table-cell;
	vertical-align: middle;
}
.themestek-box-portfolio.themestek-box-view-overlay  .themestek-pf-box-title h3{
	margin-bottom: 5px;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-icon-box,
.themestek-box-portfolio.themestek-box-view-overlay .themestek-pf-box-title .themestek-box-category,
.themestek-box-portfolio.themestek-box-view-overlay .themestek-pf-box-title h3{
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
	-moz-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
	-ms-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
	transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: opacity 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out,-moz-transform 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out,-o-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out,-moz-transform 0.25s ease-in-out,-o-transform 0.25s ease-in-out,transform 0.2s ease-in-out;
}
.themestek-box-portfolio.themestek-box-view-overlay:hover .themestek-icon-box,
.themestek-box-portfolio.themestek-box-view-overlay:hover .themestek-pf-box-title .themestek-box-category,
.themestek-box-portfolio.themestek-box-view-overlay:hover .themestek-pf-box-title h3 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.themestek-box-portfolio.themestek-box-view-overlay:hover .themestek-pf-box-title .themestek-box-category{
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-icon-box{
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 16px;
}
.rtl .themestek-box-portfolio.themestek-box-view-overlay .themestek-icon-box{
	left: 15px;
	right: inherit;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-icon-box a{
	display: block;
}
.themestek-box-portfolio.themestek-box-view-overlay .themestek-icon-box a:hover{
	color: #fff;
}
.themestek-item-thumbnail {
	overflow: hidden;
}
.ts-hover-effect-1:hover .themestek-item-thumbnail img,
.ts-hover-effect-2:hover .themestek-item-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.ts-hover-effect-2:hover .ts-box-content {
	background: #7ec53e
}
.ts-hover-effect-2:hover .ts-box-content h4 a,
.ts-hover-effect-2:hover .ts-box-content .ts-box-footer,
.ts-hover-effect-2:hover .ts-box-content ul li a {
	color: #ffffff
}
.ts-hover-effect-3:hover .themestek-item-thumbnail img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}
.ts-hover-effect-3 .themestek-item-thumbnail {
	position: relative;
}
.ts-hover-effect-3 .themestek-item-thumbnail::before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7ec53e;
	opacity: 0;
}
.ts-hover-effect-3:hover .themestek-item-thumbnail::before {
	opacity: 0.75
}
.ts-hover-effect-4 .ts-box-content {
	background: none !important;
	position: absolute;
	width: 100%;
	z-index: 999;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.ts-hover-effect-4:hover .ts-box-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ts-hover-effect-4:hover .ts-box-content h4 a,
.ts-hover-effect-4:hover .ts-box-content .ts-box-footer,
.ts-hover-effect-4:hover .ts-box-content ul li a {
	color: #ffffff
}

/* Single Portfolio */
.themestek-pf-detailbox {
	margin-top: 60px;
	margin-bottom: 40px;
	border-top: 1px solid #f0f2f7;
	border-bottom: 1px solid #f0f2f7;
}
.ts-pf-details-heading{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 8px;
	display: block;
}
.ts-pf-details-heading i{
	margin-right: 5px;
}
.themestek-pf-detailbox-list .col-lg-20percent {
	padding: 15px;
}
.themestek-pf-single-content-area{
	margin-bottom: 40px;
}
.themestek-pf-single-content-area .container{
	width: auto;
	margin: 0 -15px;
}

/* Single Portfolio Left / Right arrow desing */
.ts-pf-single-np-nav{
	position: relative;
	margin-bottom: 80px;
	margin-top: 40px;
}
.ts-pf-single-np-nav::after{
	background-color: #e5e5e5;
	content: "";
	width: 100%;
	height: 1px;
	z-index: 11;
	position: absolute;
	top: -30px;
}
.single-ts-portfolio .nav-links::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.single-ts-portfolio .nav-links .nav-previous{
	float: left;
}
.single-ts-portfolio .nav-links .nav-next{
	float: right
}
.themestek-pf-single-content-bottom{
	margin-bottom: 60px;
}
.themestek-pf-single-content-bottom .ts-pf-single-category-w{
	float: left;
}
.themestek-pf-single-content-bottom .ts-social-share-portfolio-wrapper{
	float: right;
	margin-top: -15px;
}
.themestek-pf-single-content-bottom .ts-pf-single-category-w,
.themestek-pf-single-content-bottom .ts-social-share-portfolio-wrapper{
	width: 50%;
}

/* Category design */
.themestek-pf-single-content-bottom .ts-pf-single-category-w *{
	display: none;
}
.themestek-pf-single-content-bottom .ts-pf-single-category-w a{
	display: inline-block;
	background-color: #f8f8f8;
	color: #4d4d4d;
	font-size: 12px;
	padding: 3px 10px;
}
.themestek-pf-single-content-bottom .ts-pf-single-category-w a:hover{
	color: #fff;
}

/* Navigation design */
.nav-links a{
	font-size: 18px;
	font-weight: 600;
	color: #42464e;
	position: relative;
	display: inline-block
}
.nav-links .nav-previous a{
	padding-left: 20px;
}
.nav-links .nav-next a{
	padding-right: 20px;
}
.nav-links .nav-previous a::after,
.nav-links .nav-next a::before{
	font-family: "ts-optico-icons";
	content: '\e808';
	position: absolute;
	top: 0;
	left: 0px;
}
.nav-links .nav-next a::before{
	content: '\e809';
	left: auto;
	right: 0px
}
.nav-links .nav-next,
.nav-links .nav-previous{
	position: relative;
}
.nav-links .nav-next::before, .nav-links .nav-previous::before {
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0px;
	content: '';
	border-bottom: 1px solid;
	width: 0%;
	right: auto;
	left: 0;
	-webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
	-o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
	-moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
	transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}
.nav-links .nav-next:hover::before, .nav-links .nav-previous:hover::before {
	width: 100%;
	right: 0;
	left: auto;
}
.nav-links .nav-next:hover::before, .nav-links .nav-next:hover::before {
	right: auto;
	left: 0;
}
.themestek-pf-single-content-bottom .ts-social-share-portfolio-wrapper{
	text-align: right;
}
.ts-pf-single-content-wrapper .ts-social-share-wrapper .ts-social-share-title,
.single-ts-portfolio .ts-social-share-links{
	display: inline-block;
	float: none;
}
.single-ts-portfolio .ts-social-share-links ul li a{
	border: none;
	color: #282828;
}
.single-ts-portfolio .ts-social-share-links ul li a:hover{
	background-color: transparent;
}
.single-ts-portfolio .ts-social-share-links ul{
	text-align: right;
	padding-right: 0;
}
.ts-pf-single-related-wrapper h3{
	font-size: 22px;
	margin-bottom: 35px;
}
.ts-pf-single-related-wrapper{
	padding-bottom: 60px;
}
.ts-pf-single-related-wrapper .ts-social-share-title{
	display: none;
}

/* Left image right content */
.ts-pf-view-left-image .themestek-pf-detailbox{
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.ts-pf-view-left-image .ts-pf-details-heading{
	display: inline-block;
	margin-right: 5px;
}
.ts-pf-view-left-image .themestek-pf-detailbox-list li {
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f2f7;
	padding-bottom: 10px;
}
.ts-pf-view-left-image .themestek-pf-detailbox-list li:last-child{
	margin-bottom: 0;
}
.ts-pf-view-left-image .themestek-pf-detailbox-list{
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
}
.ts-pf-view-left-image .themestek-pf-single-content-area{
	margin-top: 60px;
}
.vc_row.container blockquote{
	margin: 0
}
.ts-pf-view-full-withimg .ts-featured-wrapper{
	margin-bottom: 35px;
}
.ts-pf-single-content-wrapper h1,
.ts-pf-single-content-wrapper h2,
.ts-pf-single-content-wrapper h3,
.ts-pf-single-content-wrapper h4,
.ts-pf-single-content-wrapper h5,
.ts-pf-single-content-wrapper h6{
	margin-top: 0;
}
.ts-pf-view-top-image .themestek-pf-detailbox-title{
	margin-top: 30px;
	margin-bottom: -30px;
}
.themestek-pf-detailbox-title{
	font-size: 26px;
}

/***

====================================================================
	Team Member Section 
====================================================================

***/
.themestek-box-team .themestek-box-title h4{
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 0;
}
.themestek-box-team .themestek-box-title h4 a{
	color: #42464e;
}
.themestek-box-team .themestek-pf-box-title{
	margin-bottom: 0px;
}
.themestek-box-team .themestek-box-team-position{
	margin-bottom: 15px;
}

/* Single team member */
.single-ts-team-member .themestek-box-blog-classic .ts-featured-outer-wrapper {
	padding: 0 15px;
}
.ts-team-details-wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none
}
.ts-team-details-line *{
	display: inline-block;
}
.ts-team-details-line .ts-team-list-title{
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
}
.rtl .ts-team-details-line .ts-team-list-title{
	margin-left: 10px;
	margin-right: 0;
}
.ts-team-details-line .ts-team-list-title,
.ts-team-details-line .ts-team-list-value a{
	color: #42464e;
}
.ts-team-details-line{
	margin-bottom: 12px;
}
.ts-team-details-line i{
	margin-right: 5px;
	width: 15px;
	display: none;
}
.single-ts-team-member .ts-team-member-single-position{
	font-size: 15px;
}
.ts-team-member-single-content-innner{
	margin-top: 50px;
}
.ts-team-extra-details-wrapper{
	margin-top: 30px;
}
.ts-team-member-single-content-wrapper .themestek-box-content h3{
	font-size: 30px;
	margin-bottom: 0;
}
.ts-team-member-single-content-wrapper .ts-team-social-links li{
	margin-right: 5px;
}
.rtl .ts-team-member-single-content-wrapper .ts-team-social-links li{
	margin-left: 5px;
	margin-right: 0;
}
.ts-team-member-single-content-wrapper .ts-team-social-links li a{
	background-color: transparent;
	color: #a3a3a3;
	font-size: 15px;
}
.ts-team-member-single-content-wrapper .themestek-box-content hr {
	margin-top: 35px;
	margin-bottom: 35px;
}

/*ts-team-social-links*/
.ts-team-social-links {
	padding: 0;
	margin-bottom: 0;
	display: inline-block;
}
.ts-team-social-links li {
	float: left;
	list-style-type: none;
}
.rtl .ts-team-social-links li{
	float: right;
}
.ts-team-social-links li a {
	display: inline-block;
	padding: 7px;
	color: #323232;
	background: #efeef3;
}
.themestek-box .ts-team-social-links li a {
	background: none;
}

/***

====================================================================
	Category Sections 
====================================================================

***/
.archive.themestek-sidebar-true .site-main{
	margin-bottom: 50px;
}
.ts-term-featured-img img{
	width: 100%;
}
.ts-term-featured-img{
	margin-bottom: 30px;
}
.ts-term-desc{
	margin-bottom: 50px;
}
.widget.optico_category_list_widget .widget-title{
	display: none;
}
.widget.optico_category_list_widget ul{
	width: 100%;
	float: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e4e4e4;
	border-left: 0px;
}
.widget.optico_category_list_widget li {
	list-style: none;
	float: none;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #e4e4e4;
}
.widget.optico_category_list_widget li a{
	color: #3f3f3f;
	text-decoration: none;
	background-color: #f8f8f8;
	border-left: 5px solid #e4e4e4;
	padding: 18px 20px 17px;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.widget.optico_category_list_widget li a::after {
	content: '\f101';
	position: absolute;
	right: 16px;
	top: 14px;   
	font-size: 15px;
	font-family: 'FontAwesome';
	font-weight: normal;
}
.widget.optico_category_list_widget li:last-child a{
	border-bottom: none;
}
.widget.optico_category_list_widget li.current-cat a,
.widget.optico_category_list_widget li a:hover{
	color: #fff;
	border-color: transparent;
} 
.widget.optico_category_list_widget li:hover a,
.widget.optico_category_list_widget li.current-cat a{
	border-left-color: rgba(0, 0, 0, 0.20);
}

/***

====================================================================
	Fact in Digit Section
====================================================================

***/
.ts-circle-overlay {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center
}
.ts-circle canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}
.ts-circle canvas {
	max-width: 100%;
	height: auto !important;
}

/***

====================================================================
	Row Section
====================================================================

***/

/* For overlap row */
.ts-overlap-row {
	position: relative;
	z-index: 1;
}
.ts-overlap-row-section {
	position: relative;
	z-index: 2;
}
.vc_row-o-equal-height > .vc_column_container>.vc_column-inner {
	height: 100%;
}
.vc_column_container>.vc_column-inner{
	position: relative;
}
.vc_column-inner.ts-col-bgimage-yes{
	background-image: none !important;
}
.ts-row .wpb_column .ts-col-wrapper-bg-layer{
	background-color: transparent !important;
}
body.themestek-page-full-width.header-classic-vertical #content .site-main .entry-content > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
body.themestek-page-full-width.header-classic-vertical #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
.ts-vc-width-auto{
	left: 0 !important;
	width: auto !important;
}
body.themestek-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid,
body.themestek-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid,
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper .vc_element .wpb_row.vc_row-fluid{
	padding-top: 90px;
	padding-bottom: 70px;
	margin-bottom:0px;
}
body.themestek-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding,
body.themestek-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding{
	margin:0;
}
body.themestek-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid.vc_row-no-padding,
body.themestek-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid.vc_row-no-padding{
	overflow: hidden;
}
body.themestek-page-full-width #content .site-main .entry-content > .wpb_row:first-child,
body.themestek-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row:first-child{
	margin-top: -82px;
}
.vc_row.container{
	padding:0;
}
body.themestek-page-full-width #content .site-main .entry-content > .wpb_row .vc_row.container,
body.themestek-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row .vc_row.container{
	margin: auto;
}
.themestek-sidebar-true .vc_row.container{
	width: auto;
	margin: 0 -15px;
}

/*** Lower Space between two row ***/
body.themestek-page-full-width.ts-all-row-20px #content .site-main .entry-content > .wpb_row.vc_row-fluid,
body.themestek-page-full-width.ts-all-row-20px #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid{
	padding-top: 20px;
	padding-bottom: 10px;
}
body.themestek-page-full-width.ts-all-row-20px #content .site-main .entry-content > .wpb_row:first-child,
body.themestek-page-full-width.ts-all-row-20px #content .site-main .entry-content .wpb-content-wrapper > .wpb_row:first-child{
	margin-top: -22px;
}
body.themestek-page-full-width.ts-all-row-20px .site-main {
	padding-top: 22px;
}

/*** Top background image ***/
.ts-bg-img-top > .vc_column-inner > .ts-col-wrapper-bg-layer {
	background-position: 0 top !important;
}
.wpb_single_image .vc_figure {
	position: relative;
}
.ts_prettyphoto .vc_single_image-wrapper::after{
	color: #fff;
	font-size: 26px;
	font-family: "ts-optico-icons";
	content: '\e804';
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 99;
	text-align: center;
	line-height: 60px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.ts_prettyphoto .vc_single_image-wrapper:hover::after{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.8;
}

/* Colum gap */
.columgap-0 .vc_column_container .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

/* Colum auto */
.ts-col-auto .vc_column_container{
	width: auto;
}

/* Equal height row */
.ts-row  .vc_row-o-equal-height>.vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ts-row .vc_row-flex>.vc_column_container {
	display: flex;
}
.ts-row .vc_row-flex, .vc_row.vc_row-flex>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ts-row .vc_row-flex>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}
.vc_ie-flexbox-fixer, 
.ts-row .vc_row-flex>.vc_column_container>.vc_column-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

/*  Background Image Position  */
.ts-row.ts-bgimage-position-left_top {
	background-position: left top !important;
}
.ts-row.ts-bgimage-position-left_center {
	background-position: left center !important;
}
.ts-row.ts-bgimage-position-left_bottom {
	background-position: left bottom !important;
}
.ts-row.ts-bgimage-position-right_top {
	background-position: right top !important;
}
.ts-row.ts-bgimage-position-right_center {
	background-position: right center !important;
}
.ts-row.ts-bgimage-position-right_bottom {
	background-position: right bottom !important;
}
.ts-row.ts-bgimage-position-center_top {
	background-position: center top !important;
}
.ts-row.ts-bgimage-position-center_center {
	background-position: center center !important;
}
.ts-row.ts-bgimage-position-center_bottom {
	background-position: center bottom !important;
}

/***

====================================================================
	Sidebar Section
====================================================================

***/
.themestek-sidebar-true.page #primary .site-main{
	padding-bottom: 40px;
}
.themestek-sidebar-true .site-main{
	padding-top: 65px;
} 
body.themestek-sidebar-left .site-content #primary.content-area {
	float: right;
}
body.rtl.themestek-sidebar-left .site-content #primary.content-area{
	float: left;
}
.site-content #sidebar-left.sidebar,
.site-content #sidebar-right.sidebar {
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	z-index: 10;
}
.site-content #sidebar-left.sidebar {
	float: left;
}
.rtl .site-content #sidebar-left.sidebar {
	float: right;
	margin-left: 0!important;
}

/*** themestek Sidebar Both ***/
body.themestek-sidebar-both .site-content #sidebar-left.sidebar {
	margin-left: -74.8%;
}
body.themestek-sidebar-both .site-content #primary.content-area {
	margin-left: 25% !important;
}

/*** themestek Sidebar Bothleft ***/
body.themestek-sidebar-bothleft .site-content #primary.content-area{
	float:right;
}
body.themestek-sidebar-bothleft .site-content #sidebar-right.sidebar{
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 70px;
}
body.themestek-sidebar-bothleft .site-content #sidebar-left.sidebar{
	border:none;
	float:left;
}
body.themestek-sidebar-bothleft .site-content #sidebar-right.sidebar{
	border-left:0px;
	float:right;
}
body.themestek-sidebar-bothleft .site-content  #sidebar-right .widget{
	padding-left: 0px;
	padding-right: 0px;
}
body.themestek-sidebar-bothleft .site-content #sidebar-left .widget{
	padding-right:0px;
}

/*** themestek Sidebar BothRight ***/
body.themestek-sidebar-bothright .site-content #sidebar-right.sidebar{
	border:none;
}
body.themestek-sidebar-bothright .site-content #sidebar-left.sidebar{
	border-right:0px;
}

/*** Sidebar widget ***/
.widget .search-form {
	position: relative;
}
.widget .search-form label{
	display: block;
}
.wp-block-search {
	position: relative;
}
.wp-block-search input[type="search"] {
	height: 46px;
	line-height: 46px;
	background-color: rgba(220, 220, 220, 0.22);
	padding-right: 60px;
}
.wp-block-search .wp-block-search__button{
	font-size: 0;
	top: auto;
	bottom: 0;
}
.wp-block-search .wp-block-search__button::after {
	font-family: "ts-optico-icons";
	content: '\e825';
	position: absolute;
	right: 16px;
	font-size: 15px;
	top: 0px;
	font-weight: bold;
	color: #222;
	opacity: 0.5;
}
.wp-block-search button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 46px;
	line-height: 46px;
	margin-top: -29px;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	width: 70px;
}
.widget .search-form .search-field{
	border-width: 1px;
	background-color: rgba(220, 220, 220, 0.22);
}
.widget .search-form .search-submit{
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: none;
	border-bottom: none;
	text-indent: -999px;
	padding: 0;
	width: 46px;
	height: 46px;
	z-index: 1;
	border-radius: 0px 3px 3px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	opacity: 0.3;
}
.widget .search-form .search-submit:hover{
	background-color: transparent !important;
}
.ts-textcolor-dark .widget .search-form .search-field{
	border-color: rgba(0, 0, 0, 0.07);
}
.search-form::after {
	font-family: "ts-optico-icons";
	content: '\e825';
	position: absolute;
	right: 14px;
	top: 13px;
	font-weight: bold;
	opacity: 0.5;
}
.ts-search-form-wrapper .search-form::after{
	display: none;
}

/***

====================================================================
	Social Section
====================================================================

***/
.social-icons {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.social-icons li:first-child  {
	border:none;
}
.social-icons li {
	display: inline-block !important;
	padding-left: 2px;
	padding-right: 2px;
	min-width: 34px;
	border:none;
}
.social-icons li > a{
	display: block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	border-radius: 26px;
	font-size: 14px;
	text-align: center;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-twitter{
	background-color: #2cbfd9;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-youtube{
	background-color: #ff0000;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-flickr{
	background-color: #ED1384;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-facebook{
	background-color: #4583bc;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-linkedin{
	background-color: #0b84b3;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-gplus{
	background-color: #d3452b;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-yelp{
	background-color: #c41200;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-dribbble{
	background-color: #de588b;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-pinterest{
	background-color: #cd1f29;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-podcast{
	background-color: #803aac;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-xing{
	background-color: #006464;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vimeo{
	background-color: #07C0ED;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vk{
	background-color: #44678d;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-houzz{
	background-color: #98c742;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-issuu{
	background-color: #ea4925;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-google-drive{
	background-color: #f9cb2f;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-rss{
	background-color: #fb7200;
}
.themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-instagram{
	background-color: #125688;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link:hover{
	background-color: #fff !important;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-twitter:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-twitter:hover{
	color: #2cbfd9;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-youtube:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-youtube:hover{
	color: #ff0000;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-flickr:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-flickr:hover{
	color: #ED1384;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-facebook:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-facebook:hover{
	color: #4583bc;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-linkedin:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-linkedin:hover{
color: #0b84b3;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-gplus:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-gplus:hover{
	color: #d3452b;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-yelp:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-yelp:hover{
	color: #c41200;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-dribbble:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-dribbble:hover{
	color: #de588b;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-pinterest:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-pinterest:hover{
	color: #cd1f29;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-podcast:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-podcast:hover{
	color: #803aac;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-xing:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-xing:hover{
	color: #006464;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vimeo:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vimeo:hover{
	color: #07C0ED;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vk:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-vk:hover{
	color: #44678d;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-houzz:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-houzz:hover{
	color: #98c742;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-issuu:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-issuu:hover{
	color: #ea4925;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-google-drive:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-google-drive:hover{
	color: #f9cb2f;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-rss:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-rss:hover{
	color: #fb7200;
}
.ts-row-bgtype-skin .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-instagram:hover,
.ts-row-bgtype-dark .themestek-socialbox-wrapper .ts-socialbox-i-wrapper a.ts-socialbox-icon-link.ts-socialbox-icon-link-instagram:hover{
	color: #125688;
}

/***

====================================================================
	List Style Section
====================================================================

***/
.ts-list-style-none{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ts-list.ts-list-style-icon{
	list-style: none;
	padding:0;
	padding-left: 4px;
}
.rtl .ts-list.ts-list-style-icon{
	padding-left: 0;
	padding-right: 4px;
}
.ts-list.ts-list-style-icon .ts-list-li-content{
	display: inline-block;
	font-size: 14px;
	padding-left: 25px;
}
.ts-list.ts-list-style-icon li{
	position: relative;
	margin-bottom: 10px;
}
.ts-list.ts-list-style-icon li i{
	position: absolute;
	left: 2px;
	top: 4px;
}
.ts-list.ts-list-textsize-small li{
	font-size: 12px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-small li i {
	top: 7px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-small .ts-list-li-content {
	padding-left: 16px;
}
.ts-list.ts-list-textsize-medium li{
	font-size: 15px;
	padding-bottom: 5px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-medium li i {
	top: 5px;
}
.ts-list.ts-list-textsize-medium.ts-list-style-icon .ts-list-li-content {
	padding-left: 25px;
}
.ts-list.ts-list-textsize-large li{
	padding-bottom: 8px;
	font-size: 17px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-large li i {
	top: 4px;
}
.ts-list.ts-list-textsize-large.ts-list-style-icon .ts-list-li-content {
	padding-left: 25px;
}
.lightfont .ts-list.ts-list-textsize-xlarge li{
	font-weight: 300;
}
.ts-list.ts-list-textsize-xlarge li{
	font-size: 19px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-xlarge li i{
	top: 0px;
	font-size: 23px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-xlarge .ts-list-li-content {
	padding-left: 37px;
}
.ts-list.ts-list-style-icon.ts-list-textsize-xlarge li {
	padding-bottom: 15px;
}
.ts-list.ts-list-textsize-xlarge li {
	padding-bottom: 5px;
}
article.post .ts-list.ts-list-textsize-xlarge li{
	font-size: 17px;
}
article.post .ts-list.ts-list-style-icon.ts-list-textsize-xlarge li i{
	top: 2px;
	font-size: 20px;
}
article.post .ts-list.ts-list-style-icon.ts-list-textsize-xlarge .ts-list-li-content {
	padding-left: 30px;
}
.ts-list.ts-list-sep li{
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ts-list.ts-list-sep li:last-child{
	border-bottom: none;
}
.ts-list-li-content{
	color: #636363;
}

/*=== ts-list-style-1 ===*/
.ts-list-style-1.ts-list.ts-list-style-icon li i{
	position: relative;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: var(--tste-optico-skincolor);
	border-radius: 12px;
}
.ts-list-style-1.ts-list.ts-list-style-icon li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.ts-list-style-1.ts-list.ts-list-style-icon .ts-list-li-content{
	font-size: 18px;
	padding-left: 20px;
	color: var(--tste-optico-secondary-darkcolor);
}

/***

====================================================================
	VC Map
====================================================================

***/
.ts-map .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{
	height: 100%;   
	position: inherit;
}

/***

====================================================================
	Custom Selectbox 
====================================================================

***/
.select2-container.select2-container--below{
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.select2-container .select2-selection--single{
	height: 41px;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding-left: 20px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -20px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: 0;
	margin-right: -20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
	right: 5px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow{
	left: 5px;
	right: inherit;
}
.ts-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.ts-textcolor-white .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.07);
}
.select2-container--default .select2-selection--single{
	background-color: rgba(0,0,0,.03);
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #e5e5e5;
}
.ts-textcolor-dark .select2-container--default .select2-selection--single,
.ts-textcolor-dark .select2-dropdown{
	border-color: rgba(0,0,0,.07);
}
.select2-container{
	width: 100%!important;
}
.rtl .select2-container{
	direction: rtl;
}
.rtl .select2-results__option{
	text-align: right;
}

/***

====================================================================
	Heading Section
====================================================================

***/
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 {
	padding: 0px;
	border: none;
	background-color: transparent;
} 
.ts-element-heading-wrapper:not(.ts-seperator-none) .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header{
	position: relative;
	padding-bottom: 25px;
}
.ts-element-heading-wrapper:not(.ts-heading-style-horizontal):not(.ts-seperator-none) .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-headers.ts-table-cell{
	margin-bottom: 35px;
}
.ts-element-heading-wrapper.ts-seperator-none .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-headers.ts-table-cell{
	margin-bottom: 15px;
}
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-headers.ts-table-cell{
	display: block;	
}
.ts-element-heading-wrapper .ts-vc_cta3-headers h4 strong{
	font-weight: inherit !important;
} 
.ts-element-heading-wrapper .ts-vc_cta3-headers h2 strong,
.ts-heading-subheading h2 strong{
	font-weight: 900;
}
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3.ts-vc_cta3-align-justify .ts-vc_cta3-content{
	text-align: center;
} 
.ts-textcolor-white.themestek-pre-header-wrapper .top-contact i,
.ts-textcolor-white.themestek-pre-header-wrapper .social-icons li > a,
.ts-textcolor-white,
.ts-col-bgcolor-darkgrey .ts-custom-heading,
.ts-col-bgcolor-primarydarkgrey .ts-custom-heading,
.ts-col-bgcolor-skincolor .ts-custom-heading,
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header h4,
.ts-bgcolor-skincolor .ts-vc_general.ts-vc_cta3.ts-vc_cta3-color-transparent.ts-cta3-only .ts-vc_cta3-content .ts-vc_cta3-headers h4,
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header h2,
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_cta3-headers h2 strong{
	color: #fff;
}
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content p,
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-cta3-content-wrapper,
.ts-col-bgcolor-darkgrey .wpb_text_column,
.ts-col-bgcolor-primarydarkgrey .wpb_text_column,
.ts-col-bgcolor-skincolor .wpb_text_column,
.ts-bgcolor-darkgrey .wpb_text_column,
.ts-bgcolor-skincolor .wpb_text_column{
	color: rgba(255,255,255,0.8);
}

/*** Horizontal sep line ***/
.ts-seperator-solid .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before{
	content: "";
	left: 50%;
	position: absolute;
	bottom: 36px;
	width: 65px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
}
.ts-element-align-left .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before {
	left: 0;
}
.ts-element-align-right .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before {
	left: auto;
	right: 0;
}
.ts-element-align-justify .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before,
.ts-element-align-center .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before {
	margin-left: -35px;
}
/* End  Horizontal sep line */

.ts-bgcolor-skincolor .ts-seperator-solid .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::before{
	border-bottom-color: #fff;
}
.ts-align-center .ts-heading-subheading .ts-heading-desc,
.themestek-boxes-textalign-center .ts-heading-subheading .ts-heading-desc,
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3.ts-vc_cta3-align-justify .ts-vc_cta3-content .ts-cta3-content-wrapper,
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3.ts-vc_cta3-align-center .ts-vc_cta3-content .ts-cta3-content-wrapper{
	width: 60%;
	margin: 0 auto;
}
.ts-row[data-vc-stretch-content="true"] .ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3.ts-vc_cta3-align-justify .ts-vc_cta3-content .ts-cta3-content-wrapper,
.ts-row[data-vc-stretch-content="true"] .ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3.ts-vc_cta3-align-center .ts-vc_cta3-content .ts-cta3-content-wrapper{
	width: 37%;
}
.ts-seperator-solid .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after{
	border-bottom-style: solid;
}
.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content {
	margin-bottom: 35px;
}
.ts-element-heading-wrapper.ts-seperator-solid .ts-vc_general.ts-vc_cta3.ts-cta3-without-desc .ts-vc_cta3-content {
	margin-bottom: 0px;
}
.ts-element-heading-wrapper.ts-seperator-none .ts-vc_general.ts-vc_cta3.ts-cta3-without-desc .ts-vc_cta3-content,
.ts-heading-subheading{
	margin-bottom: 50px;
}
.ts-vc_cta3-container{
	margin-bottom: 0px;
}
.ts-element-heading-wrapper .ts-cta3-only.ts-vc_general.ts-vc_cta3 .ts-cta3-content-wrapper,
.ts-heading-subheading .ts-heading-desc{
	margin-top: 20px;
}

/*** Vertical sep line ***/ 
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-vc_cta3-content-header::after{
	content: "";
	right: 40px;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 1px;
	border-right-width: 1px;
	border-right-color: #7a7a7a;
}
.ts-heading-style-horizontal.ts-seperator-solid .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after{
	border-right-style: solid;
}
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content{
	display: table;
	width: 85%;
	margin: 0 auto;
}
.ts-heading-style-horizontal.ts-element-align-right .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content{
	float: right;
}
.ts-heading-style-horizontal.ts-element-align-right .ts-vc_general.ts-vc_cta3::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content p{
	text-align: left;
}
.ts-heading-style-horizontal.ts-element-align-left .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content {
	margin: 0;
}
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-vc_cta3-content-header,
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-cta3-content-wrapper{
	display: table-cell;
	padding-bottom: 0;
	vertical-align: middle;
}
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-cta3-content-wrapper p:last-child{
	margin-bottom: 0px;
}
.ts-heading-style-horizontal .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content .ts-vc_cta3-content-header{
	width: 32%;
	text-align: right;
	padding-right: 80px;
	position: relative;
}

/*** Headign align Left ***/
.ts-element-align-left .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after{
	left: 20px;
	margin-left: 0px;
}

/*** Headign align Justify ***/
.ts-element-align-justify .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after,
.ts-element-align-center .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after{
	left: 50%;
	margin-left: -14px;
}

/*** Headign align Right ***/
.ts-element-align-right .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content-header::after {
	left: auto;
	right: 18px;
}

/*** Common heading  ***/
.entry-header:not(.ts-titlebar) .entry-title,
.themestek-box-blog .themestek-box-content h4{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.entry-header:not(.ts-titlebar) .entry-title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}
.wpb_heading,
.entry-header .entry-title{
	font-size: 22px;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
	font-size: 26px;
	line-height: 36px;
}
.entry-content h3, .entry-summary h3, .comment-content h3 {
	font-size: 22px;
	line-height: 32px;
}
.ts-team-member-single-title,
.vc_tta-container h2,
.wpb_heading{
	font-size: 28px;
	font-weight: normal;
}
.wpb_heading{
	margin-bottom: 30px;
}

/***

====================================================================
	Button Section
====================================================================

***/
.ts-vc_general.ts-vc_btn3-color-skincolor:hover{
	color: #40444d;
} 
.ts-vc_general.ts-vc_btn3.ts-vc_btn3-weight-yes{
	font-weight: bold;
}
.ts-vc_btn3.ts-vc_btn3-size-md{
	font-size: 14px;
}
.ts-vc_btn3.ts-vc_btn3-size-lg {
	font-size: 16px;
}
.ts-vc_btn3.ts-vc_btn3-style-text{
	padding: 0;
	margin-top: 0px !important;
	background-color: transparent;
}
.ts-vc_btn3.ts-vc_btn3-style-text.active,
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-style-flat.active,
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-style-flat:active,
.ts-vc_btn3.ts-vc_btn3-style-text:active,
.ts-vc_btn3.ts-vc_btn3-style-text:hover{
	background-color: transparent !important;
}
/*** Normal Button ***/
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon {
	left: 0px;
}
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) {
	padding-left: 30px;
}
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon {
	right: 0px;
}
.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) {
	padding-right: 30px;
}
.ts-post-prev-next-buttons .ts-vc_btn3.ts-vc_btn3-shape-square,
.comment-respond .ts-vc_btn3.ts-vc_btn3-shape-square,
.ts-single-top-btn .ts-vc_btn3.ts-vc_btn3-shape-square {
	border-radius: 1px;
	border-width: 1px;
	border-style:solid;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 34px;
}

/*** Left Arrow ***/
.ts-post-prev-next-buttons .ts-left-align-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) {
	padding-left: 44px;
	padding-right: 22px;
}
.ts-post-prev-next-buttons .ts-left-align-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon {
	left: 21px;
}

/*** Right Arrow ***/
.ts-single-top-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty),
.ts-post-prev-next-buttons .ts-right-align-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) {
	padding-right: 44px;
	padding-left: 22px;
}
.ts-single-top-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon,
.ts-post-prev-next-buttons .ts-right-align-btn .ts-vc_btn3.ts-vc_btn3-size-sm.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon {
	right: 21px;
}

/*** Center button for colum ***/
.ts-center-button{
position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/*** Button Dark Color ***/
button,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.ts-vc_btn3.ts-vc_btn3-color-black, .ts-vc_btn3.ts-vc_btn3-color-black.ts-vc_btn3-style-flat,
.ts-vc_general.ts-vc_btn3.ts-vc_btn3-color-skincolor:not(.ts-vc_btn3-style-text):not(.ts-vc_btn3-style-outline):hover,
.ts-sresults-title small .label-default[href]:hover,
.themestek-box-blog-style2 .themestek-blogbox-footer-readmore a:hover,
.ts-vc_btn3.ts-vc_btn3-color-white.ts-vc_btn3-style-flat:hover,
.ts-vc_btn3.ts-vc_btn3-color-default.ts-vc_btn3-style-flat:hover{
	background-color: #42464e;
	color: #fff;
}

/*=== ts-custom-button1 ===*/
.ts-custom-button1 .ts-vc_btn3.ts-vc_btn3-size-lg{
	font-size: 13px;
	padding: 18px 40px;
}
.ts-custom-button1 .ts-vc_btn3-style-outline.ts-vc_btn3.ts-vc_btn3-size-lg{
	border-width: 2px;
}
.ts-custom-button1 .ts-vc_btn3.ts-vc_btn3-size-lg .ts-vc_btn3-icon{
	font-size: 12px;
	height: 13px;
	line-height: 14px;
}
.ts-custom-button1 .ts-vc_btn3.ts-vc_btn3-size-lg.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty){
	padding-right: 55px;
}
.ts-custom-button1 .ts-vc_btn3.ts-vc_btn3-size-lg.ts-vc_btn3-icon-right:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon{
	right: 35px;
}
.ts-custom-button1 .ts-vc_btn3.ts-vc_btn3-shape-round {
	border-radius: 3em;
}

/***

====================================================================
	Global Box spacing
====================================================================

***/
.themestek-boxes-view-carousel .ts-box-col-wrapper{
	padding-left: 17px;
	padding-right: 17px;
}
.themestek-boxes-row-wrapper.row:not(.slick-slider) .ts-box-col-wrapper{
	margin-bottom: 30px;
}
.themestek-boxes-spacing-0px .themestek-boxes-row-wrapper.row .ts-box-col-wrapper{
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.themestek-boxes-spacing-5px .themestek-boxes-row-wrapper.row .ts-box-col-wrapper{
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}
.themestek-boxes-spacing-10px .themestek-boxes-row-wrapper.row .ts-box-col-wrapper{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.themestek-boxes-spacing-0px .themestek-boxes-row-wrapper.row{
	margin-left: 0;
	margin-right: 0;
}
.themestek-boxes-spacing-5px .themestek-boxes-row-wrapper.row{
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.themestek-boxes-spacing-10px .themestek-boxes-row-wrapper.row{
	margin-left: -5px;
	margin-right: -5px;
}
.themestek-boxes-portfolio .col-xs-12{
	margin-bottom: 30px;
}
.themestek-boxes-portfolio.themestek-boxes-sortable-yes .col-lg-4{
	margin-left: -1px;
}
.rtl .themestek-boxes-portfolio.themestek-boxes-sortable-yes .col-lg-4{
	margin-right: -1px;
	margin-left: 0;
}

/***

====================================================================
	tooltip
====================================================================

***/
.tooltip-top::after, .tooltip::after, [data-tooltip]::after{
	letter-spacing: 1px
}

/***

====================================================================
	Slick Slider
====================================================================

***/
.themestek-slider-wrapper{
	position: relative;
	z-index: 1;
}
.themestek-boxes-blog.themestek-boxes-view-carousel .ts-post-format-icon-wrapper::before{
	display: none;
}
.slick-slide {
	outline: none;
}
.themestek-boxes-row-wrapper .slick-arrow{
	padding: 0;
	border: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: #bbbbbb;
	margin: 0 3px;
	z-index: 1
}
.slick-prev::before, .slick-next::before{
	opacity: 1
}
.themestek-boxes-row-wrapper .slick-prev::before,
.themestek-boxes-row-wrapper .slick-next::before{
	font-family: "ts-optico-icons";
	content: '\e848';
	color: #777777;
	font-size: 24px;
	position: relative;
}
.themestek-boxes-row-wrapper .slick-prev::before{
	content: '\e847';
	left: 3px;
}
.themestek-boxes-row-wrapper .slick-next::before{
	right: -3px;
}
.themestek-boxes-row-wrapper .slick-next {
	right: -40px;
}
.themestek-boxes-row-wrapper .slick-prev {
	left: -40px;
}
.themestek-boxes-view-slickview-leftimg .themestek-boxes-row-wrapper .slick-next::before {
	right: -14px;
}
.themestek-boxes-view-slickview-leftimg .themestek-boxes-row-wrapper .slick-prev {
	left: -12px;
}
.themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-prev::before,
.themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-next::before{
	font-size: 20px;
	color: #323232;
	opacity: 1;
}
.ts-dark-slick-bt .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow:hover::before{
	color: #323232;
}
.themestek-boxes-view-carousel:not(.themestek-boxes-col-one)  .themestek-boxes-row-wrapper .slick-arrow:hover{
	border-color: transparent;
}
.ts-bgcolor-darkgrey .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow,
.ts-bgcolor-skincolor .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow{
	border-color: #fff;
}
.ts-bgcolor-skincolor .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-prev::before,
.ts-bgcolor-skincolor .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-next::before,
.ts-bgcolor-darkgrey .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-prev::before,
.ts-bgcolor-darkgrey .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow.slick-next::before{
	color: #fff;
}
.ts-bgcolor-skincolor .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow:hover,
.ts-bgcolor-darkgrey .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow:hover{
	background-color: #fff;
}
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-left,
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-right{
	position: relative;
}
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-left .ts-element-heading-wrapper{
	padding-right: 60px;
}
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-right .ts-element-heading-wrapper{
	padding-left: 60px;
}
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-left .ts-heading-carousel-arrows,
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-right .ts-heading-carousel-arrows{
	position: absolute;
	right: 0;
	top: 7px;
}
.themestek-boxes-view-carousel .themestek-box-heading-wrapper.ts-element-align-right .ts-heading-carousel-arrows{
	right: auto;
	left: 0px;
}
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-prev,
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-prev{
	left: 50%;
	margin-left: -35px;
}
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-next,
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-next{
	right: 50%;
	margin-right: -30px;
}
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-next,
.ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-prev{
	bottom: -80px;
	top: auto;
}
.ts-boxes-carousel-arrows-below.themestek-boxes{
	padding-bottom: 60px;
}

/*** Arrow above Center ***/
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-prev,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-next{
	top: -50px;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-prev,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-prev{
	left: 50%;
	margin-left: -35px;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-next,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-boxes-row-wrapper .slick-next{
	right: 50%;
	margin-right: -30px;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-justify .themestek-box-heading-wrapper,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center .themestek-box-heading-wrapper {
	padding-bottom: 60px;
}

/*** Arrow Left with headign ***/
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left .slick-slider,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .slick-slider{
	position: static;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right{
	position: relative;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left .themestek-boxes-row-wrapper .slick-next,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left .themestek-boxes-row-wrapper .slick-prev,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-next,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-prev {
	top: 24px;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left .themestek-boxes-row-wrapper .slick-prev{
	right: 35px !important;
	left: auto;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left .themestek-boxes-row-wrapper .slick-next{
	right: 0;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-prev{
	left: 0px;
	right: inherit;
}
.rtl .ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-prev{
	left: 35px;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-next{
	left: 35px;
	right: inherit;
}
.rtl .ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right .themestek-boxes-row-wrapper .slick-next{
	left: 0;
}
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-left,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-right,
.ts-boxes-carousel-arrows-above.ts-boxes-txtalign-center{
	overflow: hidden;
}
.slick-list {
	padding: 0 !important;
}

/*** Slick dot desing ***/
.slick-dotted.slick-slider {
	margin-bottom: 60px;
}
.slick-dots {
	bottom: -50px;
}
.slick-dots li {
	width: 15px;
	height: 15px;
}
.slick-dots li button{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #cbcbcb;
	cursor: pointer;
	margin: 0 10px 0px 0;
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slick-dots li button::before{
	display: none;
}

/*** Slick dot color ***/
.ts-bgcolor-darkgrey .slick-dots li button,
.ts-bgcolor-skincolor .slick-dots li button{
	box-shadow: inset 0 0 0 2px  rgba(255, 255, 255, 0.73);
}
.ts-bgcolor-darkgrey .slick-dots li.slick-active button,
.ts-bgcolor-skincolor .slick-dots li.slick-active button{
	box-shadow: inset 0 0 0 2px  #fff;
}
.ts-boxes-carousel-arrows-side .themestek-boxes-row-wrapper .slick-prev {
	left: -40px;
	right: auto;
}
.ts-boxes-carousel-arrows-side .themestek-boxes-row-wrapper .slick-next {
	right: -40px;
	left: auto;
}

/*** Flex slider dot desing ***/
body .vc_images_carousel .vc_carousel-indicators li,
.flex-control-paging li a{
	background-color: transparent;
	-o-box-shadow: none;
	box-shadow: none;
	background: none;
	border: 2px solid #fff;
}
.flex-control-paging li a:hover{
	background: none;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active,
.flex-control-paging li a.flex-active{
	border-color: transparent;
	background-color: #fff;
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before {
	font-family: "ts-optico-icons";
}
.flex-direction-nav a::before{
	content: '\e808';
}
.flex-direction-nav a.flex-next::before {
	content: '\e809';
}
.ts-row .vc_column-inner.ts-col-bgcolor-darkgrey .themestek-boxes-row-wrapper .slick-arrow,
.ts-row .vc_column-inner.ts-col-bgcolor-skincolor .themestek-boxes-row-wrapper .slick-arrow,
.ts-bgcolor-skincolor .themestek-boxes-row-wrapper .slick-arrow,
.ts-bgcolor-darkgrey .themestek-boxes-row-wrapper .slick-arrow{
	border-color: rgba(255, 255, 255, 1);
}
.ts-row .vc_column-inner.ts-col-bgcolor-darkgrey .themestek-boxes-row-wrapper .slick-arrow::before,
.ts-row .vc_column-inner.ts-col-bgcolor-skincolor .themestek-boxes-row-wrapper .slick-arrow::before,
.ts-bgcolor-darkgrey .themestek-boxes-row-wrapper .slick-prev::before,
.ts-bgcolor-darkgrey .themestek-boxes-row-wrapper .slick-next::before,
.ts-bgcolor-skincolor .themestek-boxes-row-wrapper .slick-prev::before,
.ts-bgcolor-skincolor .themestek-boxes-row-wrapper .slick-next::before{
	color: rgba(255, 255, 255, 1);
}

/***

====================================================================
flexslider
====================================================================

***/
.ts-flexslider ul li{
	display: none;
	float: left;
}
.ts-flexslider ul li:first-child{
	display: block;
}
.ts-flexslider .flex-control-nav {
	bottom: 5px;
	z-index: 1;
}
.ts-flexslider .flex-control-paging li a{
	border: 1px solid #fff;
	background: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.ts-flexslider .flex-control-paging li a.flex-active{
	background-color: #fff;
}

/***

====================================================================
	Drop Cap Design
====================================================================

***/
.ts-dropcap{
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	margin: 7px 8px -5px 0;
}
.ts-dcap-style-rounded{
	border-radius: 5px;
}
.ts-dcap-style-round{
	border-radius: 50%;
}
.ts-dropcap.ts-bgcolor-dark,
.ts-dropcap.ts-bgcolor-skincolor{
	color: #fff;
}
.ts-dropcap.ts-bgcolor-dark{
	background-color: #202020;
}
.ts-dropcap.ts-bgcolor-grey{
	background-color: #E2E2E2;
}
.ts-dropcap.ts-bgcolor-grey,
.ts-dcap-txt-color-dark{
	color: #313131;
}
.ts-dcap-style-rounded{
	border-radius: 5px;
}
.ts-dcap-style-round{
	border-radius: 50%;
}

/***

====================================================================
	Google map Section
====================================================================

***/
.wpb_gmaps_widget .wpb_wrapper {
	background-color: transparent;
	padding: 0px;
}

/***

====================================================================
	Category filter Section
====================================================================

***/
.themestek-boxes-textalign-center .ts-sortable-wrapper{
	text-align: center;
}   
.themestek-boxes-textalign-left .ts-sortable-wrapper{
	text-align: left;
}  
.themestek-boxes-textalign-right .ts-sortable-wrapper{
	text-align: right;
} 
.ts-sortable-list ul{
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 20px;
}
.ts-sortable-list .ts-sortable-link {
	display: inline-block;
	margin-right: 10px;
}
.ts-sortable-list .ts-sortable-link a {
	display: block;
	cursor: pointer;
	padding: 10px 19px;
	margin-bottom: 5px;
	line-height: 22px;
	width: auto;
	position: relative;
	z-index: 3;
	color: #212121;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 22px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #e0e0e0;
	letter-spacing: 1px;
}
.ts-sortable-list .ts-sortable-link a:hover,
.ts-sortable-list .ts-sortable-link a.selected{
	color: #fff;
	border-color: transparent;
}

/***

====================================================================
	404 Page
====================================================================

***/
.error404 .ts-titlebar-wrapper{
	display: none;
}
.error404 .site-main{
	background-color: transparent !important;
}
section.error-404 .page-content p,
section.error-404 h1{
	color: #fff;
}
.error404 .search-form::after {
	opacity: 0.8;
	color: #fff;
}
.error404 .site-main {
	padding-top: 0;
}
section.error-404 {
	padding: 200px 0px;
	text-align:center;
}
section.error-404 .ts-big-icon{
	font-size: 150px;
}
section.error-404 .page-header{
	border-bottom: none;
	margin-bottom: 0;
}
section.error-404 h1 {
	font-size: 95px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	line-height: 105px
}
section.error-404 .page-content p {
	font-size: 18px;
	margin-bottom: 30px;
} 
section.error-404 .search-form {
	position: relative;
	max-width: 390px;
	margin: 0 auto;
}
section.error-404 .search-form label {
	display: block;
}
section.error-404 .search-form .search-field {
	border-width: 2px;
	background-color: transparent;
	color: #fff;
} 
section.error-404 .search-form .search-field::placeholder{
	color: rgba(255, 255, 255, 0.50);
	opacity: 1; /* Firefox */
}
section.error-404 .search-form .search-field:-ms-input-placeholder{
color: rgba(255, 255, 255, 0.50);
}
section.error-404 .search-form .search-field::-ms-input-placeholde{
color: rgba(255, 255, 255, 0.50);
}
section.error-404 .search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: none;
	border-bottom: none;
	text-indent: -999px;
	padding: 0;
	width: 46px;
	height: 46px;
	z-index: 1;
	border-radius: 0px 3px 3px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	opacity: 0.3;
}
.ts-sresults-no-content-w{
	padding-bottom: 60px;
	padding-top: 30px;
}
.ts-sresults-no-content-w h3{
	font-size: 30px;
	line-height: 35px;
}

/***

====================================================================
	Search Result Page
====================================================================

***/
.search-results .ts-search-results-contents img{
	max-width: 100%;
}
.ts-search-results-pages-w li{
	font-size: 15px
}
.ts-search-results-pages-w .ts-list.ts-list-style-icon .ts-list-li-content {
	padding-left: 22px;
}
.ts-search-results-pages-w .ts-list.ts-list-style-icon li i {
	left: 2px;
	top: 0px;
}
.rtl .ts-search-results-pages-w .ts-list.ts-list-style-icon li i{
	right: 2px;
	left: inherit;
}
.ts-search-results-pages-w{
	margin-bottom: 60px;
	margin-top: 30px;
}
.ts-search-results-pages-w .ts-list::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ts-search-results-pages-w .ts-list-li-content a{
	color: #42464e;
}
.search-results .ts-hover-style-2.themestek-box{
	margin-bottom: 30px;
}
.search-results .themestek-box:not(.ts-portfoliobox-style-1) .themestek-box-content-inner{
	padding-bottom: 0;
}
.search-results .themestek-box.themestek-box-team{
	padding-bottom: 40px;
}
.ts-search-form-wrapper {
	padding: 30px 30px 0 30px;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	background-color: #ebecf0;
}
.ts-search-form-tabs-w .ts-search-form-tab{
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px 0 0px;
}
.rtl .ts-search-form-tabs-w .ts-search-form-tab{
	float: right;
}
.ts-search-form-tabs-w .ts-search-form-tab a{
	color: #42464e;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
}
.ts-search-form-tab-disabled > a{
	cursor: no-drop;
}
li.ts-search-form-tab span {
	background: #fff;
	font-size: 9px;
	border-radius: 10px;
	padding: 3px 7px;
	line-height: 9px;
	color: #717379;
	top: -7px;
	right: -7px;
}
ul.ts-search-form-tabs::after {
	content: " ";
	clear: both;
	display: block;
}
.ts-search-form-tab-current{
	background-color: #fff;
}
.ts-search-form-tabs-w .ts-search-form-tab.ts-search-form-tab-current a{
	color: #42464e;
}
.ts-search-form-big-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(0, 0, 0, 0.05);
	font-size: 115px;
}
.rtl .ts-search-form-big-icon{
	left: 10px;
	right: inherit;
	transform: scaleX(-1);
}
.ts-search-form-tabs-w .ts-search-form-tab.ts-search-form-tab-current{
	border-radius: 5px 5px 0px 0px;
}
.ts-search-form-tabs-w .ts-search-form-tab.ts-search-form-tab-current a span{
	background-color: #42464e;
	color: #fff;
}
.ts-search-form-wrapper.ts-search-result-without-tab {
	padding: 50px 30px 40px 30px;
}
.ts-search-results-no-content{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 50px 40px 0px 40px;
	border: 1px solid #ebecf0;
	border-top: 0;
}
.ts-search-form-tabs{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.ts-search-form-tabs-w .ts-search-form-tab{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ts-search-form-wrapper input[type="search"]{
	background-color: #fff;
	border-radius: 5px 0px 0px 5px;
	border: none;
	width: 300px;
	margin: 0;
	margin-top: -2px;
}
.rtl .ts-search-form-wrapper input[type="search"]{
	border-radius: 0 5px 5px 0;
}
.ts-search-form-wrapper input[type="submit"]{
	background-color: #42464e;
	margin-left: 0px;
	border-radius: 0px 5px 5px 0px;
	border: none;
	margin-left: -3px;
}
.rtl .ts-search-form-wrapper input[type="submit"]{
	border-radius: 5px 0 0 5px;
}
.ts-search-results-contents{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 50px 40px 0px 40px;
	border: 1px solid #ebecf0;
	border-top: 0;
}
.ts-search-results-no-content{
	margin-top: 0;
	margin-bottom: 100px;
	text-align: center;
	font-size: 17px;
	padding: 150px 40px 150px 40px;
}
.ts-search-form-tabs-w .ts-search-form-tab:not(.ts-search-form-tab-current):hover {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px 5px 0px 0px;
}

/* Other view */
body.search-results .ts-other-cpt-boxstyle .ts-product-featured-wrapper img {
	max-width: 100px;
}
body.search-results .ts-other-cpt-boxstyle .ts-featured-wrapper {
	float: left;
	margin-right: 20px;
}
body.search-results .ts-other-cpt-boxstyle {
	margin-bottom: 25px;
}
body.search-results .ts-other-cpt-boxstyle .ts-cpt-title {
	padding-top: 5px;
	font-size: 17px;
}
.ts-search-no-results{
	padding: 0 100px;
}
.ts-search-no-results ul{
	list-style: none;
	display: inline-block;
}
.ts-search-no-results ul li{
	text-align: left;
	line-height: 30px;
	font-size: 16px;
}
.ts-search-results-contents .col-sm-12:nth-last-child(1) .themestek-box-blog-classic .ts-blog-classic-box-content{
	border-bottom: 0;
	padding-bottom: 0;
}
.ts-search-results-contents .themestek-box .themestek-box-content-inner {
	padding: 20px;
}

/***

====================================================================
	box-top-pos
====================================================================

***/
.box-top-pos {
	transform: translateY(-25%);
}
.box-top-pos-half {
	transform: translateY(-50%);
}
.box-bot-pos {
	transform: translateY(15%);
}
.box-bot-row {
	z-index: -1;
}
.ts-img-shadow img {
	box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
}

/***

====================================================================
	Icon setting
====================================================================

***/
.ts-small-icon i::before{
	font-size: 18px;
	line-height: 18px;
}
.ts-medium-icon i::before{
	font-size: 30px;
	line-height: 30px;
}
.ts-large-icon i::before{
	font-size: 60px;
	line-height: 60px;
}

/***

====================================================================
	Box Seprator 
====================================================================

***/
.ts-box-seprator .vc_column_container{
	border-right: 1px solid #e5e5e5;
}
.ts-box-seprator .vc_column_container:last-child{
	border-right: none;
}
/* Gutter */
.ts-no-gutter .vc_column_container>.vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

/***

====================================================================
	Box Shadow
====================================================================

***/
.box-shadow-1 {
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.box-shadow-2 {
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
}
.box-shadow-3 {
	box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
}
.box-shadow-4 {
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14), 0 7px 30px rgba(0, 0, 0, 0.14);
}
.ts-center-icon .ts-vc_icon_element-inner,
.wpb-js-composer .ts-tabstyleone.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab,
.box-shadow-5{
	-webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
	-moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
	box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.box-shadow-6{
	box-shadow: 0px 3px 23px 0px rgba(37, 52, 141, 0.07);
}
.box-shadow-7{
	box-shadow: 0px 0px 7.92px 1.08px rgba(24, 67, 124, 0.04);
}
.box-shadow-8{
	box-shadow: 0px 0px 17px 0px rgba(24, 67, 124, 0.03);
}
.vc_tta.vc_general.ts-tabstyleone .vc_tta-panel-body,
.box-shadow-9{
	box-shadow: 0px 0px 13.94px 3.06px rgba(24, 67, 124, 0.09);
}
.imagebox-shadow img {
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}

/***

====================================================================
	Sevice box 
====================================================================

***/
.ts-box-seprator.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper,
.ts-box-seprator.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper .ts-servicebox{
	height: 100%;
}
.ts-vc_general.ts-vc_cta3{
	padding: 0;
}
.ts-servicebox .ts-vc_general.ts-vc_cta3 .ts-custom-heading,
.ts-servicebox .ts-custom-heading{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 8px 0 20px 0;
}
.ts-bgcolor-skincolor .ts-servicebox,
.ts-bgcolor-skincolor .ts-servicebox .ts-vc_general.ts-vc_cta3 .ts-custom-heading,
.ts-bgcolor-skincolor .ts-servicebox .ts-custom-heading {
	color: #ffffff
}
.themestek-boxes-miconheading .ts-miconheading-ele {
	position: relative;
}
.ts-sbox-hoverstyle-1 .ts-sbox-icon-wrapper i,
.ts-sbox-hoverstyle-1 .ts-custom-heading,
.ts-sbox-hoverstyle-1 .ts-cta3-content-wrapper,
.ts-sbox-hoverstyle-1 .ts-ihbox-content,
.ts-sbox-hoverstyle-1{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ts-sbox-hoverstyle-1:hover .ts-sbox-icon-wrapper i,
.ts-sbox-hoverstyle-1:hover .ts-custom-heading,
.ts-sbox-hoverstyle-1:hover .ts-cta3-content-wrapper{
	color: #ffffff !important;
}
/***

====================================================================
	Push up section
====================================================================

***/
.ts-push-10 {
	transform: translateY(-10%);
}
.ts-push-15 {
	transform: translateY(-15%);
}
.ts-push-20 {
	transform: translateY(-20%);
}
.ts-push-25 {
	transform: translateY(-25%);
}
.ts-push-30 {
	transform: translateY(-30%);
}
.ts-push-50 {
	transform: translateY(-50%);
}
.ts-push-75 {
	transform: translateY(-75%);
}
.ts-pull-10 {
	transform: translateY(-10%);
}
.ts-pull-15 {
	transform: translateY(-15%);
}
.ts-pull-20 {
	transform: translateY(-20%);
}
.ts-pull-25 {
	transform: translateY(-25%);
}
.ts-pull-30 {
	transform: translateY(-30%);
}
.ts-pull-50 {
	transform: translateY(-50%);
}
.ts-pull-75 {
	transform: translateY(-75%);
}
.ts-mt-5 {
	margin-top: -5% !important;
}
.ts-mt-10 {
	margin-top: -10% !important;
}
.ts-mt-12 {
	margin-top: -12% !important;
}
.ts-mt-15 {
	margin-top: -15% !important;
}
.ts-mt-20 {
	margin-top: -20% !important;
}
.ts-mt-25 {
	margin-top: -25% !important;
}
.ts-mt-30 {
	margin-top: -30% !important;
}
.ts-mt-35 {
	margin-top: -35% !important;
}
.ts-mt-50 {
	margin-top: -50% !important;
}
.ts-mb-5 {
	margin-bottom: -5% !important;
}
.ts-mb-10 {
	margin-bottom: -10% !important;
}
.ts-mb-12 {
	margin-bottom: -12% !important;
}
.ts-mb-15 {
	margin-bottom: -15% !important;
}
.ts-mb-20 {
	margin-bottom: -20% !important;
}
.ts-mb-25 {
	margin-bottom: -25% !important;
}
.ts-mb-30 {
	margin-bottom: -30% !important;
}
.ts-mb-35 {
	margin-bottom: -35% !important;
}
.ts-mb-50 {
	margin-bottom: -50% !important;
}

/***

====================================================================
	Pricelist section
====================================================================

***/
ul.ts-pricelist-block {
	padding: 0px;
	margin: 0;
	font-size: 14px;
}
ul.ts-pricelist-block li {
	font-size: 14px;
	line-height: 24px;
	color: rgba(0,0,0,0.60);
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.20);
	padding: 13px 0px;
}
ul.ts-pricelist-block li:last-child{border-bottom: none;}
ul.ts-pricelist-block li .service-price {
	float: right;
}

/* Pricelist Box (Greay bg and White bg) */
.ts-row-bgtype-skincolor ul.ts-pricelist-block li,
.ts-bgcolor-skincolor ul.ts-pricelist-block li,
.ts-col-bgcolor-skincolor ul.ts-pricelist-block li,
.ts-row-bgtype-darkgrey ul.ts-pricelist-block li,
.ts-col-bgcolor-darkgrey ul.ts-pricelist-block li{
	color: #fff;
	border-bottom-color: #66b023;
}
.ts-textcolor-white ul.ts-pricelist-block li {
	color: #fff;
}
.ts-textcolor-darkgrey ul.ts-pricelist-block li {
	color: #42474d;
}
.ts-textcolor-white ul.ts-pricelist-block li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.ts-textcolor-darkgrey ul.ts-pricelist-block li {
	border-bottom: 1px solid rgba(66, 71, 77, 0.20);
}

/***

====================================================================
	Testimonials Section
====================================================================

***/
.themestek-box-testimonial blockquote::after{
	display: none !important;
}
.themestek-box-testimonial .themestek-icon-box{
	height: 100%;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 34px;
	display: inline-block;
	line-height: 100px;
	border-radius: 50%;
}
.themestek-box-testimonial .themestek-box-img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 25px 0 10px;
	display: inline-block;
}
.themestek-box-testimonial .themestek-box-img img {
	width: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	padding: 5px;
}
.themestek-box-testimonial .themestek-testimonial-text {
	border-left: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 17px;
	font-style: italic;
	line-height: 27px;
	margin-top: 0;
	font-weight: 300;
}
.themestek-box-testimonial .themestek-author-name {
	margin-bottom: 0;
}
.themestek-box-testimonial .themestek-author-name,
.themestek-box-testimonial .themestek-author-name a {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #42464e;
}
.ts-col-bgcolor-skincolor .themestek-box-testimonial .themestek-author-name,
.ts-col-bgcolor-skincolor .themestek-box-testimonial .themestek-author-name a,
.ts-col-bgcolor-darkgrey .themestek-box-testimonial .themestek-author-name,
.ts-col-bgcolor-darkgrey .themestek-box-testimonial .themestek-author-name a {
	color: #fff;
}
.themestek-box-testimonial .themestek-box-content {
	position: relative;
	padding-top: 60px;
}
.ts-bgcolor-skincolor .themestek-author-name a,
.ts-bgcolor-skincolor .themestek-box-footer,
.ts-bgcolor-skincolor .themestek-testimonial-text,
.ts-bgcolor-skincolor .themestek-box-content::after,
.ts-bgcolor-darkgrey .themestek-box-testimonial .themestek-box-footer,
.ts-bgcolor-darkgrey .themestek-box-testimonial .themestek-testimonial-text,
.ts-bgcolor-darkgrey .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-custom-heading,
.ts-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-custom-heading,
.ts-bgcolor-primarydarkgrey .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-custom-heading{
	color: #ffffff;
}
.ts-col-bgcolor-skincolor .themestek-author-name a,
.ts-col-bgcolor-skincolor .themestek-box-footer,
.ts-col-bgcolor-skincolor .themestek-testimonial-text,
.ts-col-bgcolor-skincolor .themestek-box-content::after,
.ts-col-bgcolor-darkgrey .themestek-box-testimonial .themestek-box-footer,
.ts-col-bgcolor-darkgrey .themestek-box-testimonial .themestek-testimonial-text,
.ts-col-bgcolor-darkgrey .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header .ts-custom-heading,
.ts-col-bgcolor-skincolor .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header .ts-custom-heading {
	color: #ffffff;
}
.themestek-boxes-testimonial.themestek-boxes-view-carousel.themestek-boxes-col-one.ts-boxes-carousel-arrows-below:not(.ts-boxes-txtalign-center){
	padding-bottom: 0;
}
.themestek-boxes-testimonial.themestek-boxes-view-carousel.themestek-boxes-col-one.ts-boxes-carousel-arrows-below:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-next,
.themestek-boxes-testimonial.themestek-boxes-view-carousel.themestek-boxes-col-one.ts-boxes-carousel-arrows-below:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-prev{
	bottom: 0;
	top: auto;
	right: 35px;
	left: auto;
}

/***

====================================================================
	Client Logo  section
====================================================================

***/
.themestek-boxes-client.themestek-boxes-view-carousel .ts-client-logo-box-w .tooltip,
.themestek-boxes-client.themestek-boxes-view-carousel .ts-client-logo-box-w [data-tooltip] {
	margin: 44px 0;
}

/***

====================================================================
	Accordion section
====================================================================

***/
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel {
	margin-bottom: 10px;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel:last-child {
	margin-bottom: 0;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
	margin-left: 0;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-title > a {
	color: #323232;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff;
	box-shadow: 0.067em 0.067em 2.133em rgba(12, 71, 84, 0.06);
}
/* .wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body, */
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading:focus a,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading:hover a {
	color: #ffffff;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-controls-icon::after,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-controls-icon::before {
	border-color: #323232;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #ffffff;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::after{
	border-color: #fff;
}

/***

====================================================================
	Tab
====================================================================

***/
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab {
	margin-right: 7px;
}
.wpb-js-composer .vc_tta-color-skincolor .vc_tta-tab > a,
.wpb-js-composer .vc_tta-panel-title{
	font-size: 14px;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel-title,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab > a{
	border: none;
	color: #323232;
	font-weight: 600;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab > a {
	background-color: #f9f9f8;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-classic.vc_general.vc_tta-color-skincolor .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab > a:focus,
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab > a:hover {
	color: #ffffff;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab > a {
	background-color: transparent;
	color: #323232;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic.vc_tta-tabs:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body{
	background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic.vc_tta-tabs:not(.vc_tta-o-no-fill) .vc_tta-panels .vc_tta-panel-body{
	border-color: #f0f0f0;
}

/* Tab modern style */
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor .vc_tta-tab.vc_active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666;
}
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor .vc_tta-tab>a {
	border-color: #222;
	background-color: #2A2A2A;
	color: #fff;
}
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #666;
}
.wpb-js-composer .vc_tta-style-modern.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-title>a{
	color: #fff;
}

/* Tab flat style */
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab>a {
	background-color: #222;
	color: #fff;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab.vc_active>a{
	color: #fff;
}

/* Tab outline style */
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab.vc_active>a {
	border-color: #2A2A2A;
	color: #2A2A2A;
}
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab>a {
	border-color: #2A2A2A;
	background-color: transparent;
	color: #2A2A2A;
}
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-panel .vc_tta-panel-title>a:hover,
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab>a:focus,
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab>a:hover {
	color: #fff;
}
.wpb-js-composer .vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab.vc_active>a {
	border-color: #2A2A2A;
	background-color: transparent !important;
	color: #2A2A2A;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-shape-round .vc_tta-tab>a {
	border-color: #efefef;
	background-color: #FFF;
	color: #212121;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-shape-round .vc_tta-tab{
	margin: 1px 10px 0px 10px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-shape-round .vc_tta-tab.vc_active>a{
	border-color: transparent;
	color: #fff;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-shape-round .vc_tta-tab.vc_active>a i{
	color: #fff;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs-position-top.vc_tta-shape-round .vc_tta-tabs-container{
	margin-bottom: 30px;
}
.wpb-js-composer .ts-nutrition-menu .vc_row.vc_inner {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #f9f9f8;
	padding-top: 30px;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	margin: 0 16px 35px;
}
.wpb-js-composer .ts-nutrition-menu .vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper {
	display: block;
}
.wpb-js-composer .ts-nutrition-menu .vc_row.vc_row-flex>.vc_column_container.vc_col-sm-3>.vc_column-inner{
	padding-left: 0px;
}
.wpb-js-composer .ts-nutrition-menu .wpb_content_element {
	margin-bottom: 10px;
}
.wpb-js-composer .ts-nutrition-menu .ts-vc_btn3-container.ts-vc_btn3-inline {
	margin: 0 5px 5px;
}
.wpb-js-composer .ts-nutrition-menu .ts-vc_btn3.ts-vc_btn3-color-white:hover{
	background-color: #333;
	color: #fff
}

/***

====================================================================
	Progress-bar
====================================================================

***/
span.ts-vc_label_units.vc_label_units {
	position: absolute;
	right: -6px;
	z-index: 3;
	margin-top: -40px;
	text-shadow: none;
	font-size: 14px;
	padding: 2px 9px;
	border-radius: 0;
	position: absolute;
	font-weight: 600;
	top: 0;
}
.ts-pbar-single-bar-w {
	position: relative;
	margin-top: 55px;
	margin-right: 16px;
}
.themestek-progress-bar.vc_progress_bar .vc_single_bar {
	background-color: #f4f4f4;
	border-radius: 10px;
	box-shadow: none;
	height: 5px;
}
.themestek-progress-bar .vc_single_bar .vc_label {
	display: block;
	margin: 14px auto 75px;
	width: 100%;
	background: transparent;
	height: 5px;
	border-radius: 6px;
	transition-property: width, background-color;
	padding: 0;
	top: -36px;
	left: 0px;
	font-size: 15px;
	color: #0a0c0e;
	font-weight: 600;
	text-shadow: none;
}
.themestek-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
	top: -36px;
	left: 0px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}
.vc_progress-bar-color-white.themestek-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
	color: #fff;
	text-shadow: none;
}
.themestek-progress-bar.vc_progress_bar .vc_single_bar{
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #c0c0c0;
}
.themestek-progress-bar.vc_progress_bar .ts-pbar-icon-w{
	position: absolute;
	top: 48px;
}
.themestek-progress-bar.vc_progress_bar .ts-vc_icon_element-inner{
	width: 30px;
	height: 40px;
	font-size: 15px;
}
.themestek-progress-bar.vc_progress_bar .ts-pbar-single-bar-w .ts-pbar-icon-w{
	position: absolute;
	top: -42px;
}
.ts-pbar-icon-true .ts-vc_icon_element {
	margin-bottom: 0px;
}
.ts-pbar-icon-true .ts-vc_icon_element.ts-vc_icon_element-outer .ts-vc_icon_element-inner {
	width: 46px;
	height: 45px;
}
.ts-pbar-icon-true .ts-vc_icon_element.ts-vc_icon_element-outer .ts-vc_icon_element-inner.ts-vc_icon_element-size-md .ts-vc_icon_element-icon{
	font-size: 21px !important;
}
.vc_progress_bar .ts-pbar-icon-true .vc_single_bar{
	margin-left: 60px;
}
.ts-pbar-single-bar-w{
	position: relative;
	margin-top: 60px;
	margin-right: 16px;
}
.themestek-progress-bar .ts-pbar-single-bar-w:first-child{
	margin-top: 45px;
}
.ts-pbar-icon-w {
	position: absolute;
	top: -34px;
}

/* Elemetor Progressbar */
.elementor-progress-wrapper {
	overflow: visible !important;
	margin-top: 10px;
}
.elementor-progress-wrapper .elementor-progress-percentage {
	padding-right: 15px;
	position: absolute;
	top: -25px;
	right: 0;
	padding: 0;
}
/*=== Elementor Progressbar ===*/
.elementor-widget-progress .elementor-progress-percentage {
	position: absolute;
	right: 0;
	padding: 0;
	margin-top: -25px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	top: 0;
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-bgcolor-skincolor .elementor-widget-progress .elementor-progress-percentage {
	color: #fff;
}
.ts-elementor-widget-progress-black .elementor-widget-progress .elementor-progress-percentage {
	top: -20px;
	padding: 10px 9px;
	background: #414141;
	color: #fff;
}
.ts-elementor-widget-progress-black .elementor-widget-progress .elementor-progress-bar {
	background-color: #414141;
}
.ts-elementor-widget-progress-black .elementor-widget-progress .elementor-widget-container .elementor-title {
	color: #414141;
}
.elementor-widget-progress .elementor-progress-wrapper,
.elementor-widget-progress .elementor-progress-bar {
	border-radius: 0;
	height: 6px;
	line-height: 6px;
}
.elementor-widget-progress .elementor-progress-bar {
	background-color: var(--tste-optico-skincolor);
}
.elementor-widget-progress .elementor-progress-wrapper {
	background-color: #e8f1fb;
}
.ts-elementor-progress-percentage .elementor-widget-progress .elementor-progress-percentage {
	color: #fff;
}
.elementor-widget-progress .elementor-widget-container .elementor-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--tste-optico-secondary-darkcolor);
}

/***

====================================================================
	Contact Form 
====================================================================

***/
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.wpcf7-form .input-group {
	margin-bottom: 15px !important;
}
.wpcf7-form .input-group {
	display: block;
}

/* Main form */
.main-form input[type="date"],
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="number"],
.main-form select,
.main-form textarea,
.main-form .select2-selection,
.main-form .select2-selection .select2-selection__rendered{
	background: none;
	border: none;
	border-bottom: 2px solid #f4f4f4;
	height: 50px;
	padding-left: 0;
	font-weight: 600;
	color: #989898;
}
.rtl .main-form input[type="date"],
.rtl .main-form input[type="text"],
.rtl .main-form input[type="email"],
.rtl .main-form input[type="password"],
.rtl .main-form input[type="number"],
.rtl .main-form select,
.rtl .main-form textarea,
.rtl .main-form .select2-selection,
.rtl .main-form .select2-selection .select2-selection__rendered{
	padding-right: 0;
	padding-left: 20px;
}
.main-form input[type="email"]::placeholder,
.main-form input[type="text"]::placeholder {
	color: #989898;
	opacity: 1; /* Firefox */
}
.main-form input[type="email"]:-ms-input-placeholder,
.main-form input[type="text"]:-ms-input-placeholder {
	color: #989898;
}
.main-form input[type="email"]::-ms-input-placeholder,
.main-form input[type="text"]::-ms-input-placeholder {
	color: #989898;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #989898;
}
.main-form textarea{
	height: 100px;
}
.main-form .ajax-loader{
	position: absolute;
}
.main-form .input-button{
	margin-top: 30px;
	margin-bottom: 0;
}

/* Main form 8*/
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="date"]::placeholder,
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="text"]::placeholder,
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="email"]::placeholder,
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="password"]::placeholder,
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="number"]::placeholder {
	color: #fff;
}
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="date"],
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="text"],
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="email"],
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="password"],
.ts-bgcolor-skincolor .main-form.main-form-home8 input[type="number"],
.ts-bgcolor-skincolor .main-form.main-form-home8 select,
.ts-bgcolor-skincolor .main-form.main-form-home8 textarea,
.ts-bgcolor-skincolor .main-form.main-form-home8 .select2-selection,
.ts-bgcolor-skincolor .main-form.main-form-home8 .select2-selection .select2-selection__rendered{
	color: #fff;
	border-radius: 0;
	font-weight: 500;
}
.wpcf7-form .main-form-home8 .input-group {
	margin-bottom: 30px !important;
}
.main-form-home8 .wpcf7-submit {
	background-color: #fff;
	padding: 17px 70px 17px 40px;
	border-radius: 50px;
	color: var(--tste-optico-secondary-darkcolor);
	position: relative;
}
.rtl .main-form-home8 .wpcf7-submit{
	padding-left: 70px;
	padding-right: 40px;
}
.main-form-home8 .wpcf7-submit::before {
	position: absolute;
	content: '\e851';
	font-family: "ts-optico-icons";
	right: 43px;
	margin-top: -16px;
	top: 50%;
	font-size: 19px;
}
.rtl .main-form-home8 .wpcf7-submit::before{
	left: 43px;
	right: inherit;
	transform: scaleX(-1);
}
.main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 7px 5px 0 5px;
}
.main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: -10px;
}
.rtl .main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-right: -10px;
	margin-left: 0;
}
.main-form.main-form-home8 .select2-container .select2-selection--single .select2-selection__rendered{
	padding-right: 10px;
}
.rtl .main-form.main-form-home8 .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 10px;
	padding-right: 0;
}
.main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow{
	right: 0;
}
.rtl .main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow{
	left: 0;
	right: inherit;
}
.ts-bgcolor-skincolor .main-form.main-form-home8 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent;
}
/***

====================================================================
	Counter Fact
====================================================================

***/
h3.ts-fid-inner {
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	margin-bottom: 10px;
	margin-top: 0;
}
h6.ts-fid-title {
	font-weight: 300;
	margin-top: 0;
}
.ts-bgcolor-darkgrey .ts-fid-boxstyle-without-icon h6.ts-fid-title,
.ts-bgcolor-darkgrey .ts-fid-boxstyle-without-icon h3.ts-fid-inner,
.ts-bgcolor-skincolor .ts-fid-boxstyle-without-icon h6.ts-fid-title,
.ts-bgcolor-skincolor .ts-fid-boxstyle-without-icon h3.ts-fid-inner{
	color: #fff;
}

/***

====================================================================
	VC Column
====================================================================

***/
.ts-span > .vc_column-inner {
	z-index: 11;
}
.ts-col-bg .wpb_wrapper{
	position: relative;
}
.ts-left-span .ts-col-wrapper-bg-layer{
	width: auto;
	margin-left: -300px;
	right: 0;
}
.ts-right-span .ts-col-wrapper-bg-layer{
	width: auto;
	margin-right: -300px;
	left: 0;
	right: 0;
}
.ts-right-span .ts-bg-layer-inner,
.ts-left-span .ts-bg-layer-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
.ts-col-bgimage-yes .ts-bg-layer-inner,
.ts-col-bgcolor-yes .ts-bg-layer-inner{
	position: absolute;
	width: 100%;
	height: 100%;
}

/***

====================================================================
	Pricing table
====================================================================

***/ 
.ts-discount-box .vc_column_container>.vc_column-inner > .wpb_wrapper{
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	background-color: #fff;
	height: 100%;
}

/* ptable syle 2 */
.ts-ptable-lines-w{
	margin-top: 15px;
}
.ts-ptable-line {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-ptable-line-svg {
	display: flex;
	align-items: center;
}
.ts-ptable-line svg,
.pbmit-ptable-line-svg svg {
	width: 14px;
	height: 14px;
}
.ts-ptable-line .ts-vc_icon_element.ts-vc_icon_element-outer{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.ts-ptable-line .ts-vc_icon_element.ts-vc_icon_element-outer .ts-vc_icon_element-inner{	
	margin: 0;
	height: auto;
	width: auto;
	top: -3px;
}
.ts-ptablebox-colum.ts-ptablebox-featurebox {
	background-color: #f8f8f8;
	padding: 30px 0px 37px 0px;
	margin-top: 0;
	overflow: hidden;
}

/***

====================================================================
	Search form
====================================================================

***/
.ts-search-overlay{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 100001;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #2c1e0f;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
.ts-search-overlay.st-show{
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ts-search-outer{
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
}
.ts-search-outer .ts-search-logo{
	margin-bottom: 60px;
}
.ts-search-outer .ts-search-logo img{
	max-height: 50px;
}
.ts-search-overlay .ts-site-searchform{
	position: relative
}
.ts-search-overlay .ts-site-searchform button{
	position: absolute;
	top: 0;
	right: -10px;
	padding: 10px;
	background-color: transparent;
}
.rtl .ts-search-overlay .ts-site-searchform button{
	left: -10px;
	right: inherit;
	transform: scaleX(-1);
}
.ts-search-overlay input[type="search"]{
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	font-size: 24px;
	padding-left: 0;
	color: #fff;
	border-radius: 0;
}
.ts-search-overlay input[type="search"]::placeholder{
	color: rgba(255, 255, 255, 0.50);
	opacity: 1; /* Firefox */
}
.ts-search-overlay input[type="search"]:-ms-input-placeholder{
	color: rgba(255, 255, 255, 0.50);
}
.ts-search-overlay input[type="search"]::-ms-input-placeholde{
	color: rgba(255, 255, 255, 0.50);
}
.ts-header-logo-wrap{
	margin-bottom: 80px;
}
.ts-icon-close{
	position: absolute;
	color: #fff;
	right: 5px;
	top: 10px;
	cursor: pointer;
}
.ts-icon-close::before {
	content: '\e82d';
	font-family: "ts-optico-icons";
	font-size: 14px;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	opacity: 0.5;
}
.ts-icon-close:hover::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}

/***

====================================================================
	ts-pre-loader-container
====================================================================

***/
.ts-pre-loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	text-align: center;
}
.ts-pre-loader-container img {
	max-width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.ts-img-shadow .vc_single_image-wrapper img {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 16px 16px 30px 0 rgba(15, 8, 49, 0.2);
	box-shadow: 16px 16px 30px 0 rgba(15, 8, 49, 0.2);
}

/***

====================================================================
	Static box ( Image with content )
====================================================================

***/
.themestek-boxes-static{
	background-color: #fff;
}
.themestek-static-box-wrapper .themestek-static-box-content{
	padding: 42px 45px 55px 45px;
	text-align: center;
}
.themestek-static-box-wrapper .themestek-static-box-content h4{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.themestek-boxes-static .themestek-boxes-row-wrapper{
	margin: 0;
}
.themestek-boxes-static .themestek-boxes-row-wrapper .ts-box-col-wrapper{
	padding: 0;
	margin-bottom: 0 !important;
}
.themestek-static-box-wrapper:hover .themestek-static-box-desc{
	color: rgba(255, 255, 255, 0.90);
}

/***

====================================================================
	Tellus Woman
====================================================================

***/
.tellus-woman {
	position: relative;
	left: -240px;
}

/***

====================================================================
	Static box ( Image with content )
====================================================================

***/
.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container{
	max-width: 100% !important;
}
.booking_calendar_main_container{
	display: block;
}

/* Booking calendar */
.booking_calendar_main_container .wpda-booking-calendar-head {
	padding: 44px;
}
.booking_calendar_main_container .week-day-name .wpda-day-header{
	background-color: #42474d !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head *,
.main-holder .booking_calendar_main_container .week-day-name .wpda-day-number{
	color: #fff !important;
}
.wpda-booking-calendar-head,
.wpdevart-calendar-container > div.week-day-name{
	border: none !important;
}
.main-holder .week-day-name .wpda-day-header {
	padding: 12px 0 !important;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name) {
	height: 113px !important;
}
.booking_calendar_main_container .wpda-day-header{
	background-color: transparent !important;
}
.wpda-day-number {
	float: none !important;
	width: auto !important;
}
.wpdevart-booking-form {
	margin: 20px 0 !important;
	padding: 34px !important;
	border: none !important;
	background-color: #42474d !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container .wpdevart-booking-form label {
	color: #ffffff !important;
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal;
}
.wpdevart-booking-form h4.form_title {
	margin: 0px 0 14px !important;
	font-weight: normal;
	font-style: italic;	
	line-height: 1;
}
.wpdevart-booking-form .wpdevart-fild-item-container label {
	color: #676363;
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal !important;
}
.booking_calendar_main_container .wpdevart-booking-form div.check-info {
	font-size: 14px;
}
.wpdevart-booking-form-container{
	width: 100%;
	margin: 0 auto;
}
.wpdevart-check-section {
	width: 47%;
	padding: 18px;
	background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
	width: 100% !important;
}
.wpdevart-form-section {
	margin-left: 5% !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea {
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: rgba(255, 255, 255, 0.15) !important;
	padding: 8px !important;
}
.wpdevart-booking-form .select2-container--default .select2-selection--single {
	background: transparent !important;
	border-color: #ddd  !important;
} 
.wpdevart-total-price.reserv_info_row {
	background: rgba(255, 255, 255, 0.15);
	padding: 17px 20px;
}
.wpdevart-submit{
	background-color: #7fc540 !important;
}

/* Booking calendar 2 */
body table.booked-calendar thead tr:first-child th{
	height: 100px;
}
body table.booked-calendar th .monthName{
	font-size: 20px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs{
	background-color: #42474d !important;
}
body table.booked-calendar tr.days th {
	padding: 18px 0 !important;
	font-size: 14px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs {
	border-color: #6b6b6b !important;
}
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	background-color: #42474d !important;
	border-color: #42474d !important;
}
body table.booked-calendar th .monthName a {
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.51) !important;
}

/***

====================================================================
	Flat icon
====================================================================

***/
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	font-size: inherit;
}

/***

====================================================================
	mobile menu
====================================================================

***/
.menu-toggle,
.mega-menu-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.menu-toggle > *,
.mega-menu-toggle > * {
	display: block;
}
.menu-toggle:hover,
.menu-toggle:focus,

.mega-menu-toggle:hover,
.mega-menu-toggle:focus {
	outline: none;
}
.menu-toggle::-moz-focus-inner,
.mega-menu-toggle::-moz-focus-inner {
	border: 0;
}
.ts-optico-icon-bars,
.mega-toggle-label{
	display: inline-block;
	height: 2.71429px;
	width: 25px;
	border-radius: 2.85714px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #000;
	position: relative;
}
.ts-optico-icon-bars::before,
.ts-optico-icon-bars::after,
.mega-toggle-label::before,
.mega-toggle-label::after {
	display: inline-block;
	height: 2.71429px;
	width: 25px;
	border-radius: 2.85714px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #000;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
	margin: 0;
}
.ts-optico-icon-bars::before,
.mega-toggle-label::before {
	top: 8px;
}
.ts-optico-icon-bars::after,
.mega-toggle-label::after {
	top: -8px;
}
.toggled-on .ts-optico-icon-bars,
.mega-menu-open .mega-toggle-label{
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}
.mega-menu-toggle {
	width: auto;
}
.ts-optico-icon-bars::before,
.ts-optico-icon-bars::after,
.mega-menu-toggle .mega-toggle-label::before,
.mega-menu-toggle .mega-toggle-label::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.toggled-on .ts-optico-icon-bars,
.mega-menu-toggle.mega-menu-open .mega-toggle-label{
	background: transparent !important;
}
.toggled-on .ts-optico-icon-bars::before,
.toggled-on .ts-optico-icon-bars::after,

.mega-menu-toggle.mega-menu-open .mega-toggle-label::before,
.mega-menu-toggle.mega-menu-open .mega-toggle-label::after {
	top: 0;
	-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
	width: 25px;
}
.toggled-on .ts-optico-icon-bars::before,
.mega-menu-toggle.mega-menu-open .mega-toggle-label::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.toggled-on .ts-optico-icon-bars::after,
.mega-menu-toggle.mega-menu-open .mega-toggle-label::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.ts-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1::after,
.ts-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open,
.ts-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-toggle-label .mega-toggle-label-closed{
	display: none;
}
#site-header-menu #site-navigation .menu-toggle .ts-hide{
	display: none !important;
}
.ts-responsive-icon-white .ts-optico-icon-bars,
.ts-responsive-icon-white .mega-toggle-label,

.ts-responsive-icon-white .ts-optico-icon-bars::before,
.ts-responsive-icon-white .ts-optico-icon-bars::after,

.ts-responsive-icon-white .mega-toggle-label::before,
.ts-responsive-icon-white .mega-toggle-label::after{
	background-color: #fff;
}
.ts-responsive-icon-white #site-header-menu #site-navigation .menu-toggle i,
.ts-responsive-icon-white .ts-header-icons i{
	color: #fff;
}
#masthead .ts-responsive-icon-white .ts-header-icons > *:nth-child(2):before{
	background: rgba(255,255,255, 0.4);
}

/*custom single image */
.ts-single-image-wrapper.ts_align_right {
	text-align: right;
}
.ts-single-image-wrapper.ts_align_left {
	text-align: left;
}
.ts-single-image-wrapper.ts_align_center {
	text-align: center;
}

/***

====================================================================
	After before line shadow
====================================================================

***/
.twentytwenty-horizontal .twentytwenty-handle::before {
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
}
.twentytwenty-horizontal .twentytwenty-handle::after {
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.2);
}
.twentytwenty-handle {
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
}
.edit-link a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #f7f7f9;
	margin: 12px 0px 12px 6px;
	border-radius: 5px;
	font-size: 12px;
	color: #323232;
}
.edit-link a:hover{
	color: #fff;
}

/* Ts cutom button ( Hompepage3 ) */
.ts-custom-bt .ts-vc_btn3.ts-vc_btn3-size-md .ts-vc_btn3-icon {
	font-size: 33px;
	line-height: 33px;
}
.ts-custom-bt .ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) {
	padding-left: 51px;
}
.ts-custom-bt .ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon {
	top: 0px;
}

/* Formsection ( Hompepage3 ) */
.womanwithform{
	position: absolute;
	margin: 0;
	display: block;
	height: 100%;
	width: 100%;
	width: 515px;
	right: -64px;
	bottom: -40px;
}

/* Revslider */
.rev_slider .rev-btn {
	-webkit-transition: all .2s ease-in-out!important;
	transition: all .2s ease-in-out!important;
}
.ts-shadow-row{
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
}

/***

====================================================================
	Woocommece 
====================================================================

***/
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-weight: normal;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #222;
	color: #fff;
}
.entry-content .woocommerce h2,
.single-product h2{
	font-size: 20px;
	line-height: 36px;
	font-weight: 600;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600 !important;
	border-radius: 0;
	padding: 12px 16px;
	color: #fff;
	border-radius: 4px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	text-align: center;
}
.woocommerce .products .star-rating{
	display: inline-block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 20px;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce ul.products li.product .button:hover {
	background: #42464e;
}
.woocommerce ul.products li.product .button.loading {
	padding-right: 30px;
	opacity: 0.7;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 12px;
	right: 10px;
}
.woocommerce a.added_to_cart{
	display: block;
}
.woocommerce ul.products li.product .price{
	color: #313131;
	font-size: 16px;
}
.woocommerce ul.products li.product .price ins{
	color: #313131;
	font-weight: 400;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
	margin: 0 4px !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
	position: relative;
	display: inline-block;
	line-height: 26px !important;
	height: 44px;
	border-radius: 5px;
	font-size: 18px;
	min-width: 45px !important;
	color: #242424;
	font-weight: 600 !important;
	text-align: center;
	background: #ffffff;
	border: 2px solid #d4d4d4;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.woocommerce .woocommerce-result-count{
	font-weight: bold;
}
.woocommerce-ordering .select2-container.select2-container--below{
	width: 234px !important;
}
/* Woocommerce Details Page*/
.woocommerce div.product .product_title{
	font-size: 26px;
	line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	border: 1px solid #e2e2e2;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	padding: 12px 30px 10px;
	transition: all 500ms ease;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #242424;
	background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -1px;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: #f7bd00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 20px;
	margin-top: 0;
	line-height: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 22%;
	margin-right: 4%;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
	margin-bottom: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 22%;
	margin-right: 4%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(5) {
	margin: 0;
}
.woocommerce .quantity .qty {
	width: 5em;
	text-align: center;
	background: 0;
	padding: 10px 0;
}
.woocommerce div.product form.cart .button {
	padding: 16px 40px;
	font-weight: 600;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #222;
	color: #fff;
}
.woocommerce span.onsale{
	min-height: 4em;
	min-width: 4em;
	line-height: 4em;
}
.woocommerce .woocommerce-message .button {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
	padding: 12px 16px;
	color: #fff;
	border-radius: 4px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	line-height: 36px;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em;
}
.woocommerce div.product form.cart table.variations tbody tr,
.woocommerce div.product form.cart table.variations thead tr{
	border: none;
}
.woocommerce div.product form.cart .variations label {
	padding-top: 10px;
}
.woocommerce #review_form #respond {
	margin-top: 30px;
}
.comment-form .select2-container{
	width: 200px !important; 
}
#review_form .comment-reply-title {
	font-size: 20px;
	text-transform: inherit;
	line-height: 28px;
}
.woocommerce div.product form.cart .variations .select2-container{
	max-width: 100%;
	min-width: 100%;
	width: 100% !important;
}
.woocommerce table.shop_attributes td{
	padding: 5px 10px;
}
/* product_list_widget */
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	float: none;
	margin-bottom: 13px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 80px;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.woocommerce ul.product_list_widget li a{
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 6px;
}
.widget.woocommerce li a{
	color: #313131;
}
.woocommerce div.product form.cart .reset_variations{
	float: right;
}
.woocommerce div.product form.cart .variations .label,
.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	font-size: 14px;
	color: #222;
}
.woocommerce div.product form.cart table.variations td{
	padding-left: 0;
}
/* woocommerce cart */
.woocommerce .cart.shop_table {
	margin-bottom: 40px;
	border: 0;
	border-collapse: collapse;
}
.woocommerce .cart.shop_table thead {
	border-radius: 0;
}
.woocommerce table.shop_table thead tr,
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
	border: 0;
	border-bottom: 1px solid #ededed;
}
.woocommerce .cart.shop_table th {
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 1.75px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}
.woocommerce .cart.shop_table td {
	padding: 30px 0;
}
.woocommerce #coupon_code {
	margin: 0 10px 0 0;
	width: 270px !important;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce .coupon .button{
	padding: 15px 16px;
	color: #fff;
}
.woocommerce .cart_totals .shop_table{
	border: 0;
}
.woocommerce .cart_totals .shop_table td{
	padding: 15px 0;
}
.widget_product_categories li.cat-item a{
	position: relative;
	padding-left: 15px;
}
.widget_product_categories li.cat-item a::before {
	font-family: "ts-optico-icons";
	content: "\e809";
	position: absolute;
	top: 4px;
	left: 0px;
	line-height: 1em;
	font-size: 14px;
}
.widget_product_categories li.cat-item ul.children{
	display: none;
}
.woocommerce form.woocommerce-form-coupon .form-row-last{
	float: left;
}
.woocommerce form.woocommerce-form-coupon .form-row-first {
	width: 37%;
}
.woocommerce form.woocommerce-form-coupon button.button{
	padding: 15px 16px;
}

/* woocommerce checkout */
.woocommerce-checkout h3{
	font-size: 18px;
	line-height: 32px;
}
.woocommerce-checkout h3 label{
	font-size: 16px;
}
.woocommerce-checkout label{
	font-weight: 500;
}
.woocommerce form .form-row {
	padding: 0 3px;
	margin: 0 0 15px;
}
.woocommerce .woocommerce-order-details table.shop_table,
.woocommerce .woocommerce-checkout-review-order table.shop_table{
	border: 0;
}
.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td,
.woocommerce .woocommerce-checkout-review-order table.shop_table th,
.woocommerce .woocommerce-checkout-review-order table.shop_table td{
	padding: 12px 10px;
}
.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-checkout-review-order table.shop_table th,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f7f7f7;
}
.woocommerce .woocommerce-order-details table.shop_table thead th{
	background: #e4e4e4;
	color: #0e0e0e;
}
.woocommerce ul.order_details {
	padding: 24px 30px;
	background: #42474d;
	color: #fff;
}
.woocommerce ul.order_details li {
	font-size: 12px;
	line-height: 22px;
	border-right: 1px dashed #fff;
	padding-right: 4em;
}
.logged-in .woocommerce ul.order_details li {
	padding-right: 1.0em;
	margin-right: 1.0em;
}
.woocommerce-shipping-fields .checkbox input[type="checkbox"]{
	position: relative;
	margin-left: 0;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th{
	padding: 5px 16px 5px 15px !important;
}
.wc-block-components-button:not(.is-link) {
	background-color: var(--tste-optico-skincolor);
	color: #fff;
	-webkit-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important;
}
.wc-block-components-button:not(.is-link):hover{
	background-color: var(--tste-optico-secondary-darkcolor);
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	padding: 10px;
	color: #fff;
	background: green;
}
.woocommerce ul.order_details{
	padding: 0;
}
.woocommerce .woocommerce-table--order-details.order_details tfoot tr th,
.woocommerce .woocommerce-table--order-details.order_details .woocommerce-table__product-name{
	background: var(--tste-optico-primary-greycolor);
}
.woocommerce .woocommerce-customer-details p::before{
	color: var(--tste-optico-skincolor);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	box-shadow: none!important;
	outline: none!important;
}

/* woocommerce Sidebar */
.widget .woocommerce-product-search {
	position: relative;
}
.widget .woocommerce-product-search .search-field{
	border-width: 1px;
	background-color: rgba(220, 220, 220, 0.22);
}
.widget .woocommerce-product-search button{
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: none;
	border-bottom: none;
	text-indent: -999px;
	padding: 0;
	width: 46px;
	height: 46px;
	z-index: 1;
	border-radius: 0px 3px 3px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	opacity: 0.3;
}
.rtl .widget .woocommerce-product-search button{
	left: 0;
	right: inherit;
}
.widget .woocommerce-product-search::after{
	font-family: "ts-optico-icons";
	content: '\e825';
	position: absolute;
	right: 14px;
	top: 13px;
	font-weight: bold;
	opacity: 0.5;
}
.rtl .widget .woocommerce-product-search::after{
	left: 14px;
	right: inherit;
}
.widget.widget_layered_nav_filters li.chosen{
	padding: 0 !important;
	padding-right: 10px !important;
}
.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 40px;
	font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ececec;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #42474d;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	margin-bottom: 5px;
}
li.product-category.product {
	border: 1px solid #d4d4d4;
	box-shadow: 1px 1px 4px 0px #00000029;
	padding: 15px !important;
}
.woocommerce-loop-category__title mark.count {
	background: none;
	font-size: 15px;
}

/*Extra css for demo3-4-5*/
.ts-quoteicon::before{
	content: "\e84d";
	position: absolute;
	font-family: "ts-optico-icons";
	font-size: 38px;
	line-height: 61px;
	top: 46px;
	font-weight: normal;
	z-index: 1;
	color: #fff;
}
.ts-quoteicon::after{
	position: absolute;
	content: '';
	width: 63px;
	top: 42px;
	margin-left: -13px;
	right: auto;
	border-radius: 8px;
	height: 63px;
	background: #000;
}
.rtl .ts-quoteicon::after{
	right: inherit;
	left: auto;
	margin-left: 0;
	margin-right: -13px;
}
.ts-border-radius.box-shadow-5 .ts-col-bgcolor-darkgrey .ts-bg-layer-inner{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ts-border-radius.elementor-column,
.ts-border-radius .elementor-widget-wrap,
.ts-border-radius.elementor-element,
.ts-border-radius-img img,
.main-form3 input[type="email"],
.main-form3 input[type="text"],
.themestek-box-blog.themestek-box-style3,
.themestek-box-view-overlay:hover .themestek-overlay,
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab>a,
.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner,
.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner img,
.ts-bgcolor-skincolor.ts-border-radius.ts-row-inner,
.ts-border-radius.box-shadow-6.ts-row-inner,
.ts-border-radius.box-shadow-5.ts-row-inner,
.ts-border-radius.box-shadow-5 .ts-column-inner .vc_column-inner.ts-col-bgcolor-darkgrey,
.ts-border-radius .vc_column-inner .ts-col-wrapper-bg-layer,
.ts-row .ts-row-inner.wpb_row.ts-borderd_dotted,
.ts-border-radius .vc_column-inner.ts-col-bgcolor-yes .ts-bg-layer-inner,
.ts-border-radius .vc_column-inner.ts-col-bgcolor-yes,
.ts-border-radius.container,
.ts-border-radius .ts-col-bgcolor-skincolor,
.ts-border-radius .ts-col-bgcolor-skincolor .ts-col-wrapper-bg-layer .ts-bg-layer-inner,
.ts-quoteicon .wpb_single_image img{
	border-radius: 8px;
}
.ts-border-radius .ts-col-bgcolor-skincolor ul.ts-pricelist-block li,
.ts-border-radius .ts-bgcolor-skincolor ul.ts-pricelist-block li{
	border-bottom:none;
	padding: 8px 0px;
	font-size: 16px;
}
.ts-border-radius ul.ts-pricelist-block li .service-price{
	font-weight: 600;
}
.ts-border-radius .ts-col-bgcolor-skincolor ul.ts-pricelist-block li::before,
.ts-border-radius .ts-bgcolor-skincolor ul.ts-pricelist-block li::before{
	position: absolute;
	content: "";
	height: 1px;
	width: auto;
	left: 92px;
	right: 130px;
	margin-top: 16px;
	opacity: .20;
	background: #fff;
}
.ts-border-radius .ts-col-bgcolor-skincolor ul.ts-pricelist-block li::before,
.ts-border-radius .ts-bgcolor-skincolor ul.ts-pricelist-block li::before{
	left: 130px;
	right: 92px;
}
.ts-border-radius-two,
.ts-border-radius-two .elementor-widget-wrap {
	border-radius: 20px;
}

/*icon headingstyle 5*/
.d-flex{
	display: flex;
}
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next::before,
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-prev::before,
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next,
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-prev,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-next::before,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-prev::before,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-next,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-prev{
	color: #fff;
}
.themestek-boxes-testimonial.themestek-boxes-view-carousel.ts-slickstyle1:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-next,
.themestek-boxes-testimonial.themestek-boxes-view-carousel.ts-slickstyle1:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-prev,
.ts-slickstyle1 .themestek-boxes-testimonial.themestek-boxes-view-carousel:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-next,
.ts-slickstyle1 .themestek-boxes-testimonial.themestek-boxes-view-carousel:not(.ts-boxes-txtalign-center) .themestek-boxes-row-wrapper .slick-prev{
	bottom:30px!important;
}
.themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-prev::before,
.ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-prev::before {
	left: -10px!important;
	top: 4px;
	content: '\e87d';
	color: #002f5c;
	font-weight: 500;
}
.themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next::before,
.ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-next::before {
	right: -70px;
	top: 4px;
	content: '\e87e';
	color: #002f5c;
	font-weight: 500;
}
.themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-inner .ts-element-heading-wrapper.ts-seperator-none .ts-vc_general.ts-vc_cta3.ts-cta3-without-desc .ts-vc_cta3-content,
.ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-inner .ts-heading-subheading {
	margin-bottom: 10px;
}
.ts-boxes-carousel-arrows-below.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next,
.ts-slickstyle1 .ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-next {
	margin-right: 70px;
}
.ts-boxes-carousel-arrows-below.ts-slickstyle1  .themestek-boxes-row-wrapper .slick-prev,
.ts-slickstyle1 .ts-boxes-carousel-arrows-below .themestek-boxes-row-wrapper .slick-prev {
	margin-right: 150px;
}
.themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next,
.themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-prev,
.ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-next,
.ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-prev {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #002f5c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.1s ease;
}
.themestek-boxes-testimonial-style-1 .slick-dots li .themestek-slick-prev{
	position: relative;
	padding-left: 0;
	height: 10px;
	display: inline-block;
	width: 40px;
}
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-next,
.ts-bgcolor-skincolor .themestek-boxes-testimonial.ts-slickstyle1 .themestek-boxes-row-wrapper .slick-prev,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-next,
.ts-bgcolor-skincolor .ts-slickstyle1 .themestek-boxes-testimonial .themestek-boxes-row-wrapper .slick-prev {
	font-weight: 700;
}
.ts-bgstylecirlce .vc_single_image-wrapper::after {
	transition: 0.7s;
}

/*Tab style1*/
.wpb-js-composer .ts-tabstyleone.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty){
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	display: block!important;
	margin-left: 0!important;
}
.wpb-js-composer .ts-tabstyleone.vc_tta.vc_general .vc_tta-icon{
	font-size: 44px;
	line-height: 60px;
	font-weight: 400;
}
.vc_tta.vc_general.ts-tabstyleone .vc_tta-panel-body{
	padding: 0px!important;
	border-radius: 5px!important;
	margin-top: 50px;
	border-width: 0px;
}
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab>a {
	padding: 20px 43px;
}
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab>a:hover .vc_tta-icon,
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab>a:hover .vc_tta-title-text,
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab.vc_active .vc_tta-title-text,
.wpb-js-composer .ts-tabstyleone.vc_tta.vc_general .vc_active .vc_tta-icon{
	color: #fff;
	transition: 0ms;
}
.vc_tta.vc_general.ts-tabstyleone .vc_tta-tab .vc_tta-title-text{
	color: #114b78;
	font-weight: 700!important;
	font-size: 16px!important;
	line-height: 25px!important;
}
.wpb-js-composer .vc_tta.vc_general.ts-tabstyleone .vc_tta-tab.vc_active>a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 30px;
	height: 30px;
	border-bottom-left-radius: 5px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transition-delay: 0.07s;
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
	z-index: -1;
}

/*processbox style1*/
.ts-processbox-wrapper .ts-processbox{
	width: calc(100% / 3);
	padding: 0 15px;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.ts-processbox-wrapper{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
@-webkit-keyframes ts-process-icon-dots {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); } }

@-moz-keyframes ts-process-icon-dots {
	0% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-moz-transform: rotate(360deg);
	transform: rotate(360deg); } }

@-o-keyframes ts-process-icon-dots {
	0% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-o-transform: rotate(360deg);
	transform: rotate(360deg); } }

@keyframes ts-process-icon-dots {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); } }

.progressstyletwo.vc_progress_bar .vc_single_bar,
.progressstyleone.vc_progress_bar .vc_single_bar{
	background-color: #fff;
	height: 8px;
	z-index: 99;
}
.progressstyletwo.vc_progress_bar .vc_single_bar .vc_label{
	text-transform: capitalize!important;
	color: #2a3d53!important;
	font-weight: 700!important;
}
.ts-bgstylecirlce .vc_single_image-wrapper::after{
	position: absolute;
	content: '';
	height: 115%;
	width: 100%;
	background-color: #000;
	border-radius: 50%;
	right: -258px;
	z-index: -1;
	top: -66px;
}
.ts-expertbox{
	position:absolute;
	background: #ff9e21;
	bottom: 230px;
	right: -15px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
}
.ts-expertbox::after{
	position: absolute;
	content: '';
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,35%);
	top: 9px;
	height: 153px;
	width: 153px;
	right: 9px;
}
.ts-expertbox::before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #ff9e21;
	border-bottom: 10px solid transparent;
	bottom: 20px;
	left: 10px;
	transform: rotate(25deg);
}
.ts-bgcolor-darkgrey.ts-box-seprator .vc_column_container{
	border-right: 1px solid rgb(255 255 255 / 15%)
}
.ts-bgcolor-darkgrey.ts-box-seprator .vc_column_container:last-child {
	border-right: none;
}
.ts-font-medium{
	font-weight: 300;
}
.ts-customshape .ts-row-inner .vc_column-inner,
.ts-customshape .ts-row-inner .vc_column-inner .ts-bg-layer-inner{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ts-customshape p.ts-custom-heading::before,
.ts-customshape p.elementor-heading-title::before {
	content: '';
	background-image: radial-gradient(circle at 100% 113%, rgba(204, 0, 0, 0) 100px, #30b2d2 100px);
	position: absolute;
	bottom: -144px;
	top: auto;
	left: -55px;
	width: 76px;
	height: 88px;
	z-index: 9;
}
.rtl .ts-customshape p.ts-custom-heading::before,
.rtl .ts-customshape p.elementor-heading-title::before{
	left: inherit;
	right: -55px;
	transform: scaleX(-1);
}
/*contact form for demo3*/
.main-form1 input[type="email"],
.main-form1 input[type="text"]{
	border-radius: 5px;
	padding: 17px 20px;
	background-color:#fff;
	border: none;
}
.main-form1 input[type="submit"]{
	width: 100%;
	padding: 10px 20px;
	margin-top: 10px;
}
.main-form2 .input-group,
.main-form1 .input-group {
	margin-bottom: 20px !important;
}
.main-form .input-group.input-button p,
.main-form .input-group.input-button,
.main-form2 .input-group.input-button p,
.main-form2 .input-group.input-button{
	display: flex;
}
.main-form input[type="submit"],
.main-form2 input[type="submit"]{
	order: 0;
}
/*contact form for demo4*/
.main-form2 input[type="email"],
.main-form2 input[type="text"],
.main-form2 textarea{
	background-color: transparent;
}
.main-form2 textarea{
	height: 120px;
}
.main-form2 input[type="submit"]{
	margin-top: 10px;
}

/*extra css for demo4 home5*/
.vc_row .ts-fontweightbold .ts-list.ts-list-style-icon span,
.ts-fontweightbold .ts-heading-subheading h2 strong,
.ts-element-heading-wrapper .ts-vc_cta3-headers h2.ts-fontweightbold strong {
	font-weight: 700;
}
.ts-clipimg .ts-col-wrapper-bg-layer,
.ts-clipimg-elementor .ts-stretched-div{
	clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.rtl .ts-clipimg .ts-col-wrapper-bg-layer,
.rtl .ts-clipimg-elementor .ts-stretched-div{
	clip-path: polygon(0% 0%, 87% 0%, 100% 100%, 0% 100%);
}
.ts-highlight_text .ts-custom-heading {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	padding: 55px 30px;
	height: 150px;
	width: 150px;
	right: 0;
	top: 67px;
	text-transform: uppercase;
	z-index: 0;
}
.rtl .ts-highlight_text .ts-custom-heading{
	left: 0;
	right: inherit;
}
.ts-highlight_text .ts-vc_icon_element-inner{
	margin-top: 45px;
	position: relative;
	z-index: 9;
}
.ts-icon-animation .elementor-icon-wrapper {
	width: 95px;
	height: 95px;
	line-height: 133px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	position: relative;
}
.ts-icon-animation .ts-vc_icon_element-inner::before,
.ts-icon-animation .elementor-icon-wrapper::before{
	width: calc(100% * 1.3);
	height: calc(100% * 1.3);
	opacity: .10;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.ts-icon-animation:hover .elementor-icon-wrapper::before,
.ts-icon-animation:hover .ts-vc_icon_element-inner::before{
	-webkit-animation: sep-anim 1.05s infinite;
	-moz-animation: sep-anim 1.05s infinite;
	-ms-animation: sep-anim 1.05s infinite;
	-o-animation: sep-anim 1.05s infinite;
	animation: sep-anim 1.05s infinite;
}
@-webkit-keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }

/*extra css for demo5 home6*/
.main-form3 .col-sm-4:last-child, .main-form3 .form3-last-column {
	float: right;
}
.main-form3 .col-sm-4 .input-group, .main-form3 .form3-last-column{
	text-align: right;
}
.main-form3 input[type="email"],
.main-form3 input[type="text"]{
	border: none;
	padding: 16px 20px;
	margin-top: 55px;
}
.main-form3 input[type="submit"],
.main-form3 button {
	padding: 52px 55px;
	margin-left: 0px;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	white-space: inherit;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.rtl .main-form3 input[type="submit"],
.rtl .main-form3 button{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.main-form3 .wpcf7-spinner {
	display: none;
}
.main-form3 .wpcf7-not-valid-tip{
	position: absolute;
}
.wpcf7-form .main-form3 .input-group {
	margin-bottom: 0px!important;
}
.wpcf7-form .main-form3 .input-group p {
	margin-bottom: 0;
}
.main-form3 .col-sm-4:last-child, .main-form3 .form3-last-column {
	padding-right: 0;
}
.rtl .main-form3 .col-sm-4:last-child,
.rtl .main-form3 .form3-last-column {
	padding-left: 0;
	padding-right: 15px;
}
.main-form3 + .wpcf7-response-output {
	position: absolute;
	width: 100%;
}
.ts-liststyleone.ts-list .ts-list-li-content{
	font-size: 16px;
	padding-left: 35px;
	font-weight: 700;
}
.ts-liststyleone.ts-list li i{
	font-size: 22px;
}
.ts-center-icon::after,
.ts-center-icon::before,
.elementor-element.ts-center-icon,
.ts-center-icon{
	position: absolute;
	top: 43%;
	right: 10px;
	z-index: 999;
}
.rtl .ts-center-icon::after,
.rtl .ts-center-icon::before,
.rtl .ts-center-icon{
	left: 10px;
	right: inherit;
}
.ts-center-icon::after,
.ts-center-icon::before{
	content: '';
	border-radius: 50%;
	border: 2.5px dashed;
	height: 130px;
	width: 130px;
	top: -24px;
	right: -24px;
	opacity: 0.2;
	animation: spin 10s linear infinite;
}
.rtl .ts-center-icon::before{
	left: -24px;
}
.ts-center-icon::after{
	height: 180px;
	width: 180px;
	top: -50px;
	right: -50px;
}
.rtl .ts-center-icon::after{
	left: -50px;
}
@keyframes spin {100%{transform: rotateZ(360deg);}}
.ts-sbox-style-6:hover .ts-sbox-icon .pbmit-ihbox-svg-wrapper,
.ts-sbox-style-6:hover .ts-sbox-icon .ts-sbox-icon-wrapper {
	animation: ts-bounce 500ms ease-in-out 50ms;
}
@keyframes ts-bounce {0% {transform: translateY(0);} 40% {transform: translateY(-12px); }100% {transform: translateY(0); }}

.site-footer .sidebar-container.ts-textcolor-dark .ts-vc_cta3_content-container a.ts-vc_btn3-color-white:hover,
.ts-bgcolor-darkgrey .ts-fontweightbold.ts-element-heading-wrapper .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content p{
	color: #fff;
}
.rev-btn{
	transition: all .3s ease-in-out!important;
	-moz-transition: all .3s ease-in-out!important;
	-webkit-transition: all .3s ease-in-out!important;
	-o-transition: all .3s ease-in-out!important;
}
.ts-abs-img{
	position: absolute;
	bottom: -143px;
	right: 0;
}
.ts-effect-img::before{
	position: absolute;
	background-repeat: repeat-x !important;
	content: "";
	left: 62px;
	background-image: url(..//images/ts-single007.png);
	height: 50px;
	width: 50%;
	bottom: -60px;
	top: auto;
}
.ts-reviewimg-radius img{
	border-radius: 100%;
	height: 75px;
	width: 75px;
}
/*ts-reverse-image*/
.ts-reverse-image .elementor-widget-image img,
.ts-reverse-image.elementor-widget-image img{
	transform: scaleX(-1);
}
/* --------------------------------------
* Booking calendar for fee plugin
* ---------------------------------------*/
.wpdevart-booking-form {
	margin: 10px 0 90px 0 !important;
	padding: 34px !important;
	border: none !important;
	background-color: #F1F3F5!important;
}
.wpdevart-booking-form form.div-for-clear{
	background-color: white;
	padding: 30px;
	padding-bottom: 48px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.current-date-info {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
.wpda-previous a, .wpda-next a{
	color: #fff !important;
}
.wpda-previous span, .wpda-next span{
	display: none;
}
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	margin-left: 10px;
}
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info{
	margin-right: 10px;
}
.wpda-previous a,
.wpda-next a{
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 2px solid #fff !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 15px;
}
.wpda-previous a, 
.wpda-next a,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	font-size: 0;
	color: #fff !important;
}
.wpda-previous a::before, 
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	font-family: "ts-optico-icons";
	font-size: 23px;
	margin: 0px;
	width: 20px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	border-radius: 50%;
	font-weight: normal;
}
.wpda-previous a::before,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before{
	content: "\e808";
}
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	content: "\e809";
}
.booking_calendar_main_container .wpda-booking-calendar-head .wpda-month-name{
	display: none !important;
}
.current-date-info .wpda-current-month{
	margin-top: 10px;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}
.wpdevart-day .wpda-day-header .wpda-day-number{
	border: 2px solid transparent;
	border-radius: 50%;
	height: 60px !important;
	width: 60px !important;
	display: inline-block;
	float: none;
}
.wpdevart-day.past-month-day .wpda-day-header .wpda-day-number,
.wpdevart-day:not(.past-month-day) .wpda-day-header .wpda-day-number{
	line-height: 60px; 
}
.wpdevart-hour-item.hour_selected, 
.wpdevart-calendar-container > div.selected{
	box-shadow: none;
}
.wpdevart-total-price.reserv_info_row{
	background-color: transparent;
	color: #545454;
}
.wpdevart-calendar-container > div.wpdevart-available.past-day .wpda-day-header .wpda-day-number{
	border-color: rgb(0 0 0 / 10%) !important
}
.wpdevart-calendar-container > div.selected .wpda-day-header{
	background-color: transparent !important;
}
#booking_calendar_container_2 .wpda-day-number {
	font-weight: 600 !important;
}
body .booking_calendar_main_container #booking_calendar_container_2 .wpdevart-hour-available .wpdevart-hour span,
body .booking_calendar_main_container #booking_calendar_container_2 .wpdevart-available .wpda-day-header{
	background-color: transparent !important;
}
body #booking_calendar_container_2 .wpdevart-hour-available .wpdevart-hour span,
body #booking_calendar_container_2 .wpdevart-available .wpda-day-header .wpda-day-number{
	color: #42474d !important;
}
.wpdevart-booking-form .div-for-clear {
	background: none;
	padding: 0;
}
.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container {
	max-width: 100% !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head{
	padding: 44px;
}
.wpda-booking-calendar-head, 
.wpdevart-calendar-container > div.week-day-name{
	border: none !important;
}
body .booking_calendar_main_container .booking_calendar_container .current-date-info .wpda-current-month,
body .booking_calendar_main_container .booking_calendar_container .wpda-current-year,
body .booking_calendar_main_container .booking_calendar_container .week-day-name .wpda-day-number .week-day-screen{
	color: #fff !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	padding: 12px 0 !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	background-color: #42474d !important;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name){
	height: 120px !important;
	padding-top: 28px;
	padding-bottom: 30px !important;
}
.booking_calendar_main_container .wpda-day-header{
	background-color: transparent !important;
}
.wpdevart-booking-form-container{
	width: 100%;
	margin: 0 auto;
}
.booking_calendar_container{
	width: 100%;
}
.wpdevart-check-section{
	width: 47%;
	padding: 18px;
	background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container label{
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select option{
	color: #333 !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"]{
	width: 100% !important;
}
.booking_calendar_main_container  .wpdevart-form-section h4.form_title{
	margin: 0px 0 14px !important;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 1;
	font-size: 20px;
	padding-top: 20px !important;
	background-color: transparent !important;
}
.check-info{    
	font-size: 14px;
}
.wpdevart-submit{
	background-color: #4f87fb;
}
.wpda-previous a, 
.wpda-next a{
	font-weight: 600 !important;
}
.wpdevart-calendar-container > div {
	text-align: center;
}
.wpda-day-number {
	color: #42474d;
	font-size: 13px;
}
.wpda-day-number {
	width: 100%; 
}
.wpdevart-submit {
	padding: 20px 0px !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select{
	border: none;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container .ts-select {
	border-color: #ddd !important;
}
.day-availability{
	margin-top: 5px;
}
.wpdevart-day.wpdevart-available.selected::after{
	font-family: "ts-optico-icons";
	content: "\e839";
	position: absolute;
	top: 10px;
	right: 10px;
}
.wpdevart-booking-legends{
	padding-left: 34px !important;
}
.twenty20 {
	margin-bottom: 0;
}
/* --------------------------------------
* Button Section
* ---------------------------------------*/
/*=== elementor-widget-button ===*/
button:focus {
	outline: 0;
}
.elementor-button {
	border-radius: 0;
}
.elementor-widget-button.ts-btn-style-flat.ts-btn-shape-square .elementor-button {
	border-radius: 0;
}
.elementor-widget-button.ts-btn-style-flat.ts-btn-shape-round .elementor-button {
	border-radius: 5px;
}
.elementor-widget-button.ts-btn-style-flat.ts-btn-shape-rounded .elementor-button {
	border-radius: 50px;
}
.ts-rounded-shape-btn.elementor-widget-button.ts-btn-style-flat.ts-btn-shape-rounded .elementor-button {
	border-radius: 50px;
}
.elementor-widget.elementor-widget-button {
	color: #fff;
}
.ts-elementor-bg-color-skincolor .ts-btn-color-blackish .elementor-button:hover {
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-flat.ts-btn-color-white .elementor-button:not(:hover) {
	background-color: #fff !important;
}
.ts-btn-style-flat.ts-btn-color-white .elementor-button:not(:hover) svg{
	fill: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-flat.ts-btn-color-white .elementor-button:hover {
	background-color: var(--tste-optico-secondary-darkcolor);
	color: #fff;
}
.ts-btn-style-flat.ts-btn-color-white .elementor-button:hover svg{
	fill: #fff;
}
.ts-btn-style-flat.ts-btn-color-light .elementor-button:not(:hover) {
	background-color: var(--tste-optico-primary-greycolor) !important;
}
.ts-btn-style-flat.ts-btn-color-light .elementor-button:hover {
	background-color: var(--tste-optico-secondary-darkcolor) !important;
	color: #fff;
}
.ts-btn-style-flat.ts-btn-color-skincolor .elementor-button:not(:hover) {
	background-color: var(--tste-optico-skincolor) !important;
}
.ts-btn-style-flat.ts-btn-color-skincolor .elementor-button:hover {
	background-color: var(--tste-optico-secondary-darkcolor) !important;
	color: #fff;
}
.ts-btn-style-flat.ts-btn-color-secondary .elementor-button:not(:hover) {
	color: #fff;
	background-color: var(--tste-optico-secondary-darkcolor) !important;
}
.ts-btn-style-flat.ts-btn-color-secondary .elementor-button:hover {
	background-color: var(--tste-optico-skincolor) !important;
	color: #fff;
}
.ts-btn-style-flat.ts-btn-color-secondary .elementor-button:hover span::before {
	background-color: var(--tste-optico-secondary-darkcolor) !important;
}
.ts-btn-style-flat.ts-btn-color-secondary .elementor-button:hover span::after {
	color: var(--tste-optico-secondary-darkcolor) !important;
}
.ts-btn-style-flat.ts-btn-color-blackish .elementor-button:not(:hover) {
	background-color: var(--tste-optico-secondary-darkcolor) !important;
}
.ts-btn-style-flat.ts-btn-color-blackish .elementor-button:hover {
	background-color: var(--tste-optico-skincolor) !important;
	color: #fff;
}
.elementor-widget-button.ts-btn-bg-color-secondary .elementor-button {
	background-color: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-text.ts-btn-color-secondary .elementor-button {
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-text.ts-btn-color-secondary .elementor-button:hover {
	color: var(--tste-optico-skincolor);
}
.ts-btn-style-flat .elementor-button,
.ts-btn-style-flat.ts-btn-color-skincolor .elementor-button,
.ts-btn-style-flat.ts-btn-color-blackish .elementor-button:hover {
	background-color: var(--tste-optico-skincolor);
}
.ts-btn-style-flat.ts-btn-color-skincolor .elementor-button {
	color: #fff;
}
.ts-btn-style-flat.ts-btn-color-skincolor .elementor-button:hover {
	color: #fff;
}
.ts-elementor-bg-color-secondary .ts-new-button.ts-btn-color-skincolor .elementor-button:hover,
.ts-btn-color-white .elementor-button,
.ts-btn-style-text.ts-btn-color-skincolor .elementor-button {
	color: var(--tste-optico-skincolor);
}
.ts-elementor-bg-color-secondary .ts-new-button.ts-btn-color-skincolor .elementor-button:hover svg,
.ts-btn-color-white .elementor-button svg,
.ts-btn-style-text.ts-btn-color-skincolor .elementor-button svg{
	fill: var(--tste-optico-skincolor);
}
.ts-btn-style-text.ts-btn-color-skincolor .elementor-button:hover {
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-text.ts-btn-color-skincolor .elementor-button:hover svg{
	fill: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-outline.ts-btn-color-skincolor .elementor-button {
	border-color: var(--tste-optico-skincolor);
	color: var(--tste-optico-skincolor);
}
.ts-btn-style-outline.ts-btn-color-skincolor .elementor-button:hover {
	background-color: var(--tste-optico-skincolor);
	color: #fff;
}
.ts-btn-style-outline.ts-btn-color-blackish .elementor-button {
	border-color: var(--tste-optico-secondary-darkcolor);
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-text-white .elementor-widget-container {
	color: #fff;
}
.ts-btn-style-outline:not(:hover) .elementor-button {
	background-color: transparent;
}
.ts-btn-style-outline.ts-btn-color-skincolor .elementor-button:hover {
	color: #fff!important;
}
.ts-btn-style-outline.ts-btn-color-white .elementor-button {
	border-color: #fff;
	color: #fff;
}
.ts-btn-style-outline.ts-btn-color-white .elementor-button:hover {
	color: #0a0c0e;
}
.ts-btn-style-outline.ts-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper::before,
.ts-btn-style-outline.ts-btn-color-white .elementor-button:hover {
	background-color: #fff;
}
.ts-btn-style-outline.ts-btn-color-blackish .elementor-button:hover {
	color: #fff;
}
.elementor-widget-button .elementor-button {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.rtl .elementor-widget-button .elementor-button svg,
.rtl .elementor-widget-button .elementor-button i{
	transform: scaleX(-1);
}
.elementor-button.elementor-size-xs {
	padding: 15px 35px;
	font-size: 9px;
}
.elementor-button.elementor-size-md {
	padding: 12px 40px;
	font-size: 14px;
}
.elementor-button.elementor-size-lg {
	padding: 18px 40px;
	font-size: 15px;
}
.elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.ts-btn-style-outline .elementor-button.elementor-size-sm {
	font-size: 14px;
	padding: 12px 40px;
}
.ts-btn-style-outline .elementor-button:hover {
	background-color: var(--tste-optico-secondary-darkcolor);
	color: #fff;
}
.ts-btn-style-outline.ts-btn-color-secondary .elementor-button {
	border-color: var(--tste-optico-secondary-darkcolor);
	color: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-outline.ts-btn-color-secondary .elementor-button svg{
	fill: var(--tste-optico-secondary-darkcolor);
}
.ts-btn-style-outline.ts-btn-color-secondary .elementor-button:hover {
	color: #fff;
}
.ts-btn-style-outline.ts-btn-color-secondary .elementor-button:hover svg{
	fill: #fff;
}
.ts-btn-style-text .elementor-button-wrapper .elementor-button {
	padding: 0;
	background-color: transparent;
}
.ts-btn-style-text.ts-btn-color-white .elementor-button {
	color: #fff;
}
.ts-btn-style-text.ts-btn-color-gradient .elementor-button {
	border-image-source: none !important;
	background-image: none !important;
}
.elementor-button .elementor-align-icon-right{
	margin-left: 15px;
}
.elementor-button .elementor-align-icon-left{
	margin-right: 15px;
}
.ts-elementor-bg-color-secondary .ts-new-button.ts-btn-color-skincolor .elementor-button::before {
	border-color: var(--tste-optico-skincolor);
}
.ts-btn-style-text .elementor-size-sm .elementor-button-text {
	font-size: 14px;
}
.ts-btn-style-text .elementor-button.elementor-size-sm {
	font-size: 14px;
}
.elementor-button .elementor-button-icon svg{
	width: 1em;
	height: 1em;
}
.ts-custom-bt.ts-btn-style-text .elementor-button.elementor-size-sm {
	font-size: 14px;
	line-height: 33px;
}
.ts-custom-bt.ts-btn-style-text .elementor-button.elementor-size-sm .elementor-button-icon .e-far-clock,
.ts-custom-bt.ts-btn-style-text .elementor-button.elementor-size-sm i::before{
	font-size: 33px;
	line-height: 33px;
	color: var(--tste-optico-skincolor);
}
.ts-btn-style-text .elementor-button.elementor-size-sm .elementor-button-icon svg{
	fill: var(--tste-optico-skincolor);
}
.elementor-widget-button.ts-btn-shape-rounded .elementor-button.elementor-size-lg {
	border-radius: 50px;
}
.elementor-button .elementor-button-content-wrapper{
	gap: 12px;
	flex-direction: row-reverse;
}
/* Accordion */
.elementor-element .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	color: #fff;
	background-color: var(--tste-optico-skincolor);
	border-radius: 6px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	box-shadow: 0.067em 0.067em 2.133em rgba(12,71,84,.06);
}
.elementor-accordion .elementor-accordion-item {
	margin-bottom: 10px
	
}
/* Elementor Tabs */
.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title {
	padding: 12px 20px;
}
.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title:not(.elementor-active){
	margin-bottom: 20px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
	background-color: var(--tste-optico-skincolor);
}
.ts-elementor-widget-tabs-style2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-mobile-title,
.ts-elementor-widget-tabs-style2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	background: none;
	color: var(--tste-optico-skincolor);
}
.ts-elementor-widget-tabs-style2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-mobile-title:hover,
.ts-elementor-widget-tabs-style2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover {
	background-color: var(--tste-optico-skincolor);
	color: #fff;
}
.elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title {
	padding: 14px 25px !important;
	margin-right: 5px !important;
	display: inline-block !important;
}
.elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title,
.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title{
	border-radius: 6px;
}
.elementor-widget-tabs .elementor-tab-content {
	padding: 30px 2px 20px 0 !important;
}
.ts-tabs-content-wrap > div {
	padding: 0 10px 0 0;
}
.rtl .ts-tabs-content-wrap > div{
	padding: 0 0 0 10px;
}
.ts-tabs-content-wrap p {
	margin-bottom: 5px;
}
.ts-elementor-widget-tabs-style2 .elementor-widget-tabs .elementor-tab-title {
	border: 2px solid var(--tste-optico-skincolor) !important;
	color: var(--tste-optico-skincolor);
}
.ts-tab-content.ts-tab-active .ts-tab-content-inner {
	display: flex;
}
.ts-tab-content .ts-tab-content-inner {
	display: none;
	margin-top: 25px;
}

/*=== acoordion-style-modern ===*/
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
	padding: 20px 40px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #fff;
	box-shadow: 0px 13px 25px 15px rgb(51 104 198 / 5%);
	color: var(--tste-optico-secondary-darkcolor);
	transition: all 0.3s ease 0s;
}
.acoordion-style-modern.acoordion-style-modern-faq.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 16px 20px;
	background-color: var(--tste-optico-skincolor-light);
	box-shadow: none;
}
.acoordion-style-modern.acoordion-style-modern-faq.elementor-widget-accordion .elementor-accordion-icon {
	color: var(--tste-optico-skincolor);
}
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
	background-color: #fff;
	box-shadow: 0px 13px 25px 15px rgb(51 104 198 / 5%);
	color: var(--tste-optico-secondary-darkcolor);
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}
.acoordion-style-modern.elementor-widget-accordion .elementor-tab-title .elementor-accordion-title {
	color: var(--tste-optico-secondary-darkcolor);
}
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover,
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	color: #fff;
	background-color: var(--tste-optico-skincolor);
}
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover i::before {
	color: #fff;
}
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover,
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	color: #fff;
	background-color: var(--tste-optico-secondary-darkcolor);
}
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover a.elementor-accordion-title,
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover i::before {
	color: #fff;
}
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-title,
.acoordion-style-modern.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
	color: #fff;
}
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	padding: 15px 30px;
	border-top-width: 0;
}
.acoordion-style-modern.acoordion-style-modern-faq.elementor-widget-accordion .elementor-tab-content,
.ts-acoordion-title-border.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	padding: 14px 20px;
}
.acoordion-style-modern.elementor-widget-accordion .elementor-accordion-item {
	margin-bottom: 15px;
}
.acoordion-style-modern.acoordion-style-modern-faq.elementor-widget-accordion .elementor-accordion-item,
.ts-acoordion-title-border.elementor-widget-accordion .elementor-accordion-item,
.acoordion-style-2.elementor-widget-accordion .elementor-accordion-item {
	margin-bottom: 10px;
}
.ts-acoordion-title-border .elementor-accordion .elementor-tab-title {
	border: 2px solid var(--tste-optico-skincolor);
	border-radius: 6px;
}
.ts-acoordion-title-border .elementor-tab-title.elementor-active {
	border-color: var(--tste-optico-skincolor);
	border-width: 2px !important;
}
.ts-acoordion-title-border .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	box-shadow: none;
	color: var(--tste-optico-skincolor);
}
.ts-acoordion-title-border .elementor-accordion-item .elementor-accordion-icon svg{
	fill: var(--tste-optico-skincolor);
}
.ts-acoordion-title-border .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	background: transparent;
	color: var(--tste-optico-skincolor);
}
.elementor-element .elementor-accordion .elementor-accordion-item:hover .elementor-tab-title,
.ts-acoordion-title-border .elementor-accordion .elementor-accordion-item:hover .elementor-tab-title.elementor-active {
	background: var(--tste-optico-skincolor);
	color: #fff !important;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.elementor-accordion .elementor-accordion-item:hover .elementor-tab-title a,
.elementor-accordion .elementor-accordion-item:hover .elementor-accordion-icon {
	color: #fff;
}
.ts-acoordion-title-border .elementor-accordion-item:hover .elementor-accordion-icon svg,
.elementor-element .elementor-accordion .elementor-accordion-item:hover .elementor-accordion-icon svg{
	fill: #fff;
}
/* Elementor list */
.elementor-icon-list-icon i {
	color: var(--tste-optico-skincolor);
}
.elementor-icon-list-icon svg{
	width: 1em;
	height: 1em;
	fill: var(--tste-optico-skincolor);
}
.ts-icon-list .elementor-icon-list-items .elementor-icon-list-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--tste-optico-skincolor);
	border-radius: 12px;
	margin-right: 13px;
	padding: 0 !important;
}
.ts-icon-list .elementor-icon-list-items .elementor-icon-list-icon svg{
	fill: #fff;
	margin: 0 !important;
}
.rtl .elementor-icon-list-icon i.fa-arrow-alt-circle-right,
.rtl .elementor-icon-list-icon i.fa-chevron-right{
	transform: scaleX(-1);
}
.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon i{
	width: auto;
	margin-right: 8px;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon svg{
	margin-right: 8px;
}
.rtl .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon i{
	margin-left: 8px;
	margin-right: 0;
}
.rtl .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon svg{
	margin-left: 8px;
	margin-right: 0;
}

/* --------------------------------------
* Menu Tab
* ---------------------------------------*/
.themestek-ele-tab-menu .ts-tabs {
	display: flex;
}
.themestek-ele-tab-menu .ts-tabs-heading {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	min-width: 29%;
}
.themestek-ele-tab-menu .ts-tab-content-title,
.themestek-ele-tab-menu .ts-tab-link {
	position: relative;
	padding: 7px 20px 6px 30px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 20px;
	flex-grow: 1;
	flex-basis: 0%;
	border: none;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	color: var(--tste-optico-secondary-darkcolor);
	display: flex;
	place-items: center;
}
.themestek-ele-tab-menu .ts-tab-link{
	margin-right: 20px;
}
body.rtl .themestek-ele-tab-menu .ts-tab-link:not(:last-child) {
	margin-left: 20px;
}
body.rtl .themestek-ele-tab-menu .ts-tab-link {
	margin-right: 0;
}
.themestek-ele-tab-menu .ts-tab-content-title {
	text-align: left;
	margin: 0;
}
body.rtl .themestek-ele-tab-menu .ts-tab-content-title {
	text-align: right;
}
.themestek-ele-tab-menu .ts-tab-active .ts-tab-content-title::after,
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active::after {
	opacity: 1;
}
.themestek-ele-tab-menu .ts-icon-type-icon {
	margin: 0;
	line-height: 0;
}
.themestek-tab-style-1.themestek-ele-tab-menu .ts-tab-content-inner .ts-icon-type-icon {
	font-size: 18px;
	line-height: 22px;
	color: var(--tste-optico-skincolor);
}
.themestek-ele-tab-menu .ts-tab-content-title .ts-icon-type-icon {
	margin: 0;
}
.themestek-tab-style-1 .ts-tabmenu-svg,
.themestek-ele-tab-menu .ts-tab-content-title .ts-tabmenu-icon,
.themestek-ele-tab-menu .ts-tab-content-title span,
.themestek-tab-style-1 .ts-tabmenu-svg-wrapper {
	display: inline-block;
}
.themestek-ele-tab-menu .ts-tabmenu-icon-wrapper svg,
.themestek-ele-tab-menu .ts-tabmenu-svg-wrapper svg {
	width: 30px;
	height: auto;
	fill: var(--tste-optico-skincolor);
}
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active .ts-tabmenu-icon-wrapper svg,
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active .ts-tabmenu-svg-wrapper svg { 
	fill: #fff;
}
.themestek-ele-tab-menu .ts-tab-content-title span h3 {
	margin-bottom: 0;
}
.themestek-ele-tab-menu .ts-tabmenu-icon i {
	display: inline-block;
	color: var(--tste-optico-skincolor);
}
.themestek-ele-tab-menu .ts-tabmenu-icon i::before {
	font-size: 30px;
	line-height: 40px;
}
.themestek-tab-style-1 .ts-tabmenu-icon,
.themestek-tab-style-1 .ts-tabmenu-svg{
	line-height: 0;
}
.themestek-ele-tab-menu .ts-tab-link .ts-tabmenu-icon svg,
.themestek-ele-tab-menu .ts-tab-link .ts-tabmenu-svg svg{
	width: 30px;
	height: 30px;
}
.themestek-ele-tab-menu span h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	margin-left: 20px;
	cursor: pointer;
}
.rtl .themestek-ele-tab-menu span h3{
	margin-left: 0;
	margin-right: 20px;
}
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active .ts-tabmenu-icon i,
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active span h3,
.themestek-ele-tab-menu .ts-tab-content.ts-tab-active .ts-tabmenu-icon i,
.themestek-ele-tab-menu .ts-tab-content.ts-tab-active span h3 {
	color: #fff;
}
.themestek-ele-tab-menu .ts-tab-content.ts-tab-active .ts-tabmenu-icon svg,
.themestek-ele-tab-menu .ts-tab-content.ts-tab-active .ts-tabmenu-svg svg{
	fill: #fff;
}
.themestek-ele-tab-menu .ts-tab-active .ts-tab-content-title,
.themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active {
	background-color: var(--tste-optico-skincolor);
	color: #fff;
}
.ts-elementor-bg-color-secondary .themestek-ele-tab-menu .ts-tab-active .ts-tab-content-title,
.ts-elementor-bg-color-secondary .themestek-ele-tab-menu .ts-tab-link.ts-tab-li-active {
	background-color:var(--tste-optico-skincolor);
}
.ts-tabmenu-col .ts-element-title {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ts-tabmenu-col {
	display: flex;
	position: relative;
}
.ts-tabmenu-col .ts-ihbox-icon .ts-tabmenu-line {
	display: inline-block;
	margin-right: 20px;
	font-size: 65px;
	line-height: 65px;
	color: var(--tste-optico-skincolor);
}
body.rtl .ts-tabmenu-col .ts-ihbox-icon .ts-tabmenu-line {
	margin-left: 20px;
	margin-right: 0;
}
.ts-tabmenu-col .ts-ihbox-icon {
	width: auto;
	display: inline-block;
	margin-right: 45px;
}
body.rtl .ts-tabmenu-col .ts-ihbox-icon {
	margin-left: 45px;
	margin-right: 0;
}
.themestek-ele-tab-menu .ts-tabs .ts-tab-content-inner h2,
.ts-tabmenu-col .ts-element-subtitle {
	font-size: 26px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 12px;
}
.ts-tabmenu-col .ts-element-title {
	margin-right: 14px;
}
body.rtl .ts-tabmenu-col .ts-element-title {
	margin-left: 14px;
	margin-right: 0;
}
.ts-tabmenu-col .ts-ihbox-contents {
	flex: 1;
	width: 70%;
	margin-top: 35px;
}
.ts-tabmenu-col .ts-content-inner {
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}
.themestek-ele-tab-menu .ts-heading-desc {
	margin-bottom: 25px;
}
.themestek-ele-tab-menu .ts-tab-content-wrapper .ts-tab-content {
	display: none;
}
.themestek-ele-tab-menu .ts-tab-content-wrapper .ts-tab-content.ts-tab-active {
	display: block;
}
.ts-tab-content .ts-tab-content-title {
	display: none;
}
.themestek-ele-tab-menu .ts-tab-content-wrapper {
	padding: 35px 40px 35px 30px;
	background: #fff;
	border-radius: 20px;
}
.themestek-ele-tab-menu .ts-tab-content .ts-ihbox-icon img {
	border-radius: 20px;
}
.rtl .themestek-ele-tab-menu .ts-tab-content .ts-ihbox-icon img{
	transform: scaleX(-1);
}
.themestek-ele-tab-menu .ts-heading-desc ul {
	margin-top: 25px;
}
.themestek-ele-tab-menu span.elementor-icon-list-text {
	font-weight: 500;
	color: var(--tste-optico-secondary-darkcolor);
	margin-bottom: 6px;
	margin-left: 33px;
	position: relative;
}
.themestek-ele-tab-menu.themestek-tab-style-1 .ts-ihbox-contents li.elementor-icon-list-item {
	list-style: none;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
.themestek-ele-tab-menu.themestek-tab-style-1 .ts-ihbox-contents .ts-icon-wrapper.ts-icon-type-icon {
	display: inline-block;
}
.themestek-ele-tab-menu.themestek-tab-style-1 .ts-tab-content-inner .ts-icon-wrapper svg,
.themestek-ele-tab-menu.themestek-tab-style-1 .ts-tab-content-inner .ts-tabmenu-svg-wrapper svg{
	width: 18px;
	height: 18px;
	fill: var(--tste-optico-skincolor);
}
.themestek-tab-style-1.themestek-ele-tab-menu span.elementor-icon-list-text{
	margin-left: 10px;
}
.themestek-ele-tab-menu span.elementor-icon-list-text{
	margin-left: 5px;
}
.rtl .themestek-ele-tab-menu span.elementor-icon-list-text{
	margin-left: 0;
	margin-right: 5px;
}
.ts-tab-list-icon {
	margin-right: 12px;
	min-width: 80px;
	height: 80px;
	font-size: 34px;
	line-height: 84px !important;
	text-align: center;
	border-radius: 50%;
	color: var(--tste-optico-skincolor);
	background-color: var(--tste-optico-primary-greycolor);
}
.rtl .ts-tab-list-icon{
	margin-left: 12px;
	margin-right: 0;
}
.ts-tab-list-icon i::before {
	line-height: 80px;
}
.themestek-ele-tab-menu .ts-tabs .ts-tab-list-contents h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700 !important;
	margin: 0;
	color: var(--tste-optico-secondary-darkcolor);
}
.themestek-ele-tab-menu .ts-tab-list-contents .ts-heading-desc {
	margin-bottom: 0;
}
.themestek-tab-style-1 .ts-tab-content .ts-tab-content-inner{
	margin-top: 0;
}
/* tab Style 2*/
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabs,
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tab-link {
	display: block;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabs-heading {
	display: flex;
	margin: 0;
}
.themestek-tab-style-2.themestek-ele-tab-menu span h3 {
	margin: 0;
}
.themestek-tab-style-2.themestek-ele-tab-menu li.ts-tab-link,
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tab-content .ts-tab-content-title{
	position: relative;
	padding: 23px 22px;
	margin-bottom: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	flex-grow: 1;
	flex-basis: 0%;
	border: none;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
	-moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
	box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.themestek-tab-style-2.themestek-ele-tab-menu li.ts-tab-link{
	margin-right: 20px;
}
.themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-contents {
	margin-top: 0;
	padding-right: 65px;
}
.rtl .themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-contents{
	padding-left: 65px;
	padding-right: 0;
}
.themestek-tab-style-2 .ts-tabmenu-col.ts-tabmenu-col-wrap {
	margin-bottom: 30px;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabs .ts-tab-content-inner h2 {
	margin-bottom: 7px;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-ihbox-contents > .ts-heading-desc {
	margin-bottom: 35px;
}
.themestek-tab-style-2.themestek-ele-tab-menu li.ts-tab-li-active.ts-tab-link::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 30px;
	height: 30px;
	border-bottom-left-radius: 5px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transition-delay: 0.07s;
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
	z-index: -1;
	background-color: var(--tste-optico-skincolor);
}
.themestek-tab-style-2.themestek-ele-tab-menu li.ts-tab-link:last-child {
	margin-right: 0;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabmenu-icon i::before {
	font-size: 44px;
	line-height: 60px;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabmenu-icon-wrapper,
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabmenu-svg-wrapper{
	line-height: 60px;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabmenu-icon svg,
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tabmenu-svg svg{
	width: 44px;
	height: inherit;
}
.themestek-tab-style-2.themestek-ele-tab-menu .ts-tab-content-wrapper {
	padding: 43px 0px 0 44px;
	margin-top: 40px;
	border-radius: 6px;
	box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
}
.rtl .themestek-tab-style-2.themestek-ele-tab-menu .ts-tab-content-wrapper{
	padding-left: 0;
	padding-right: 44px;
}
.themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-icon,
.themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-icon img {
	position: relative;
	z-index: 2;
}
.themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-icon::after {
	position: absolute;
	content: '';
	height: 115%;
	width: 100%;
	background-color: var(--tste-optico-secondary-darkcolor);
	border-radius: 50%;
	right: -258px;
	z-index: 1;
	transition: 0.7s;
	top: -66px;
}
.rtl .themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-icon::after{
	left: -258px;
	right: inherit;
}
.themestek-tab-style-2 .ts-tabmenu-col .ts-ihbox-icon:hover::after {
	background-color: var(--tste-optico-skincolor);
}
.themestek-tab-style-2 .ts-tab-btn a {
	padding: 10px 40px;
	background: var(--tste-optico-secondary-darkcolor);
	text-transform: uppercase !important;
	color: #fff;
	FONT-SIZE: 14PX;
	border-radius: 5px;
	margin-top: 3px;
	font-weight: bold !important;
	display: inline-block;
}
.themestek-tab-style-2 .ts-tab-btn a:hover {
	background: var(--tste-optico-skincolor);
}
.ts-stretched-left-bg-padding .ts-stretched-div.ts-stretched-left {
	margin-right: -585px;
}
.rtl .ts-stretched-left-bg-padding .ts-stretched-right.ts-stretched-for-rtl {
	margin-left: -585px;
}
a.themestek-custom-buton {
	color: var(--tste-optico-secondary-darkcolor) !important;
	position: relative;
	text-decoration: underline;
}
.themestek-tab-style-2 .ts-ihbox-contents .ts-tabmenu-svg-wrapper{
	line-height: 90px !important;
}
.themestek-tab-style-2 .ts-tabmenu-col-wrap .ts-icon-wrapper svg,
.themestek-tab-style-2 .ts-tabmenu-col-wrap .ts-tabmenu-svg-wrapper svg {
	width: 34px;
	height: auto;
	fill: var(--tste-optico-skincolor) !important;
}
.themestek-tab-style-2 .ts-tabmenu-col-wrap .ts-icon-wrapper svg{
	height: 80px;
}
.themestek-tab-style-2 .ts-tab-link.ts-tab-li-active .ts-tabmenu-svg-wrapper svg { 
	fill: #fff;
}
/*=== ts-outline-text-1 ===*/
.ts-outline-text-1 {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/*=== ts-overflow-hide ===*/
.ts-overflow-hide.vc_column_container > .vc_column-inner{
	position: relative;
	overflow: hidden;
}

/*=== ts-bg-over-image  ===*/
.ts-bg-over-image.ts-bgimage-yes .ts-bg-layer,
.ts-bg-over-image .ts-col-bgimage-yes .ts-bg-layer-inner{
	background-color: transparent;
}

/*=== ts-vertical-tab-style-1 ===*/
.ts-vertical-tab-style-1.vc_tta-tabs{
	display: flex;
}
.ts-vertical-tab-style-1.vc_tta-tabs .vc_tta-tabs-container{
	min-width: 30%;
}
.ts-vertical-tab-style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab{
	display: block;
}
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-panel-title > a,
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-tab > a{
	display: flex;
	align-items: center;
	border-radius: 20px!important;
	padding: 13px 30px;
}
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-icon{
	margin-right: 15px;
	font-size: 30px;
	font-weight: normal;
}
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-tab:not(.vc_active) .vc_tta-icon{
	color: var(--tste-optico-skincolor);
}
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-tab.vc_active a:hover .vc_tta-icon,
.ts-vertical-tab-style-1.vc_tta.vc_general .vc_tta-tab a:hover .vc_tta-icon{
	color: #fff;
}
.wpb-js-composer .ts-vertical-tab-style-1.vc_tta-color-skincolor.vc_tta-tabs:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body{
	background-color: #fff;
	border: none;
	border-radius: 20px;
	padding: 35px 40px;
}
.wpb-js-composer .ts-vertical-tab-style-1.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-tab{
	margin-right: 50px;
}
.ts-vertical-tab-style-1 .vc_single_image-wrapper img{
	border-radius: 16px;
}
.ts-vertical-tab-style-1 .ts-list.ts-list-style-icon .ts-list-li-content{
	font-size: 15px;
	font-weight: 500;
	color: var(--tste-optico-secondary-darkcolor);
}

/*=== ts-custom-text-style-1 ===*/
.ts-custom-text-style-1 h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
}
.ts-custom-text-style-1 h2 > a{
	color: var(--tste-optico-secondary-darkcolor)!important;
	text-decoration: underline;
}

/*=== ts-align-self-end ===*/
.ts-align-self-end{
	align-self: flex-end;
}

/*=== ts-left-border-radius ===*/
.ts-left-border-radius .ts-col-wrapper-bg-layer {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
}

/*=== ts-right-span-bg ===*/
.ts-right-span-bg.ts-left-span .ts-col-wrapper-bg-layer{
	margin-right: -585px;
}
.ts-right-span-bg.ts-left-span .ts-col-wrapper-bg-layer .ts-bg-layer-inner{
	background-image: inherit!important;
	background-position: left bottom!important;
}

/*=== ts-right-border-radius ===*/
.ts-right-border-radius .ts-col-wrapper-bg-layer {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}

/*=== ts-right-border-radius-2 ===*/
.ts-right-border-radius-2 .ts-col-wrapper-bg-layer {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}

/*=== ts-left-border-radius-2 ===*/
.ts-left-border-radius-2 .ts-col-wrapper-bg-layer {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
}

/*=== ts-image-radius-1 ===*/
.ts-image-radius-1 img {
	border-radius: 20px;
}

/*=== ts-left-span-bg ===*/
.ts-left-span-bg.ts-right-span .ts-col-wrapper-bg-layer{
	margin-left: -125px;
}
.ts-left-span-bg.ts-right-span.vc_column_container > .vc_column-inner{
	z-index: 0;
}
.ts-left-span-bg.ts-right-span .ts-col-wrapper-bg-layer .ts-bg-layer-inner{
	background-image: inherit!important;
	background-position: right top!important;
}

/*=== ts-left-span-margin ===*/
.ts-left-span-margin.ts-left-span .ts-col-wrapper-bg-layer{
	margin-right: 55px;
}

/*=== ts-heading-style-1 ===*/
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading,
.ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-headers h4.ts-custom-heading{
	display: inline-block;
}
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::after,
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::before,
.ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::after,
.ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::before {
	display: inline-block;
	content: '';
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: var(--tste-optico-skincolor);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::before{
	margin-right: 5px;
}
.rtl .ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::before{
	margin-left: 5px;
	margin-right: 0;
}
.ts-heading-style-1:not(.ts-align-right) .ts-heading-subheading h4.ts-custom-heading::after,
.ts-heading-style-1.ts-element-heading-wrapper:not(.ts-element-align-right) h4.ts-custom-heading::after{
	display: none;
}
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::after,
.ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::after {
	margin-left: 10px;
}
.ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::after{
	margin-left: 5px;
}
.ts-heading-style-1.ts-align-center .ts-heading-subheading .ts-custom-subtitle::after,
.ts-heading-style-1.ts-align-left .ts-heading-subheading h4.ts-custom-heading::after,
.ts-heading-style-1.ts-align-right .ts-heading-subheading h4.ts-custom-heading::before,
.ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-align-center h4.ts-custom-heading::after,
.ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-align-left h4.ts-custom-heading::after,
.ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-align-right h4.ts-custom-heading::before {
	display: none;
}
.rtl .ts-heading-style-1.ts-align-right .ts-heading-subheading h4.ts-custom-heading::before,
.rtl .ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-align-right h4.ts-custom-heading::before{
	display: inline-block;
}
.rtl .ts-heading-style-1.ts-align-right .ts-heading-subheading h4.ts-custom-heading::after,
.rtl .ts-heading-style-1.ts-element-heading-wrapper .ts-vc_cta3-align-right h4.ts-custom-heading::after{
	display: none;
}
.ts-bgcolor-skincolor .ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::after,
.ts-bgcolor-skincolor .ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::before,
.ts-bgcolor-skincolor .ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::after,
.ts-bgcolor-skincolor .ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::before,
.ts-textcolor-white .ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::after,
.ts-textcolor-white .ts-heading-style-1 .ts-heading-subheading h4.ts-custom-heading::before,
.ts-textcolor-white .ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::after,
.ts-textcolor-white .ts-heading-style-1.ts-element-heading-wrapper h4.ts-custom-heading::before {
	background-color: #fff;
}
.ts-portfoliobox-style-7-bg>.elementor-container {
	max-width: none !important;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.ts-after-before-radius .twentytwenty-wrapper img {
	border-radius: 20px;
}

/*=== ts-play-button-2 ===*/
.ts-play-button-2.ts-vc_icon_element.ts-vc_icon_element-outer .ts-vc_icon_element-inner.ts-vc_icon_element-size-lg.ts-vc_icon_element-have-style-inner{
	width: 7.5em!important;
	height: 7.5em!important;
}
/* portfoliobox custom icon */
.themestek-pf-box-icon img{
	display: inline-block;
}


/* 2024-11-11 - version 8.0 */
.wpb-content-wrapper .vc_row[data-vc-full-width]:not(.vc_parallax){
	overflow: visible;
}