/*

Theme Name:  Nutricorp
Theme URI:   http://themeforest.net/user/kwayy
Author:      Kwayy Infotch
Author URI:  http://www.kwayy.com/
License URI: here: http://themeforest.net/licenses/regular_extended 
Description: nutricorp is multi-purpose, responsive and SEO friendly WordPress Theme.
Version:     1.0
Text Domain: nutricorp
Tags:        HD ready, multi-page, white, responsive, theme-options, retina-ready, woocommerce, bbpress, right-sidebar, left-sidebar, both-sidebar, header-styles, custom-menu, featured-images, post-formats, sticky-menu, translation-ready
License:     This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended

*/


/*------------------------------------------------------------------
[Table of contents]

 * Basic CSS
 * Header Section
 * Floatingbar Section
 * Topbar Section
 * Titlebar Section
 * Footer Section
 * Events Calendar
 * Common Widget Section
 * Menu Section
 * Call to Action Section
 * Servicebox Section
 * Blogbox Section
 * Portfolio Section
 * Team Member Section
 * Fact in Digit Section
 * Progress Bar Section
 * Row Section
 * Sidebar Section
 * Social Section
 * Flyning Form Section
 * List Style Section
 * Tab
 * Vertical Tab
 * Accordion section
 * Toggle section
 * VC Map
 * Custom Selectbox
 * Contact Form
 * Heading Section
 * Social Section
 * Catergory section
 * Testimonials Section 
 * Client logo Section
 * Button Section
 * Global Box spacing
 * Slick Slider
 * Tweeter Section
 * Google map Section 
 * Category filter Section
 * Woocommerce Section
 * Pricing Table
 * 404 Page
 * Search Result Page
 * BBpress-forums
 * Drop Cap Design
 * Global link color 
 
 
-------------------------------------------------------------------*/
.admin-bar .tm-fbar-close{
	top: 32px;
}
.site-content-wrapper {
    position: relative;
    z-index: 7;
}

/*** 

====================================================================
	Basic CSS
====================================================================

 ***/ 

.kwayy-page-full-width article .entry-content{
    min-height: 300px;
}
.tm-letterspacing-3px {
	letter-spacing: 3px;
}
.tm-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;
}
.tm-equal-height-image, 
.kwayy-hide,
.tm-hide{
	display: none;	
}
.tm-wrap {
    display: table;
    width: 100%;    
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.tm-align-right{
	text-align: right;
}
iframe {
    width: 100%;
}
.tm-bg.tm-bgcolor-darkgrey .tm-bg-layer{
	background-color: #000;
}
.tm-col-bgcolor-grey > .tm-bg-layer-inner,
.tm-bg.tm-bgcolor-grey > .tm-bg-layer {
	background-color: #f5f5f5;
}
.tm-bg.tm-bgcolor-white .tm-bg-layer{
	background-color: #fff;
}
.tm-col-bgcolor-darkgrey .tm-bg-layer-inner,
.site-header-menu.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-bgcolor-darkgrey,

.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-darkgrey,
.tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-darkgrey {
	background-color: #1a2022;
}
.kwayy-topbar-wrapper.tm-bgcolor-darkgrey {
    background-color: #2b2b2b;
}
.site-header.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck{
	background-color: rgba(21, 21, 21, 0.96);
}
.tm-col-bgcolor-grey .tm-bg-layer-inner,
.tm-bgcolor-grey,

.site-header.tm-sticky-bgcolor-grey.is_stuck,
.site-header-menu.tm-sticky-bgcolor-grey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-grey.is_stuck,

.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-grey,
.tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-grey{
	background-color: #f9f9f8;
}
.tm-col-bgcolor-white .tm-bg-layer-inner,
.tm-bgcolor-white,
.tm-col-bgcolor-white,

.site-header.tm-sticky-bgcolor-white.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-white.is_stuck,
.site-header-menu.tm-sticky-bgcolor-white.is_stuck,

.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-white,
.tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-white{
	background-color: #fff;
}

/*** 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: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	width:100%;
	color: #999999;
	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;
}
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"],

.checkout_coupon input.button,

.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #review_form #respond .form-submit input,
.main-holder .site table.cart .coupon input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #content table.cart td.actions input[type="submit"],
.woocommerce #payment #place_order,
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;  
    letter-spacing: 1px;
    padding: 14px 40px 11px;
    border-radius: 28px;   
    border: 2px solid transparent;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
.tm-full-bt{
	width: 100%;
}
.tm-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 ***/
.tm-textcolor-dark a, 
.tm-textcolor-dark h1,
.tm-textcolor-dark h2,
.tm-textcolor-dark h3,
.tm-textcolor-dark h4,
.tm-textcolor-dark h5,
.tm-textcolor-dark h6{
	color: rgba(0, 0, 0, 0.8);
}
.tm-textcolor-dark,
.tm-textcolor-dark .social-icons li a,
.tm-textcolor-dark.kwayy-fbar-btn-link i,
.tm-textcolor-dark .vc_tta-panel-body,
.tm-textcolor-dark .vc_tta-panel-body .wpb_text_column {
	color: rgba(0, 0, 0, 0.6);
}
.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.90;
}
.kwayy-fbar-box-w.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.90;
}
.tm-bgcolor-white.tm-bg.tm-bgimage-yes > .tm-bg-layer{
    opacity: 0.80;
}
.tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .tm-bg-layer-inner{
    background-color: #000;
}
.tm-col-bgcolor-grey.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .tm-bg-layer{
    opacity: 0.85;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.75;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer{
    opacity: 1;
}
.vc_video-bg-container .tm-col-bgcolor-yes,
.vc_video-bg-container.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.8;
}
.tm-col-bg,
.tm-bg{
	position: relative;
}
.tm-bg-layer,
.tm-titlebar-wrapper .tm-titlebar-wrapper-bg-layer{
    position: absolute;
    height: 100%;
    width: 100%;
	top:0;
	left: 0;
}
.vc_column-inner.tm-col-bgimage-yes.tm-col-bgcolor-,
.tm-bgcolor-transparent > .tm-bg-layer,
.tm-bgcolor-transparent{
	background-color: transparent !important;
}
.vc_column-inner > .wpb_wrapper{
	position: relative;
}

.vc_column-inner.tm-col-bgimage-yes.tm-col-bgcolor- .tm-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 ***/
.kwayy-topbar-wrapper.container-full,
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
	padding-left: 15px;
	padding-right: 15px;
}
.kwayy-item-thumbnail,
.kwayy-item-thumbnail-inner{
	display: block;
} 

/*** 

====================================================================
	Header Section
====================================================================

 ***/  

.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 {
    margin-bottom: 5px;
}
.site header,
.tm-header-block, 
.site-header,
.site-header-main{
	position:relative;
}

/*** Logo Section ***/
.kwayy-logo-img.standard{
	max-height: 100px;
	width: auto;
}
.site-branding {
	float: left;
}
.headerlogo img{	
	max-height: 35px;
	width: auto;	
}
.headerlogo img, 
.tm-stickylogo-yes .standardlogo, 
.is-sticky .tm-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;
}
.tm-header-style-classic-box.tm-header-overlay .site-header.is_stuck .container{
	background-color: transparent !important;
}

/*** Header cart and search icon font size ***/
#site-header-menu #site-navigation .tm-header-icon a,
#site-header-menu #site-navigation .kwayy-fbar-btn a{ 
	font-size: 17px;
} 
.tm-header-icons .tm-header-wc-cart-link a{
    position: relative;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart {
    position: relative;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;   
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kwayy-fbar-btn.hidefbtn a{
    -webkit-transform: scale(0); 
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    transform: scale(0);  
}
.kwayy-slider-wide{
	background-color: rgb(231, 231, 231);
}

/*** Infostck header widget ***/
.tm-header-style-infostack .info-widget {
    display: table;
}
.tm-header-style-infostack .info-widget-inner{
    display: table-cell;
    vertical-align: middle;
}
.tm-header-style-infostack .tm-sbox .tm-vc_cta3-container,
.tm-header-style-infostack .tm-sbox .tm-vc_cta3-content-header h4 {
    margin-bottom: 0;
}
.tm-header-style-infostack .tm-header-top-wrapper .col-sm-4.col-md-3{
    padding: 0;
}
.tm-header-style-infostack .tm-sbox .tm-vc_cta3-content-header h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}
.tm-header-style-infostack .tm-sbox .tm-vc_cta3-content-header h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.tm-header-style-infostack .tm-vc_cta3 .tm-vc_icon_element .tm-vc_icon_element-inner {
    height: 40px;
    width: 40px;
}
.tm-header-style-infostack .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-lg .tm-vc_icon_element-icon {
    font-size: 32px !important;
}
.tm-header-style-infostack .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    padding-top: 4px;
}
.tm-header-style-infostack .kw-phone{
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 18px;
    color: #fff;
    padding: 0 38px 0 20px;
    height: 60px;
    line-height: 60px; 
}
.tm-header-style-infostack .site-header-menu-inner.is_stuck .kw-phone{
    border-radius: 0px;    
}
.tm-header-style-infostack .kw-phone .tm-vc_icon_element{
    float: left;
}
.tm-header-style-infostack .kw-phone .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md .tm-vc_icon_element-icon {
    font-size: 25px!important;
}
.tm-header-style-infostack .kw-phone .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner {
    width: 52px;
}
.tm-header-style-infostack .kw-phone i{
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.tm-header-style-infostack #site-header-menu .container{
    padding: 0;
    position: relative;
}  
.tm-header-style-infostack .tm-vc_general.tm-vc_cta3 {
    padding: 0px;
}

/*** 

====================================================================
	Floatingbar Section
====================================================================

 ***/  

.kwayy-fbar-position-default .tm-float-overlay, 
.kwayy-fbar-btn-link .tm-fbar-close-icon{
	display: none;
}
.tm-float-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0,0,0,1);
    visibility: hidden;
    opacity: 0;
    z-index: 9997;
}
.tm-float-overlay.animated {
    visibility: visible;
    opacity: 0.9;
}
.tm-float-overlay.animated {
    cursor: url(../images/close.png), auto;
}
.kwayy-fbar-btn{
	cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}
.kwayy-topbar-wrapper .kwayy-fbar-btn {
    line-height: normal;
    margin-top: 16px;
    font-size: 17px;
    position: relative;
    margin-left: 35px;
    margin-right: 24px;
    position: absolute;
    right: 0;
    float: none;
    bottom: -20px;
    z-index: 16;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 43px;
}
.site-header-main.container-fullwide .kwayy-fbar-btn {
	padding-right: 20px;
}
.tm-header-invert .site-header-main.container-fullwide .kwayy-fbar-btn {
    padding-left: 20px;
    padding-right: 0;
}
.kwayy-fbar-btn.tm-fbar-btn-cposition-default{
	opacity: 1;
}
.kwayy-fbar-btn.tm-fbar-btn-cposition-default.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
	opacity: 0;
}
.tm-header-invert .kwayy-fbar-btn {    
    margin-left: 0px;
    float: left;
}
.kwayy-fbar-box .widget ul > li{
	border: none;
} 
.kwayy-fbar-position-default .kwayy-fbar-box .widget ul > li{
	padding-top:0px;
} 
.kwayy-fbar-position-default .widget_recent_comments li:before{
	top: 6px;
}
.kwayy-fbar-box .vc_general.vc_cta3{
	padding: 20px;
}
.kwayy-fbar-box .tm-sbox .vc_icon_element-inner.vc_icon_element-have-style-inner.vc_icon_element-size-lg.vc_icon_element-style-none {
	width: 3em !important;
}
.kwayy-fbar-box  .tm-sbox .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    padding-left: 1em;
}
.kwayy-fbar-box  .vc_cta3-container {
    margin-bottom: 10px;
}
.kwayy-fbar-btn.kwayy-fbar-open{
	position: fixed;
}
.productbox .roadtip:after, .kwayy-fbar-btn{
	border-top-color: #222;
}

/*** kwayy Widget  ***/
.kwayy-fbar-box-w{
	-webkit-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);	
}
.kwayy-fbar-position-default .kwayy-fbar-box{
	padding-top: 0px;
    padding-bottom: 60px;
}
.kwayy-fullwide .kwayy-fbar-position-default .kwayy-fbar-box{
    padding-right: 50px;
    padding-left: 50px;
}

.kwayy-fbar-box h2{   
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}
.kwayy-fbar-btn a{
	position:relative;	
    display: block;
	background-color: transparent;
}
.kwayy-fbar-btn.tm-fbar-icon-color-dark a i{
	color: #313131;
}
.kwayy-fbar-box-w{
	position:relative;
}
.kwayy-fbar-box-w:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
}
.kwayy-fbar-bg-darkgrey.kwayy-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(0, 0, 0, 0.85);
}
.kwayy-fbar-bg-grey.kwayy-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(231, 231, 231, 0.85);
}
.kwayy-fbar-bg-white.kwayy-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(255, 255, 255, 0.85);
}
.kwayy-fbar-bg-darkgrey.kwayy-fbar-box-w:after {
	background: #282828;
}
.kwayy-fbar-bg-grey.kwayy-fbar-box-w:after {
	  background: #f5f5f5;
}
.kwayy-fbar-bg-white.kwayy-fbar-box-w:after {
	background: #fff;
}
.kwayy-fbar-box{
	position: relative;
	z-index: 10;
}
.kwayy-fbar-position-default div.kwayy-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    border-bottom: 2px solid #999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kwayy-fbar-position-default div.kwayy-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.kwayy-fbar-position-default .fcloseicon{
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
	cursor: pointer;
}
.kwayy-fbar-position-default .fcloseicon:after{   
    content: '\E82D';
    font-family: "tm-nutricorp-icons";
}
.kwayy-fbar-position-default .widget{
    margin: 65px 0 0px;  
}
.kwayy-team-form-no-group .tm-wrap-cell {
    display: inline-block; 
}
.kwayy-team-form-no-group .tm-wrap-cell h2{
	padding-right: 20px;
}
.kwayy-fbar-box-w .submit_field button{
	color: #fff;
    box-shadow: none;
    height: 42px;
    font-size: 15px;
    background-color: #2c2c2c;
    border: 2px solid transparent;
    line-height: 42px;
    padding: 0 24px;	
}
.kwayy-fbar-box-w .submit_field button:hover{
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
}
.kwayy-fbar-text-white.kwayy-fbar-bg-darkgrey.kwayy-fbar-box-w .submit_field button{
	border-color: transparent;
	color: #fff;
}
.kwayy-fbar-text-white.kwayy-fbar-bg-darkgrey.kwayy-fbar-box-w .submit_field button:hover{
	background-color: transparent;
}
.tm-fbar-close{
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
	cursor: pointer;
}
.kwayy-fbar-position-right .kwayy-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0px;
    width: 400px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tm-header-invert .kwayy-fbar-position-right .kwayy-fbar-box-w {
    right: auto;
	left: 0;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);   
}
.kwayy-fbar-position-right .kwayy-fbar-box-w .tm-fbar-close{
	-webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kwayy-fbar-position-right .kwayy-fbar-box-w.animated .tm-fbar-close,
.kwayy-fbar-position-right .kwayy-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.kwayy-fbar-position-right .kwayy-fbar-box .widget {
    float: none;
	width: auto;
	margin-top: 50px;
}
.kwayy-fbar-position-right .kwayy-fbar-box .widget:first-child {
	margin-top: 0px;
}
.kwayy-fbar-position-right .kwayy-fbar-box-w{
	border: none;
}
.kwayy-fbar-position-right .kwayy-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 80px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 72px;
}
.kwayy-fbar-position-right .floatingbar-widgets-inner .widget-area{
	float: none;
	width: 100%;
}
.kwayy-fbar-position-right .kwayy-fbar-content-wrapper{
	width: 100%;
}
.kwayy-fbar-position-default .kwayy-fbar-content-wrapper,
.kwayy-fbar-position-right .kwayy-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 60px 35px 50px 35px;
    z-index: 80;
    position: relative;
}
.kwayy-fbar-position-right .kwayy-fbar-content-wrapper {
    padding: 0px 35px 50px 35px;
}
.kwayy-fbar-position-default .kwayy-fbar-content-wrapper{ 
    height: 100%;
	padding: 0px;
}
.team-search-form-before-text{	
	padding-bottom: 17px;	
}
.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after{
	font-family: FontAwesome;
	content: '\f107';
	position:absolute;
	right: 13px;
	top: 9px;	
}
.contact-info{
	text-align: center;
	border: 1px solid #fff;
	padding: 25px 15px;
	border-radius: 3px;	
}
.kwayy-fbar-box-w.kwayy-fbar-text-white .team-search-form-before-text,
.kwayy-fbar-box-w.kwayy-fbar-text-white .tm-wrap-cell.tm-fbar-input .search_field.selectbox:after{
	color: #fff;
}
.kwayy-fbar-box-w.tm-bgcolor-darkgrey .widget .search-form .search-field {
    background-color: transparent;
}

/*** Flaotingbar color white ***/
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar table, 
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar th, 
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar td,
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget ul > li{
    border-color: rgba(255, 255, 255, 0.21);
}
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_tag_cloud .tagcloud a{
	background-color: rgba(255, 255, 255, 0.90);
	color: #2C2C2C;
}
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_tag_cloud .tagcloud a:hover{	
	color: #fff;
}
.kwayy-fbar-box-w.kwayy-fbar-text-white.kwayy-fbar-bg-skincolor .widget a:hover,
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar caption,
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar table, 
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar th, 
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_calendar td,
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget ul > li, 
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget_text{
	color: rgba(255, 255, 255, 0.80);
}
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget a,
.kwayy-fbar-box-w.kwayy-fbar-text-white .widget .widget-title{
	color: rgba(255, 255, 255, 0.90);
}
.kwayy-fbar-box-w.kwayy-fbar-text-white.kwayy-fbar-bg-skincolor .widget .widget-title{
	border-color: #fff;
}
.kwayy-fbar-btn.tm-fbar-bg-color-darkgrey a:before{
    border-bottom-color: #202020;
}
.kwayy-fbar-btn.tm-fbar-bg-color-darkgrey a{
	background-color: #202020;
}
.kwayy-fbar-position-right .kwayy-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-top-color: #202020;
	border-bottom-color: #202020;
}
.kwayy-fbar-btn.tm-fbar-bg-color-grey a{
	background-color: #E4E4E4;
}
.kwayy-fbar-position-right .kwayy-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}
.kwayy-fbar-btn.tm-fbar-bg-color-white a{
	background-color: #fff;
}
.kwayy-fbar-position-right .kwayy-fbar-btn.tm-fbar-bg-color-white a:after{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.kwayy-fbar-position-default .kwayy-fbar-btn.tm-fbar-bg-color-white a:after{
    border-left-color: #fff;
    border-right-color: #fff; 
}
.kwayy-fbar-position-default .kwayy-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;
}
.kwayy-fbar-position-default .kwayy-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-left-color: #202020;
	border-right-color: #202020;
}

/*** Flaotingbar color dark ***/
.kwayy-fbar-box-w.kwayy-fbar-text-dark .team-search-form-before-text,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget_text,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget ul > li{
	color: rgba(0, 0, 0, 0.66);
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget .widget-title, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark a{
	color: rgba(0, 0, 0, 0.70);
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .contact-info,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget_calendar table, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget_calendar th, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget_calendar td,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .widget ul > li{
    border-color: rgba(0, 0, 0, 0.10);
}
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-dark .widget .widget-title{
    border-color: rgba(0, 0, 0, 0.80);
}
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-dark a:hover,
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-dark .widget li a:before, 
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-dark .widget li:before,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field.selectbox:after, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field i, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .kwayy-fbar-box h2, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .kwayy-fbar-box .search_field select,
.kwayy-fbar-box-w.kwayy-fbar-text-dark .kwayy-fbar-box .search_field input[type="text"]{
	color: rgba(0, 0, 0, 0.80);   
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field select, 
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field input::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.50);   
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field input:-moz-placeholder{
   color: rgba(0, 0, 0, 0.50);  
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field input::-moz-placeholder{
	color: rgba(0, 0, 0, 0.50);    
}
.kwayy-fbar-box-w.kwayy-fbar-text-dark .search_field input:-ms-input-placeholder{  
	color: rgba(0, 0, 0, 0.50);    
}
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-white .tagcloud a:hover,
.kwayy-fbar-box-w.kwayy-fbar-bg-skincolor.kwayy-fbar-text-dark .tagcloud a:hover{
	background-color: #2c2c2c;
	color: #fff;
}


/*** 

====================================================================
	Topbar Section
====================================================================

 ***/ 
.kwayy-topbar-wrapper{
    position: relative;
}
.kwayy-topbar-wrapper .top-contact li a,
.kwayy-topbar-wrapper .social-icons li > a,
.kwayy-topbar-wrapper .tm-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;
}
.tm-topbar-content .tm-wrap-cell div{
	display: inline-block;
} 
.site-header .kwayy-topbar{
	position: relative;
	z-index: 10;
}  
.table-row {
	display: table;
	width: 100%;
}
.tm-tb-right-content {
	text-align: right;
	display:inline-block;
	padding-left:5px;
}
.tm-center-content .kwayy-tb-left-content{
	width: 100%;
    display: block;
}
.kwayy-topbar-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;
}
.top-contact li {
    display: inline-block;
    padding-right: 50px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.top-contact li:first-child{
    padding-left: 28px;
}
.top-contact li:last-child{
    padding-right: 0px;
}
.top-contact li,
.tm-topbar-content .tm-wrap-cell div{
    position: relative;
}
.tm-topbar-content .tm-wrap-cell .kwayy-social-links-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}



.tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:before,
.tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:after,
.top-contact li:first-child:before,
.top-contact li:after {
    content: "";
    height: 47px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    position: absolute;
    right: 25px;
    top: -1px;
}
.tm-topbar-content .tm-wrap-cell .tm-last-sep-none div.kwayy-social-links-wrapper:after{
    display: none;
}
.tm-topbar-content .tm-wrap-cell .tm-last-sep-none .kwayy-social-links-wrapper{
    padding-right: 10px;
}


.tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:after,
.top-contact li:last-child:after{
    right: 0px;
}
.top-contact li:first-child:before,
.tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:before{
    right: auto;
    left: 0;
}
.top-contact li:last-child {
	padding-right: 25px;
}
.kwayy-topbar-wrapper.tm-bgcolor-grey{
    border-bottom: 1px solid #e7e7e7;
}
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:after,
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell div.kwayy-social-links-wrapper:before,
.tm-textcolor-white .top-contact li:first-child:before,
.tm-textcolor-white .top-contact li:after {
    background-color: rgba(255, 255, 255, 0.25);
}
.top-contact.tm-highlight:after{
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0186d5;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.top-contact.tm-highlight i{
    color: #fff;
}
.top-contact.tm-highlight li:first-child:before,
.top-contact.tm-highlight li:after{
    display: none
}

/***  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;
}



/*** 

====================================================================
	Titlebar Section
====================================================================

 ***/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper{
	padding: 0px;
	display: table;
	width:100%;
}
.tm-titlebar-main {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.tm-titlebar-wrapper{
	position:relative;
	z-index: 1;	
}
.tm-header-style-classic2 .tm-classicheader-text-area .tm-header-text .tm-titlebar-wrapper {
	margin-top: 70px;
} 
.tm-titlebar-wrapper.entry-header{
	margin-bottom:0px;
} 
.tm-titlebar-align-right .tm-titlebar-main {
	text-align: right;
}
.tm-titlebar-align-left .tm-titlebar-main {
	text-align: left;
}
.tm-titlebar-wrapper .entry-header {
	margin-bottom: 0px;
	position: relative;	
}
.kwayy-titlebar-main {
	text-align:center;
}
.tm-titlebar-wrapper .entry-title-wrapper a{
	color: rgba(255, 255, 255, 0.90);
	font-weight:bold;
}
.tm-titlebar-wrapper .entry-title-wrapper a:hover{
	color: #fff;
}
.tm-titlebar-main .breadcrumb-wrapper span:last-child {
	padding-right: 0px;	
}
.tm-titlebar-wrapper .entry-title .tm-subtitle{
	font-size: 17px;
	opacity: 0.8;
	font-weight: 300;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a{
	color: #888;	
}
.tm-bread-sep{
	position: relative;
	top: -1px;
	padding-right: 1px;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a:hover{
	text-decoration:none;
}
.kwayy-titlebar-main .breadcrumb-wrapper {
	color: #999999;
	vertical-align: middle;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper i {
	font-size: 24px;
	opacity: 0.8;
	transition: all 0.2s ease;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a {
	margin: 2px;
	display: inline-block;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a,
.breadcrumb-wrapper .tm-pf-navbar-wrapper .tm-dim{
	margin: 5px;
	display: inline-block;
}
.tm-titlebar-wrapper{
	background-size: 100%;
	background-position: 50% 0px;
	background-repeat: repeat repeat;
}
.kwayy-header-style-3 .kwayy-slider-wrapper, 
.kwayy-header-style-3 .tm-titlebar-wrapper{
	position: relative;
	z-index: 1;
}
.kwayy-titlebar-main .entry-title {
	line-height: 27px;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 28px;	
}
.tm-titlebar-align-right .tm-titlebar-main-inner,
.tm-titlebar-align-left .tm-titlebar-main-inner{
	display:table;
	width: 100%;
}
.tm-titlebar-align-right .entry-title-wrapper,
.tm-titlebar-align-left .entry-title-wrapper,
.tm-titlebar-align-right .breadcrumb-wrapper,
.tm-titlebar-align-left .breadcrumb-wrapper {
	display:table-cell;
}
.tm-titlebar-align-left .breadcrumb-wrapper {	
	text-align:right;
	vertical-align:middle;
}
.tm-titlebar-align-right .breadcrumb-wrapper{
	text-align: left;
	vertical-align:middle;
}
.tm-titlebar-wrapper .breadcrumb-wrapper {	
	font-size: 13px;
	color: #999999;
}
.tm-titlebar-align-allleft .tm-titlebar-main {
    text-align: left;
}
.tm-titlebar-align-allright .tm-titlebar-main {
    text-align: right;
}
.entry-title-wrapper  .entry-title{
	margin:0px;
	margin-bottom: 10px;
}

/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
	color: rgba(255, 255, 255, 0.72);
}
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper,
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover {
	color: rgba(255, 255, 255, 1);
}
.tm-textcolor-white .tm-titlebar-main .entry-title,
.tm-textcolor-white .tm-titlebar-main .entry-subtitle{
	color: #fff;
}

/*** Titlebar Textcolor Dark ***/
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a{
	color: rgba(0, 0, 0, 0.60);
}
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper,
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a:hover{
	color: rgba(0, 0, 0, 0.8);
}
.tm-textcolor-dark .tm-titlebar-main .entry-title,
.tm-textcolor-dark .tm-titlebar-main .entry-subtitle{
	color: rgba(0, 0, 0, 0.9);
}
.kwayy-titlebar-main .breadcrumb-wrapper a{
	color: #999999;
}

/*** Custom link color ***/
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a{
	opacity: 0.8;
}
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a:hover{
	opacity: 1;
}
.tm-titlebar-wrapper.tm-bgimage-no .tm-titlebar-wrapper-bg-layer{
	opacity: 1;
}
.tm-titlebar-main h3.tm-subtitle{
	opacity: 0.8;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container{
    padding: 0;
    position: relative;
    vertical-align: middle;
    display: table;
    height: 100%;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container .tm-titlebar-main-inner{
    vertical-align: middle;
    display: table-cell;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .breadcrumb-wrapper .container,
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container{
	width: auto;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
	padding-left: 0px;
}

/*** Without Titlebar border ***/
hr.tm-titlebar-border {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
	border-top: 1px solid rgba(0,0,0,.05);
    background-color: transparent;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom{
    position: relative;
    z-index: 9;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container{
    background-color: #7eba03;
    padding: 17px 64px;
    display: inline-block;    
    width: auto;
}
.tm-bgcolor-skincolor.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container{
    background-color: #3d3d3d;
}

/*** 

====================================================================
	Footer Section
====================================================================

 ***/
.kwayy-wide.kwayy-sticky-footer .site-content-wrapper {
    z-index: 1;
} 
.tm-bordertype-none .bottom-footer-inner {
	border:none !important;
}
.tm-bordercolor-white .bottom-footer-inner,
.tm-bordercolor-white.tm-bordertype-double .bottom-footer-inner,
.tm-bordercolor-white.tm-bordertype-double .bottom-footer-inner:before {
	 border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.tm-bordercolor-dark .bottom-footer-inner,
.tm-bordercolor-dark.tm-bordertype-double .bottom-footer-inner,
.tm-bordercolor-dark.tm-bordertype-double .bottom-footer-inner:before {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tm-bordertype-double .bottom-footer-inner:before {
	position: absolute;
    content: '';
    width: 100%;
	top: -5px;
}
ul.footer-nav-menu li:after { 
	position: absolute;
    content: "|";
	padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after {
	content: "";
}
.footer-nav-menu{
	list-style: none;
	margin: 0px;
	padding:0px;
}
.footer-nav-menu li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 20px;
}
.footer-nav-menu li:first-child{
	padding-left: 0px;
}
.bottom-footer-inner,
.second-footer-inner{
	position: relative;
}
.tm-footer2-left,
.tm-footer2-right{
    padding-top: 30px;
    padding-bottom: 28px
} 
.tm-footer2-right{
	text-align: right;
} 
.col-sm-12.tm-footer2-left,.col-sm-12.tm-footer2-right {
	text-align: center;
	line-height: 30px;
}
 .second-footer-inner:before {
	content: "";
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 }
 
/*** Newsletter Widget ***/ 
.tm-mailchimp-formrow .tm-element-heading-wrapper.tm-seperator-none .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell {
    margin-bottom: 5px;
}
.tm-mailchimp-formrow .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin-bottom: 25px;
}
.mailchimp-inputbox{
	position: relative;
}
.mailchimp-inputbox{
	height: 45px;
	width: 100%;
	position: relative;
	z-index: 1;
    margin-top: 10px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: '\e826';
    top: 0;
    right: -9px;
    font-family: "tm-nutricorp-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    font-size: 22px;
    color: #fff;
    width: 47px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 0px 5px 5px 0px;
}
.mailchimp-inputbox input[type="email"]{
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50) !important;
    width: 100% !important;
    height: 43px !important;
    padding-left: 0px !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    outline: none !important;
    text-indent: 0px;
}
.mailchimp-inputbox input[type="submit"]{
    position: absolute !important;
    top: 0;
    right: 0;
    height: 46px;
    border: 0;
    text-indent: -9999px;
    width: 48px !important;
    border: none;
    outline: none;
    border-radius: 0;
    z-index: 21;
    background-color: transparent;
    display: block;
    padding: 0;
}
.mailchimp-inputbox input[type="submit"]:hover {
	opacity:0.8;
    background-color: transparent;
}
.main-holder .newsletter-subscription {
    display: block;
    margin: 0;
    max-width: 500px;
    width: 100%;
}
.mailchimp-inputbox .ti-email{
    position: absolute;
    top: 14px;
    left: 15px;
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.85);
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"]::-moz-placeholder,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"]::-moz-placeholder { 
    color: rgba(255, 255, 255, 0.85);
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"]:-ms-input-placeholder,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"]:-moz-placeholder,
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"]:-moz-placeholder { 
    color: rgba(255, 255, 255, 0.85);
}
.tm-bgcolor-darkgrey .mailchimp-inputbox input[type="email"],
.tm-bgcolor-skincolor .mailchimp-inputbox input[type="email"] { 
    color: rgba(255, 255, 255, 1);
}




/*** 

====================================================================
	Events Calendar
====================================================================

 ***/

.tribe-events-notices {
    background: #f5f5f5;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    color: #20202d;
    margin: 10px 0 18px;
    padding: 15px 35px 15px 20px;
    text-shadow: none;
}
.tribe-events-list-widget .tribe-event-title {
	font-size: 16px;
	font-weight: normal;
} 
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding-left: 0;
	margin-bottom: 20px;
} 
#tribe-bar-form #tribe-bar-views .select2-container{
	display: none;
}
.tribe-events-gmap{
	display: block;
	padding: 10px 0px 5px 0px;
}  
#tribe-bar-views .tribe-bar-views-list{
	z-index: 1;
}
#page #tribe-events-pg-template{
	max-width: none;
}
.events-archive #page .entry-content,.events-archive #page .entry-header{
	width: 100%;
}
#tribe-bar-form #tribe-bar-views, 
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, 
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover, 
#tribe-events-bar #tribe-bar-collapse-toggle, 
#tribe-events-bar #tribe-bar-form, #tribe-events-bar .tribe-bar-views-inner {
	background: #fff;
}
#tribe-events-bar #tribe-bar-form {
	margin: 0;
	width: 100%;
	border: 1px solid #e3e3e3;
}
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
	border-right: 1px solid #e3e3e3;
	padding: 2px 22px;
}
#tribe-bar-form .tribe-events-button{
	margin-bottom: 0;
}
.events-list .tribe-events-loop, 
.tribe-events-day .tribe-events-loop, 
.single-tribe_venue .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop {
	max-width: 100%;	
}
.tribe-events-list .type-tribe_events {
    padding: 25px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;
}
.tribe-events-list .type-tribe_events h2 {
    padding-right: 50px;
    font-size: 20px;
}
.tribe-events-schedule h2 {
    display: inline-block;
    font-size: 19px;
}
.single-tribe_events h1.tribe-events-single-event-title {
    display: none;
}
.tribe-events-list-separator-month:after {	
	border-bottom: 1px solid #eaeaea;	
}
.kwayy-post-item-inner .tribe-events-event-cost,
.tribe-events-list .tribe-events-event-cost{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    float: none;
    position: absolute;
    width: 206px;
    right: -64px;
    z-index: 1;
    top: 23px;
}
.kwayy-post-item-inner .tribe-events-event-cost span,
.tribe-events-list .tribe-events-event-cost span{
    width: 100%;
}
.kwayy-post-item-inner .tribe-events-event-cost{
	color:#fff;
	z-index: 99;
	text-align:center;
	right: -76px;
	top: 15px;
}
.kwayy-post-item-inner{
	overflow: hidden;
}
.tribe-events-list .tribe-events-event-cost span{
	color:#fff;
	border: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
	border:1px solid transparent;
    border-radius: 24px;
}
.single-tribe_events h2.tribe-events-single-event-title{
	display:none;
}
.tribe-events-schedule {	
	float: right;
    margin-top: 5px;
}
.tribe-events-back {	
	float: left;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {	
    padding: 5px 15px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.tribe-events-back {
	margin-top: 16px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	color:#2d2d2d;
}
body.events-list .tribe-events-ical{
	margin-bottom:30px;
}
#tribe-bar-views .tribe-bar-views-list {
	padding: 0;
	width: 101%;
	left: -1px;
	border-left: 1px solid #e3e3e3;	
}
#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
	padding: 0;
	width: 101%;
	left: -1px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
#tribe-bar-views.tribe-bar-views-open ul.tribe-bar-views-list li.tribe-bar-views-option:last-child {
	border-bottom: 1px solid #e3e3e3;
}
body .datepicker.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	padding: 20px;
	border: 1px solid #eee;
	font-size: 14px;
	z-index: 14 !important;
}
body .datepicker .datepicker-days table tr td {
	color: #999;
	padding: 8px;
	width: 34px;
	height: 34px!important;
	border-top: 0;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active {	
	background: transparent;
	color: #999;
	text-shadow: none;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover, 
.datepicker table tr td span.active.active:hover,
body .datepicker .datepicker-days table tr td:hover{
	color: #ffffff;
}
.events-single .tribe_events{
	clear:both;
}
.post-box-event.post-box .kwayy-post-readmore{
	position:relative;
	margin-top: 10px;
}
.single-tribe_events .tribe-events-event-meta dl {
    margin: 0;
    margin-top: 18px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px;
    text-transform: uppercase;
}
.tribe-events-list-separator-month {
    text-transform: uppercase;
    font-size: 20px;
}
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    float: none;
    position: relative;
    width: auto;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a,

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background-color: #232323;
    color: #fff;
}
.kwayy-box-events h4{
	font-weight: 600;
    font-size: 17px;
}
.kwayy-events-box-view-top-image-details .kwayy-box-title {
    padding: 15px 0;
}
.kwayy-events-box-view-top-image-details .kwayy-box-title .kwayy-box-title{
	padding: 0;
}
.kwayy-events-box-view-top-image-details .kwayy-event-meta-details{
    border: 1px solid #ededed;
    border-left: none;
    border-right: none;    
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-style: italic;
}
.kwayy-events-box-view-top-image-details .kwayy-post-readmore{
	margin-top: 10px;
}
.kwayy-events-box-view-top-image-details .kwayy-events-meta .tribe-events-event-cost{
	font-weight: bold;
}
.kwayy-events-box-view-top-image .kwayy-box-bottom-content {
    text-align: center;
}

/*** 

====================================================================
	Common Widget Section
====================================================================

 ***/


.sidebar.widget-area .widget.nutricorp_category_list_widget{
    padding: 0px;
}


.widget.nutricorp_category_list_widget .widget-title{
	display: none;
}
.widget.nutricorp_category_list_widget ul {
    margin-bottom: 30px;
}
.widget.nutricorp_category_list_widget .widget-title:after {
	background-color: #fff !important;
}
.widget.nutricorp_category_list_widget li{
	padding: 0;
}
.widget.nutricorp_category_list_widget li a{
    display: block;
    padding: 15px 0 15px 30px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
}
.widget.nutricorp_category_list_widget li a:after {
    content: '\f101';
    position: absolute;
    right: 16px;
    top: 14px;   
    font-size: 15px;
    font-family: 'FontAwesome';
}
.widget.nutricorp_category_list_widget li:last-child a{
	border-bottom: none;
}
.widget.nutricorp_category_list_widget li.current-cat a,
.widget.nutricorp_category_list_widget li a:hover{
	color: #fff;
	border-color: transparent;
}
.sidebar h3.widget-title {
    margin-top: 0px;
    margin-bottom: 35px;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.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 70px;
}
.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 .tm-newsletter-margin {
    margin-top: -23px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.nutricorp_contact_widget_wrapper) > li:last-child,
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget .widget-title {
    margin-bottom: 34px;
	position: relative;
}
/* Only for admin widget view*/
div.widget {
    margin: 40px 25px;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.nutricorp_contact_widget_wrapper) > li {  
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
}
body .sidebar .widget.nutricorp_category_list_widget li{
    padding: 0 !important;
    border-top: none !important;
}
.sidebar .widget.kwayy_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
    padding: 15px 0;
}
.sidebar .widget.kwayy_widget_recent_entries ul:not(.slides):not(.cart_list):not(.nutricorp_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;
}

/*** Footer Social Widget ***/ 
.footer .social-icons li > a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.64);
    margin-right: 8px;
}
.footer .social-icons li > a:hover{
    color: rgba(255, 255, 255, 1);
}

/*** Flicker Widget ***/ 
.nutricorp_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
.footer .nutricorp_flicker_widget_wrapper a {
    width: 75px;
    height: 75px;
}
.nutricorp_flicker_widget_wrapper a img{
    width: 100%;
    height: 100%;
}
ul.flickr li,
.widget ul.flickr li{
	padding: 0!important;
    border: none !important;
}
/*** 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;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

ul.nutricorp_contact_widget_wrapper{
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.nutricorp_contact_widget_wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 13px;
}
ul.nutricorp_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 4px;      
}

/*** Recent Post Widget ***/ 
ul.tm-recent-post-list{
	list-style: none;
	padding: 0;
}
ul.tm-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.tm-recent-post-list > li > a{
	font-size: 14px;
}
ul.tm-recent-post-list li:after{
	content: " ";
	display: table;
	clear:both;
}
ul.tm-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.tm-recent-post-list > li:first-child{
	border-top: 0px;
	padding-top: 0px;	
}

/*** Common Widget Arrow ***/
.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{
	display: inline-block;
    padding-left: 15px;
    position: relative;
}
.sidebar .widget_recent_comments > ul:not(.slides):not(.cart_list) > li.recentcomments {
    padding-left: 15px;
}
.sidebar .widget_recent_comments li.recentcomments:before{
    top: 15px; 
}
.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: "tm-nutricorp-icons";
    content: "\e809";
    position: absolute;
    top: 4px;
    left: 0px;
	line-height: 1em;
    font-size: 14px;
}

/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
	float: none;
}
.widget ul > li ul {
    margin-left: 20px;
    margin-top: 15px;
}

/*** 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;
}
.tm-textcolor-dark .widget_calendar table {
    border-color: rgba(0, 0, 0, 0.07);
}
.tm-textcolor-dark .widget_calendar table th,
.tm-textcolor-dark .widget_calendar table td {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-right-color: rgba(0, 0, 0, 0.07);
}

/*** Newslettr color ***/
.tm-textcolor-white .newsletter-submit,
.tm-textcolor-white .newsletter-widget,

/*** Caleder color ***/
.tm-textcolor-white .widget_calendar table th, 
.tm-textcolor-white .widget_calendar table td,
.tm-textcolor-white .widget_calendar table{
	border-color: rgba(229, 229, 229, 0.12);   
}

/*** Newslettr color ***/
.tm-textcolor-white .newsletter-widget .newsletter-email {
    color: rgba(255, 255, 255, 0.34);
}
.tm-textcolor-white .mc_form_inside .mc_merge_var:after,
.tm-textcolor-white .newsletter-widget:after {
    color: rgba(255, 255, 255, 0.4);
}
/*** Newslettr color ***/
.tm-textcolor-dark .mc_form_inside .mc_merge_var,
.tm-textcolor-dark .newsletter-submit,
.tm-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
====================================================================

 ***/

.tm-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.nav-menu > ul {
	margin: 0px;
	padding: 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;
}

/*** Overaly search box ***/
.tm-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	height: 0;
	width: 100%;
	z-index: 9999;	
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.tm-search-overlay.st-show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    filter: alpha(opacity=93);
    -moz-opacity: 0.93;
    -khtml-opacity: 0.93;
    opacity: 0.93;
	cursor: url(../images/close.png),pointer;
    height: 100%;
    visibility: visible;
}
.tm-search-overlay .tm-search-outer {
    position: absolute;
    left: 50%; 
    top: 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%);   
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: block;   
}
.tm-search-overlay .tm-search-outer .tm-form-title {
    display:block;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    clear: both;
    color: #fff;
    margin-bottom: 40px
}
.tm-search-overlay .tm-site-searchform input[type="search"] {
    background: none;
    border: 0;
    color: #FFF !important;
    height: 70px;
    padding: 0 70px 0 18px;
    font-weight: normal;
    font-weight: 300;
    font-size: 35px;
    width: 100%;
    color: rgba(255, 255, 255, 0.21);
    outline: none;
    height: 76px;
    border-bottom: 2px solid #3a3a3a;
    margin: 0;
    border-radius: 0px;
}
.tm-search-overlay .tm-site-searchform button {
    font-size: 23px;
    position: absolute;
    right: 0;
    bottom: 23px;
    background: none;
    border: 0;
    text-align: center;
    display: block;
    line-height: 0;
    color: rgba(255, 255, 255, 0.88);
    padding: 0;
}
.tm-search-overlay .tm-site-searchform input[type="search"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.80);
}
.tm-search-overlay .tm-site-searchform input[type="search"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.80);
}
.tm-search-overlay .tm-site-searchform input[type="search"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.80);
}
.tm-search-overlay .tm-site-searchform input[type="search"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.80);
}
body.st-prevent-scroll {    
    height: 100%;
}
.close-box i{
    top: 60px;
    color: #ababab;
    opacity: 0;
    font-size: 35px;
    position: fixed;
    cursor: pointer;
    right: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.close-box i.showicon{
    opacity: 1;
	top: 30px;
}

/*** 

====================================================================
	Call to Action Section
====================================================================

 ***/
 
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2{
	color: #fff;
}
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
    color: rgba(255, 255, 255, 0.90);
}
.tm-bgcolor-white .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-grey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-headers h2{
	color: #212121;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
	color: #4a4a4a;
}
.tm-bgcolor-skincolor .wpb_content_element,

.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-cta3-content-wrapper,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-cta3-content-wrapper{
	color: rgba(255, 255, 255, 0.77);
}
.tm-bgcolor-white .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-grey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-skincolor .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only,
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only{
	background-color: transparent;
	border: none;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-left .tm-vc_cta3_content-container,
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-right .tm-vc_cta3_content-container{
	display: table;
    width: 100%;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3 h2{
	font-size: 45px;
	line-height: 50px;
    margin-bottom: 0;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-cta3-content-wrapper{
    margin-bottom: 35px;
}

.tm-cta3-only.tm-vc_general.tm-vc_cta3 h4{
    margin-top: 5px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper{
	margin-top: 0px;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-actions {
	margin-top: 20px;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent {
    padding: 0;
}
.tm-play-icon {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}
.reset-column-margin-768 .vc_column-inner{
    margin: 0px !important;
}


/*** 

====================================================================
	Servicebox Section
====================================================================

 ***/
div .tm-sbox.tm-sbox-bgcolor-transparent > .tm-vc_cta3-container > .tm-vc_general{
    padding: 0;
    border: 0;
}
.top-overlay-index {
    z-index: 99;
	position: relative;
}

/*** Service box equal height ***/
.tm-servicebox-bgimage.vc_row-o-equal-height .vc_column-inner .wpb_wrapper,
.tm-servicebox-bgimage.vc_row-o-equal-height .vc_column-inner .wpb_wrapper .tm-sbox {
	height: 100%;
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3 {
    margin-left: 0;
    padding: 0;
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tm-sbox .tm-vc_cta3-container.tm-sbox-iconalign-topheading .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3_content-container{
    padding-top: 70px;
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header {
    padding-bottom: 10px;
}
.tm-servicebox-bgimage .vc_column-inner{
	height: 350px;
} 
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-icons {
	transition: transform 0.45s;
	-webkit-transition: transform 0.45s;
	transform: translateY(180%) !important;   
	-webkit-transform: translateY(180%) !important; 
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header {
	transition: transform 0.35s;
	-webkit-transition: transform 0.35s;
	transform: translateY(250%);   
	-webkit-transform: translateY(250%);
}
.tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content p{
    transition: opacity 0.2s, transform 0.35s;
	-webkit-transition: opacity 0.2s, transform 0.35s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);  
    opacity: 0;
}
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-icons,
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-content p,
.tm-sbox:hover .tm-sbox-iconalign-topheading .tm-vc_cta3-content-header{
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important; 
	opacity: 1;
}
.vc_col-sm-6 .tm-sbox .tm-sbox-iconalign-topheading .tm-vc_cta3-content p{
	 width: 56%;
}

/*** Transparent service box style ***/
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-style-transparent {
    padding: 0px;
}
.tm-sbox .tm-vc_cta3-content-header h2{
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #3d3d3d;
}
.tm-sbox .tm-vc_cta3-content-header h4{
	font-size: 18px;
	font-weight: 400;	
}
.tm-sbox.tm-sbox-iconalign-top-center .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-bottom: -10px;
}

/*** Servicebox Extra large Icon ***/
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl.tm-vc_icon_element-have-style-inner {
    width: 9.15em !important;
    height: 9.15em !important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl.tm-vc_icon_element-have-style-inner .tm-vc_icon_element-icon {
    font-size: 3.8em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-outline{
	border-width: 1px;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline {
    border-color: #f5f5f5;
    background-color: #fff;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-lg.tm-vc_icon_element-have-style-inner {
    width: 7em !important;
    height: 7em !important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md.tm-vc_icon_element-have-style-inner {
    width: 5.5em!important;
    height: 5.5em!important;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm.tm-vc_icon_element-have-style-inner {
    width: 4em !important;
    height: 4em !important;
}

/*** Top Left Icon with content ***/
.tm-sbox.tm-sbox-iconalign-top-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons{
	text-align: left;
}

/*** Left / Right Icon with content ***/
.tm-sbox-iconalign-left-spacing:not(.tm-sbox-both-headings) .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content,
.tm-sbox-iconalign-right-spacing:not(.tm-sbox-both-headings) .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content{
	margin-bottom: 0px;
}
.tm-sbox.tm-sbox-iconalign-left-spacing  .tm-vc_cta3-icons-left.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons, 
.tm-sbox.tm-sbox-iconalign-right-spacing  .tm-vc_cta3-icons-right.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    vertical-align: top;
}
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-right.tm-vc_cta3-icon-size-lg .tm-vc_cta3_content-container{
	padding-right: 2em;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3{
	margin-left: 36px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs{
	margin-left: 20px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm{
	margin-left: 24px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md{
	margin-left: 30px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg{
	margin-left: 36px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl{
	margin-left: 52px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xs{
	margin-right: 20px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-sm{
	margin-right: 24px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md{
	margin-right: 30px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-lg{
	margin-right: 36px;
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl{
	margin-right: 52px;
}
.tm-sbox-iconalign-topleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons,
.tm-sbox-iconalign-bottomleft .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-bottom .tm-vc_cta3-icons {
    left: 0;  
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons,
.tm-sbox-iconalign-bottomright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-bottom .tm-vc_cta3-icons {
    right: 0;
    left: auto;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.tm-sbox-iconalign-topright .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-on-border.tm-vc_cta3-icons-top .tm-vc_cta3-icons{
	-webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.tm-sbox-iconalign-left-spacing.tm-sbox-istyle-boxed-outline.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
    padding-right: 10px;
}
.tm-sbox-iconalign-right-spacing.tm-sbox-istyle-boxed-outline.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
	padding-left: 10px;
}

/*** Before Heading Icon ***/
.tm-sbox.tm-sbox-iconalign-after-heading  .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-before-heading  .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-after-heading  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-before-heading  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content{
	margin-bottom: 15px;
}
.tm-sbox.tm-sbox-iconalign-after-heading .tm-wrap-cell,
.tm-sbox.tm-sbox-iconalign-before-heading .tm-wrap-cell{
	display: table-cell;
}
.tm-sbox .tm-wrap-cell{
	display: block;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap,
.tm-sbox-iconalign-before-heading.tm-sbox .tm-wrap{
	width: auto;
}
.tm-sbox-iconalign-before-heading.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
    padding-right: 10px;
}
.tm-sbox-iconalign-before-heading.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-xl .tm-vc_cta3-icons {
    padding-right: 15px;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    padding-left: 15px;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap{
	float: right;
}
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_cta3-content:after,
.tm-sbox-iconalign-after-heading.tm-sbox .tm-wrap:after,
.tm-sbox-iconalign-after-heading.tm-sbox .tm-vc_cta3_content-container > .tm-cta3-desc-btn-wrapper:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-lg .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-left: -8px;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-sm .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none,
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-md .tm-vc_icon_element .tm-vc_icon_element-inner.tm-vc_icon_element-style-none{
	margin-left: -6px;
}
.tm-sbox.tm-sbox-iconalign-before-heading .tm-vc_cta3.tm-vc_cta3-icon-size-sm .tm-vc_cta3-icons {
    padding-right: 10px;
}

/*** Iconalign Top Center ***/
.tm-sbox-iconalign-top-center .tm-cta3-desc-btn-wrapper{
	padding-top: 0px;
}

/*** Iconalign Top Left ***/
.tm-sbox-iconalign-before-heading .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content,
.tm-sbox-iconalign-top-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	text-align: left;
}

/*** Iconalign Top Center ***/
.tm-sbox-iconalign-top-center .tm-vc_btn3-container.tm-vc_btn3-left,
.tm-sbox-iconalign-top-center .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-top-center  .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-left .tm-vc_cta3-content,

.tm-sbox-iconalign-bottom-center .tm-vc_cta3-headers,
.tm-sbox-iconalign-bottom-center .tm-cta3-desc-btn-wrapper{
	text-align: center;
}

/*** Iconalign Top Right ***/
.tm-sbox-iconalign-after-heading .tm-vc_cta3-headers,
.tm-sbox-iconalign-right-spacing .tm-vc_cta3-headers,
.tm-sbox-iconalign-top-right .tm-vc_cta3-headers,
.tm-sbox-iconalign-top-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons,
.tm-sbox-iconalign-top-right .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-after-heading .tm-cta3-desc-btn-wrapper,
.tm-sbox-iconalign-right-spacing .tm-cta3-desc-btn-wrapper{
	text-align: right;
}

/*** Servicebox button ***/
.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_general.tm-vc_btn3{
	margin-top: 15px;
}
.tm-sbox .tm-vc_general.tm-vc_cta3{
    border-color: transparent;
    background-color: transparent;
}
/*** Service box Normal Button ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse,

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino,

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-purple,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-grey,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor{
	background-color:transparent !important;
	margin-top:10px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty).tm-vc_btn3-style-text .tm-vc_btn3-icon{
	left: 0px;
}
.tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 34px;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default{
	color: #f7f7f7;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-default:hover{
	color: #e8e8e8;
}

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary{
	color: #0088cc;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-primary:hover{
	color: #0074ad;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info{
	color: #58b9da;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-info:hover{
	color: #3fafd4;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success{
	color: #6ab165;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-success:hover{
	color: #59a453;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning{
	color: #ff9900;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-warning:hover{
	color: #e08700;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger{
	color: #ff675b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-danger:hover{
	color: #ff4b3c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse{
	color: #555555;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-inverse:hover{
	color: #464646;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue{
	color: #5472d2;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-blue:hover{
	color: #3c5ecc;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise{
	color: #00c1cf;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-turquoise:hover{
	color: #00a4b0;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink{
	color: #fe6c61;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-pink:hover{
	color: #fe5043;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet{
	color: #8d6dc4;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-violet:hover{
	color: #7c57bb;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc{
	color: #4cadc9;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-peacoc:hover{
	color: #39a0bd;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino{
	color: #cec2ab;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-chino:hover{
	color: #c3b498;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine{
	color: #50485b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-mulled-wine:hover{
	color: #413a4a;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue{
	color: #75d69c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-vista-blue:hover{
	color: #5dcf8b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange{
	color: #75d69c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-orange:hover{
	color: #5dcf8b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky{
	color: #5aa1e3;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sky:hover{
	color: #4092df;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green{
	color: #6dab3c;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-green:hover{
	color: #5f9434;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown{
	color: #f79468;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-sandy-brown:hover{
	color: #f57f4b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-purple{
	color: #b97ebb;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-purple:hover{
	color: #ae6ab0;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black{
	color: #2a2a2a;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-black:hover{
	color: #1b1b1b;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white{
	color: #fff;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white:hover{
	color: #eaeaea;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor.tm-vc_btn3-style-outline {
    background-color: transparent;
}

.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor:hover{
    color: #313131;
}


/*** Service box Bg image animation ***/

/*** Normal settings ***/
.tm-sbox-bgimage-layer.tm-bgimage-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.tm-sbox.tm-bg.tm-bgimage-yes .tm-bg-layer {
	z-index: 2;
}
.tm-sbox .tm-vc_cta3-container {
	z-index: 3;
	position: relative;
	width: 100%; 
    margin-bottom: 40px;
}
.tm-sbox .tm-bgimage-layer{
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

/**** Hover effect *****/

/* Zoomin */
.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes:hover .tm-sbox-bgimage-layer{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomout.tm-bgimage-yes .tm-bg-layer,
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes .tm-bg-layer{
	-webkit-transition: all .35s ease-in;
	transition: all .35s ease-in;
}
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomout.tm-bgimage-yes:hover .tm-bg-layer,
.tm-sbox-bgcolor-darkgrey.tm-sbox.tm-sbox-bghover-zoomin.tm-bgimage-yes:hover .tm-bg-layer{
	opacity: 0.80;
}

/* Zoomin with rotate */
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgrotate-true.tm-bgimage-yes:hover .tm-sbox-bgimage-layer{
    -ms-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

/* Zoomin with blur */
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgblur-true.tm-bgimage-yes:hover .tm-sbox-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Zoomin with blur and rotate */
.tm-sbox.tm-sbox-bghover-zoomin.tm-sbox-hover-bgblur-true.tm-sbox-hover-bgrotate-true.tm-bgimage-yes:hover .tm-sbox-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

/* Zoomout */
.tm-sbox.tm-sbox-bghover-zoomout .tm-sbox-bgimage-layer{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tm-sbox.tm-sbox-bghover-zoomout:hover .tm-sbox-bgimage-layer{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* Zoomout with rotate */
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgrotate-true:hover .tm-sbox-bgimage-layer{
    -ms-transform: scale(1) rotate(5deg);
    -webkit-transform: scale(1) rotate(5deg);
    transform: scale(1) rotate(5deg);
}
/* Zoomout with blur */
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgblur-true:hover .tm-sbox-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Zoomout with blur and rotate */
.tm-sbox.tm-sbox-bghover-zoomout.tm-sbox-hover-bgblur-true.tm-sbox-hover-bgrotate-true:hover .tm-sbox-bgimage-layer{
	 filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -ms-transform: scale(1) rotate(5deg);
    -webkit-transform: scale(1) rotate(5deg);
    transform: scale(1) rotate(5deg);
}

/**** Equal Service Box*****/
.vc_row-o-equal-height{
    display: flex;
}
.vc_row-o-equal-height.vc_row-flex .tm-sbox,
.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper{
    -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;
}
.tm-bgimage-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only), 
.tm-bgcolor-yes .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only){
	padding: 60px 40px 0px 40px;
}

/*** Service box connect ***/
.tm-hr-connect-box .tm-vc_icon_element:before {
	content: '';
	position: absolute;
	top: 45px;
	right: -15px;
	width: 55%;
	height: 1px;
	background: #cccccc;
	z-index: 4;
}
.tm-hr-connect-box .tm-vc_icon_element:after {
	content: '';
	position: absolute;
	top: 45px;
	left: -15px;
	width: 55%;
	height: 1px;
	background: #cccccc;
	z-index: 4;
}
.tm-hr-connect-box .tm-sbox {
    overflow: visible;
}
.tm-hr-connect-box .tm-sbox .tm-vc_icon_element-inner {
    z-index: 11;
}
.tm-hr-connect-box .wpb_column:first-child .tm-vc_icon_element:after{
	display: none;
}
.tm-hr-connect-box .wpb_column:last-child .tm-vc_icon_element:before{
	display: none;
}
.tm-bgcolor-darkgrey.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-darkgrey.tm-hr-connect-box .tm-vc_icon_element:after,

.tm-bgcolor-skincolor.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-skincolor.tm-hr-connect-box .tm-vc_icon_element:after {
	background: rgba(255, 255, 255, 0.50);
}
.tm-bgcolor-white.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-white.tm-hr-connect-box .tm-vc_icon_element:after,
.tm-bgcolor-grey.tm-hr-connect-box .tm-vc_icon_element:before,
.tm-bgcolor-grey.tm-hr-connect-box .tm-vc_icon_element:after {
	background: rgba(0, 0, 0, 0.20);
}

/*** Service box Padding ***/
.tm-sbox.tm-bgimage-yes .tm-vc_general.tm-vc_cta3, 
.tm-sbox.tm-bgcolor-yes .tm-vc_general.tm-vc_cta3,

div .tm-sbox.tm-sbox-bgcolor-transparent.tm-bgimage-yes > .tm-vc_cta3-container > .tm-vc_general,
div .tm-sbox.tm-sbox-bgcolor-transparent.tm-bgcolor-yes > .tm-vc_cta3-container > .tm-vc_general {
    padding: 45px 40px 40px 40px;
}
.tm-sbox.tm-bgimage-yes.reset-padding-servicebox .tm-vc_general.tm-vc_cta3{
	 padding: 45px 0px 0px 0px;
}
.tm-sbox.tm-bgimage-yes.tm-sbox-effect-one .tm-vc_general.tm-vc_cta3{
    padding: 22px 22px 57px 20px;
}
.vc_row-no-padding .tm-sbox:not(.tm-bgimage-yes),
.vc_row-no-padding .tm-sbox:not(.tm-bgcolor-yes){
	padding: 0;
}
.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-actions-bottom .tm-vc_cta3-content {
    margin-bottom: 0;
}

/* Icon on border */
.tm-sbox.tm-icon-on-border{
    margin-top: 50px
}
.tm-sbox.tm-icon-on-border .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons{
    position: absolute;
    left: 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%);
    top: 0;
}
.tm-sbox.tm-bgimage-yes.tm-icon-on-border .tm-vc_general.tm-vc_cta3, 
.tm-sbox.tm-bgcolor-yes.tm-icon-on-border .tm-vc_general.tm-vc_cta3{
    padding: 60px 45px 40px 45px;
}

/* Icon on border */
.tm-sbox.servicebox-icon-none .tm-vc_cta3-icons{
    display: none;
}
.tm-sbox.servicebox-icon-none .tm-vc_cta3-container{
    margin-bottom: 0;
}
.tm-sbox.icon-box-shadow  .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.tm-sbox.tm-sbox-bghover-zoomin,
.tm-sbox.tm-sbox-bghover-zoomout{
    overflow: hidden;
}

/*** 

====================================================================
	Blogbox Section
====================================================================

 ***/
article.post .entry-content p, 
article.post .entry-title{
    margin-bottom: 15px;
}
article.post .entry-content blockquote{
    line-height: 30px;
}
.tm-featured-wrapper .tm-slick-carousel-wrapper .tm-slick-carousel > div:not(:first-child){
	display: none;
}
.kwayy-box-blog .kwayy-box-content{	
	padding-top: 22px;
	position: relative;
    overflow: hidden;
}
.kwayy-blogbox-format-link.kwayy-box-blog .kwayy-box-content,
.kwayy-blogbox-format-quote.kwayy-box-blog .kwayy-box-content{ 
    display: none;
}
.tm-post-featured-outer-wrapper,
.kwayy-box-blog,
article.post,
.kwayy-post-item-thumbnail,
.tm-featured-wrapper {
    position: relative;    
}
.tm-entry-meta-wrapper{
    padding-bottom: 0px;
    padding-top: 0px;
    font-style: normal;
    font-size: 14px;
}
.tm-entry-meta .tm-meta-line i{
    color: #4e4e4e;
}

/*** Blog box meta border for skincolor and darkcolor ***/
.tm-bgcolor-grey .tm-entry-meta-wrapper {
    border-color: rgba(0, 0, 0, 0.16);
}
.kwayy-blogbox-format-link .kwayy-box-meta{
	margin-top: 0px;
}
.kwayy-blogbox-footer-readmore{
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
}
.kwayy-events-box-view-top-image-details .kwayy-post-readmore a,
.kwayy-blogbox-footer-readmore a{
	color: #0a0c0e;
	font-size: 15px;
	font-weight: 500;
    display: inline-block;
    position: relative;
}
.kwayy-blogbox-footer-readmore a:after{
    font-family: "tm-nutricorp-icons";
    content: "\e83f";
    position: absolute;
    top: 7px;
    right: -22px;
    line-height: 1em;
    font-size: 13px;
}
.kwayy-box-blog.kwayy-box-view-content-overlay .kwayy-blogbox-footer-readmore a:hover {
	background:none;
	border:none;
}
.kwayy-box-blog .kwayy-meta-details .kwayy-blogbox-meta-row-date{
	position: relative;
	padding-right: 24px;
}
.kwayy-box-blog .kwayy-box-content .kwayy-box-post-date:after {
    height: 2px;
    content: "";
    background-color: red;
    display: block;
    width: 30px;
    margin-top: 4px;
}
.kwayy-box-blog .kwayy-box-content .kwayy-box-post-date {
	margin-bottom: 19px;
}

/*** Top Image bottom content ***/
.blog .kwayy-box-blog.kwayy-box-topimage{
    margin-bottom: 30px;
}
.kwayy-box-blog.kwayy-box-topimage{
    -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);
}
.kwayy-box-blog.kwayy-box-topimage .kwayy-box-content{ 
    padding: 30px 25px 23px;
    background-color: rgb(255, 255, 255);
}
.kwayy-box-blog.kwayy-box-topimage .kwayy-box-content .kwayy-box-desc{
    padding-top: 15px;
}

.kwayy-box-blog.kwayy-box-topimage .kwayy-box-content { 
    top: -1px;
}
.kwayy-box-blog.kwayy-box-topimage .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "/";
    left: -14px;
    top: -3px;
}
.kwayy-box-blog.kwayy-box-topimage .tm-entry-meta-wrapper {
    padding-bottom: 5px;
}
.kwayy-box-blog.kwayy-box-topimage .kwayy-blogbox-meta-row-user .tm-nutricorp-icon-user{
    display: none;
}
.kwayy-box-blog.kwayy-box-topimage .kwayy-blogbox-footer-readmore{
    position: relative;
}
.kwayy-box-blog.kwayy-box-topimage .kwayy-blogbox-comment{
    position: absolute;
    right: 0px;
    top: 20px;
}


/*** Left Image Right content ***/
.kwayy-box-blog.kwayy-blog-box-view-left-image.kwayy-blogbox-format-quote .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-left-image.kwayy-blogbox-format-link .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-left-image.tm-no-featured-content .kwayy-box-img-left,

.kwayy-box-blog.kwayy-blog-box-view-right-image.kwayy-blogbox-format-quote .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-right-image.kwayy-blogbox-format-link .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-right-image.tm-no-featured-content .kwayy-box-img-left{
	display: none;
}
.kwayy-box-blog.kwayy-blog-box-view-left-image.kwayy-blogbox-format-quote .kwayy-box-img-left,
.kwayy-box-blog.kwayy-blog-box-view-left-image.kwayy-blogbox-format-link .kwayy-box-img-left,
.kwayy-box-blog.kwayy-blog-box-view-left-image.tm-no-featured-content .kwayy-box-content,

.kwayy-box-blog.kwayy-blog-box-view-right-image.kwayy-blogbox-format-quote .kwayy-box-img-left,
.kwayy-box-blog.kwayy-blog-box-view-right-image.kwayy-blogbox-format-link .kwayy-box-img-left,
.kwayy-box-blog.kwayy-blog-box-view-right-image.tm-no-featured-content .kwayy-box-content{
	width: 100%;    
    display: block;
}
.kwayy-box-blog.kwayy-blog-box-view-left-image .post-item:after,
.kwayy-box-blog.kwayy-blog-box-view-right-image .post-item:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.kwayy-box-blog.kwayy-blog-box-view-right-image .kwayy-post-item-thumbnail,
.kwayy-box-blog.kwayy-blog-box-view-left-image .kwayy-post-item-thumbnail{
	float: left;
}
.kwayy-box-blog.kwayy-blog-box-view-right-image .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-left-image .kwayy-box-content {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;   
	padding: 0px 25px 25px;
}
.kwayy-box-blog.kwayy-blog-box-view-right-image.tm-no-featured-content .kwayy-box-content,
.kwayy-box-blog.kwayy-blog-box-view-left-image.tm-no-featured-content .kwayy-box-content { 
    padding: 0px;
}

.tm-bgcolor-skincolor .kwayy-box-blog.kwayy-blog-box-view-right-image .kwayy-box-content,
.tm-bgcolor-skincolor .kwayy-box-blog.kwayy-blog-box-view-left-image .kwayy-box-content{
	padding-top: 0px;
	background-color: transparent;
}
.kwayy-box-img-left {
    padding-left: 0;
    padding-right: 0;
}
.kwayy-box-blog.kwayy-blog-box-view-right-image .kwayy-box-meta,
.kwayy-box-blog.kwayy-blog-box-view-left-image .kwayy-box-meta{
    border: none;
    padding: 0;
    margin: 10px 0px;
}
.kwayy-box-blog.kwayy-blog-box-view-right-image .tm-post-format-icon-wrapper:before {  
	left: auto;
    right: 0;
    border-top: 10px solid rgba(0, 0, 0, 0.79);
    border-right: 10px solid transparent;  
	border-left: none; 
}

/*** Content Overlay Blog content ***/
.kwayy-blogbox-format-link.kwayy-box-view-content-overlay .kwayy-box-content, 
.kwayy-blogbox-format-quote.kwayy-box-view-content-overlay .kwayy-box-content{
	display: none;
}
.kwayy-box-view-content-overlay .post-item{
	position: relative;
	overflow: visible;
}
.kwayy-box-view-content-overlay .tm-entry-meta-wrapper{
	border: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.kwayy-box-blog.kwayy-box-view-content-overlay .kwayy-box-content h4 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;	
}

/*** Blog box meta details ***/
.kwayy-box-blog .kwayy-meta-details .kwayy-blogbox-meta-row-date:after{	
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.kwayy-meta-details, 
.kwayy-meta-details a,
.kwayy-meta-details i{
	font-size: 14px;
	color: #969696;	
}
.kwayy-meta-details i{
	padding-right: 3px;
}
.kwayy-meta-details a:hover{
	text-decoration:none;
}

/*** Blog Classic meta details ***/
article.post .tm-entry-meta-wrapper{
    padding-bottom: 15px;
}
.single article.post .tm-entry-meta-wrapper{
    margin-top: 20px;
}

/*** No image view ***/
.kwayy-box-blog.tm-no-featured-content .tm-entry-meta-wrapper {   
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;	
	margin-top: 20px;
}
.tm-no-featured-content:not(.kwayy-blog-box-view-left-image):not(.kwayy-blog-box-view-right-image) .kwayy-box-content .kwayy-box-title{	
	padding-left: 60px;		
}
.tm-no-featured-content:not(.kwayy-blog-box-view-left-image):not(.kwayy-blog-box-view-right-image) .kwayy-box-content{
	padding-top: 10px;
}
.kwayy-box-blog.tm-no-featured-content .tm-post-format-icon-wrapper {
    top: 0px;
}
.tm-no-featured-content .tm-post-format-icon-wrapper {
	left: 0px;
    top: 8px;
}
.tm-no-featured-content .tm-post-format-icon-wrapper:before {
	display: none;
}
/* End No image view*/

.tm-entry-meta-wrapper .tm-social-share-wrapper {  
    padding-bottom: 0px;
}
.tm-entry-meta-wrapper  .tm-social-share-links ul li {  
    padding-right: 10px;
    padding-top: 0;
}
.tm-entry-meta-wrapper .tm-social-share-links ul {
    padding-right: 0px;
}
.tm-entry-meta .tm-meta-line{
    padding-right: 30px;
    position: relative;
    color: #b5b5b5;
}
.kwayy-box-blog .kwayy-box-content .tm-entry-meta .tm-meta-line {
    padding-right: 22px;
}
.tm-entry-meta .tm-meta-line a,.tm-post-cat .tm-meta-line a,
.kwayy-box-view-top-image .kwayy-box-bottom-content .kwayy-box-category a{
	color: #888888;
}
.tm-entry-meta .tm-meta-line:after{
    position: absolute;
    content: "/";
    left: -15px;
    top: -2px;
}
.tm-entry-meta .tm-meta-line:first-child:after{
	display: none;
}
.kwayy-box-blog .tm-post-format-icon-wrapper {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    z-index: 2;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-radius: 5px 0px 0px 5px;
}
.kwayy-box-blog .kwayy-post-date-wrapper{
    position: absolute;
    background-color: #202020;
    z-index: 2;
    height: 39px;
    margin-left: 0;
    padding: 0 18px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    left: 15px;
    top: 15px;
    border-radius: 5px;
}
.kwayy-box-blog .kwayy-post-date-wrapper .kwayy-entry-date .entry-month,
.kwayy-box-blog .kwayy-post-date-wrapper .kwayy-entry-date .entry-month .entry-year{
    margin-left: 5px;
}
.kwayy-box-blog .kwayy-post-date-wrapper .kwayy-entry-date .entry-month .entry-year{
    display: none;
}
.kwayy-box-blog .tm-post-format-icon-wrapper:before, 
.kwayy-post-box-icon-wrapper:before {
	content:none;
}
.kwayy-box-blog.kwayy-blogbox-format-quote blockquote {
    margin: 40px 40px;
}

.kwayy-box-blog .tm-post-format-gallery img {
    height: auto;
    max-width: 100%;
}


/*** Blog Classic ( no image)***/
article.post.tm-no-featured-content.kwayy-box-blog-classic .entry-header {
    margin-top: 0px; 
    padding-right: 84px;
}
article.post.tm-no-featured-content.kwayy-box-blog-classic .tm_classic_post_icon .tm-social-share-links ul li {
    padding-top: 8px;
}
article.post.tm-no-featured-content.kwayy-box-blog-classic .tm_classic_post_icon {
    margin-top: 0px;
    bottom: 0px;
    right: 17px;
}
.single article.post.tm-no-featured-content.kwayy-box-blog-classic .tm_classic_post_icon {
    bottom: -80px;
    right: 10px;
}
article.post.tm-no-featured-content.kwayy-box-blog-classic .tm-post-cat{
    padding-right: 240px;
}
.more-link-wrapper{
	display: block;
}
.more-link-wrapper a{
	display: inline-block;
}
.more-link-wrapper{	
    margin-top: 30px;
}
article.post .more-link-wrapper a.more-link{
    padding: 10px 45px 10px 34px;
    border-radius: 22px;
    background-color: #333;
    color: #fff;
    position: relative;
}
article.post .more-link-wrapper a.more-link:after {
    font-family: "tm-nutricorp-icons";
    content: '\e809';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 10px;
}


.tm-post-tag-cat{
    margin-top: 30px;
}
.tm-post-tag-cat .tm-post-tag,
.tm-post-tag-cat .tm-post-cat{
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    margin-right: 50px;
}
.tm-post-tag-cat:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.tm-post-tag-cat .tm-nutricorp-icon-category{
    display: none;
}


/*** Blog Author details ***/
.author-info{
    padding: 30px;
    position: relative;
    background-color: #f5f5f5;
}
body.author .author-info{
	margin-bottom: 80px;
}
.author-info .author-title{
    margin-bottom: 5px;
    font-size: 26px;
}
.author-info .author-avatar {
    margin: 0 30px 0 0;
    float: left;
}
.author-info .author-avatar img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info .author-description{
	overflow:hidden;
}
.tm-author-social-links{
    margin: 0;
    margin-left: 116px;
    padding: 0;
    margin-top: 12px;
}
.tm-author-social-links ul{
	list-style: none;
}
.tm-author-social-links li{
	display: inline-block;
	margin-left: 10px;
}
.tm-author-social-links li a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #cacaca;
	margin-bottom: 5px;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    padding: 20px;
    background-color: #fff;
    border: 3px solid #E6E6E6;
    margin-bottom: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
article.sticky .entry-content{
	margin-bottom: 0px;
}
article.sticky .tm-post-format-icon-wrapper {
    left: 21px;
    top: 25px;
}

/*** Blog Format (Gallary) ***/
article.kwayy-blogbox-format-gallery .slick-dotted.slick-slider,
article.post.format-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
article.kwayy-blogbox-format-gallery .slick-dots,
article.post.format-gallery .slick-dots {
	position: absolute;
    top: auto;
    z-index: 10;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: 15px;
}
article.kwayy-blogbox-format-gallery.kwayy-blog-box-view-right-image .slick-dots,
article.post.format-gallery.kwayy-blog-box-view-right-image .slick-dots {
    right: auto;
	left: 14px;
}
article.kwayy-blogbox-format-gallery .slick-dots li,
article.post.format-gallery .slick-dots li {
    width: 12px;
}
article.kwayy-blogbox-format-gallery .slick-dots li button,
article.post.format-gallery .slick-dots li button {
	background-color: transparent;
    display: block;
    cursor: pointer;
	padding: 0;
    text-indent: -9999px;
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #FFF;
	box-shadow: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
article.kwayy-blogbox-format-gallery .slick-dots li.slick-active button,
article.kwayy-blogbox-format-gallery .slick-dots li button:hover,

article.post.format-gallery .slick-dots li.slick-active button,
article.post.format-gallery .slick-dots li button:hover {
	background-color: #fff;
}

/*** Blog Format (MP3) ***/
article.kwayy-blogbox-format-audio .tm-post-format-audio-mp3,
article.format-audio .tm-post-format-audio-mp3{
	background-color: #222;
    padding: 22px 47px;
}

/*** Blog Format (Link) ***/
.post_format-post-format-link .entry-content a{
	font-size: 15px;
	font-weight:bold;
}
.tm-post-featured-link-wrapper .tm-post-featured-link {
    background: rgba(0, 0, 0, 0.74);
    padding: 110px 50px;
    text-align: center;
}
.tm-post-featured-quote,
.tm-post-featured-link-wrapper{
	background-size: cover;
	background-position: 100%;
}
article.kwayy-blogbox-format-link .tm-format-link-title,
article.post.format-link .tm-format-link-title{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 15px;
	color: #fff;
    font-weight: 600;
}
article.kwayy-blogbox-format-link .tm-format-link-url,
article.post.format-link .tm-format-link-url{
	font-size: 18px;
	font-style: italic;
}

/*** Blog Format (Qoute) ***/
.tm-post-featured-quote {
    padding: 20px;
}
article.post.format-quote .tm-post-featured-quote {
    padding: 80px 50px;
}
article.post.kwayy-box-blog-classic .tm-post-featured-quote blockquote {
    margin: 0;
}
article.post.format-link{
    margin-bottom: 0px;
}

.tm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    left: 0;
    z-index: 1;
}
.tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 10px 40px;
}
.kwayy-boxes-blog.kwayy-boxes-col-five .tm-post-featured-quote blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 15px 0;
}
.tm-post-featured-quote blockquote cite {
    color: rgb(255, 255, 255);
    font-size: 19px;
    padding-top: 20px;
    text-align: left;    
}

/*** Fluid Video Iframe ***/
article.post_format-post-format-video .tm-post-format-video,
article.kwayy-blogbox-format-video .tm-post-format-video,
article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .kwayy-blogbox-format-audio,
article.kwayy-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w{
    position: relative;
    overflow: hidden;
    padding-bottom: 76.35%;
    padding-top: 25px;
    height: 0;
}

article.post_format-post-format-video .tm-post-format-video iframe,
article.kwayy-blogbox-format-video .tm-post-format-video iframe,

article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .kwayy-blogbox-format-audio iframe,
article.kwayy-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.single-post  .kwayy-blogbox-footer-readmore{
    display: none;
}

/*** Single Media ***/
.single-post .tm-social-share-post-wrapper{
    text-align: left;
    padding: 15px 0px 12px 0px;
    border-radius: 3px;
}
.single-post .tm-social-share-links ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.single-post .tm-social-share-links ul li a {
    border: 1px solid #ededed;
    border-radius: 50%;
    padding: 0;
    display: block;
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.single-post .tm-social-share-links ul li a:hover {
    border-color: transparent;
}
.single-post .tm-social-share-title {
    margin-top: 15px;
}
.single-post article.post .entry-content {
    margin-bottom: 20px;
}
.single-post .tm-post-prev-next-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.single-post .tm-post-prev-next-buttons {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.single-post .comments-area {
    margin-top: 30px;
}
.single-post .comments-area .comments-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

article.type-attachment .entry-attachment {
	text-align: center;
	border: 1px solid #dadada;
	background: #f3f3f3;
	padding: 15px;
}
span.tm-publised-in-wrapper {
    border: 1px solid #dadada;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}
.tm-publised-in-wrapper span.meta-nav {
    font-size: 12px;
}
.tm-publised-in-wrapper span.post-title {
    font-size: 25px;
    display: block;
}

/*** Single Media Next Previous ***/
#image-navigation.navigation .nav-previous {
	float: left;
}
#image-navigation.navigation .nav-next {
	float: right;
}
.navigation a:hover {	
	text-decoration: none;
}

/*** Comment section ***/
.comment-list .children {
    margin-left: 35px;
}
.tm-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 {
    padding: 30px 19px;
    margin-left: 0px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.pingback .comment-author {
	display:none;
}
.comment-author {
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: 0px;
}
.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: 'tm-nutricorp-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 1px;
    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;
    position: absolute;
    right: 16px;
}
.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-left: 20px;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 14px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.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;
}
.kwayy-page-full-width.kwayy-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;
    display: inline-block;
    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;
}
.tm-comment-date-link{
	float: right;
}
.tm-fn{
	font-size: 17px;
	color: #212121;
	font-weight: bold;
}
.comment-body .tm-fn a{
	font-size: 17px;
	color: #212121;
}
.comment-body .tm-fn{
	color: #a2a2a2;
}
.comment-reply-link{
	font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.tm-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: 50px;
}
.tm-post-prev-next-buttons{
	padding-top: 60px;
}
.tm-post-prev-next-buttons .tm-right-align-btn{
	float: right;
}
.tm-post-prev-next-buttons:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.comment-list li.comment {
    position: relative;
}
.comment-list a.comment-reply-link {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 32px 5px 22px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.comment-list a.comment-reply-link:hover {
    color: #fff;
    border-color: transparent;
}

/*** Blog Navigation section ***/
.woocommerce-pagination,
.kwayy-pagination {
	display: block;
	margin-bottom: 60px;
	margin-top: 30px;	
	text-align:center;	
}
.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.kwayy-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;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current,
.main-holder .site-content nav.woocommerce-pagination ul li a:hover,
.kwayy-pagination .page-numbers.current, 
.kwayy-pagination .page-numbers:hover {
	border-color: transparent;
	color:#fff;
}
.tm-bgcolor-skincolor .kwayy-pagination .page-numbers.current, 
.tm-bgcolor-skincolor .kwayy-pagination .page-numbers:hover{
	 background-color: #f5f5f5;
}
.woocommerce nav.woocommerce-pagination ul {
     border: none;      
     margin: 0; 
}
.woocommerce nav.woocommerce-pagination ul li{
	border-right: none;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

 ***/

.vc_row:not(.vc_row-no-padding) .kwayy-boxes-portfolio.kwayy-boxes-view-default .tm-box-col-wrapper.col-lg-4 {
	margin-left: -1px;
} 
.tax-tm_portfolio_category .tm-box-col-wrapper,
.tax-tm_team_group .tm-box-col-wrapper .kwayy-box{
	margin-bottom: 30px;
}
.kwayy-post-item,
.kwayy-post-item-inner{
	position: relative;
	overflow: hidden;
}
.kwayy-box-portfolio .kwayy-overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.90);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.kwayy-box-portfolio .kwayy-overlay .kwayy-box-category a{
    color: rgba(255, 255, 255, 0.90);
}
.kwayy-box-portfolio:hover .kwayy-overlay {
    opacity: 1;
}
.kwayy-portfolio-box-view-top-image:hover .kwayy-overlay {
	visibility: visible;
    top: 0;
}
.kwayy-portfolio-box-view-top-image .kwayy-box-content-inner,
.kwayy-portfolio-box-view-overlay .kwayy-box-content-inner{
    position: absolute;
    z-index: 5;
    top: 50%;
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-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%);
}
.kwayy-box-portfolio .kwayy-item-thumbnail-inner img.wp-post-image {
    transition: transform 0.5s ease-in-out;
}
.kwayy-box-portfolio:hover .kwayy-item-thumbnail-inner img {
    transform: scale(1.1);
}
.kwayy-portfolio-box-view-overlay .kwayy-icon-box{
    width: 100%;    
    margin-bottom: 15px;
}
.kwayy-portfolio-box-view-overlay .kwayy-portfolio-likes-wrapper{
    display: none;
}
.kwayy-portfolio-box-view-top-image .kwayy-icon-box a,
.kwayy-portfolio-box-view-overlay .kwayy-icon-box a{
    width: 58px;
    height: 58px;
    line-height: 50px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: unset;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: unset;
}
.kwayy-portfolio-box-view-top-image .kwayy-icon-box a i,
.kwayy-portfolio-box-view-overlay .kwayy-icon-box a i{
    display: block; 
    height: 48px;
    border-radius: 50%;
    -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;
}
.kwayy-portfolio-box-view-top-image .kwayy-icon-box a:hover i,
.kwayy-portfolio-box-view-overlay .kwayy-icon-box a:hover i{
    background-color: #fff;
}
.kwayy-portfolio-box-view-overlay:hover .kwayy-icon-box,
.kwayy-portfolio-box-view-top-image:hover .kwayy-icon-box {   
    opacity: 1;
}
.kwayy-box-portfolio .kwayy-box-content .kwayy-box-title h4 a,
.kwayy-box-portfolio .kwayy-box-content .kwayy-box-title h4,
.kwayy-box-portfolio .kwayy-box-category a:hover,
.kwayy-portfolio-box-view-overlay:hover .kwayy-icon-box,
.kwayy-box-content.kwayy-overlay .kwayy-icon-box a {
	color:#fff;
}
.kwayy-boxes .kwayy-box-content.kwayy-overlay .kwayy-icon-box .tm-nutricorp-icon-link:before {
	margin-left:0px;
}
.kwayy-portfolio-box-view-top-image .kwayy-box-bottom-content .kwayy-box-title h4 a,
.kwayy-box-portfolio .kwayy-box-content .kwayy-box-title h4 a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.kwayy-boxes-col-five .kwayy-box-portfolio .kwayy-box-content .kwayy-box-title h4{
	font-size: 15px;
}
.kwayy-box-portfolio .kwayy-box-title h4,
.kwayy-boxes .kwayy-box-portfolio .kwayy-box-content .kwayy-box-title h4{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 19px;
}
.kwayy-box-view-top-image .kwayy-post-item{
    -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);
    overflow: visible;
    background-color: #fff;
}
.kwayy-box-view-top-image .kwayy-box-bottom-content{
    padding: 25px 10px 22px 19px;
    position: relative;
    text-align: center;    
}
.kwayy-box-view-top-image .kwayy-box-bottom-content .kwayy-excerpt{
    margin-bottom: 15px;
    margin-top: 30px;
}
.kwayy-box-view-top-image .kwayy-box-bottom-content .kwayy-box-title h4 {
    font-size: 17px;
    padding-bottom: 2px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}
.kwayy-box-view-top-image .kwayy-box-bottom-content .kwayy-box-title h4:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 42px;
    margin-left: -21px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}
.kwayy-box-view-top-image .kwayy-portfolio-footer{
    padding: 25px 20px;
    border-top: 1px solid #eeeeee;
}
.kwayy-box-view-top-image .kwayy-portfolio-footer .kwayy-box-category{
    font-size: 13px;
}

.kwayy-box-view-top-image .kwayy-portfolio-footer .kwayy-box-category a:hover{
    color: #3d3d3d;
}

/*** Portfolio Likes ***/
.tmicon-fa-heart-o::before {
    content: "\f08a";
}
.tmicon-fa-heart:before {
    content: "\f004";
}
[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.kwayy-portfolio-likes-wrapper {
    width: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 25px;
    right: 10px;
    line-height: 28px;
}
div.kwayy-portfolio-likes-wrapper .like-active {
    cursor: default;
}
a.kwayy-portfolio-likes {
    color: #fff;
    padding: 10px;
}
.kwayy-box-view-top-image-main.kwayy-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.kwayy-boxes-view-carousel .kwayy-box-view-top-image .kwayy-post-item {
    margin: 0 22px 20px 22px;
}

/*** Single Portfolio Left Image Right content ***/
.tm-pf-single-content-wrapper{
	padding-bottom: 100px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding-top: 22px;
}
.tm-social-top-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0px 18px;
    padding-bottom: 30px;
    border-radius: 0px;
}
.tm-social-share-wrapper{
	float: none;
}
.tm-social-share-wrapper .tm-social-share-title,
.tm-social-share-wrapper .tm-social-share-links,
.tm-social-share-wrapper .tm-single-top-btn{	
	float: left;
}
.tm-social-share-wrapper:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.tm-social-share-links ul{
	list-style:none;
	padding: 0px;
	margin: 0;
	padding-right: 15px;
}
.tm-social-share-links ul li{
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.tm-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;
}
.tm-social-share-links ul li a:hover{
    color:  #fff
}
.kwayy-pf-detailbox-list{
	list-style: none;
	padding-left: 0;
    overflow: hidden;
}
.tm-social-share-title{
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
	font-weight: 500;
    font-size: 18px;
}
.tm-pf-single-content-wrapper .tm-portfolio-description .container{
	width: auto;
}
.tm-pf-view-left-image .tm-portfolio-description, 
.tm-pf-view-left-image .kwayy-pf-single-content-area {
    padding-top: 0px;
}
.tm-pf-view-left-image .tm-portfolio-description .wpb_content_element{
	margin-bottom: 0px;
}
.tm-portfolio-description h3{
	margin-bottom: 10px;
    font-size: 21px;
}
.tm-portfolio-description,
.kwayy-pf-single-content-area{
	padding-top: 10px;
}
.kwayy-pf-detailbox-inner{
    padding: 0px 0px 0px 0;
    margin-top: 0px;
    overflow: hidden;
}
.kwayy-pf-detailbox-inner .kwayy-pf-detailbox-title{
	margin-top: 20px;
}
.kwayy-pf-detailbox-list .tm-pf-details-date{
    padding: 14px 0px 14px 20px;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    font-size: 13px;
}
.kwayy-pf-detailbox-list .tm-pf-details-date:last-child{
    border-bottom: 1px solid #e2e2e2;
}
.kwayy-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details{
    font-weight: 500;
    float: left;
    margin-right: 14px;
}
.kwayy-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details{
    display: inline-block;
	padding-top: 0px;
}
.kwayy-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details i{
    padding-right: 16px;
    width: 24px;
    text-align: left;
    position: relative;
    margin-right: 10px;
}
.kwayy-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details i:after{
    content: "";
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 215px;
    top: -19px;
    right: 0;
}
.kwayy-pf-detailbox-list .tm-pf-details-date:last-child .tm-pf-left-details i:after{
    display: none
}
.tm-pf-view-top-image .kwayy-pf-single-content-area {
    padding-top: 45px;
}
.tm-pf-view-top-image .kwayy-pf-detailbox-inner {
    margin-top: 30px;
}
.tm-tm_portfolio-featured-wrapper .slick-dots{
	bottom: 16px;
    right: 16px;
	text-align: right;
}
.tm-tm_portfolio-featured-wrapper .slick-dots li button:before{
	font-size: 12px;
}

/*** Related Portfilio ***/
.tm-pf-single-related-wrapper{
	padding-top: 60px;
}
.kwayy-pf-detailbox-inner .kwayy-pf-detailbox-title,
.tm-pf-single-related-wrapper .tm-pf-single-related-title{
    font-size: 22px;
}
.tm-pf-single-related-wrapper .tm-pf-single-related-title{
    margin-bottom: 35px;
}

/*** Navigation ***/
.single-tm_portfolio .navigation.post-navigation{
    position: absolute;
    right: 0;
    top: 33px;
}
.single-tm_portfolio .nav-next,
.single-tm_portfolio .nav-previous{
    display: inline-block;
}
.single-tm_portfolio .nav-previous{
    margin-right: 3px;
}
.single-tm_portfolio .nav-next{
    margin-left: 3px;
}
.single-tm_portfolio .nav-next a,
.single-tm_portfolio .nav-previous a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    top: 106px;
    right: 48px;
    color: #2f2f2f;   
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    background-color: #f4f4f4;
}
.single-tm_portfolio .nav-next a:hover,
.single-tm_portfolio .nav-previous a:hover{
	background-color: #2f2f2f;
    color: #fff;
}
.single-tm_portfolio .nav-next a{
    left: auto;
	right: 0;
}
.single-tm_portfolio .nav-previous a:after{
    content: '\e834';
    font-family: "tm-nutricorp-icons";
}
.single-tm_portfolio .nav-next a:after{
    content: '\e826';
    font-family: "tm-nutricorp-icons";
}
.single-tm_portfolio .site-content-wrapper{
	position: relative;
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image,
.tm-pf-single-content-wrapper.tm-pf-view-top-image{
    padding-bottom: 50px;
}
.tm-pf-single-content-wrapper-innerbox{
    background-color: #fff;
    padding: 25px 25px;
}

/*** 

====================================================================
	Team Member Section
====================================================================

 ***/
.kwayy-box-team{
	position: relative;
	overflow: hidden;
}
.kwayy-box-team .kwayy-box-content h4{
    margin: 0;
    font-size: 20px;
}
.kwayy-box-team .kwayy-box-content h4 a{
	outline: none;
}
.kwayy-team-image-box{
    position: relative;    
    overflow: hidden
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    background-color: #333;
    text-align: center;
    padding: 30px 10px;
}

.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content {
    top: auto;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -ms-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kwayy-box-team.kwayy-teambox-overlay:hover .kwayy-box-content {
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content h4 a{
    color: #fff;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content h4 a:hover{
    color: #212121;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content .kwayy-box-footer{
    color: rgba(255, 255, 255, 0.70);
    margin-top: 5px;
    font-size: 16px;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content ul{
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content ul li{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content ul li a{
    color: #fff;
    border: 1px solid #fff;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border-radius: 50%;
}
.kwayy-box-team.kwayy-teambox-overlay .kwayy-box-content ul li a:hover{
    background-color: #fff;
    color: #212121;
    border-color: transparent;
}



/*** Team member style2 ***/
.kwayy-boxes-team.kwayy-boxes-view-carousel .slick-track {
    padding-bottom: 14px;
}

.search-results .kwayy-box-team.kwayy-teambox-style2,
.kwayy-boxes:not(.kwayy-boxes-spacing-0px) .kwayy-teambox-style2.kwayy-box-team{
    -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);
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.kwayy-teambox-style2.kwayy-box-team:hover .kwayy-overlay{
    opacity: 1;
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlaykwayy-box-social-links{
    position: absolute;
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-box-content{
    padding: 20px 15px;
    background-color: #fff;
    text-align: center;
}

.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay .kwayy-box-social-links{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;   
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay ul li{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay ul li a{
    color: #fff;
    border: 1px solid #fff;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border-radius: 50%;
}
.kwayy-teambox-style2.kwayy-box-team .kwayy-overlay ul li a:hover{
    background-color: #fff;
    color: #212121;
    border-color: transparent;
}

/*** Single Team member ***/
.tm-team-member-single-title-wrapper{
    margin-top: 5px;
}
.tm-team-member-single-title{
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tm-team-member-single-position{
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -5px;
}
.kwayy-team-member-single-content-area .tm-team-member-single-content-wrapper{
    margin-top: 15px;
    padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.tm-team-member-single-category{
	margin-top: 20px;
}
.tm-team-member-single-meta-title{
	font-weight:bold;
	text-transform:uppercase;
}
.tm-team-details-list{
	list-style: none;
	padding: 0;
}
.tm-team-details-list li{
    position: relative;
    padding: 5px 0 5px 26px; 
   font-size: 14px;
	line-height: 25px;
}
.tm-team-member-view-wide-image .tm-team-details-list li{
    padding: 9px 0 9px 26px; 
}
.tm-team-member-single-content-wrapper:not(.tm-team-member-view-wide-image) .tm-team-extra-details-wrapper .tm-team-details-list li,
.single-tm_team_member .tm-team-details-list li{
    padding: 10px 0 10px 0px;
}
.tm-team-member-single-content-wrapper:not(.tm-team-member-view-wide-image) .tm-team-extra-details-wrapper .tm-team-details-list li,
.single-tm_team_member .tm-team-details-list li.tm-list-detail-no-icon{
    padding-left: 0px;
}
.tm-team-extra-details-wrapper .tm-team-details-list li i {
	top:5px
}
.tm-team-extra-details-wrapper{
    margin-bottom: 30px;
}
.tm-team-details-list .tm-team-list-title{
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	position: relative;
	color: #0a0c0e;
	font-weight: 700;
}
.tm-team-details-list .tm-team-list-value{
	display: inline-block;
}
.tm-team-list-title i {
    text-align: left;
    width: 29px;
    display: inline-block;
}
.tm-team-details-list{
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .kwayy-team-member-single-featured-area .tm-team-extra-details-list{
	margin-top: 0px;
}
.kwayy-box-team.kwayy-box-view-left-image .tm-team-extra-details-line-website {
	display:none;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/
.tm-team-member-content{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.tm-team-member-single-content-wrapper{
    margin-bottom: 40px;
}
.tm-team-member-view-wide-image .tm-team-member-single-excerpt{
	margin-top: 10px;
}
.tm-team-member-view-wide-image .tm-team-member-single-meta-details{
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
	margin-top: 40px;
}
.single-tm_team_member .tm-team-member-single-content-wrapper .container{
    width: auto;
    padding: 43px 30px;
    background-color: #fff;
}
.tm-team-member-view-wide-image .tm-team-member-single-content-wrapper{
	margin-top: 40px;
    margin-bottom:  40px;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-title{
	font-weight: bold;
	color: #313131;
	width: auto;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-value {
    margin-left: 6px;
	float: none;
}


/*** 

====================================================================
	Fact in Digit Section
====================================================================

 ***/
 
/*** Top icon view ***/
.inside{	
    text-align: center;
    position: relative; 
    padding: 30px 15px 30px 15px; 	
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
	margin-bottom: 10px;
}
.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    color: #6d6d6d;
    font-size: 18px;    
    letter-spacing: 1px;
    font-weight: normal;
}
.inside .kwayy-fid-wrapper {
	padding-top: 20px;
}
.inside h4 {
   margin-bottom: 5px;
   padding-bottom: 0px;
   font-size: 37px;
   font-weight: 700;
   line-height: 45px; 
}
.tm-fid-without-icon.inside h4 {
   margin-top: 0px;
}
.inside h3 span {	
	padding: 5px 4px 0px 4px;
	display: block;
}
.tm-fid-inner sub, .tm-fid-inner sup{
	opacity: 0.8;
	font-size: 25px;
	font-weight: normal;
}
.tm-fid-inner sup {
	top: -0.9em;
}
.tm-fid-icon-wrapper i{
	font-size: 2.8em !important;
}
.tm-bgcolor-skincolor .tm-fid-icon-wrapper i,
.tm-bgcolor-skincolor .inside h4,
.tm-bgcolor-darkgrey .inside h4 {
    color: #fff;
}
.tm-bgcolor-skincolor .inside h3,
.tm-bgcolor-darkgrey .inside h3 {
    color: rgba(255,255,255,0.80);
}
.tm-fid-view-topicon.inside h3 span:before {
    display: block;
    content: "";
    width: 30px;
    text-align: center;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.23);
    margin: 0 auto 10px auto;
}
.tm-bgcolor-skincolor .tm-fid-view-topicon.inside h3 span:before,
.tm-bgcolor-darkgrey .tm-fid-view-topicon.inside h3 span:before {
	background-color: rgba(255, 255, 255, 0.29);
} 
.tm-fid-view-topicon.inside h3 span {
    padding: 0px 4px 0px 4px;
}

/*** Left icon view ***/
.tm-fid-view-lefticon-border .tm-fld-contents, 
.tm-fid-view-lefticon .tm-fld-contents {
	padding-left: 55px;
	text-align: left;
} 
.tm-fid-view-lefticon.tm-fid-without-icon .tm-fld-contents {
	padding-left: 0px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper,
.tm-fid-view-righticon .tm-fid-icon-wrapper,
.tm-fid-view-lefticon .tm-fid-icon-wrapper {
    position: absolute;
    top: 36px;
}
.tm-fid-view-righticon.inside h4,
.tm-fid-view-lefticon.inside h4{
	margin-top: 0;
	margin-bottom: -6px;
}

/*** Right icon view ***/
.tm-fid-view-righticon .tm-fld-contents{
	padding-right: 50px;
	text-align: right;
}
.tm-fid-view-righticon.tm-fid-without-icon .tm-fld-contents{
	padding-right: 0px;	
}
.tm-fid-view-righticon .tm-fid-icon-wrapper{
    right: 13px;
    top: 35px;
}

/*** Lefticon Border view ***/
.tm-fid-view-righticon-border.inside h4,
.tm-fid-view-lefticon-border.inside h4 {
    margin-top: 13px;
    margin-bottom: -4px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper{	
	top: 35px;
}
.tm-fid-view-lefticon-border .tm-fld-contents{	
	padding-left: 76px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper i,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper i {
    font-size: 2.6em !important;
    line-height: 85px;
}
.tm-fid-view-lefticon-border.tm-fid-without-icon .tm-fld-contents{	
	padding-left: 0px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper:after,
.tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after{
    content: " ";
    height: 85px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    right: -19px;
}
.tm-bgcolor-darkgrey .tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after,
.tm-bgcolor-skincolor .tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tm-fid-main-border{
	text-align: center;
}
.tm-fid-view-righticon-border.inside,
.tm-fid-view-lefticon-border.inside{
    display: inline-block;
}

/*** Righticon Border view ***/
.tm-fid-view-righticon-border .tm-fld-contents{	
	padding-right: 97px;
    text-align: right;
}
.tm-fid-view-righticon-border.tm-fid-without-icon .tm-fld-contents{	
	padding-right: 0px;   
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper:after{
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    right: 63px;
}
.tm-bgcolor-darkgrey .tm-fid-view-righticon-border .tm-fid-icon-wrapper:after,
.tm-bgcolor-skincolor .tm-fid-view-righticon-border .tm-fid-icon-wrapper:after {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper{
	right: 26px;
    top: 35px;
}
.vc_row .tm-fid-main-border .inside{
	background-color: transparent;
}

/*** Border colum ***/
.tm-facts-colum-sep .vc_row .wpb_column:after{
    content: "";
    height: 80%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    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%);
}
.tm-bgcolor-darkgrey.tm-facts-colum-sep .vc_row .wpb_column:after,
.tm-bgcolor-skincolor.tm-facts-colum-sep .vc_row .wpb_column:after{
    background-color: rgba(255, 255, 255, 0.23);
}
.tm-facts-colum-sep .vc_row .wpb_column:nth-last-child(1):after,
.five-columns.tm-facts-colum-sep .vc_row .wpb_column:nth-last-child(2):after {
    display: none;
}

/*** 

====================================================================
	Progress Bar Section
====================================================================

 ***/
 
span.tm-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;
    top: 0;
}
.kwayy-progress-bar.vc_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;
}
.kwayy-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
    top: -36px;
    left: 0px;
    font-size: 15px;
    color: #0a0c0e;  
    font-weight: 600;
	text-shadow: none;
}
.kwayy-progress-bar.vc_progress_bar .vc_single_bar{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 10px;
    height: 17px;
}
.kwayy-progress-bar .vc_single_bar .vc_bar {
    border-radius: 10px;
}
.kwayy-progress-bar.vc_progress_bar .tm-pbar-icon-w{
	position: absolute;
    top: 48px;
}
.kwayy-progress-bar.vc_progress_bar .tm-vc_icon_element-inner{
	width: 30px;
    height: 40px;
    font-size: 15px;
}
.kwayy-progress-bar.vc_progress_bar .tm-pbar-single-bar-w .tm-pbar-icon-w{
    position: absolute;
    top: -42px;
}
.tm-pbar-icon-true .tm-vc_icon_element {
    margin-bottom: 0px;
}
.tm-pbar-icon-true .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner {
    width: 46px;
    height: 45px;
}
.tm-pbar-icon-true .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md .tm-vc_icon_element-icon{
	font-size: 21px !important;
}
.vc_progress_bar .tm-pbar-icon-true .vc_single_bar{
	margin-left: 60px;
}
.tm-pbar-single-bar-w{
	position: relative;
	margin-top: 55px;
	margin-right: 16px;
}
.tm-pbar-single-bar-w:first-child{
    margin-top: 35px;
}


/*** 

====================================================================
	Row Section
====================================================================

 ***/  

 /* For overlap row */
.tm-overlap-row{
    position: relative;
    z-index: 1;
}
 /* End For overlap row */

.vc_row-o-equal-height > .vc_column_container>.vc_column-inner {
    height: 100%;
}
.vc_column_container>.vc_column-inner{
    position: relative;
}
.vc_column-inner.tm-col-bgimage-yes{
    background-image: none !important;
}
.tm-row .wpb_column .tm-col-wrapper-bg-layer{
    background-color: transparent !important;
}
body.kwayy-page-full-width.header-classic-vertical #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
.tm-vc-width-auto{
    left: 0 !important;
    width: auto !important;
}
body.kwayy-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_container-block > .wpb_row{
    padding-top: 90px;
    padding-bottom: 70px;
	margin-bottom:0px;
}
body.kwayy-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.kwayy-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid.vc_row-no-padding,
body.vc_editor #content .site-main .entry-content .wpb-content-wrapper .wpb_row.vc_row-fluid.vc_row-no-padding{
	overflow: hidden; 	
}
body.kwayy-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row:first-child,
body.vc_editor #content .site-main .entry-content > .wpb-content-wrapper > .vc_container-block:first-child{
	margin-top: -82px;
}
.site{
    overflow: hidden;
}
.site-main {	
    position: relative;
    padding-top: 82px;
    z-index: 10;
}
.vc_row.container{
	padding:0;
}
body.kwayy-page-full-width #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row .vc_row.container{
	margin: auto;
}
.kwayy-sidebar-true .vc_row.container{
	width: auto;
	margin: 0 -15px;
}

/*** Lower Space between two row ***/
body.kwayy-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row.vc_row-fluid{
    padding-top: 20px;
    padding-bottom: 10px;	
}
body.kwayy-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb-content-wrapper > .wpb_row:first-child{
	margin-top: -22px;
}
body.kwayy-page-full-width.tm-all-row-20px .site-main {
    padding-top: 22px;
}

/*** Top background image ***/
.tm-bg-img-top > .vc_column-inner > .tm-col-wrapper-bg-layer {
    background-position: 0 top !important;
}
.wpb_single_image .vc_figure { 
    position: relative;
}
.tm_prettyphoto .vc_single_image-wrapper:after{
    color: #fff;
    font-size: 26px;
    font-family: "tm-nutricorp-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;
}
.tm_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;
}



/*** 

====================================================================
	Sidebar Section
====================================================================

 ***/

.sidebar.widget-area .widget {
    background-color: #fff;
    padding: 30px 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.07);
}
.kwayy-sidebar-true.page #primary .site-main{
	padding-bottom: 40px;
}
.kwayy-sidebar-true .site-main{
	padding-top: 65px;
} 
body.kwayy-sidebar-left .site-content #primary.content-area {
    float: right;
} 
.site-content #sidebar-left.sidebar,
.site-content #sidebar-right.sidebar {
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 40px;	
}
.site-content #sidebar-left.sidebar {
	float: left;
}

/*** kwayy Sidebar Both ***/
body.kwayy-sidebar-both .site-content #sidebar-left.sidebar {
    margin-left: -74.8%;
}
body.kwayy-sidebar-both .site-content #primary.content-area {
    margin-left: 25% !important;
}

/*** kwayy Sidebar Bothleft ***/
body.kwayy-sidebar-bothleft .site-content #primary.content-area{	
	float:right;
}
body.kwayy-sidebar-bothleft .site-content #sidebar-right.sidebar{
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 70px;
}
body.kwayy-sidebar-bothleft .site-content #sidebar-left.sidebar{
	border:none;
	float:left;
}
body.kwayy-sidebar-bothleft .site-content #sidebar-right.sidebar{
	border-left:0px;
	float:right;
}
body.kwayy-sidebar-bothleft .site-content  #sidebar-right .widget{
	padding-left: 0px;
	padding-right: 0px;
}
body.kwayy-sidebar-bothleft .site-content #sidebar-left .widget{
	padding-right:0px;
}

/*** kwayy Sidebar BothRight ***/
body.kwayy-sidebar-bothright .site-content #sidebar-right.sidebar{
	border:none;
}
body.kwayy-sidebar-bothright .site-content #sidebar-left.sidebar{
	border-right:0px;	
}

/*** Sidebar widget ***/
.widget .woocommerce-product-search, .widget .search-form {
    position: relative;
}
.widget .search-form label{
	display: block;
}
.widget .woocommerce-product-search .search-field, 
.widget .search-form .search-field{
	border-width: 1px;
	background-color: rgba(220, 220, 220, 0.22);
}
.widget .woocommerce-product-search button[type="submit"], 
.widget .woocommerce-product-search input[type="submit"],
.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-image: url(../images/findicon.png);
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
	opacity: 0.3;
}
.tm-textcolor-dark .widget .search-form .search-field{
    border-color: rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
	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: 4px;
	padding-right: 4px;	
	min-width: 33px;	
	border:none;
}
.social-icons li > a{
	display: block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	border-radius: 26px;
	font-size: 14px;
	text-align: center;	  
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter{
    background-color: #2cbfd9;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube{
    background-color: #ff0000;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr{
    background-color: #ED1384;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook{
    background-color: #4583bc;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin{
    background-color: #0b84b3;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus{
    background-color: #d3452b;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp{
    background-color: #c41200;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble{
    background-color: #de588b;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest{
    background-color: #cd1f29;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast{
    background-color: #803aac;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing{
    background-color: #006464;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo{
    background-color: #07C0ED;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk{
    background-color: #44678d;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz{
    background-color: #98c742;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu{
    background-color: #ea4925;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-tiktok{
    background-color: #f9cb2f;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive{
    background-color: #f9cb2f;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss{
    background-color: #fb7200;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram{
    background-color: #125688;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover{
    background-color: #fff !important;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover{
    color: #2cbfd9;	
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover{
    color: #ff0000;	
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover{
    color: #ED1384;	
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover{
    color: #4583bc;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover{
   color: #0b84b3;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover{
    color: #d3452b;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover{
    color: #c41200;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover{
    color: #de588b;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover{
    color: #cd1f29;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover{
    color: #803aac;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover{
    color: #006464;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover{
    color: #07C0ED;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover{
    color: #44678d;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover{
    color: #98c742;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover{
    color: #ea4925;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-tiktok:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-tiktok:hover{
    color: #f9cb2f;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover{
    color: #f9cb2f;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover{
    color: #fb7200;
}
.tm-row-bgtype-skin .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram:hover,
.tm-row-bgtype-dark .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram:hover{
    color: #125688;
}

/*** 

====================================================================
	Flyning Form Section
====================================================================

 ***/

.k_flying_searchform_wrapper {
    display: none;
}


/*** 

====================================================================
	List Style Section
====================================================================

 ***/
.tm-list-style-none{
    list-style: none;
    margin: 0;
    padding: 0;    
}
.tm-list.tm-list-style-icon{
	list-style: none;
	padding:0;
	padding-left: 4px;
}
.tm-list.tm-list-style-icon .tm-list-li-content{
	display: inline-block;
	padding-left: 25px;
}
.tm-list.tm-list-style-icon li{
	position: relative;	
}
.tm-list.tm-list-style-icon li i{
	position: absolute;
	left: 2px;
    top: 4px;
}
.tm-list.tm-list-textsize-small li{
	font-size: 12px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small li i {
    top: 7px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small .tm-list-li-content {
    padding-left: 16px;
}
.tm-list.tm-list-textsize-medium li{
	font-size: 15px;
	padding-bottom: 5px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-medium li i {
    top: 5px;
}
.tm-list.tm-list-textsize-medium.tm-list-style-icon .tm-list-li-content { 
    padding-left: 25px;
}
.tm-list.tm-list-textsize-large li{
	padding-bottom: 8px;
	font-size: 17px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-large li i {
    top: 4px;
}
.tm-list.tm-list-textsize-large.tm-list-style-icon .tm-list-li-content { 
    padding-left: 25px;
}
.lightfont .tm-list.tm-list-textsize-xlarge li{
	font-weight: 300;
}
.tm-list.tm-list-textsize-xlarge li{
	font-size: 19px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge li i{
	top: 0px;
    font-size: 23px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge .tm-list-li-content {
	padding-left: 37px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge li {
    padding-bottom: 15px;
}
.tm-list.tm-list-textsize-xlarge li {
    padding-bottom: 5px;
}
article.post .tm-list.tm-list-textsize-xlarge li{
	font-size: 17px;
}
article.post .tm-list.tm-list-style-icon.tm-list-textsize-xlarge li i{
	top: 2px;
    font-size: 20px;
}
article.post .tm-list.tm-list-style-icon.tm-list-textsize-xlarge .tm-list-li-content {
	padding-left: 30px;
}
.tm-list.tm-list-sep li{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tm-list.tm-list-sep li:last-child{
    border-bottom: none;
}
.tm-list-li-content{
    color: #636363;
}


/*** 

====================================================================
    Tab
====================================================================

 ***/
.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 .tm-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 .tm-nutrition-menu .vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper {
    display: block;
}
/* .wpb-js-composer .tm-nutrition-menu .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    align-items: center;
} */

.wpb-js-composer .tm-nutrition-menu .vc_row.vc_row-flex>.vc_column_container.vc_col-sm-3>.vc_column-inner{
    padding-left: 0px;
}

.wpb-js-composer .tm-nutrition-menu .wpb_content_element {
    margin-bottom: 10px;
}
.wpb-js-composer .tm-nutrition-menu .tm-vc_btn3-container.tm-vc_btn3-inline {
    margin: 0 5px 5px;
}
.wpb-js-composer .tm-nutrition-menu .tm-vc_btn3.tm-vc_btn3-color-white:hover{
    background-color: #333;
    color: #fff
}
.tm-nutrition-menu .tm-vc_btn3.tm-vc_btn3-style-classic {
    border-color: transparent;
    text-transform: uppercase;
}



/* Skin color tab */
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a {
    color: #fff;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}

/* Skin color outline tab */
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-outline .vc_tta-tab>a {
    background-color: transparent;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-outline .vc_tta-tab>a:focus, 
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-outline .vc_tta-tab>a:hover {
    color: #fff;
}

/* Skin color Modern tab */
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-tab>a {
    color: #fff;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}

/* Skin color Flat tab */
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #4868cf;
    color: #fff;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    color: #fff;
}

/* Custom tab with grey color */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active {
    position: relative;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a{
    color: #3d3d3d;
    font-size: 16px;
    border-color: #e4e4e4;
    background-color: #f9f9f8;

    -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;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab:last-child {
    margin-right: 0px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 40px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-icon {
    position: relative;
    top: 3px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-title-text{
    position: relative;
    font-weight: 600;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-icon:after{
    position: absolute;
    content: "";
    border-right: 1px solid #dbdbda;
    height: 20px;
    top: 2px;
    right: -10px;
    display: block !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-title-text:not(:empty):not(:first-child), 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-title-text:not(:empty)~* {
    margin-left: 20px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f00;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

/*** Horizontal Tab(Responsive tab) ***/
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title>a:focus,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title>a:hover,

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:focus, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover{
    color: #fff; 
}


/*** 

====================================================================
	Vertical Tab
====================================================================

 ***/
 .vc_tta-container h2{
    margin-bottom: 29px;
 }

/*** Tab Panel ***/
.vc_tta-panel .vc_tta-panel-title>a{
	font-weight: normal;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-tab>a{
    border-width: 1px;
}
.tm-tourtab-style1.vc_tta-tabs-position-left.vc_tta.vc_tta-style-outline .vc_tta-tab {
    margin-top: -2px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container, 
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

/* White tab round tab */
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title>a{
    font-size: 16px;
    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);
    border-radius: 2em;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-icon,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #fff;
}


/*** 

====================================================================
	Accordion section
====================================================================

 ***/ 

body.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title{
    font-size: 14px;
    line-height: 24px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #e8e8e8;
    background-color: #FFF;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #e8e8e8;
    background-color: #f9f9f8;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic.vc_tta.vc_tta-o-no-fill.vc_tta-shape-square .vc_tta-panels .vc_tta-panel-body{
    border: 1px solid #e8e8e8;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-body {
    padding: 30px 30px;
    background-color: #fff;
}

/*** 

====================================================================
    Toggle section
====================================================================

 ***/ 
.vc_toggle_title>h4 {
    font-size: 17px;
}

/*** 

====================================================================
    VC Map
====================================================================

 ***/
.tm-map .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{
	height: 100%;   
    position: inherit;
}

/*** 

====================================================================
	Custom Selectbox
====================================================================

 ***/ 
.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;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
    right: 5px; 
}
.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;    
}
.tm-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;
}
.tm-textcolor-dark .select2-container--default .select2-selection--single,
.tm-textcolor-dark .select2-dropdown{
    border-color: rgba(0,0,0,.07);
}

/*** 

====================================================================
     Contact Form 
====================================================================

 ***/ 

.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms){
	margin-bottom: 15px;
	display: block;
	padding-top:5px;
} 
.wpcf7 label{
    display: block
}

/***  Make Appointment Form ***/
.wpcf7 .kw-makeappointmentform .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-content .tm-cta3-content-wrapper {
    width: 100%;
}
.kw-makeappointmentform.kw-commonform{
    padding-bottom: 10px;
}

/*** 

====================================================================
	Heading Section
====================================================================

 ***/ 

.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 {
    padding: 0px;
    border: none;
	background-color: transparent;
} 
.tm-element-heading-wrapper:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header{
	position: relative;
	padding-bottom: 25px;
}
.tm-element-heading-wrapper:not(.tm-heading-style-horizontal):not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell{
	margin-bottom: 35px;
}
.tm-element-heading-wrapper.tm-seperator-none .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell{
    margin-bottom: 15px;
}
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell{
	display: block;	
}
.tm-element-heading-wrapper .tm-vc_cta3-headers h4 strong{
	font-weight: inherit !important;
} 
.tm-element-heading-wrapper .tm-vc_cta3-headers h2 strong{
    font-weight: 700;
}
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content{
    text-align: center;
} 
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_cta3-headers h2 strong{
    color: #fff;
}

/*** Horizontal sep line ***/ 
.tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-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;
}
.tm-heading-style-vertical.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:before {
    left: 0;
}
.tm-heading-style-vertical.tm-element-align-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:before {
    left: auto;
    right: 0;    
}
.tm-heading-style-vertical.tm-element-align-justify .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:before,
.tm-heading-style-vertical.tm-element-align-center .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:before {
    margin-left: -35px;
}
/* End  Horizontal sep line */

.tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
    content: "";
    left: 50%;
    position: absolute;
    bottom: 34px;
    width: 25px;
    margin-left: 0px;
    border-bottom-width: 5px;
    border-bottom-color: #7a7a7a;    
}
.tm-bgcolor-skincolor .tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:before,
.tm-bgcolor-skincolor .tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
    border-bottom-color: #fff;
}
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content .tm-cta3-content-wrapper,
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-content .tm-cta3-content-wrapper{
	width: 52%;
	margin: 0 auto;
}
.tm-row[data-vc-stretch-content="true"] .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content .tm-cta3-content-wrapper,
.tm-row[data-vc-stretch-content="true"] .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-center .tm-vc_cta3-content .tm-cta3-content-wrapper{
    width: 37%;
}
.tm-heading-style-vertical.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-bottom-style: solid;
}
.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin-bottom: 35px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-solid .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 0px;
}
.tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content{
	margin-bottom: 25px;
}
.tm-heading-style-vertical .tm-vc_cta3-container{
	margin-bottom: 0px;
}
.tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper{
	margin-top: 0px;
}

/*** Vertical sep line ***/ 
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after{
    content: "";
    right: 40px;    
    height: 100%; 
    position: absolute;
    top: 0px;
    width: 1px;   
	border-right-width: 1px;
	border-right-color: #7a7a7a;
}
.tm-heading-style-horizontal.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-right-style: solid;
}

.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	display: table;
    width: 85%;
    margin: 0 auto;
}
.tm-heading-style-horizontal.tm-element-align-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	float: right;
}
.tm-heading-style-horizontal.tm-element-align-right .tm-vc_general.tm-vc_cta3:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p{
	text-align: left;
}
.tm-heading-style-horizontal.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin: 0;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header,
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-cta3-content-wrapper{
    display: table-cell;
	padding-bottom: 0;
	vertical-align: middle;	
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-cta3-content-wrapper p:last-child{
	margin-bottom: 0px;
}
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header{
	width: 32%;
	text-align: right;
	padding-right: 80px;
	position: relative;
}

/*** Headign align Left ***/
.tm-heading-style-vertical.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{   
    left: 20px;
    margin-left: 0px; 
}

/*** Headign align Justify ***/
.tm-heading-style-vertical.tm-element-align-justify .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-heading-style-vertical.tm-element-align-center .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	left: 50%;
    margin-left: -14px;
}

/*** Headign align Right ***/
.tm-heading-style-vertical.tm-element-align-right .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after {
    left: auto;
    right: 18px;
}

/*** Common heading  ***/
.kwayy-box-blog .kwayy-box-content h4{
    position: relative;
    padding-bottom: 20px;
}
.kwayy-box-blog .kwayy-box-content h4:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 7px;
    width: 24px;
    border-bottom-width: 2px;
    border-bottom-color: #7a7a7a;
    border-bottom-style: solid;
}
.entry-header:not(.tm-titlebar) .entry-title,
.kwayy-box-blog .kwayy-box-content h4{
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.entry-header:not(.tm-titlebar) .entry-title {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 28px;
}
.wpb_heading,
.entry-header .entry-title{
	font-size: 22px;
}

.tm-team-member-single-title,
.vc_tta-container h2,
.wpb_heading{
    font-size: 28px;
    font-weight: normal;
}
.wpb_heading{
    margin-bottom: 30px;
}
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-left,
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-right{
	position: relative;
}
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper{
	padding-right: 100px;
}
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-right .tm-element-heading-wrapper{
	padding-left: 100px;
}
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-left .tm-heading-carousel-arrows,
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows{
	position: absolute;
    right: 0;
    top: 7px;
}
.kwayy-boxes-view-carousel .kwayy-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows{
	right: auto;
	left: 0px;
}

/*** 

====================================================================
	Social Section
====================================================================

 ***/ 
 
/*** Team Member Section ***/
.single-tm_team_member .tm-team-social-links-wrapper ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li:first-child{
    margin-left: 0px;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li{
	display: inline-block;
	margin-left: 15px;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li a{
    width: 22px;
    line-height: 46px;
    text-align: center;
    display: block;
    border: none;
    color: #fff;
    font-size: 19px;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover{
	color: #fff;
	border-color: transparent;
} 
.single-tm_team_member .tm-team-member-view-default .kwayy-team-img {
    background: #f6f6f6;
}
.single-tm_team_member .tm-team-member-view-default .kwayy-team-img img {
    border-radius: 0;
    width: 100%;
}
.single-tm_team_member .tm-team-member-view-default .kwayy-team-img {
    position: relative;
    width: 100%;
}
.single-tm_team_member .tm-team-member-view-default .kwayy-team-data {
    padding: 15px 10px;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #f5f5f5;
	margin-bottom: 10px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px 30px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-member-single-category {
    margin-top: 0px;
	margin-bottom: 7px;
}
.single-tm_team_member .tm-team-member-view-default .kwayy-team-data h3 {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0px;
}

/*** Social icon Section ***/  
.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
	display: block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}
.tm-socialbox-icon-size-large .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.tm-socialbox-icon-size-medium .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.tm-socialbox-icon-size-small .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.kwayy-socialbox-wrapper .tm-socialbox-i-wrapper {
    margin-bottom: 40px;
}

/*** 

====================================================================
	Catergory section
====================================================================

 ***/

.tm-term-featured-img img {
    width: 100%;
}
.tm-term-featured-img {
    padding-bottom: 30px;
}
.content-area .tm-term-desc {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*** 

====================================================================
	Testimonials Section
====================================================================

 ***/ 

.kwayy-boxes-testimonial:not(.kwayy-boxes-col-one) .kwayy-box-desc blockquote{
    padding: 20px 10px 30px 10px;
}
.tm-bgcolor-skincolor .kwayy-boxes-testimonial .kwayy-box-desc blockquote,
.tm-bgcolor-darkgrey .kwayy-boxes-testimonial .kwayy-box-desc blockquote{
    color: #fff;
}

.tm-bgcolor-skincolor .kwayy-boxes-testimonial .kwayy-box-author .kwayy-box-footer,
.tm-bgcolor-darkgrey .kwayy-boxes-testimonial .kwayy-box-author .kwayy-box-footer{
    color: rgba(255, 255, 255, 0.70);
}
.kwayy-boxes-testimonial .kwayy-box-content{
    text-align: center;
}
.kwayy-boxes-testimonial blockquote{
    border: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;    
    background-color: transparent;
    outline: none;
    line-height: 30px;
    color: #212121;
}
.kwayy-boxes-testimonial .kwayy-box-title h3{
    font-size: 18px;
}
.kwayy-boxes-testimonial .kwayy-box-title .kwayy-box-footer:before {
    content: "";
    left: 50%;
    position: absolute;
    bottom: 28px;
    width: 14px;
    margin-left: -7px;
    border-bottom-width: 2px;
    border-bottom-color: #7a7a7a;
    border-bottom-style: solid;
}
.tm-bgcolor-darkgrey .kwayy-boxes-testimonial .kwayy-box-title .kwayy-box-footer:before,
.tm-bgcolor-skincolor .kwayy-boxes-testimonial .kwayy-box-title .kwayy-box-footer:before {
    border-bottom-color: rgba(255, 255, 255, 0.70);
}
.kwayy-boxes-testimonial .kwayy-box-title h3 {
	padding-top: 10px;
    margin-bottom: 5px;
}
.kwayy-boxes-testimonial .kwayy-box-img {
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    z-index: 9;
    width: 80px;
    height: 80px;
	position: relative;
}
.kwayy-boxes-testimonial .kwayy-box-img img{
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #fff;
}
.kwayy-boxes-testimonial.kwayy-boxes-view-slickview .kwayy-box-desc .testimonial_item .kwayy-author-name,
.kwayy-boxes-testimonial.kwayy-boxes-view-slickview .kwayy-box-desc .testimonial_item .kwayy-box-footer {
	display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}
.testimonials-nav .nav_item_wrap:not(.slick-active) {
	cursor: pointer;
}

/* Testimonials One colum */
.kwayy-boxes-testimonial.kwayy-boxes-col-one .kwayy-box-img {
    width: 115px;
    height: 115px;
}
.kwayy-boxes-testimonial.kwayy-boxes-col-one .kwayy-box-desc{
    padding: 25px 106px;
}
.kwayy-boxes-testimonial.tm-boxes-carousel-arrows-above.kwayy-boxes-col-one .slick-arrow{
    top: 57px !important;
}
.kwayy-boxes-testimonial.tm-boxes-carousel-arrows-above.kwayy-boxes-col-one .slick-next {
    margin-right: -120px !important;
}
.kwayy-boxes-testimonial.tm-boxes-carousel-arrows-above.kwayy-boxes-col-one .slick-prev {
    margin-left: -120px !important;
}
.kwayy-boxes-testimonial.kwayy-boxes-col-one:after{
    font-family: "tm-nutricorp-icons";
    content: '\e83d';
    position: absolute;
    font-size: 199px;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -99px;
    opacity: 0.2;
}
.kwayy-boxes-testimonial.kwayy-boxes-col-one .slick-slider {
    z-index: 2;
}

/*** 

====================================================================
	Client logo Section
====================================================================

 ***/  
.kwayy-boxes-view-default.kwayy-boxes-client .kwayy-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 0px;
} 
.tm-client-logo-box-w{
	text-align: center;
}
.kwayy-box-client .kwayy-item-thumbnail{
    width: 100%;
    display: table;
}
.kwayy-box-client .kwayy-item-thumbnail-inner{
    margin-right: 13px;
    margin-left: 13px;
    padding: 15px 12px;
    display: table-cell;
    text-align: center;
    align-items: center;    
    vertical-align: middle;
}
.kwayy-box-client.kwayy-box-view-boxed-logo .kwayy-item-thumbnail-inner{
    height: 160px;
}
.kwayy-box-client.kwayy-box-view-boxed-logo{
    border: 1px solid #eee;
    box-shadow: 0 5px 14.3px 0.8px rgba(0, 0, 0, 0.05);
	display: block;
}
.slick-slide .tm-client-logo-box-w .kwayy-item-thumbnail-inner img{
	display: inline-block;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip{
    padding-top: 40px;
    padding-bottom: 40px;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip-top:after,
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip:after, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w [data-tooltip]:after,
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip-top:before, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tooltip:before, 
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w [data-tooltip]:before {
    bottom: 74%;
}
.kwayy-boxes-view-default .tm-client-logo-box-w {
    padding-bottom: 30px;
}
.tm-bgcolor-grey .kwayy-box-client.kwayy-box-view-boxed-logo{
	background-color: #fff;
}
.kwayy-box-client.kwayy-box-view-boxed-logo{
	background-color: #fff;
}
.kwayy-client-box-view-separator-logo{
	display: block;
}
.kwayy-box-view-separator-logo .kwayy-item-thumbnail{
	position: relative;
}
.kwayy-box-view-separator-logo .kwayy-item-thumbnail:after{
    border-right: 1px solid rgba(204, 204, 204, 0.53);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}
.kwayy-boxes-client.kwayy-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .kwayy-item-thumbnail:after{
	border-right: none;
}
.kwayy-boxes-client.kwayy-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .kwayy-item-thumbnail:after{
	border-right: none;
}

/*** 

====================================================================
	Button Section
====================================================================

 ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-weight-yes{
	font-weight: bold;
}
.tm-vc_btn3.tm-vc_btn3-size-md{
	font-size: 14px;	
}
.tm-vc_btn3.tm-vc_btn3-size-lg {
    font-size: 16px; 
}
.tm-vc_btn3.tm-vc_btn3-style-text{    
    padding: 0;
	margin-top: 0px !important;
}
/*** Normal Button ***/
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    left: 0px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 30px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    right: 0px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) {
    padding-right: 30px;
}
.tm-post-prev-next-buttons .tm-vc_btn3.tm-vc_btn3-shape-square,
.comment-respond .tm-vc_btn3.tm-vc_btn3-shape-square,
.tm-single-top-btn .tm-vc_btn3.tm-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 ***/
.tm-post-prev-next-buttons .tm-left-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) {
    padding-left: 44px;
    padding-right: 22px;
}
.tm-post-prev-next-buttons .tm-left-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-left:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    left: 21px;
}

/*** Right Arrow ***/
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty),
.tm-post-prev-next-buttons .tm-right-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) {
    padding-right: 44px;
    padding-left: 22px;
}
.tm-single-top-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon,
.tm-post-prev-next-buttons .tm-right-align-btn .tm-vc_btn3.tm-vc_btn3-size-sm.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    right: 21px;
}

/*** Center button for colum ***/
.tm-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"], 
input[type="button"], 
input[type="reset"],

.checkout_coupon input.button,

.woocommerce div.product form.cart .button:hover,
table.compare-list .add-to-cart td a:hover,

.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.main-holder .site table.cart .coupon input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"]:hover,
.woocommerce #payment #place_order:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"],

#tribe-bar-form .tribe-bar-submit input[type=submit],
.wishlist_table tr td a.yith-wcqv-button:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce .widget_shopping_cart a.button.checkout:hover,
.tm-sresults-title small .label-default[href]:hover,

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site table.cart .coupon input,
.main-holder .site-content #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.kwayy-box-blog-style2 .kwayy-blogbox-footer-readmore a:hover,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor:hover,

/*** blog style2 ***/
.tm-vc_btn3.tm-vc_btn3-color-white, .tm-vc_btn3.tm-vc_btn3-color-white.tm-vc_btn3-style-flat:hover,
.post.post.kwayy-box-blog-classic .kwayy-blogbox-footer-readmore a:hover{
	background-color: #333;
	color: #fff;
}

/*** Revolution slider button ***/
.rev_slider .rev-btn i{
    -webkit-transition: none !important;
    transition: none !important;
}
.rev_slider  .rev-btn{
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.kw-rev-skintowhitebutton:hover,
.tm-skincolor-bt:hover{
    background-color: #212121 !important;
    color: #fff !important;
}






/*** 

====================================================================
	Global Box spacing
====================================================================

 ***/
 
.kwayy-boxes-view-carousel .tm-box-col-wrapper{
	padding-left: 17px;
    padding-right: 17px;
}
.kwayy-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 30px;
}
.kwayy-boxes-col-one .kwayy-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper .kwayy-box-blog{
    border-bottom: 1px solid #e6e6e6;
}
.kwayy-boxes-col-one .kwayy-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:last-child .kwayy-box-blog{
    border-bottom: none;
}
.kwayy-boxes-col-one .kwayy-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:last-child {
    margin-bottom: 0;
}
.kwayy-boxes-spacing-0px .kwayy-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
}
.kwayy-boxes-spacing-5px .kwayy-boxes-row-wrapper.row .tm-box-col-wrapper{
    padding-left: 2.5px;
    padding-right: 2.5px;
	margin-bottom: 5px;
}
.kwayy-boxes-spacing-10px .kwayy-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.kwayy-boxes-spacing-0px .kwayy-boxes-row-wrapper.row{
    margin-left: 0;
    margin-right: 0;	
}
.kwayy-boxes-spacing-5px .kwayy-boxes-row-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;	
}
.kwayy-boxes-spacing-10px .kwayy-boxes-row-wrapper.row{
    margin-left: -5px;
    margin-right: -5px;	
}
.kwayy-boxes-portfolio .col-xs-12{
	margin-bottom: 30px;
}
.kwayy-boxes-portfolio.kwayy-boxes-sortable-yes .col-lg-4{
    margin-left: -1px;
}

/*** 

====================================================================
	Slick Slider
====================================================================

 ***/
.kwayy-slider-wrapper{
    position: relative;
    z-index: 1;
}
.kwayy-boxes-blog.kwayy-boxes-view-carousel  .tm-post-format-icon-wrapper:before{
	display: none;
}
.slick-slide {
    outline: none;
}
.kwayy-boxes-row-wrapper .slick-arrow{
    padding: 0;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
	color: #bbbbbb;
	margin: 0 3px;
    z-index: 1
}
.kwayy-boxes-row-wrapper .slick-prev:before,
.kwayy-boxes-row-wrapper .slick-next:before{
    font-family: "tm-nutricorp-icons";
    content: '\e826';
    color: #777777;
    font-size: 19px;
	position: relative;
}
.kwayy-boxes-row-wrapper .slick-prev:before{  
    content: '\e834';
	left: 3px;
}
.kwayy-boxes-row-wrapper .slick-next:before{
	right: -3px;
}
.kwayy-boxes-row-wrapper .slick-next {
    right: -40px;	
}
.kwayy-boxes-row-wrapper .slick-prev {
    left: -40px;	
}
.kwayy-boxes-view-slickview-leftimg .kwayy-boxes-row-wrapper .slick-next:before {
    right: -14px;	   
}
.kwayy-boxes-view-slickview-leftimg .kwayy-boxes-row-wrapper .slick-prev {
    left: -12px;	
}
.kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow{
    border:  1px solid #b0b0b0 ;    
}
.kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-prev:before, 
.kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-next:before{
    font-size: 12px;
    color: #b0b0b0 ;
    opacity: 1;
}
.kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow:hover:before{
    color: #fff ;
    border-color: transparent;
}
.kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow:hover{
    border-color: transparent;
}

.tm-bgcolor-darkgrey .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow,
.tm-bgcolor-skincolor .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow{
    border-color:  #fff ;    
}
.tm-bgcolor-skincolor .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-prev:before, 
.tm-bgcolor-skincolor .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-next:before,

.tm-bgcolor-darkgrey .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-prev:before, 
.tm-bgcolor-darkgrey .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow.slick-next:before{
    color: #fff ;  
}
.tm-bgcolor-skincolor .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow:hover,
.tm-bgcolor-darkgrey .kwayy-boxes-view-carousel:not(.kwayy-boxes-col-one)  .kwayy-boxes-row-wrapper .slick-arrow:hover{
    background-color: #fff;
}

/*** Arrow Center with headign ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .kwayy-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .kwayy-boxes-row-wrapper .slick-prev,

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .kwayy-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .kwayy-boxes-row-wrapper .slick-prev{
	top: -50px;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .kwayy-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .kwayy-boxes-row-wrapper .slick-prev{
	left: 50%;
    margin-left: -35px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .kwayy-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .kwayy-boxes-row-wrapper .slick-next{
    right: 50%;
    margin-right: -30px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .kwayy-box-heading-wrapper,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .kwayy-box-heading-wrapper{
	padding-bottom: 60px;
}

/*** Arrow Left with headign ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .slick-slider,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .slick-slider{
	 position: static;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right{
	position: relative;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .kwayy-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .kwayy-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .kwayy-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .kwayy-boxes-row-wrapper .slick-prev{
	top: 24px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right{
	overflow: hidden;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .kwayy-boxes-row-wrapper .slick-prev{
	right: 35px;;
	left: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .kwayy-boxes-row-wrapper .slick-next{
	right: 0;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .kwayy-boxes-row-wrapper .slick-prev{
	left: 0px;;
	right: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .kwayy-boxes-row-wrapper .slick-next{
	left: 35px;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left, 
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right, 
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center{
    overflow: hidden;
}
.slick-list {
    padding: 0 !important;
}

/*** Slick dot desing ***/
.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 ***/
.tm-bgcolor-darkgrey .slick-dots li button,
.tm-bgcolor-skincolor .slick-dots li button{
    box-shadow: inset 0 0 0 2px  rgba(255, 255, 255, 0.73);
}
.tm-bgcolor-darkgrey .slick-dots li.slick-active button,
.tm-bgcolor-skincolor .slick-dots li.slick-active button{
	 box-shadow: inset 0 0 0 2px  #fff;
}


.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper .slick-next{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper .slick-prev {
    left: -80px;
    right: auto;
}
.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper .slick-next {
    right: -80px;
    left: auto;
}
.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper:hover .slick-prev {
    left: -40px;
    opacity: 1;
}
.tm-boxes-carousel-arrows-side .kwayy-boxes-row-wrapper:hover .slick-next {
    right: -40px;
    opacity: 1;
}

/*** 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: "tm-nutricorp-icons";
}
.flex-direction-nav a:before{
    content: '\e808';
}
.flex-direction-nav a.flex-next:before {
    content: '\e809';
}
.tm-row .vc_column-inner.tm-col-bgcolor-darkgrey .kwayy-boxes-row-wrapper .slick-arrow,
.tm-row .vc_column-inner.tm-col-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-arrow,

.tm-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-arrow,
.tm-bgcolor-darkgrey .kwayy-boxes-row-wrapper .slick-arrow{
    border-color: rgba(255, 255, 255, 1); 
}

.tm-row .vc_column-inner.tm-col-bgcolor-darkgrey .kwayy-boxes-row-wrapper .slick-arrow:before,
.tm-row .vc_column-inner.tm-col-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-arrow:before,

.tm-bgcolor-darkgrey .kwayy-boxes-row-wrapper .slick-prev:before,
.tm-bgcolor-darkgrey .kwayy-boxes-row-wrapper .slick-next:before,
.tm-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-prev:before,
.tm-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-next:before{
    color: rgba(255, 255, 255, 1); 
}
.tm-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover,
.tm-row .vc_column-inner.tm-col-bgcolor-skincolor .kwayy-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover{
    background-color: #fff;
}


/*** 

====================================================================
   flexslider
====================================================================

 ***/
.tm-flexslider ul li{
    display: none;
    float: left;
}
.tm-flexslider ul li:first-child{
    display: block;
}
.tm-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}
.tm-flexslider .flex-control-paging li a{
    border: 1px solid #fff;
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.tm-flexslider .flex-control-paging li a.flex-active{
    background-color: #fff;
}

/*** 

====================================================================
	Drop Cap Design
====================================================================

 ***/
.tm-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;
}
.tm-dcap-style-rounded{
	border-radius: 5px;
}
.tm-dcap-style-round{
	border-radius: 50%;
}
.tm-dropcap.tm-bgcolor-dark,
.tm-dropcap.tm-bgcolor-skincolor{
	color: #fff;	
}
.tm-dropcap.tm-bgcolor-dark{
	background-color: #202020;
}
.tm-dropcap.tm-bgcolor-grey{
	background-color: #E2E2E2;
}
.tm-dropcap.tm-bgcolor-grey,
.tm-dcap-txt-color-dark{
	color: #313131;
}
.tm-dcap-style-rounded{
	border-radius: 5px;
}
.tm-dcap-style-round{
	border-radius: 50%;
}

 /*** 

====================================================================
	Tweeter Section
====================================================================

 ***/
.kwayy-twitterbox-inner {
	text-align: center;
}
.kwayy-twitterbox-inner .tweet-text{
    font-size: 18px;
    line-height: 28px;
}
.kwayy-twitterbox-inner .tweet-details{
	font-size: 15px;
	font-style: italic;
}
.kwayy-twitterbox-inner h3 a.twitter-link{
	z-index: 10;
	position: relative;
}
.kwayy-twitterbox-inner i {
	display: inline-block;
	width: 75px;
	height: 75px;
	font-size: 40px;
	border: 2px solid #2d2d2d;
	color: #2d2d2d;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 75px;
	margin-bottom: 10px
}
.kwayy-twitterbox-wrapper .kwayy-boxes-row-wrapper{
	margin-top: 20px;
}
.kwayy-twitterbox-inner .tweet-text a,
.widget .latest-tweets ul li .tweet-text a,
.widget .latest-tweets ul li .tweet-details a,
.widget .tp_recent_tweets li a {
	font-style:italic;
}
.kwayy-twitterbox-inner-list .kwayy_tweet_item.kwayy_tweetitem{
	line-height: 30px;
	font-size: 19px;
}
.kwayy-carousel-col-one .kwayy_tweet_item.kwayy_tweetitem {
	width: 60%;
	margin: 0 auto;
}
.kwayy-twitterbox-inner .tweet-details{
    font-size: 15px;
    font-style: italic;
}
.tm-bgcolor-skincolor .kwayy-twitterbox-inner .tweet-text,
.tm-bgcolor-darkgrey .kwayy-twitterbox-inner .tweet-text{
	color: rgba(255, 255, 255, 0.70);
}
.tm-bgcolor-skincolor .kwayy-twitterbox-inner .tweet-text a,
.tm-bgcolor-darkgrey .kwayy-twitterbox-inner .tweet-text a{
	color: rgba(255, 255, 255, 1);
}
.tm-bgcolor-skincolor .kwayy-twitterbox-inner .tweet-details a,
.tm-bgcolor-darkgrey .kwayy-twitterbox-inner .tweet-details a{
	color: rgba(255, 255, 255, 0.4);
}
.tm-bgcolor-skincolor .kwayy-twitterbox-inner i, 
.tm-bgcolor-darkgrey .kwayy-twitterbox-inner i{
	border-color: #fff;
	color: #fff;
}
.tm-bgcolor-skincolor .kwayy-twitterbox-inner .tweet-text a:hover,
.tm-bgcolor-skincolor .kwayy-twitterbox-inner .tweet-details a:hover{
	color: rgba(255, 255, 255, 0.60);
}
.kwayy-twitterbox-wrapper .tp_recent_tweets .twitter_time {
	margin-top: 10px;
}
.widget .tp_recent_tweets li {
	background-image: none;
    line-height: 25px;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default .tp_recent_tweets ul > li {
	min-height: 100px;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default:not(.kwayy-boxes-col-one) .tp_recent_tweets ul > li {
    display: inline-block;
	float: left;
    margin-bottom: 30px;
	padding: 0px 15px 0px 15px;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default.kwayy-boxes-col-two .tp_recent_tweets ul > li {
	width: 50%;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default.kwayy-boxes-col-three .tp_recent_tweets ul > li {
	width: 33.33333333%;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default.kwayy-boxes-col-four .tp_recent_tweets ul > li {
	width: 25%;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default.kwayy-boxes-col-five .tp_recent_tweets ul > li {
	width: 20%;
	min-height: 300px;
}
.kwayy-boxes-twitterbox.kwayy-boxes-view-default.kwayy-boxes-col-six .tp_recent_tweets ul > li {
	width: 16.66666667%;
	min-height: 325px;
}
.site-footer .widget .tp_recent_tweets li:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 25px;
    font-size: 20px;
    content: "\f099";
    position: absolute;
    left: 10px;
}
.site-footer .widget .tp_recent_tweets li{
    padding-left: 20px;
}

/****** Twitter X icon changes ******/
.tm-nutricorp-icon-twitter:before {
    content: '\e841';
}

/*** 

====================================================================
	Google map Section
====================================================================

 ***/
 
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0px;
}

/*** 

====================================================================
	Category filter Section
====================================================================

 ***/
.kwayy-boxes-textalign-center .tm-sortable-wrapper{
	text-align: center;
}   
.kwayy-boxes-textalign-left .tm-sortable-wrapper{
	text-align: left;
}  
.kwayy-boxes-textalign-right .tm-sortable-wrapper{
	text-align: right;
} 
.tm-sortable-list ul{
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 20px;
}
.tm-sortable-list .tm-sortable-link {
	display: inline-block;
	margin-right: 10px;
}
.tm-sortable-list .tm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 10px 35px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    color: #212121;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 22px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tm-sortable-list .tm-sortable-link a:hover{
	box-shadow: inset 0 0 0 1px #c0c0c0;
}
.tm-sortable-list .tm-sortable-link a.selected{	 
	 color: #fff;
}

/*** 

====================================================================
	Woocommerce Section
====================================================================

 ***/
.main-holder .site-content ul.products{
	margin-right: -15px;
    margin-left: -15px;
}
.main-holder .site-content ul.products li.product{
	margin: 0;
	padding-right: 15px;
    padding-left: 15px;
}
.main-holder #content.site-content ul.products li.product .tm-product-box{
    margin-bottom: 35px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}
.main-holder #content.site-content ul.products li.product .tm-product-box .tm-product-content{
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
}
.main-holder .site-content ul.products li.product h3,
.main-holder .site-content ul.products li.product .woocommerce-loop-category__title, 
.main-holder .site-content ul.products li.product .woocommerce-loop-product__title, 
.main-holder .site-content ul.products li.product h3{
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 5px;
}
.main-holder .site-content ul.products li.product .price {
    margin: 3px 0;
    min-height: 20px;
    margin-bottom: 15px;    
    font-size: 17px;   
    margin-top: 18px;
}
.tm-product-box-inner{
	position: relative;
	overflow: hidden;
}
/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .tm-shop-icon{
    display: block;
    position: absolute;
    z-index: 3;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all 350ms ease-out 150ms;    
    visibility: hidden;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon{
    visibility: visible;	
	margin-top: 0;
    bottom: 0;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button,
.main-holder .site-content ul.products li.product .add_to_cart_button {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 13px;
}
.main-holder .site-content ul.products li.product .add_to_cart_button {
    text-transform: uppercase;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:before{
    content: '';
    font-family: "tm-nutricorp-icons";
    position: absolute;
    height: 26px;
    width: 1px;
    left: -10px;
    top: 2px;
    background-color: rgba(255, 255, 255, 0.35);
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after,
.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.main-holder .site-content ul.products li.product .add_to_cart_button:after {
    content: '\e837';
    font-family: "tm-nutricorp-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 17px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -3px;
    color: #fff;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after{
    content: '\e842';
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after{
    content: '\e838';
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after{
    content: '\e81c';
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after{
    left: 0;
    top: 0;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product .yith-wcqv-button{
    position: absolute;
    right: -17px;
    font-size: 0;
    top: 17px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: block;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button {
    top: 8px;
    right: 9px;
}
.main-holder .site-content ul.products li.product .button.yith-wcqv-button {
    display: none;
}
.main-holder .site-content ul.products li.product .tm-shop-icon .button.yith-wcqv-button {
    display: block;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    left: 5px;
    top: 7px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist{
    right: 50px;
    bottom: 0;
    margin-top: -5px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist a.add_to_wishlist{
    width: 30px;
    display: block;
    height: 30px;
    position: relative;
    z-index: 99;  
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after{
    content: '\e839'; 
}
.main-holder .site-content ul.products li.product .add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 6px;
    left: -25px;
    right: auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: auto;
    height: auto;
    background: none;
    width: auto;
    height: auto;
    line-height: 0;
}
.main-holder .site-content ul.products li.product  a.added_to_cart {
    display: none;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after { 
    margin-left: 0;
}
.main-holder .site-content .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}
.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product .price del{
    color: #888888;
	font-size: 14px;
	display: inline-block;
}
.main-holder .site-content ul.products li.product .price ins{ 
    font-weight: normal;
}
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.main-holder .site-content ul.products li.product .onsale {
    font-size: 10px;
    color: #fff;
    background: #1f72ce;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
	left:0;
	right: auto;
    border-radius: 0;
    margin: 0;    
    min-height: auto;
    line-height: 18px;
    font-weight: normal;
}
#yith-quick-view-content .onsale:after,
.single .main-holder .site-content span.onsale:after,
.main-holder .site-content ul.products li.product .onsale:after {
    border-color: #1f72ce transparent transparent;
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -14px;
    content: "";
    left: -41px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    text-align: center;
    width: 9px;
}
.single .main-holder .site-content span.onsale:after,
#yith-quick-view-content .onsale:after{
    border-width: 14px 14px 14px 0;
    bottom: -23px;
    left: 0;
    right: auto;
}
.single .main-holder .site-content span.onsale,
#yith-quick-view-content .onsale{
    font-size: 13px; 
    padding: 7px 17px;  
}
#yith-quick-view-modal .yith-wcqv-main{
	-webkit-box-shadow: none;
    box-shadow: none;
}
#yith-quick-view-close{
	font-size: 0px;
}
#yith-quick-view-close:after{
	content: '\E82D';
    font-family: "tm-nutricorp-icons";
	font-size: 16px;
}
#yith-quick-view-close {
    border: none; 
    top: 10px;
    right: 10px;
    opacity: 1;
	color: #a7a7a7;
}

/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
	background-color: #fff
}

/*** Woocemmerce star rating ***/
.woocommerce .star-rating:before {
    color: #ffd321;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
    display: block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 3px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 10px;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 9px;
	margin-top: 0px;
}

/*** Woocemmerce notification ***/
#notification .success{
	padding: 21px 40px 21px 80px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 37px;
	right: 20px;	
	border-radius: 0px;
	z-index: 999999;
}
#notification .success{
	max-width: 350px;
}
#notification .success{
	background: #FFFFFF url(../images/success.png) 25px center no-repeat;
}
#notification .close{
	float: none;
    position: absolute;
    right: 10px;
    top: 8px;
	opacity: 0.8;
}
.main-holder .site-content .woocommerce-ordering{
	margin-bottom: 36px;
}
.woocommerce .woocommerce-result-count{
	margin-top: 13px;
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding-right: 28px;
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 0px;
}

/*** Woocemmerce Price ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount{   
    font-size: 17px; 	
}
.woocommerce .price .woocommerce-Price-amount{   
    font-size: 22px;
	font-weight: normal;
}
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount{
	font-size: 13px;
	text-decoration: line-through;
	color: #888888;
}

/*** Woocemmerce Singel page ***/
.kwayy-single-product-details{
    margin-bottom: 30px;
}
.kwayy-single-product-details:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.kwayy-single-product-details .woocommerce-product-details__short-description{
    margin-top: 35px;
    margin-bottom: 50px;
}
.kwayy-single-product-info{
    padding: 50px;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{
    padding: 0px 50px 50px 50px;
}
.single-product .related.products{
    margin-top: 50px;
}
.kwayy-single-product-details{ 
    background-color: #fff;
}
.woocommerce div.product .product_title{
	font-weight: normal;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 21px;
    font-size: 30px;
    letter-spacing: 1px;
}
.woocommerce div.product .summary .woocommerce-product-rating{
    float: right;
}
.woocommerce .summary div[itemprop="description"]{
	margin-top: 15px;
}
.woocommerce .main-holder #content div.product .price del {
    color: #888888;
	font-size: 15px;
	display: inline-block;
}
.woocommerce .product_meta{
	padding-top: 17px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
.woocommerce .summary .star-rating{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.woocommerce .summary .compare.button {
	background-color: transparent;
	padding: 0;
    margin-left: 15px;
	font-weight: normal;
}
.woocommerce .main-holder #content .summary .compare.button:before {
	content: '\E81D';
    font-family: "tm-nutricorp-icons";
	padding-right: 5px;
}
.woocommerce .summary form.cart{
	margin-top: 30px;
}
.woocommerce .main-holder #content .woocommerce-error .button, 
.woocommerce .main-holder #content .woocommerce-info .button, 
.woocommerce .main-holder #content .woocommerce-message .button{
	background-color: #202020;
    color: #fff;
    border-radius: 16px;
    padding: 8px 18px;
    font-size: 12px;
    text-transform: uppercase;
}
.summary .clear{
    display: none;
}
.woocommerce .main-holder #content div.product .yith-wcwl-add-to-wishlist{
	display: inline-block;
}
.woocommerce .main-holder #content div.product .add_to_wishlist:before {
   content: '\E838';
   font-family: "tm-nutricorp-icons";
   margin-right: 5px;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
   content: '\e81c';
   font-family: "tm-nutricorp-icons";
   margin-right: 5px;
}
.single .main-holder #content div.product div.thumbnails a{
    width: 70px;   
}
.woocommerce .kwayy-single-product-info .product_meta .posted_in{  
    margin-right: 30px;
}
.woocommerce .product_meta .posted_in a{
	text-transform: none;	
}
.single .main-holder div.product form.cart div.quantity {   
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    height: 42px;
    width: 88px;
}

/*** Woocemmerce Tab ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li:after, 
.single .main-holder div.product .woocommerce-tabs ul.tabs li:before{
	display: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li {
    padding: 4px 18px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs:before,
.single .main-holder div.product .woocommerce-tabs ul.tabs li{
	border: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    overflow: visible;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li{
    margin: 0 2px;
    border-radius: 0;
    color: #3d3d3d;
    font-size: 16px;
    border-color: #e4e4e4;
    background-color: #f9f9f8;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 30px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active{
    border-color: transparent;
    position: relative;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active:before {
    display: block !important;
    content: "";
    width: 0px;
    height: 0px;
    border: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f00;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.single .main-holder #reviews #comments h2 {
    clear: none;
    margin-bottom: 20px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li a{
	font-weight: normal;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.single .main-holder #content div.product .woocommerce-Reviews .star-rating{    
	margin: 0;
	margin-top: 7px;
    float: right;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
	margin-bottom: 15px;
}
.up-sells h2,
.single .main-holder #content .related.products h2{
	font-size: 20px;
	text-transform: uppercase;
    font-weight: bold;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
    font-size: 20px;
    text-transform: uppercase;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;   
}
.woocommerce-Reviews .select2-container{
    width: 154px !important;
}
.woocommerce-Tabs-panel .tm-row{
	width: auto;
    padding-top: 17px;
    padding: 0px;
}
.woocommerce-Tabs-panel .vc_column_container>.vc_column-inner{
	padding: 0px;
}

/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.cross-sells h2,
.cart_totals h2{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;	
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	display: block;
}
.woocommerce form .form-row label{
	font-weight: normal;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.main-holder .site .cart-collaterals{
	margin-top: 60px;
}

/*** Woocemmerce Sidebar ***/
.woocommerce ul.cart_list li{
    padding: 8px 0;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
    padding: 12px 0 10px;
}

.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating{
	width: auto;
	margin: 0;
}
.woocommerce ul.product_list_widget li img {
    width: 40px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
}
.sidebar .widget .tagcloud a{   
    display: inline-block;
    padding: 7px 27px;
    margin: 0 2px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px !important;
    text-transform: uppercase;
    background-color: #f7f7f7;
}
.sidebar .widget .tagcloud a:hover{
	color: #fff;
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;   
}
.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a{
	color: #fff;
	padding: 10px 0px;
}
.woocommerce table.shop_table {
    border-color: #ededed;
    border-radius: 0px;
	margin-top: 30px;
}
.woocommerce-cart .main-holder table.shop_table {
	margin-top: 0px;
}
.woocommerce table.wishlist_table {
    font-size: inherit;
}
.tm-wrap-addto {
	display: inline-block;
}
.tm-product-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 250ms ease-out;
	background-color: #343538;
}
.main-holder .site-content ul.products li.product:hover .tm-product-overlay {
	opacity: .3;
	visibility: visible;
}
.main-holder .site-content ul.products li.product a img {
    margin: 0 0 0em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product:hover a img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product .price {
    margin-top: 5px;
}
.woocommerce .price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: normal;
}

/***  comment-form-rating ***/
.comment-form-rating{
    padding-bottom: 20px;
}

#respond .comment-reply-title {
    width: 100%;
    font-size: 24px;
    margin: 10px 0 26px !important;
    text-transform: unset;
    display: inline-block;
    font-weight: normal;
    color: #212121;
}
#respond label {
    margin: 0 0 10px !important;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 30px;
}

/*** 

====================================================================
	Pricing Table
====================================================================

 ***/ 

.main-holder .rpt_style_basic .rpt_plan .rpt_features .rpt_feature:first-child {
    padding-top: 25px;
    border-radius: 5px 5px 0px 0px;
}
.main-holder .rpt_style_basic .rpt_custom_btn .rpt_feature{
    border-radius: 0px 0px 5px 5px;
}

.main-holder .rpt_style_basic .rpt_plan .rpt_features .rpt_feature:last-child {
    padding-bottom: 25px;
    border: none;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
    padding-top: 10px !important;
    padding: 10px 30px 10px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_description {
    padding: 0 20px 0px;
    color: #677072;
}
.main-holder .rpt_4_plans.rpt_style_basic .rpt_plan {
    background-color: #323232;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_foot {
    display: block;
    padding: 10px 30px;
    background-color: #fff !important;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head {  
    border: none;
    padding-bottom: 30px;
    background: none;
    margin-top: -1px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_price sup{
    font-size: 25px;
    font-weight: normal;
    top: -17px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_price{
    color: #313131;
    font-size: 54px;
    font-weight: bold;
    text-shadow: none;
    line-height: 60px;
    padding: 0;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
	color: #505050 !important;
	font-size: 22px;
	font-weight: 300;
	padding-top: 5px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 20px 40px 10px;
    text-align: center;
    font-style: italic;
	color: #999;
}
.main-holder .rpt_style_basic .rpt_recommended_plan{
    top: 0px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_features {
    padding: 0;    
}
.main-holder .rpt_style_basic .rpt_plan .rpt_features{
    background-color: #F9F9F9 ; 
}
.rpt_custom_btn{
    background-color: #F9F9F9 !important ; 
}
.main-holder .rpt_style_basic .rpt_plan .rpt_features .rpt_feature,
.main-holder .rpt_style_basic .rpt_custom_btn .rpt_feature{
    padding: 14px 10px;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-color: #f5f5f5;
    color: #747474 !important;
    margin: 0px 10px;
    background-color: #fff;
}
.main-holder .rpt_style_basic .rpt_custom_btn .rpt_feature{
    background-color: #fff;
    padding: 42px 0px !important;
    margin: 0 !important;
    /* padding-bottom: 12px !important; */
    border-top: 1px solid #f5f5f5;
    border-bottom: none;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_custom_btn{  
    padding: 0px 10px 10px 10px !important;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title {
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #313131;
    padding-bottom: 0;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title img {
	display: none;
}
.rpt_custom_btn{    
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding-bottom: 35px !important;
}

/*** Pricing Table Arrow ***/
.main-holder .rpt_style_basic .rpt_plan .rpt_title{
	position: relative;	
    text-align: center !important;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_title:after{
	border-top-color: #323232;
}
.main-holder .rpt_4_plans .rpt_plan .rpt_features .rpt_feature:last-child{
	border-bottom: none;
}
.rpt_custom_btn .tm-vc_general.tm-vc_btn3{
    border: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-holder .rpt_style_basic .rpt_plan .rpt_head, 
.main-holder .rpt_style_basic .rpt_plan .rpt_title{
    background-color: #F9F9F9;
}
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_head .rpt_description,
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_title,
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_head .rpt_price{
    color: #fff;
}

/*Pricing Table*/
.main-holder .rpt_style_basic .rpt_recommended_plan .rpt_title,
.main-holder .rpt_4_plans.rpt_style_basic .rpt_plan.rpt_recommended_plan,
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_features,

.main-holder .rpt_style_basic .rpt_recommended_plan.rpt_plan .rpt_head,
.main-holder .rpt_style_basic .rpt_recommended_plan.rpt_plan .rpt_title{
    background-color: #2b2b2b;
}
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_custom_btn{
    background-color: #2b2b2b !important;
}
.main-holder .rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_title:after{
    border-top-color: #000;
}


/*** 

====================================================================
	404 Page
====================================================================

 ***/ 
 
.error404 .site-main {
    padding-top: 0;
} 
section.error-404 {    
    padding: 150px 0px;
	text-align:center;
}
section.error-404 .tm-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: 500;
    text-transform: uppercase;
    line-height: 100%;
}
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;
} 
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-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.3;
}
.tm-sresults-no-content-w{
	padding-bottom: 60px;
	padding-top: 30px;
}
.tm-sresults-no-content-w h3{  
    font-size: 30px;
    line-height: 35px;  
}

/*** 

====================================================================
	Search Result Page
====================================================================

 ***/

.tm-sresult-form-wrapper {
	border-radius: 5px;
    padding: 22px 0px 0px;
    margin-bottom: 30px;
    color: #fff;
    border: 0; 
}
.tm-search-pagelist .tm-result-page-content{
	 padding-left: 33px;
	 padding-bottom: 10px;
}
.tm-search-pagelist li > h4{
	margin-bottom: 7px;
}
.tm-search-results-title a.label-default{
	padding: 5px 10px;
	position: relative;
    top: -3px;
}

/*** Search Select Box ***/
.tm-search-select-box{
    width: 100%;
    position: relative;
    padding-right: 162px;
}
.tm-search-select-box .select2-container{
    width: 100% !important;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff; 
}
.tm-search-select-box .select2-container--default .select2-selection--single{
    border: 1px solid rgba(229, 229, 229, 0.41);
    height: 50px;
    border-radius: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent;
}
.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent; 
}
.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: #ffffff;
    border: 2px solid transparent;
    padding: 12px 27px;
    border-radius: 5px;
}
.tm-sresult-form-sbtbtn-wrapper{
	position: absolute;
	top: 0px;
	right: 0px;
}
.tm-search-main-box{	
    padding: 22px 25px 30px 25px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 14px;
	margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.tm-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;    
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(32, 32, 32, 0.09);
    content: " ";
}
.tm-search-text strong{
	padding-bottom: 10px; 
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.tm-search-results-title{
    font-weight: normal;
}
.tm-search-postlist li{
    list-style:none;
}
.tm-sresult-form-wrapper h2{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
    color: #fff;    
    font-weight: 600;
    letter-spacing: 2px;   
    display: table-cell;
    width: 23%;
    margin-top: 0;
    vertical-align: middle;
}
.tm-sresult-form-wrapper h2 i{
	display: none;
}
body.search .tm-sresult-form-wrapper .search-form .search-field{
    border: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    padding-left: 70px;
    text-align: left;
    width: 100%;
    height: 52px;
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);    
	color: #fff;
}
.tm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}
.tm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "tm-nutricorp-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    display: block;
    width: 55px;
    top: 1px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 5px 0px 0px 5px;
}
.tm-sresult-form-wrapper .search-form label{
	margin-bottom: 0;
    display: block;
}
.search .tm-sresult-form-wrapper .search-form .search-submit{
	 display: none;
}
.tm-sresult-form-top{
	position: relative;
    display: table;
    width: 100%;   
	padding:7px 25px 26px 25px;
}
.tm-sresults-settings-wrapper{
    width: auto;
    display: table-cell;
    position: relative;
	padding-left: 15px;
}
.tm-sresults-settings-wrapper a{
    font-size: 16px;
    color: #fff;    
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    border-radius: 5px;
	outline: none;
}
.tm-sresults-settings-wrapper a:hover,
.tm-sresults-settings-wrapper a.tm-sresult-btn-active{
    color: #fff;
}
.tm-search-eventlist .item .item-thumbnail:before{
	display: none;
}
.tm-search-list.tm-search-postlist{
	padding-left:0px;
}
.tm-sresults-first-row,
.tm-sresults-cta-wrapper{
	padding-bottom: 60px;
}
.tm-sresults-title-w h2{
	margin-bottom: 20px;
}
.search-results .tm-list.tm-list-style-icon li{
	position: relative;
	margin-bottom: 10px;
}
.tm-sresults-title small a{
    font-weight: normal;
    margin-top: 6px;
    display: inline-block;
    padding: 2px 13px;
    display: inline-flex;
    position: absolute;
    font-size: 12px;
    line-height: 26px;
}
.search-results .kwayy-box-team{
	margin-bottom: 30px;
}
.tm-sresults-title small a i{
	width: 8px;
    margin-left: -6px;
    padding-right: 17px;
}
.search-results .kwayy-box-portfolio .kwayy-post-item{
	margin-bottom: 30px;
}

/*** 

====================================================================
	BBpress-forums
====================================================================

 ***/

#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta{
	font-size: inherit;
}
.bbpress-main-wrapper{
	margin-top: 25px;
	margin-bottom: 25px;
}
#bbpress-forums #bbp-search-form {
	margin-bottom:0px;
}
#bbp_search_submit {
	height: 35px;
	margin: 0 0px 20px 0;
	line-height: 12px;
}
.bbp-forum-title {
	font-size: 18px;
}
#bbpress-forums li {
	font-size: 13px;
}	
div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
	padding: 10px;
}
.wp-editor-container {
	border: 1px solid #dedede;
}
.wp-editor-container textarea.wp-editor-area {
	max-width:100%;
}
#subscription-toggle {
	float: right;
}
#bbpress-forums button, #bbpress-forums input[type="submit"], #sidebar button.button{
	-webkit-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition:.3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
#bbpress-forums fieldset.bbp-form label {
	font-size: 13px;
}
#bbpress-forums ul li.bbp-header{
	border: 0;
}
#bbpress-forums a.bbp-topic-permalink{
	font-size:16px;
}
#bbpress-forums a.bbp-topic-permalink, #content #bbpress-forums .status-closed, #content #bbpress-forums .status-closed a{
	color: #2d2d2d;
}
#bbpress-forums ul li.bbp-header a{
	color: #fff;
}
#bbpress-forums ul li.bbp-header a:hover{
	text-decoration: underline;
}
#sidebar .bbp-login-form div.bbp-remember-me label{
	width: auto;
}
#sidebar .bbp-submit-wrapper button.button:hover{
	background: #fff;
	color: #2d2d2d;
}
#sidebar .bbp-login-form .bbp-submit-wrapper{
	float: left;
	width: 55%;
	text-align: left;
}
#sidebar .bbp-login-links{
	float: right;
	width: 45%;
	padding-top: 12px;
}
#sidebar .bbp_widget_login #user_login, 
#sidebar .bbp_widget_login #user_pass{
	width:90%;
}
.bbpress-main-wrapper #main{
	float:right;
}
.bbpress-main-wrapper #sidebar{
	float:left;
}
#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: 201px;
    padding: 8px 8px;   
    float: left;
    height: 38px;
}
#bbp_search_submit {
    height: 38px;
    margin: 0 0px 20px 5px;
    line-height: 38px;
    display: inline-block;
    padding: 0 30px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums .widget_display_replies img.avatar {
	float: none;
	margin-bottom: 0px;
	border: 3px double #ddd;
	width: 19px;
}
#bbpress-forums li.bbp-header {
	background: #f7f7f7;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
	border: 1px solid #eaeaea;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #eaeaea;
}
#bbpress-forums ul li.bbp-header, #bbpress-forums button, .bbp-submit-wrapper .button, .widget .bbp-logged-in .button{
	color:#fff;
}
#bbpress-forums button, .bbp-submit-wrapper .button, .widget .bbp-logged-in .button{
	border: 1px solid transparent;
	display:inline-block;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	padding: 10px;	
}
div.bbp-template-notice.info{
	border: 1px solid #eaeaea ;
	background-color: #f7f7f7;
	border-radius:0px;
}
.widget_display_stats dl:before, 
.widget_display_stats dl:after {
	display: table;
	line-height: 0;
	content: "";
}
.widget_display_stats dl:after {
	clear: both;
}
.widget_display_stats dl{
	margin:0px;
}
.widget_display_stats dl dt {
	float: left;
	width: 50%;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal !important;
	margin-bottom: 6px;
}
.widget_display_stats dl dd {
	margin-left: 60%;
	margin-bottom: 6px;
	text-align: right;
}

/*** Search widget ***/ 
.search-form .search-submit {
	display: block;
}
.widget #bbp-search-form{
	position:relative;
}
.widget .search-form label{
	display:block;
}
.widget #bbp-search-form input[type="text"]{
	width:100%;
	border:1px solid #eaeaea;
	height:43px;
	border-radius: 0px;
	padding-right:30px;
	background:#f5f6f8;
	box-shadow:none;	
}
.widget #bbp-search-form  #bbp_search_submit{
	position:absolute;
	top:0px;
	right:0px;
	background:none;
	box-shadow:none;
	border-bottom:none;
	text-indent:-999px;	
}
.widget #bbp-search-form:after{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	opacity: .8;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 14px;	
}
.widget #bbp-search-form:after{
	content: "\f002";	
	position: absolute;
	top: 15px;
	right: 12px;
}
.widget .bbp-forum-title{
	font-size:14px;
}
.bbp-login-form fieldset {
	border: 1px solid #e9e9e9;
	margin: 0 2px;
	padding: 6px 15px;
	background-color: #f5f6f8;
	padding-bottom: 22px;
}
.bbp-submit-wrapper .button,
.widget .bbp-logged-in .button{
	margin:0px;
	margin-bottom:10px;
	padding: 10px 20px;
}
.bbp-login-form .bbp-login-links {
	margin-top: 8px;
}
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input {
	padding: 10px 10px;
}
.bbp-login-form label {
	font-weight: normal;
}
.bbp-breadcrumb-sep {
    padding: 0 5px;
}



/* ==========================================================================
White Color Section
========================================================================== */

/*
* ====== Text White Color ======
*/

/*** Tweeter Section ***/
.tm-bgcolor-skincolor .tm-sc-twitterbox-followus-text small,
.tm-bgcolor-darkgrey .tm-sc-twitterbox-followus-text small,

.tm-bgcolor-darkgrey ul.nutricorp_contact_widget_wrapper li a,
.tm-bgcolor-skincolor ul.nutricorp_contact_widget_wrapper li a,

.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-flat .tm-vc_cta3-content-header,

/*** Headign white color ***/
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

.tm-bgcolor-darkgrey .tm-custom-heading,
.tm-bgcolor-skincolor .tm-custom-heading,

.tm-col-bgcolor-darkgrey .tm-custom-heading:not(.tm-skincolor),
.tm-col-bgcolor-skincolor .tm-custom-heading,

.vc_progress_bar.vc_progress-bar-color-skincolor .vc_single_bar .vc_label,

/*** Testimonials Section ***/
.tm-bgcolor-skincolor .kwayy-box-view-default .kwayy-box-author .kwayy-author-name a:hover,
.tm-bgcolor-skincolor .kwayy-box-view-default .kwayy-box-author .kwayy-author-name,
.tm-bgcolor-skincolor .kwayy-box-view-default .kwayy-box-author .kwayy-author-name a,


.tm-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,
.tm-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,
.tm-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,
.tm-col-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,

.tm-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,
.tm-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,
.tm-col-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,
.tm-col-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,
.tm-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,
.tm-col-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name,

.tm-col-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,
.tm-col-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper h3.kwayy-author-name a,
.tm-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer ,
.tm-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer,
.tm-col-bgcolor-darkgrey .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer,
.tm-col-bgcolor-skincolor .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer,
.tm-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer,
.tm-col-bgimage-yes .kwayy-boxes-view-slickview-leftimg .testimonial_wrapper .kwayy-box-footer,

.tm-col-bgcolor-skincolor .kwayy-boxes-view-slickview-bottomimg .kwayy-box-footer,
.tm-bgcolor-skincolor .kwayy-boxes-view-slickview-bottomimg .kwayy-box-footer,

/*** Portfolio section ***/ 
.kwayy-boxes .kwayy-box-content.kwayy-overlay .kwayy-icon-box a:hover,

/*** Tab content section ***/
.tm-bgcolor-darkgrey .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-bgcolor-darkgrey .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.tm-bgcolor-skincolor .tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover,

.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-3d,

/*** Servicebox section ***/
.tm-sbox:hover .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline .tm-vc_icon_element-icon,

/*** Vcbutton section ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor.tm-vc_btn3-style-outline:hover,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor:hover, 
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-color-skincolor,

article.kwayy-blogbox-format-link .tm-format-link-title a,
article.post.format-link .tm-format-link-title a,

.tm-bgcolor-skincolor .tm-entry-meta a:hover,
.tm-bgcolor-darkgrey .tm-entry-meta a:hover,
.tm-format-link-url a:hover,
.tm-post-format-quote a:hover,
.tm-post-format-quote a:hover:after,

.tm-bgcolor-darkgrey .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content h4 a,
.tm-bgcolor-skincolor .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content h4 a,

.tm-bgcolor-darkgrey .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content .kwayy-blogbox-footer-readmore a,
.tm-bgcolor-skincolor .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content .kwayy-blogbox-footer-readmore a,

.tm-col-bgcolor-darkgrey .kwayy-box-content h4 a,
.tm-col-bgcolor-skincolor .kwayy-box-content h4 a,
.tm-col-bgcolor-skincolor .kwayy-blogbox-footer-readmore a,
.tm-col-bgcolor-darkgrey .kwayy-blogbox-footer-readmore a,
.tm-col-bgcolor-skincolor .kwayy-box-content .tm-entry-meta a:hover,
.tm-col-bgcolor-darkgrey .kwayy-box-content .tm-entry-meta a:hover,


.tm-bgcolor-skincolor .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a:hover,
.tm-bgcolor-darkgrey .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a:hover,

/*** Service box Main Heading ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox h2,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox h2,

.tm-bgcolor-skincolor .vc_row .tm-sbox h2,
.tm-bgcolor-darkgrey .vc_row .tm-sbox h2,

.site-main .tm-dcap-color-skincolor,
.tm-bgcolor-darkgrey .tm-team-social-links a,

/*** portfolio gallery style ***/
.kwayy-box.kwayy-box-portfolio.kwayy-box-view-gallery .kwayy-icon-box a:hover,

/*** Woocommerce ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active a,

/*** team member ***/
.tm-bgcolor-skincolor .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4 a,
.tm-bgcolor-skincolor .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4,
.tm-bgcolor-skincolor .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4 a:hover,
.tm-col-bgcolor-skincolor .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4 a:hover,
.tm-bgimage-yes .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4,
.tm-bgimage-yes .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-content h4 a{
	color: #fff;
}


/*
* ====== Text White(Little Light) Color ======
*/

/*** Blogbox section ***/
.tm-bgcolor-darkgrey .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content .kwayy-box-desc,
.tm-bgcolor-skincolor .kwayy-box-blog.kwayy-blog-box-lr .kwayy-box-content .kwayy-box-desc,

.kwayy-box-view-content-overlay .kwayy-blogbox-footer-readmore a:hover,
.kwayy-box-view-content-overlay .kwayy-box-content h4 a:hover,

/*** Portfolio section ***/
body .tm-bgcolor-skincolor .kwayy-box-content h4 a:hover,
body .tm-bgcolor-skincolor .kwayy-blogbox-footer-readmore a:hover,
body .tm-col-bgcolor-skincolor .kwayy-box-content h4 a:hover,

/*** Subheading light white color ***/
/* .vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4, */
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h4,

.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4,

/*** Service box Sub Heading ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox h4,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox h4,

div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox h4,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox h4,

.tm-bgcolor-skincolor .vc_row .tm-sbox h4,
.tm-bgcolor-darkgrey .vc_row .tm-sbox h4,

.tm-bgcolor-skincolor .tm-entry-meta .tm-meta-line i,
.tm-col-bgcolor-skincolor .tm-entry-meta .tm-meta-line i {
	color: rgba(255, 255, 255, 0.85);
}


/*
* ====== Text White(Light) Color ======
*/


/*** Heading Description text  ***/


.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.vc_column-inner.tm-col-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,

.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,

.tm-bgcolor-skincolor .wpb_text_column,
.tm-bgcolor-darkgrey .wpb_text_column,

div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .wpb_text_column,
div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .wpb_text_column,

/*** Service box Description ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-skincolor.tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-darkgrey.tm-sbox .tm-cta3-description,

div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .tm-sbox .tm-cta3-description,

.tm-bgcolor-skincolor .vc_row .tm-sbox .tm-cta3-description,
.tm-bgcolor-darkgrey .vc_row .tm-sbox .tm-cta3-description,

.tm-row.tm-bgcolor-darkgrey .tm-sbox.tm-sbox-bgcolor-transparent a:not(.tm-vc_btn3),
.tm-row.tm-bgcolor-skincolor .tm-sbox.tm-sbox-bgcolor-transparent a:not(.tm-vc_btn3),

.tm-post-format-quote a,
.tm-post-format-quote a:after{
	color: rgba(255, 255, 255, 0.90);
}

.tm-bgcolor-skincolor .tm-entry-meta .tm-meta-line,
.tm-bgcolor-darkgrey .tm-entry-meta .tm-meta-line,

/*** Team Section ***/
.tm-bgcolor-skincolor .kwayy-box-view-topimage-bottomcontent .kwayy-box-content .tm-short-desc,
.tm-bgcolor-skincolor .kwayy-box-team.kwayy-box-view-topimage-bottomcontent .kwayy-box-footer,

/*** Portfolio section ***/
.tm-bgcolor-darkgrey .kwayy-box-view-top-image .kwayy-box-portfolio .kwayy-box-category a,
.tm-bgcolor-skincolor .kwayy-box-view-top-image .kwayy-box-portfolio .kwayy-box-category a,

/*** Blogbox section ***/
.tm-bgcolor-skincolor .tm-entry-meta a,
.tm-col-bgcolor-skincolor .tm-entry-meta a,
.tm-bgcolor-darkgrey .tm-entry-meta a,
.tm-bgcolor-skincolor .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a,
.tm-bgcolor-darkgrey .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a,
.tm-col-bgcolor-skincolor .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a,
.tm-col-bgcolor-darkgrey .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date a,
.site-footer.tm-bgcolor-darkgrey ul.tm-recent-post-list li .post-date,

.tm-format-link-url a,

.tm-bgcolor-skincolor .kwayy-meta-details, 
.tm-bgcolor-skincolor .kwayy-meta-details a, 
.tm-bgcolor-skincolor .kwayy-meta-details i,
.tm-bgcolor-darkgrey .kwayy-meta-details, 
.tm-bgcolor-darkgrey .kwayy-meta-details a, 
.tm-bgcolor-darkgrey .kwayy-meta-details i {    
	color: rgba(255, 255, 255, 0.45);
}
.tm-bgcolor-skincolor .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date:after,
.tm-col-bgcolor-skincolor .kwayy-box-blog .kwayy-box-content .kwayy-box-post-date:after {
	background-color: rgba(255, 255, 255, 0.45);
}

/*
* ====== Background White Color ======
*/

/*** Testimonials Section ***/
.tm-bgcolor-skincolor .kwayy-box-view-default .kwayy-box-author .kwayy-box-img .kwayy-icon-box{
	background-color: #fff;
}


/* ==========================================================================
Dark Color Section
========================================================================== */


/*** Text Dark Color ***/
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-classic .tm-vc_cta3-content-header h2,
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-flat .tm-vc_cta3-content-header,
.kwayy-box-portfolio .kwayy-box-bottom-content h4 a,

.tm-publised-in-wrapper span.post-title,

/*** Team Member ***/
.tm-team-member-single-category,
.tm-team-member-single-category a,
.tm-team-details-list .tm-team-list-value a,
.tm-team-social-links a,
.tm-bgcolor-darkgrey .kwayy-box-view-left-image .kwayy-box-title a,
.tm-bgcolor-darkgrey .kwayy-team-box-view-overlay .kwayy-box-title a,

/*** Blog comment ***/
.tm-comment-owner,
.tm-comment-owner a,
.comment-reply-link:hover,

/*** Testimonials Section ***/
.testimonial_item .kwayy-author-name a:hover,


/*** Portfolio section ***/
.tm-social-share-wrapper,
.kwayy-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details,
.kwayy-box-view-top-image .kwayy-box-bottom-content .kwayy-box-category a:hover,

/*** Tab content section ***/
.tm-tourtab-style1.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a,
.tm-tourtab-style1.vc_general.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab>a,

/*** Teammember section ***/
.kwayy-box-team.kwayy-box-view-top-image .kwayy-box-content h4 a,
.kwayy-team-box-view-overlay .kwayy-box-social-links ul a,

/*** Blogbox section ***/
.kwayy-box-content h4 a,
.kwayy-post-readmore a,
.tm-bgcolor-skincolor .kwayy-blogbox-footer-readmore a:hover,
.tm-bgcolor-skincolor .kwayy-box-content h4 a:hover,
.kwayy-meta-details a:hover,
.tm-entry-meta a:hover,
.logged-in-as a:hover,
.vc_column-inner.tm-col-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,
.vc_column-inner.tm-col-bgcolor-white .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-headers h2,

/*** Service box Main Heading ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox h2,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox h2,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox h2,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox h2,

.tm-bgcolor-white .vc_row .tm-sbox h2,
.tm-bgcolor-grey .vc_row .tm-sbox h2,

/*** Woocommerce ***/
.woocommerce table.wishlist_table thead th .nobr,
.single .main-holder div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product_meta .posted_in,
.single .main-holder #content .summary .compare.button,

/*** Evetns Calendar ***/
.tribe-events-list-separator-month,
.widget.nutricorp_category_list_widget .widget-title,
.widget.nutricorp_category_list_widget li a{
	color: #2b2b2b;
}


/*** Text Dark (Little Light) Color ***/
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-grey.tm-vc_cta3-style-classic .tm-vc_cta3-content-header h4,
.tweet-details a,

/*** Service box Sub Heading ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox h4,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox h4,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox h4,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox h4,

.tm-bgcolor-white .vc_row .tm-sbox h4,
.tm-bgcolor-grey .vc_row .tm-sbox h4{
	color: rgba(0, 0, 0, 0.65);
}


/*** Text Dark(Light) Color ***/

.vc_column-inner.tm-col-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content p,
.vc_column-inner.tm-col-bgcolor-white .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content p,

/*** Service box Description ***/
div .vc_row .vc_column-inner .tm-sbox-bgcolor-white.tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner .tm-sbox-bgcolor-grey.tm-sbox .tm-cta3-description,

div .vc_row .vc_column-inner.tm-col-bgcolor-white .tm-sbox .tm-cta3-description,
div .vc_row .vc_column-inner.tm-col-bgcolor-grey .tm-sbox .tm-cta3-description,

.tm-bgcolor-white .vc_row .tm-sbox .tm-cta3-description,
.tm-bgcolor-grey .vc_row .tm-sbox .tm-cta3-description{
	color: rgba(0, 0, 0, 0.50);
}

/*** White text color Section ***/
.tm-textcolor-white h1,
.tm-textcolor-white h2,
.tm-textcolor-white h3,
.tm-textcolor-white h4,
.tm-textcolor-white h5,
.tm-textcolor-white h6,
.tm-textcolor-white .tm-vc_cta3-content-header h2{
	color: rgba(255, 255, 255, 1) !important;
}
.tm-textcolor-white .tm-vc_cta3-content-header h4{
	color: rgba(255, 255, 255, 0.65) !important;
}
.tm-textcolor-white .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(255, 255, 255, 0.50) !important;
}
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-flat .tm-cta3-content-wrapper,
.tm-textcolor-white{
	color: rgba(255, 255, 255, 0.85);
}
.footer .tm-textcolor-white {
	color: rgba(255, 255, 255, 0.52);
}
.tm-textcolor-white a{
	color: rgba(255, 255, 255, 1);
}
.footer .tm-textcolor-white .widget .woocommerce-product-search .search-field, 
.footer .tm-textcolor-white .widget .search-form .search-field {
    border-color: rgba(255, 255, 255, 0.07);  
    background-color: rgba(255, 255, 255, 0.03);
}
.tm-textcolor-white .widget .woocommerce-product-search input[type="submit"], 
.tm-textcolor-white .widget .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}
.main-holder .tm-textcolor-white ul.product_list_widget > li, 
.tm-textcolor-white ul.tm-recent-post-list > li {
    border-top-color: rgba(255, 255, 255, 0.07);
}


/*** Dark text color Section ***/
.tm-textcolor-darkgrey h1,
.tm-textcolor-darkgrey h2,
.tm-textcolor-darkgrey h3,
.tm-textcolor-darkgrey h4,
.tm-textcolor-darkgrey h5,
.tm-textcolor-darkgrey h6,
.tm-textcolor-darkgrey .tm-vc_cta3-content-header h2{
	color: #313131 !important;
}
.tm-textcolor-darkgrey .tm-vc_cta3-content-header h4{
	color: rgba(0, 0, 0, 0.65) !important;
}
.tm-textcolor-darkgrey .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(0, 0, 0, 0.50) !important;
}
.tm-textcolor-darkgrey{
	color: rgba(0, 0, 0, 0.50);
}
.tm-textcolor-darkgrey a{
	color: rgba(0, 0, 0, 0.80);
}

.main-holder .tm-textcolor-dark ul.product_list_widget > li, 
.tm-textcolor-dark ul.tm-recent-post-list > li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

/*** Grey text color Section ***/
.tm-textcolor-grey h1,
.tm-textcolor-grey h2,
.tm-textcolor-grey h3,
.tm-textcolor-grey h4,
.tm-textcolor-grey h5,
.tm-textcolor-grey h6,
.tm-textcolor-grey .tm-vc_cta3-content-header h2{
	color: #c0c0c0 !important;
}
.tm-textcolor-grey .tm-vc_cta3-content-header h4{
	color: rgba(192, 192, 192, 0.90) !important;
}
.tm-textcolor-grey .tm-vc_cta3-content .tm-cta3-description{
	color: rgba(192, 192, 192, 0.60) !important;
}
.tm-textcolor-grey{
	color: rgba(192, 192, 192, 0.60);
}
.tm-textcolor-grey a,
.tm-icolor-grey i{
	color: rgba(192, 192, 192, 0.80);
}

/*** Border White light ***/


/*** Heading White Sep line  ***/

.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
    border-color:  rgba(255, 255, 255, 0.28);
}

/*** Heading Grey Sep line  ***/
.vc_column-inner.tm-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-grey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after{
	border-color: rgba(122, 122, 122, 0.26);
}

/*** Grey border color ***/
.tm-bgcolor-grey .kwayy-box-meta {
    border-color: #E6E6E6;
}

/*** VC Colum ***/
.tm-span > .vc_column-inner {	
	 z-index: 11;
}
.tm-col-bg .wpb_wrapper{
	position: relative;
}
.tm-left-span .tm-col-wrapper-bg-layer{
	width: auto;
    margin-left: -300px;
    right: 0;
}
.tm-right-span .tm-col-wrapper-bg-layer{
	width: auto;
    margin-right: -300px;
    left: 0;
	right: 0;
}
.tm-right-span .tm-bg-layer-inner,
.tm-left-span .tm-bg-layer-inner{
	position: absolute;
    width: 100%;   
    height: 100%;
	top:0;
}
.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-col-bgcolor-yes .tm-bg-layer-inner{
	position: absolute;
    width: 100%;   
    height: 100%;
}
span.edit-link {
	display: block;
	padding: 20px 0;
    padding-left: 10px;
}
.edit-link a {
    background: #ececec14;
    padding: 3px 18px;
    display: inline-block;
    color: #6b6b6b;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #c7c7c7;
}
.tm-page-loader-wrapper {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center center;
}

/*** Contact form ***/
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: red;
	border: none;
	color: white;
	padding: 8px 16px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	background: green;
	border: none;
	color: white;
	padding: 8px 16px;
}

/***  Pricelist Box ***/
ul.tm-pricelist-block {
	padding: 0px;
	font-size: 14px;
}
ul.tm-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.tm-pricelist-block li .service-price {
	float: right;
}

/*** Pricelist Box (Greay bg and White bg) ***/
.tm-row-bgtype-skincolor ul.tm-pricelist-block li, 
.tm-col-bgcolor-skincolor ul.tm-pricelist-block li,
.tm-row-bgtype-darkgrey ul.tm-pricelist-block li, 
.tm-col-bgcolor-darkgrey ul.tm-pricelist-block li{
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.20);   
}

/*** Servicebox Right Border ***/
.tm-services-box-border-right .tm-sbox {
   border-right: 1px solid  rgba(255, 255, 255, 0.14);
   padding-bottom:0px
}
.tm-services-box-separator.tm-bgcolor-grey .wpb_column.vc_column_container,
.tm-services-box-separator .wpb_column.vc_column_container {
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 5px;
}
.tm-services-box-separator .tm-sbox .tm-vc_cta3-container {
	margin-bottom:0px;
}
.tm-services-box-separator.tm-bgcolor-skincolor .wpb_column.vc_column_container,
.tm-services-box-separator.tm-bgcolor-darkgrey .wpb_column.vc_column_container{
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    padding-top: 15px;
    padding-bottom: 5px;
}
.tm-services-box-separator .wpb_column.vc_column_container:last-child {
 	border-right: none;
}
.tm-sbox-col-padding {
	padding:105px 300px 80px 100px;
}

/*** Team Member with Skincolor bg ***/
.kwayy-post-left .entry-date {
    font-size: 30px;
    display: block;
    line-height: 25px;
    font-weight: 500;
	padding-top: 6px;
}


/*** Testimonial Default ***/
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
	background:transparent;
	background-color: transparent;
}
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-next:before {
	font-size: 24px;
	color:rgba(0, 0, 0, 0.28);
}
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-prev,
.kwayy-boxes-view-slickview .testimonial_wrapper .slick-next {
	top: 59%;
}
.kwayy-boxes-testimonial.kwayy-boxes-view-slickview .kwayy-box-desc .kwayy-testimonial-text {
	position:relative;
	z-index: -1;
}


/*** Square caursel Arrow ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-prev {
	margin-left: -19px;
}
.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-arrow {
    padding: 0;
    border: 1px solid #e6e6e6;
    height: 30px;
    width: 30px;
    border-radius: 0%;
    color: #e6e6e6;
    background-color: transparent; 
    margin: 0 3px;
}
.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-prev:before,
.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-next:before {
    font-family: "tm-nutricorp-icons";
    color: rgba(41, 38, 38, 0.42);
    font-size: 26px;
    position: relative;
    font-weight: normal;
}
.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-prev:before {
    content: '\e808';
}
.tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-next:before{
	 content: '\e809';
}
.tm-bgcolor-skincolor .tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-arrow,
.tm-bgcolor-darkgrey .tm-boxes-carousel-arrow-square .kwayy-boxes-row-wrapper .slick-arrow {
	color: #777777;
	background-color: #eeeeee;
}

/*** Footer Twiiter Widget ***/
.widget_latest_tweets_widget p.tweet-text:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}
.widget.widget_latest_tweets_widget ul > li {
    position: relative;
    padding: 0px 0px 15px 35px;
    margin-bottom: 20px;
}
.widget.widget_latest_tweets_widget ul > li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

/*** Background Image Position ***/
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-left_top,
.tm-row.tm-bgimage-position-left_top {
	background-position: left top !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-left_center,
.tm-row.tm-bgimage-position-left_center {
	background-position: left center !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-left_bottom,
.tm-row.tm-bgimage-position-left_bottom {
	background-position: left bottom !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-right_top,
.tm-row.tm-bgimage-position-right_top {
	background-position: right top !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-right_center,
.tm-row.tm-bgimage-position-right_center {
	background-position: right center !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-right_bottom,
.tm-row.tm-bgimage-position-right_bottom {
	background-position: right bottom !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-center_top,
.tm-row.tm-bgimage-position-center_top {
	background-position: center top !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-center_center,
.tm-row.tm-bgimage-position-center_center {
	background-position: center center !important;
}
.vc_column-inner > .tm-col-wrapper-bg-layer.tm-bgimage-position-center_bottom,
.tm-row.tm-bgimage-position-center_bottom {
	background-position: center bottom !important;
}


/*** Classic BlogPost Layout ***/
article.kwayy-box-blog-classic .tm-post-featured-outer-wrapper{
    background-color: #fff
}
.archive article.kwayy-box-blog-classic,
.blog article.kwayy-box-blog-classic{
    margin-bottom: 45px;
}
.tm-blog-classic-box-main{
    -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);
    margin-bottom: 45px;
}
.tm-blog-classic-box-content{
    background-color: #fff;
    padding: 30px 35px 20px;
    border-top: 0;    
}
.kwayy-box-blog-classic .tm_classic_post_icon {
    position: absolute;
    bottom: 70px;
    right: 35px;
    z-index: 2;
}
.single .kwayy-box-blog-classic .tm_classic_post_icon {
    bottom: -35px;
}
.kwayy-box-blog-classic .tm_classic_post_icon .tm-social-share-post-wrapper {
	padding-bottom: 10px;
	float: left;
}
.kwayy-box-blog-classic .tm_classic_post_icon .clearfix { 
    display: inline-block;
}
.kwayy-box-blog-classic .tm_classic_post_icon .tm-social-share-links ul {
    padding-right: 12px;
	padding-left: 12px;
}
.kwayy-box-blog-classic .tm_classic_post_icon .tm-post-format-icon-wrapper{
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    top: 0px;
    left: 0px;
    border-radius: 5px;
}
.kwayy-box-blog-classic .tm_classic_post_icon .tm-post-format-icon-wrapper:after{
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.50);
    content: "";
    top: 6px;
    left: 6px;
    height: 58px;
    width: 58px;
    border-radius: 5px;
}
.kwayy-box-blog-classic .tm_classic_post_icon .tm-post-format-icon-wrapper:before {
	content:initial;
}
.post.kwayy-box-blog-classic .kwayy-blogbox-footer-readmore {
    padding-top: 20px;
	float:right;
}
.post.kwayy-box-blog-classic .kwayy-box-desc-text {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    padding-top: 10px;
}
.single .kwayy-box-blog-classic .kwayy-box-desc-text {
    border-bottom: none;
    padding: 0px;
}
.kwayy-box-blog-classic .entry-title:before {
    height: 2px;
    content: "";
    display: block;
    width: 30px;
    margin-top: 3px;
    margin-bottom: 11px;
}
.kwayy-box-blog-classic .tm-post-cat{
	padding-bottom:5px;
}
article.kwayy-box-blog-classic.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .kwayy-blogbox-format-audio,
article.kwayy-box-blog-classic.kwayy-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w{
	padding-bottom: 20.7%;
}




.single .site-main > .kwayy-common-box-shadow{
    margin-bottom: 70px;
}



/*** Widget Border style ***/
.widget .widget-title:before {
    display: block;
    height: 2px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 26px;
}
.footer .tm-bgcolor-skincolor .widget .widget-title:before {
    background-color: #fff;  
}


/*** classic tab top icon ***/
.wpb-js-composer .tm-tab-top-icon.vc_tta.vc_general .vc_tta-panel-body{
    padding: 0;
}
.tm-tab-top-icon .vc_tta-tab .vc_tta-icon:before {
	display: block;
	top: 30px;
	position: absolute;
	left: 47%;
	text-align: center;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-tab a {
	padding: 50px 20px 20px;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-tab a span:not(:empty):not(:first-child){
    margin-right: 7px;
    margin-left: 7px;
}
.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active:after {
	display: block;
	content: "";
	position: relative;
	bottom: 7px;
	left: 50%;
	width: 13px;
	height: 13px;
	border-width: 0 0 1px 1px;
	-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);
}


.tm-square-social-icon .kwayy-social-links-wrapper .social-icons li a{
	background-color: rgba(221, 221, 221, 0.46);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: #666;
}
.tm-square-social-icon .kwayy-social-links-wrapper .social-icons li a:hover {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: #f5f5f5;
}


/*** center icon seperator style ***/
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before {
	position: absolute;
	width: 0px;
	height: 16px;
	bottom: -55px;
	margin: auto;
	left: -7px;
	content: "\f10c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before {
	left: -85px;
	right: 0;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after {
	left: 0;
	right: -75px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator span:before {
	color: #d9d9d9;
}
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:before,
.tm-element-heading-wrapper.tm-seperator-center_icon .heading-seperator:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 1px;
	bottom: -90px;
	margin: auto;
	top: 0;
}
.tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-left .heading-seperator {
    left: 80px;
}
.tm-element-heading-wrapper.tm-seperator-center_icon.tm-element-align-right .heading-seperator {
    right: 77px;
    left: auto;
}

/*** servicebox center overlay icon ***/
.tm-sbox.tm-sbox-iconalign-top-center.tm-center-overlayicon {
	overflow: visible;	
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner {
	margin-top: -40px;	
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-lg {
	margin-top: -53px;
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl {
	margin-top: -66px;
}
.tm-sbox-iconalign-top-center.tm-center-overlayicon .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm {
	margin-top: -30px;
}
.tm-sbox.tm-center-overlayicon .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-grey.tm-vc_icon_element-outline {
    border-color: #d9d9d9;
    background-color: #fff;
}



/*** sortable button ***/
.kwayy-boxes-portfolio.kwayy-boxes-sortablebutton-round .tm-sortable-list .tm-sortable-link a {
	border-radius: 2em;
}
.site-footer .tm-textcolor-dark, 
.site-footer .tm-textcolor-dark .social-icons li i, 
.site-footer .tm-textcolor-dark.kwayy-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}


/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}
.main-holder .widget.widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.main-holder .widget.widget_recent_entries ul li:first-child {
	padding-top: 0px;
}
.tm-textcolor-white .widget.widget_recent_entries ul li {
	border-bottom-color: rgba(255, 255, 255, 0.22);
}
.tm-textcolor-dark .widget.widget_recent_entries ul li {
    border-bottom-color: rgba(0, 0, 0, 0.07);
}


.wpcf7 .tm-submit-shape-round {
	border-radius: 2em;
}

/*** working hour widget ***/
.tm-working-hours li span {
	float: right;
}
.tm-working-hours ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	padding: 11px 0px 5px 0;
}
.tm-textcolor-dark .tm-working-hours ul li { 
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.tm-working-hours ul li:first-child {
	padding-top:0px;
}

/*** classic header style2 ***/
.tm-classicheader-text-area {
    text-align: right;
}
.tm-header-style-classic2 .tm-classicheader-text-area .social-icons li {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 27px;
}
.tm-header-style-classic2 .tm-classicheader-text-area .top-contact li {
    padding-right: 0px;
}
.tm-header-style-classic2 .tm-classicheader-text-area span.heder-top-sep {
    padding-left: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.tm-header-style-classic2 .tm-classicheader-text-area .tm-header-text {
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	padding-top: 15px;
}
.tm-header-style-classic2 .tm-bgcolor-darkgrey .tm-classicheader-text-area .tm-header-text {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*** classic-vertical hedaer style ***/
.tm-header-style-classic-vertical {
	background: #fff;
	background-color: rgb(255, 255, 255);
	position: fixed;
	width: 250px;
	height: 100%;
	left: 0px;
	top: 0;
	z-index: 9002;
}
.tm-header-style-classic-vertical #tm-stickable-header-w,
.tm-header-style-classic-vertical .site-header,
.tm-header-style-classic-vertical .site-header .site-header-main,
.tm-header-style-classic-vertical .tm-header-text-area,
.tm-header-style-classic-vertical .tm-header-block {
	height: 100%;    
}
.tm-header-style-classic-vertical .tm-stickable-header-w {
	display: grid;
}
header:not(.tm-header-style-toplogo):not(.tm-header-style-classic-box).tm-header-style-classic-vertical .site-header:after {
	content: '';
	border: none; 
}
header:not(.tm-header-style-toplogo).tm-header-style-classic-vertical #site-header-menu #site-navigation {
	height: auto;
	line-height: initial !important;
}
.tm-header-style-classic-vertical .tm-header-text-area {
	float: none;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0px 12px;
	line-height: inherit !important;
}
body.header-classic-vertical {
	padding-left: 250px;
}
.tm-header-style-classic-vertical .site-branding {
	float: none;
}
.tm-header-style-classic-vertical .site-header .kwayy-social-links-wrapper {
	float: none;
}
.tm-header-style-classic-vertical .site-header .kwayy-social-links-wrapper {
	padding-right: 0px;
}
.tm-colum-width-auto .vc_column_container{
    width: auto;
}

/*** 

====================================================================
    Spcial section 
====================================================================

 ***/

/* column sep */
.tm-sevicebox-sep .wpb_column{
    position: relative;
}
.tm-sevicebox-sep .wpb_column:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    z-index: 2;
    -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%);
}

.tm-bgcolor-skincolor .tm-sevicebox-sep .wpb_column:after,
.tm-bgcolor-skincolor.tm-sevicebox-sep .wpb_column:after{
    background-color: rgba(255, 255, 255, 0.40);
}


.tm-sevicebox-sep > .wpb_column:last-child:after{
    display: none;
}
/* sevicebox heading sep style */
.tm-servicebox-heading-line.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading{
    position: relative;
}
.tm-servicebox-heading-line.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading:after{
    content: "";
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 22px;
    margin-left: -20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #7a7a7a;
}
.tm-servicebox-heading-line.tm-sbox .tm-vc_cta3-content-header h2{
    margin-bottom: 25px;
}

.tm-colum-shadow-box.wpb_column > .vc_column-inner,
.tm-shadow-row.wpb_column > .vc_column-inner,
.tm-shadow-box,
.tm-shadow-row{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.tm-sbox.tm-shadow-box{
    -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);
}
.tm-bgcolor-darkgrey .tm-servicebox-heading-line.tm-sbox:not(.tm-bgcolor-white) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading:after,
.tm-bgcolor-skincolor .tm-servicebox-heading-line.tm-sbox:not(.tm-bgcolor-white) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading:after{
    border-bottom-color: #fff;
}



/* feature-plans */
.kwayy-boxes-feature-plans .kwayy-feature-plans-image-box{
    position: relative
}
.kwayy-boxes-feature-plans .feature-plans-price{
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    top: 14px;
    right: 28px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.kwayy-boxes-feature-plans .wpb_content_element{
    margin-bottom: 0;
}
.kwayy-boxes-feature-plans .kwayy-box-title{
    padding: 10px 15px;
    text-align: center;
}
.kwayy-boxes-feature-plans .kwayy-box-title h4{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 17px;
}


/* Center icon */
.tm-center-icon{
    position: absolute;
    left: 50%;
    top: 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%);
}
body.vc_editor .vc_element.vc_tm-icon .tm_prettyphoto.tm-center-icon {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 200px;
    -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%);
}
.tm-vc_icon_element.tm-center-icon .tm-vc_icon_element-inner{
    -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;
}
.tm-center-icon .tm-vc_icon_element-inner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
}









.tm-our-goal .tm-sbox .tm-wrap-cell{
    margin-top: 7px;
}
/*** Colum widht auto for two button postion ***/
.tm-row-width-auto .vc_column_container{
    width: auto;
    margin: 0;
}
.tm-row-width-auto .vc_column_container>.vc_column-inner{
    padding-right: 0;
}
.tm-extra-classes .vc_column-inner > .wpb_wrapper .vc_row{
    margin: 0;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    -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);
}
.tm-extra-classes .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
}
.tm-extra-classes .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
}
.tm-extra-classes .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p{
    font-size: 14px;
}
.tm-extra-classes .tm-vc_btn3-container {
    margin-bottom: 0px;
}
.tm-extra-classes .tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper{
    border-top: 1px solid #efefef;
    padding-top: 15px;
}


/*** Common Form  ***/
.kw-commonform.kw-contactform{
    border: 5px solid #e4e4e4;
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.kw-commonform {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.wpcf7 .kw-commonform .wpcf7-text,
.wpcf7 .kw-commonform .wpcf7-textarea{
    padding-left: 35px;
}
.wpcf7 .kw-commonform label{ 
    position: relative; 
}
.wpcf7 .kw-commonform label i{
      position: absolute;
      color: #cdcac3;
      z-index: 100;
      font-size: 18px;
      top: 18px;
      left: 0px;
}
.tm-bgcolor-skincolor .wpcf7 .kw-commonform label i,
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform label i,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform label i,
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform label i{
    color: rgba(255, 255, 255, 0.60);
}
.wpcf7 .kw-commonform textarea{
    height: 80px;
}
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text::-webkit-input-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text::-webkit-input-placeholder,

/*** Textarea ***/
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform textarea::-webkit-input-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform textarea::-webkit-input-placeholder,
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform textarea::-webkit-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform textarea::-webkit-input-placeholder{    
    color: rgba(255, 255, 255, 0.85);
}

.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text::-moz-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text::-moz-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text::-moz-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text::-moz-placeholder,

/*** Textarea ***/
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform textarea::-moz-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform textarea::-moz-placeholder,
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform textarea::-moz-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform textarea::-moz-placeholder{ 
    color: rgba(255, 255, 255, 0.85);
}

.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text:-ms-input-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text:-ms-input-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text:-ms-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text:-ms-input-placeholder,

/*** Textarea ***/
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform textarea:-ms-input-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform textarea:-ms-input-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform textarea:-ms-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text:-moz-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text:-moz-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text:-moz-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text:-moz-placeholder,

/*** Textarea ***/
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform textarea:-moz-placeholder,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform textarea:-moz-placeholder,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform textarea:-moz-placeholder,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform textarea:-moz-placeholder { 
    color: rgba(255, 255, 255, 0.85);
}
.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform .wpcf7-text,

.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform .wpcf7-text{    
    color: rgba(255, 255, 255, 1);
}
.kw-bookappointmentform.kw-commonform input[type="submit"]{
    padding: 10px 42px;
}
.kw-commonform input[type="submit"]:hover{
    background-color: #333;
    color: #fff;
}

.tm-col-bgcolor-darkgrey .wpcf7 .kw-commonform input[type="submit"]:hover,
.tm-bgcolor-darkgrey .wpcf7 .kw-commonform input[type="submit"]:hover,
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"]:hover,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"]:hover{
    background-color: #fff;
    color: #313131;
}
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"],
.tm-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"]{
    background-color: #333;
    color: #fff;
}
.tm-col-bgcolor-skincolor .kw-bookappointmentform.kw-commonform input[type="submit"]{
    background-color: transparent;
    border: 1px solid #fff;
}
.tm-col-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"]:hover,
.tm-bgcolor-skincolor .wpcf7 .kw-commonform input[type="submit"]:hover{
    background-color: #fff;
    color: #313131;
}

/***  Book Appointment Form ***/
.wpcf7 .kw-commonform .wpcf7-textarea,
.wpcf7 .kw-commonform .wpcf7-text{
    background-color: transparent;
    border: none;   
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0;
}
.wpcf7 .kw-commonform div.wpcf7-validation-errors {
    background: red;
    border: none;
    color: white;
    padding: 8px 16px;
    position: absolute;
    right: -7px;
    left: 0;
    bottom: -63px;
    text-align: center;
}
.wpcf7 .kw-commonform .tm-book-submitbt{
    margin-top: 10px;
    text-align: left;
}

/*** bookappointmentform (White bg and Grey bg)  ***/
.tm-col-bgcolor-skincolor .wpcf7 .kw-bookappointmentform .wpcf7-text,
.tm-bgcolor-skincolor .wpcf7 .kw-bookappointmentform .wpcf7-text,
.tm-col-bgcolor-darkgrey .wpcf7 .kw-bookappointmentform .wpcf7-text,
.tm-bgcolor-darkgrey .wpcf7 .kw-bookappointmentform .wpcf7-text  {
    border-bottom-color: rgba(255, 255, 255, 0.60);
}

/*** Contact Form ***/
.kw-contactform input[type="submit"]{
    margin-top: 30px
}
.kw-contactform textarea,
.kw-contactform input[type="text"], 
.kw-contactform input[type="password"], 
.kw-contactform input[type="datetime"], 
.kw-contactform input[type="datetime-local"], 
.kw-contactform input[type="date"], 
.kw-contactform input[type="month"], 
.kw-contactform input[type="time"], 
.kw-contactform input[type="week"], 
.kw-contactform input[type="number"], 
.kw-contactform input[type="email"], 
.kw-contactform input[type="url"], 
.kw-contactform input[type="search"], 
.kw-contactform input[type="tel"], 
.kw-contactform input[type="color"], 
.kw-contactform .uneditable-input{
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-radius: 0;
}
.tm-col-bgcolor-skincolor .wpcf7 .kw-contactform textarea,
.tm-bgcolor-skincolor .wpcf7 .kw-contactform textarea,
.tm-col-bgcolor-darkgrey .wpcf7 .kw-contactform textarea,
.tm-bgcolor-darkgrey .wpcf7 .kw-contactform textarea,

.tm-col-bgcolor-skincolor .wpcf7 .kw-contactform .wpcf7-text,
.tm-bgcolor-skincolor .wpcf7 .kw-contactform .wpcf7-text,
.tm-col-bgcolor-darkgrey .wpcf7 .kw-contactform .wpcf7-text,
.tm-bgcolor-darkgrey .wpcf7 .kw-contactform .wpcf7-text  {
    border-bottom-color: rgba(255, 255, 255, 0.60);
}
.kw-commonform.kw-contactform {
    padding-right: 70px;
    background-color: transparent;
}

/**** Contact info ***/
.kw-contact-info{
    position: relative;
    z-index: 1;
}
.kw-contact-info.vc_column_container>.vc_column-inner{
    position: relative;
    padding-left: 80px;
}
.kw-contact-info .tm-sbox {
    overflow: visible;
}
.kw-contact-info .social-icons li > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
}
.tm-bgcolor-darkgrey .kw-contact-info .social-icons li > a,
.kw-contact-info .tm-col-bgcolor-darkgrey .social-icons li > a,

.tm-bgcolor-skincolor .kw-contact-info .social-icons li > a,
.kw-contact-info .tm-col-bgcolor-skincolor .social-icons li > a{
    color: rgba(255, 255, 255, 0.65);
}

/*** Woocommerce Banner  ***/
.nut-bannerhiglighttext strong {
    display: inline-block;
    padding: 5px 12px;
    margin-right: 10px;
    background-color: #fff;    
}
.kw-smooth-border-image .wpb_single_image .vc_single_image-wrapper:after {
    opacity: 0;
    z-index: 4;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transition: transform 400ms,opacity 100ms ease 0s;
    -moz-transition: transform 400ms,opacity 100ms ease 0s;
    -webkit-transition: -webkit-transform 400ms,opacity 100ms ease 0s;
}
.kw-smooth-border-image .wpb_single_image:hover .vc_single_image-wrapper:after {
    opacity: 1;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 500ms,opacity 300ms ease 0s;
    -moz-transition: transform 500ms,opacity 300ms ease 0s;
    -webkit-transition: -webkit-transform 500ms,opacity 300ms ease 0s;
}

/**** Hompage 3 bottom section*****/
.kw-woocontactbox .tm-sbox .tm-vc_cta3-content-header h2{
    font-size: 18px;
}
.kw-woocontactbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container{
    position: relative;
    padding-left: 25px;
}
.kw-woocontactbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container:after{
    content: " ";
    width: 1px;
    height: 100%;
    display: block;
    left: 8px;
    top: -3px;
    z-index: 9;
    background-color: #ababab;
    position: absolute;
}
.tm-bgcolor-darkgrey.kw-woocontactbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container:after,
.tm-bgcolor-skincolor.kw-woocontactbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container:after{
    background-color: rgba(255, 255, 255, 0.33);
}

/**** kw-stories-users*****/
.kw-newstory-socialicon .kwayy-socialbox-wrapper {
    text-align: center;
}
.kw-stories-users .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper,
.kw-newstory-socialicon .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper {
    width: auto !important;
    margin: 0 !important;
    padding: 0px 4px;
    text-align: center;
    float: none;
    display: inline-block;
}
.kw-newstory-socialicon .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper {
    padding: 0px 20px;
}
.kw-newstory-socialicon .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    background: transparent;
    color: #b2b2b2;
}
.kw-newstory-socialicon.tm-bgcolor-skincolor .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link,
.kw-newstory-socialicon.tm-bgcolor-darkgrey .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
  color: #ffffff;
}

/*** kw-stories-users  ***/
.kw-stories-users .kwayy-socialbox-wrapper{
    position: absolute;
    top: 15px;
    right: 0;
}
.kw-stories-users .tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.kw-stories-users .vc_column_container.vc_col-sm-9 > .vc_column-inner{
    padding: 0 20px 15px;
}
.kw-stories-users  .wpb_single_image.wpb_content_element{
    margin-bottom: 0;
}
.kw-stories-users .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link{
    background: transparent;
    color: #4e4e4e;
}
.kw-stories-users .vc_column_container.vc_col-sm-9 .wpb_content_element{
    margin-bottom: 15px;
}
.kw-stories-users  .tm-vc_btn3-container.tm-vc_btn3-inline{
    margin-bottom: 0
}
.kw-stories-users .vc_row.vc_inner{
    margin: 0;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    -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);
}


/*** kwstories details ***/
.kw-newstory .tm-element-heading-wrapper.tm-heading-style-vertical.tm-seperator-none .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 0;
}
.kw-newstory .vc_column_container .tm-list-style-none{
    margin-bottom: 30px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
}
.kw-newstory .vc_column_container .tm-list-style-none li{
    margin-bottom: 10px;
}
.kw-newstory .vc_column_container .tm-list-style-none .tm-list-li-content strong{
    padding-right: 10px;
    font-weight: 500;
    display: table-cell;
}
.kw-newstory .kwayy-socialbox-wrapper .tm-socialbox-i-wrapper {
    padding: 0px;
    width: auto;
    display: inline-block;
    clear: none;
    margin: 0px 5px;
}
.kw-newstory .kwayy-socialbox-wrapper .tm-socialbox-links-wrapper{
    margin: 0;
}
.kw-newstory .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link{
    background-color: transparent;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}
.kw-newstory .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover{
    color: #fff;
}
.kw-newstory .kwayy-socialbox-wrapper{
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
}

/**** kw-meal-plans *****/
.kw-meal-plans .vc_column_container>.vc_column-inner {
    position: relative;
}
.kw-meal-plans .tm-element-heading-wrapper {
    bottom: 0;
    width: 100%;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_cta3-container {
    width: 100%;
    text-align: left;
    padding: 21px 18px;
    bottom: 0;
    background-color: #7eba03;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin: 0px !important;
    text-align: left;
}
.kw-meal-plans .wpb_content_element{
    margin-bottom: 0;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
    margin-bottom: 0;  
    margin-right: 58px;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2 a{
    color: #fff;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2 a:hover{
    color: #313131;
}
.kw-meal-plans .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
    position: absolute;
    right: 0px;
    background-color: #f5f5f5;
    width: 58px;
    height: 58px;
    color: #5e5e5e;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    bottom: -50px;
}
.kw-meal-plans .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell {
    display: table-cell;
}
.kw-meal-plans .tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header{
    padding-bottom: 0px;
}

/*** Floating bar section ***/
.kwayy-fbar-position-right .kwayy-fbar-box .kw-top-section { 
    background-color: #f7f5f6;
    padding: 88px 42px 60px;
    margin: -117px -56px 0;
    text-align: center;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.kw-top-section h3{ 
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: bold;
}
.kwayy-fbar-position-right .kw-top-section{
    color: rgba(0, 0, 0, 0.70);
}
.kwayy-fbar-position-right .kw-top-section h3{
	color: #313131 !important;
}


body .kwayy-fbar-main-w .widget .widget-title{
	font-size: 24px;
	margin-bottom: 10px;
}
.kwayy-fbar-main-w .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
	font-family: inherit;
	font-size: 22px;
}

.kwayy-fbar-box-w ul.tm-pricelist-block {
    margin-top: 5px;
}
.kwayy-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kwayy-fbar-box-w.tm-textcolor-dark ul.tm-pricelist-block li{
	color: rgba(0, 0, 0, 0.70);
	border-bottom:  1px solid rgba(0, 0, 0, 0.2);
}

.kwayy-fbar-main-w .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    margin-bottom: 0px !important;
}
.floting-contact{
    border: 1px solid rgba(255, 255, 255, 0.72);
    padding: 20px 15px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
}
.floting-contact h3{
	margin-bottom: 0;
	margin-top: 10px;
	font-family: "Oleo Script", Arial, Helvetica, sans-serif;
}
.tm-textcolor-dark .floting-contact{
    border: rgba(0, 0, 0, 0.72);
}


/*  center-overlap-button */
.kw-center-overlap-button.tm-vc_btn3-container{
    position: absolute;
    bottom: -20px;
    margin: 0;
    z-index: 2;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}


/****  Call action Section ***/
.kw-call-action-sect .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 {
    margin-bottom: 20px;
}
.kw-call-action-sect .tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header {
    padding-bottom: 30px;
}
.kw-call-action-sect .tm-element-heading-wrapper.tm-heading-style-vertical:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header:after {
    bottom: 24px;
}


/* Overlap row */
.kw-overlap-colum,
.kw-overlap-row{
    position: relative;
    z-index: 2;
}

/*** Top and bottom border in heading ***/
.kw-top-bottom-border{
    position: relative;
    display: block;    
}
.kw-top-bottom-border strong{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 25px;
}

/*** Our Weekly Schedule ( Seminar Schedule Page ) ***/
.ourweeklyschedule .vc_tta .vc_column-inner > .wpb_wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.ourweeklyschedule .vc_column-inner > .wpb_wrapper .wpb_single_image{
    text-align: center;
}
.ourweeklyschedule .tm-custom-heading{
    text-align: center !important;
}
.ourweeklyschedule .vc_tta .vc_column_container:last-child{
    display: none
}
.ourweeklyschedule .vc_tta .vc_column-inner:after{
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0
}
.ourweeklyschedule .vc_tta .vc_column-inner .wpb_wrapper{
    padding-left: 40px;
    padding-right: 40px;
}
.ourweeklyschedule .vc_tta .vc_column-inner:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
}
.ourweeklyschedule .eventname {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.ourweeklyschedule .evetnperseon{
    font-size: 15px;
    font-weight: bold;
}
.ourweeklyschedule .vc_tta .wpb_single_image.wpb_content_element{
    margin-top: 25px;
    margin-bottom: 25px;
}
.ourweeklyschedule .vc_tta .vc_tta-tabs-container{
    margin-right: auto !important;
    margin-left: auto !important;;
}
.ourweeklyschedule .vc_tta.vc_general .vc_tta-panel-body{
    padding-bottom: 0;
    border: none;
}
.ourweeklyschedule .vc_tta-container {
    margin-bottom: 0px;
}
.ourweeklyschedule .vc_tta .vc_row.vc_row-flex>.vc_column_container:hover>.vc_column-inner .tm-skincolor{
    color: #fff;
}
.ourweeklyschedule .vc_tta .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    -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;
}

/*** Common Font  ***/

.tm-sortable-list .tm-sortable-link a,
#respond .comment-reply-title,
.single .main-holder div.product .woocommerce-tabs ul.tabs li a,
ul.tm-recent-post-list > li > a,
.kwayy-events-box-view-top-image-details .kwayy-post-readmore a, 
.kwayy-blogbox-footer-readmore a, 
.tm-bgcolor-darkgrey .kwayy-box-view-right-image .kwayy-blogbox-footer-readmore a,
.ourweeklyschedule .eventname,
.kwayy-box-view-top-image .kwayy-portfolio-footer .kwayy-box-category,
.footercontactinfo .contactinfo,
.main-holder .rpt_style_basic .rpt_plan .rpt_title,
.kwayy-boxes-testimonial blockquote{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}


/*** Common Box Shadow ***/
.attachment .entry-content,
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
.checkout.woocommerce-checkout,
.woocommerce-cart .main-holder .cart_totals  table.shop_table,
.woocommerce-cart-form,
.kwayy-common-box-shadow,
.main-holder #content.site-content ul.products li.product .tm-product-box{
    -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);
}


/*** Extra woocommerce section ***/
.checkout.woocommerce-checkout,
.woocommerce-cart .main-holder .cart_totals  table.shop_table,
.woocommerce-cart-form{
    padding: 30px;
    background-color: #fff;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #ffffff;
}
.checkout.woocommerce-checkout{
    margin-bottom: 60px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 30px 30px 20px;
    margin: 3em 0;
    text-align: left;
    border-radius: 0px;
    background-color: #fff;
    border: none;
}
.checkout_coupon input.button:hover{
    color: #fff;
}


/*** Footer Logo ***/
.footerlogo{
    text-align: center; 
    margin-bottom:45px
}
.tm-mailchimp-exists .footerlogo{
    margin-top:85px; 
}


/*** serviceboxes-with-banner ( Homepage Very first box)***/
.serviceboxes-with-banner div .tm-sbox.tm-sbox-bgcolor-transparent.tm-bgimage-yes > .tm-vc_cta3-container > .tm-vc_general{
    padding: 45px 20px 30px 20px;
}
.serviceboxes-with-banner .tm-sbox .tm-cta3-description{
    padding: 0 10px;
}
.serviceboxes-with-banner .vc_column_container>.vc_column-inner {
    padding: 0 !important;
}
.serviceboxes-with-banner .tm-sbox .tm-vc_cta3-container{
    margin-bottom: 0px;
}
.serviceboxes-with-banner .tm-sbox.tm-bg.tm-bgimage-yes .tm-bg-layer {
    background-color: #fff !important;
    opacity: 1;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes:hover .tm-bg-layer {
    opacity: 0.88;
}
.serviceboxes-with-banner .tm-sbox.tm-bg.tm-bgimage-yes .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon{
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset;
}
.serviceboxes-with-banner.tm-servicebox-hover.tm-sevicebox-sep .wpb_column:after,
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner,
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes .tm-vc_cta3-content-header h2,
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes .tm-cta3-description,
.serviceboxes-with-banner.tm-servicebox-hover .tm-servicebox-heading-line.tm-sbox .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading:after{
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes:hover .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner,
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes:hover .tm-vc_cta3-content-header h2{
    color: #fff;
}
.serviceboxes-with-banner.tm-servicebox-hover .tm-sbox.tm-bg.tm-bgimage-yes:hover .tm-cta3-description{
    color: rgba(255, 255, 255, 0.95);
}
.serviceboxes-with-banner.tm-servicebox-hover .tm-servicebox-heading-line.tm-sbox:hover .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header .tm-custom-heading:after{
    border-bottom-color: #fff;
}


.serviceboxes-with-banner.tm-servicebox-hover.tm-sevicebox-sep .wpb_column:hover:after {
    background-color: transparent;
}




/*** Button font weight bold***/
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.main-holder .site-content ul.products li.product .yith-wcqv-button, 
.main-holder .site-content ul.products li.product .add_to_cart_button,
.woocommerce-page a.button,
.woocommerce div.product form.cart .button,
input[type="submit"]{
    font-weight: bold;
}

.comments-area .tm-vc_general.tm-vc_btn3,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woocommerce-page a.button,
.woocommerce div.product form.cart .button{
    text-transform: uppercase;
}
.woocommerce .widget_shopping_cart a.button{
    padding: 10px 16px 9px;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    float: right;
    padding: 11px 22px 9px;
    margin-top: -5px;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}



/*** VC Left Right arrow design***/
.kwayy-after-before-gallery .flex-direction-nav .flex-prev{
    left: auto;
    right: 50px;
}
.kwayy-after-before-gallery .flex-direction-nav .flex-next{
    right: 0px;
}
.kwayy-after-before-gallery  .flex-direction-nav a{
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #b1c903;
    opacity: 1;
    text-align: center;
    color: #fff;
    text-shadow: none;
}
.kwayy-after-before-gallery .flex-direction-nav .flex-next:before,
.kwayy-after-before-gallery .flex-direction-nav .flex-prev:before{
    font-family: "tm-nutricorp-icons";    
    content: '\e834';    
    font-size: 16px;
    position: relative;
}
.kwayy-after-before-gallery .flex-direction-nav .flex-next:before{  
    content: '\e826';
    left: 3px;
}
.kwayy-after-before-gallery.wpb_gallery .wpb_flexslider .flex-control-paging{
    display: none;
}
.kwayy-after-before-gallery .flexslider:hover .flex-next,
.kwayy-after-before-gallery .flexslider:hover .flex-prev{
    opacity: 1
}
.kwayy-after-before-gallery .flex-direction-nav a{
    top: auto;
    bottom: 0;
}
.kwayy-after-before-gallery .flex-direction-nav a:hover{
    background-color: #333;
    color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .kwayy-boxes-static,
    .kwayy-boxes-team,
    .wpb_single_image{
        overflow: hidden;
    }
}

/* By default all boxes are hidden */
.kwayy-boxes-view-carousel.kwayy-boxes-col-one .kwayy-boxes-row-wrapper > .tm-box-col-wrapper,
.kwayy-boxes-view-carousel.kwayy-boxes-col-two .kwayy-boxes-row-wrapper > .tm-box-col-wrapper,
.kwayy-boxes-view-carousel.kwayy-boxes-col-three .kwayy-boxes-row-wrapper > .tm-box-col-wrapper,
.kwayy-boxes-view-carousel.kwayy-boxes-col-four .kwayy-boxes-row-wrapper > .tm-box-col-wrapper,
.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper,
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper{
	display: none;
}

/* Thee Column: Show only first three */
.kwayy-boxes-view-carousel.kwayy-boxes-col-one .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),

.kwayy-boxes-view-carousel.kwayy-boxes-col-two .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.kwayy-boxes-view-carousel.kwayy-boxes-col-two .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),

.kwayy-boxes-view-carousel.kwayy-boxes-col-three .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.kwayy-boxes-view-carousel.kwayy-boxes-col-three .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.kwayy-boxes-view-carousel.kwayy-boxes-col-three .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),

.kwayy-boxes-view-carousel.kwayy-boxes-col-four .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.kwayy-boxes-view-carousel.kwayy-boxes-col-four .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.kwayy-boxes-view-carousel.kwayy-boxes-col-four .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.kwayy-boxes-view-carousel.kwayy-boxes-col-four .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),

.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),
.kwayy-boxes-view-carousel.kwayy-boxes-col-five .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(5),

.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(1),
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(2),
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(3),
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(4),
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(5),
.kwayy-boxes-view-carousel.kwayy-boxes-col-six .kwayy-boxes-row-wrapper > .tm-box-col-wrapper:nth-child(6){
	display: block; 
}