/*------------------------------------------------------------------
[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
 * 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
====================================================================

 ***/ 
p {
    margin: 0 0 15px;
}
.themetechmount-page-full-width article .entry-content{
    min-height: 300px;
}

 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, 
.themetechmount-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%;
}
.first-footer.tm-bg.tm-bgcolor-custom .tm-bg-layer{
	background-color: inherit;
}
.tm-bg.tm-bgcolor-white .tm-bg-layer{
	background-color: #fff;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a.white,
.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,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .tm-titlebar .breadcrumb-wrapper .container,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white  .breadcrumb-wrapper .container:before,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .breadcrumb-wrapper .container:after{
	background-color: #fff;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a.dark,
.themetechmount-fbar-main-w .tm-bg.tm-bgcolor-darkgrey .tm-bg-layer,
.themetechmount-fbar-main-w .tm-col-bgcolor-darkgrey .tm-bg-layer-inner,
.themetechmount-fbar-main-w .tm-bgcolor-darkgrey {
	background-color: #182333;
}

/*** 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: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	vertical-align: middle;
	width:100%;
	color: inherit;
	padding:12px 15px;
	font-weight: normal;
	background-color: #fff;
	text-transform: inherit;
	border:1px solid #ececec;
	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,
.main-holder .site .return-to-shop a.button,
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;    
    padding: 14px 35px 14px;
	border: 2px solid transparent; 
	border-radius:3px;
    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;
}
.post-password-required input[type="submit"] {
    padding:17px 30px 18px;
}
.single article.post .comment-body pre,
.single article.post .comment-body blockquote {
    background-color: #fff;
}
/*** 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 h1,
.tm-textcolor-dark h2,
.tm-textcolor-dark h3,
.tm-textcolor-dark h4,
.tm-textcolor-dark h5,
.tm-textcolor-dark h6{
	color: rgba(51, 51, 51,1);
}
.tm-textcolor-dark,
.tm-textcolor-dark .social-icons li a,
.tm-textcolor-dark.themetechmount-fbar-btn-link i,
.tm-textcolor-dark .vc_tta-panel-body,
.tm-textcolor-dark .vc_tta-panel-body .wpb_text_column {
	color: inherit;
}
.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.85;
}
.tm-col-bgimage-yes.tm-col-bgcolor-skincolor .tm-bg-layer-inner {
	opacity: 0.93;
}
.tm-bg.tm-bgimage-yes.tm-bgcolor-skincolor > .tm-bg-layer{
	opacity: 0.92;
}
.tm-bg.tm-bgcolor-grey > .tm-bg-layer{
    opacity: 0.90;
}
.themetechmount-fbar-main-w .themetechmount-fbar-box-w.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.87;
}
.tm-col-bgimage-yes.tm-bgcolor-white .tm-bg-layer-inner,
.tm-bg.tm-bgimage-yes.tm-bgcolor-white > .tm-bg-layer{
	opacity: 0.90;
}
.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.65;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.65;
}
.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;
}
.footer .first-footer.tm-textcolor-dark  {
    border-color:rgba(0,0,0,.14);
}
/*** Top to bottom ***/
#totop {
	font-weight: 900;
    color: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 8px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#totop.top-visible {
    font-size: 23px;
    height: 43px;
    width: 43px;
}
/*** Footer left right spacing ***/
.themetechmount-topbar-wrapper.container-full,
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
	padding-left: 50px;
	padding-right:50px;
}
.themetechmount-item-thumbnail,
.themetechmount-item-thumbnail-inner{
	display: block;
}
.tm-boxes-carousel-spacing-15 .themetechmount-boxes-inner {
    padding: 15px;
}
.tm-boxes-carousel-without-title .themetechmount-boxes-inner{
    padding-top: 80px;
}

/*** 

====================================================================
	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: 2px;
}
.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4.tm-custom-heading:first-child {
    margin-bottom:18px;
}
.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4.tm-custom-heading:last-child {
	padding-bottom: 4px;
}
.tm-element-heading-wrapper.tm-seperator-solid .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4.tm-custom-heading:first-child {
	margin-bottom:13px;
}

.site header,
.tm-header-block, 
.site-header,
.site-header-main{
	position:relative;
}

/*** Logo Section ***/
.themetechmount-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;
}


/*** Header cart and search icon font size ***/

#site-header-menu #site-navigation .tm-header-icon a,
#site-header-menu #site-navigation .themetechmount-fbar-btn a{ 
	font-size: 11px;
}
.tm-header-icons .tm-header-search-link a i:before {
    font-weight: 700;	
}
.tm-header-icons .tm-header-wc-cart-link a,
.tm-header-icons .tm-header-search-link a {
	position: relative;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 29px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
	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;
	border: 1px solid transparent;
}
.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a {
    padding-left: 0px;
}
.tm-header-icons .tm-header-icon.tm-header-wc-cart-link:hover a, .tm-header-icons .tm-header-search-link a:hover {
    color: #fff;
}
.tm-headerstyle-classic-overlay  .tm-header-icons .tm-header-wc-cart-link a{
    background-color: transparent !important;
    border-color: #fff !important;
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart {
	position: absolute;
    bottom: 20px;
    left: 20px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    background-color: #edb820;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.tm-header-style-infostack .tm-header-icons .tm-header-wc-cart-link span.number-cart {
    bottom: 21px;
    left: 17px;	
}
.themetechmount-fbar-btn.hidefbtn a{
    -webkit-transform: scale(0); 
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    transform: scale(0);  
}
.themetechmount-slider-wide{
	background-color: rgb(231, 231, 231);
}

/*** Infostck header widget ***/
.tm-header-style-infostack .tm-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}
.tm-header-style-infostack .header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
}
.tm-header-style-infostack .header-widget * {
    margin-bottom: 0;
}
.tm-header-style-infostack .header-widget .header-content,
.tm-header-style-infostack .header-widget .header-icon {
    display: table-cell;
    vertical-align: middle;
	padding: 0;
	text-align: left;
}
.tm-header-style-infostack .tm-top-info-con .header-widget {
    padding: 0 35px;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child {
    padding-right: 0;
}
.tm-header-style-infostack .header-widget .header-content {
	padding-left: 12px;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child .header-widget-main {
    margin-right: 0px;
}
.tm-header-style-infostack .header-widget .header-icon i {
    font-size: 30px;
    line-height: 40px;
}
.tm-header-style-infostack .header-widget .header-icon i.fa {
	line-height: 50px;
}
.tm-header-style-infostack .header-widget .header-icon .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.tm-header-style-infostack .header-widget h3 {
    font-size: 18px;
    line-height: 30px;
}
.tm-header-style-infostack .header-widget h5 {
	font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: inherit;
}
.tm-header-style-infostack .header-widget h3,
.tm-header-style-infostack .header-widget h5 {
    margin-top: 0;
	margin-bottom: 0;
}
.tm-header-style-infostack .tm-top-info-con  ul.social-icons {
	padding-left: 10px;
}
.tm-header-style-infostack .header-widget .tm-vc_btn3 {
    padding: 13px 26px 13px 26px;
	font-weight: 600;
}
.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 #site-header-menu .container{
    position: relative;
	padding: 0;
}  
.tm-headerstyle-classic-infostack .kw-phone .tm-vc_btn3-container {
	margin-bottom:0px;
}
.tm-header-style-infostack .tm-vc_general.tm-vc_cta3 {
    padding: 0px;
}
.tm-header-style-infostack .site-header .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a {
	color:#6c6c6c;
	border: 1px solid #ececec;
}
.tm-header-style-infostack .site-header.tm-bgcolor-darkgrey .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a,
.tm-header-style-infostack .site-header.tm-bgcolor-skincolor .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
	border: 1px solid rgba( 255,255,255 ,0.8);
}
.tm-header-style-infostack .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 28px;
	font-size: 13px;
	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-header-style-infostack .kw-phone .tm-vc_btn3.tm-vc_btn3-style-text{   
	padding: 12px 21px;
}
.tm-header-style-infostack .tm-top-info-con .tm-vc_btn3.tm-vc_btn3-size-sm {
	font-size: 14px;
    padding: 10px 25px;
}
.tm-header-style-infostack .kw-phone .tm-header-icons {
	float: left;
}


/*** 

====================================================================
	Topbar Section
====================================================================

 ***/  
.themetechmount-topbar-wrapper {
    position: relative;
}
.themetechmount-sticky-footer .themetechmount-topbar-wrapper {
    z-index: 1;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes {
    border-bottom: 1px solid #e9e9e9;
}
.themetechmount-topbar-wrapper.tm-textcolor-white.tm-borderbottom-yes {
    border-color:rgba(255, 255, 255, 0.12);
}
.themetechmount-topbar-wrapper.tm-bgcolor-grey.tm-borderbottom-yes {
    border-color:#e8ecef;
}
.themetechmount-topbar-wrapper .tm-topbar-centertext{
	text-align:center;
}
.themetechmount-fbar-btn-link .tm-fbar-close-icon,
.themetechmount-fbar-position-default .tm-float-overlay{
	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;
}
.themetechmount-fbar-btn{
	cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}
.themetechmount-topbar-wrapper .themetechmount-fbar-btn {
    margin-top: 16px;
    font-size: 17px;
    margin-left: 35px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    float: none;
    bottom: -20px;
    z-index: 99;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 44px;
}
.site-header-main.container-fullwide .themetechmount-fbar-btn {
	padding-right: 20px;
}
.tm-header-invert .site-header-main.container-fullwide .themetechmount-fbar-btn {
    padding-left: 20px;
    padding-right: 0;
}
.themetechmount-fbar-btn.tm-fbar-btn-cposition-default{
	opacity: 1;
}
.themetechmount-fbar-btn.tm-fbar-btn-cposition-default.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
	opacity: 0;
}
.tm-header-invert .themetechmount-fbar-btn {    
    margin-left: 0px;
    float: left;
}
.themetechmount-fbar-box .widget ul > li{
	border: none;
} 
.themetechmount-fbar-box ul.tm-pricelist-block li {
	display:block;
	flex-wrap: unset;
	padding: 15px 0px;
}
.themetechmount-fbar-box ul.tm-pricelist-block li span {
	width: unset;
    float: none;
}
.themetechmount-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li span {
	color:#fff;
}
.themetechmount-fbar-box ul.tm-pricelist-block li .service-price {
    float: right;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box .widget ul > li{
	padding-top:0px;
} 
.themetechmount-fbar-position-default .widget_recent_comments li:before{
	top: 6px;
}
.themetechmount-fbar-box .vc_general.vc_cta3{
	padding: 20px;
}
.themetechmount-fbar-box  .vc_cta3-container {
    margin-bottom: 10px;
}
.themetechmount-fbar-btn.themetechmount-fbar-open{
	position: fixed;
}
.productbox .roadtip:after, .themetechmount-fbar-btn{
	border-top-color: #222;
}

/*** themetechmount floating bar  ***/
.themetechmount-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);	
}
.themetechmount-fbar-position-default .themetechmount-fbar-box{
	padding-top: 0px;
    padding-bottom: 60px;
}
.themetechmount-fbar-box h2{   
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.themetechmount-fbar-box .tm-custom-heading {
    margin-bottom: 0;
}
.themetechmount-fbar-btn a{
	position:relative;	
    display: block;
	background-color: transparent;
}
.themetechmount-fbar-btn.tm-fbar-icon-color-dark a i{
	color: #313131;
}
.themetechmount-fbar-box-w{
	position:relative;
}
.themetechmount-fbar-box-w:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
}
.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(0, 0, 0, 0.85);
}
.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(231, 231, 231, 0.85);
}
.themetechmount-fbar-bg-white.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
	background: rgba(255, 255, 255, 0.85);
}
.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w:after {
	background: #282828;
}
.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w:after {
	  background: #f8f8f8;
}
.themetechmount-fbar-bg-white.themetechmount-fbar-box-w:after {
	background: #fff;
}
.themetechmount-fbar-box{
	position: relative;
	z-index: 10;
}
.themetechmount-fbar-position-default div.themetechmount-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    border-bottom: 4px 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;
}
.themetechmount-fbar-position-default div.themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.themetechmount-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;
}
.themetechmount-fbar-position-default .fcloseicon:after{   
    content: '\E82D';
    font-family: "tm-aqovo-icons";
}
.themetechmount-fbar-position-default .widget{
    margin: 65px 0 0px;  
}
.themetechmount-team-form-no-group .tm-wrap-cell {
    display: inline-block; 
}
.themetechmount-team-form-no-group .tm-wrap-cell h2{
	padding-right: 20px;
}
.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button{
	border-color: transparent;
	color: #fff;
}
.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-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: 24px;
	cursor: pointer;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0;
    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 .themetechmount-fbar-position-right .themetechmount-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);   
}
.themetechmount-fbar-position-right .themetechmount-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;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated .tm-fbar-close,
.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.themetechmount-fbar-position-right .themetechmount-fbar-box .widget {
    float: none;
	width: auto;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box .widget:first-child {
	margin-top: 25px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w{
	border: none;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 80px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 72px;
}
.themetechmount-fbar-position-right .floatingbar-widgets-inner .widget-area{
	float: none;
	width: 100%;
}
.themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper{
	width: 100%;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper,
.themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 35px;
	padding-bottom:10px;
    z-index: 80;
    position: relative;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper{ 
    height: 100%;
	padding: 0px;
}

/*** Flaotingbar color white ***/
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td,
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li{
    border-color: rgba(255, 255, 255, 0.21);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a{
	background-color: rgba(255, 255, 255, 0.90);
	color: #2C2C2C;
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a:hover{	
	color: #fff;
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget a:hover,
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar caption,
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td,
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_text{
	color: rgba(255, 255, 255, 0.80);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget a,
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget .widget-title{
	color: rgba(255, 255, 255, 0.90);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget .widget-title{
	border-color: #fff;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:before{
    border-bottom-color: #202020;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a{
	background-color: #202020;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-top-color: #202020;
	border-bottom-color: #202020;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-grey a{
	background-color: #E4E4E4;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-white a{
	background-color: #fff;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after{
    border-left-color: #fff;
    border-right-color: #fff; 
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after{
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after{
    border-left-color: #202020;
	border-right-color: #202020;
}

/*** Flaotingbar color dark ***/
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .team-search-form-before-text,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_text,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget ul > li{
	color: rgba(0, 0, 0, 0.66);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget .widget-title, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark a{
	color: rgba(0, 0, 0, 0.70);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .contact-info,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar table, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar th, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar td,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget ul > li{
    border-color: rgba(0, 0, 0, 0.10);
}
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget .widget-title{
    border-color: 1px solid rgba(61, 61, 61, 1);
}
.themetechmount-fbar-box-w.tm-textcolor-darkgrey .select2-container--default .select2-selection--single .select2-selection__rendered,
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark a:hover,
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget li a:before, 
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget li:before,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field.selectbox:after, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field i, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box h2, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box .search_field select,
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box .search_field input[type="text"]{
	color: rgba(0, 0, 0, 0.80);   
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field select, 
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.50);   
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input:-moz-placeholder{
   color: rgba(0, 0, 0, 0.50);  
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input::-moz-placeholder{
	color: rgba(0, 0, 0, 0.50);    
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input:-ms-input-placeholder{  
	color: rgba(0, 0, 0, 0.50);    
}
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .tagcloud a:hover,
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .tagcloud a:hover{
	background-color: #2c2c2c;
	color: #fff;
}

/*** 

====================================================================
	Topbar Section
====================================================================

 ***/ 
.themetechmount-topbar-wrapper .social-icons li > a {
    border: none;
    width: 26px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li > a {
    width:31px;
}
.themetechmount-topbar-wrapper .top-contact li a,
.themetechmount-topbar-wrapper .social-icons li > a,
.themetechmount-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;
} 
.tm-topbar-content .tm-wrap-cell div.tm-center-text {
    display: block;
}
.site-header .themetechmount-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 .themetechmount-tb-left-content{
	width: 100%;
    display: block;
}
.themetechmount-topbar-inner {  
	line-height: 48px;
}
.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height:48px;
    vertical-align: top;
}
.top-contact.tm-highlight-left {
	margin-right: 15px;
    padding-right: 5px;
	color:rgba(255, 255, 255, 0.95);
}
.top-contact.tm-highlight-right {
	margin-left: 15px;
    padding-left: 15px;
	color:rgba(255, 255, 255, 0.95);
}
.top-contact.tm-highlight-right a:hover{
	color:rgba(255, 255, 255, 0.70) !important;
}
.top-contact.tm-highlight-right strong,
.top-contact.tm-highlight-left strong {
	font-weight:500;
}
.tm-header-style-infostack .kw-phone .ttm-custombutton a {
    font-size: 14px;
}
.tm-header-style-infostack .themetechmount-social-links-wrapper,
.tm-header-style-infostack .top-contact {
	line-height: 50px;
}
.top-contact i {
    margin-right: 7px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.tm-bgcolor-skincolor .top-contact i {
	color: rgba(255, 255, 255, 0.75);
}
.top-contact li {
    display: inline-block;
    padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}
.themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child{
    padding-left: 0px !important;
}
.top-contact li,
.tm-topbar-content .tm-wrap-cell div{
    position: relative;
}
.tm-topbar-content .tm-wrap-cell div{
    padding-left: 15px;
    margin-left: 15px;
}
.tm-topbar-content .tm-wrap-cell div:first-child{
    margin-left:0px;
}
.tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child,
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
	padding-left: 10px;	
}
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child {
	padding-left: 3px;
}
.tm-topbar-content .tm-wrap-cell div:not(.tm-center-text):before,
.tm-topbar-content .tm-wrap-cell .top-contact li:before,
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact:after{
	top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div:before,
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact li:before,
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact:after {
	height: 100%;
	top: 0;	
}
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact:after {
	right:-10px;
}
.tm-borderbottom-yes .tm-topbar-content .tm-align-right.tm-wrap-cell .top-contact:after{
	content:unset;
}
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey .top-contact li:before,
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey .top-contact li:last-child:after,
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .top-contact li:before,
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .top-contact li:last-child:after {
	background-color: rgba(255, 255, 255, 0.08);
}
.tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child,
.tm-topbar-content .tm-wrap-cell .top-contact li {
	padding-left: 16px;
    padding-right: 16px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after{
	right: 0;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
    padding-right:5px;
}
.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
	 padding-right:15px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
	left: 0;
}
.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div:first-child:before,
.themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-topbar-content .tm-wrap-cell .top-contact li:first-child:before {
	content:unset;
}
.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child,
.themetechmount-boxed .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
	padding-left: 0px;	
}
.tm-header-style-infostack .tm-align-right>div:last-child .social-icons {
	padding-right: 11px;
}
.tm-top-info-con div.tm-vc_btn3-container,
.tm-topbar-content .tm-wrap-cell div.tm-vc_btn3-container {
	margin-bottom:0px;
}
.tm-topbar-content .tm-wrap-cell div .tm-vc_btn3.tm-vc_btn3-size-sm {
    padding: 7px 20px;
    margin-top: 3px;
}
.themetechmount-topbar-wrapper .social-icons li:before,
.top-contact li:last-child:after{
    right: 0px;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-left:15px;
}
.tm-topbar-content .tm-wrap-cell div:before{
    right: auto;
    left: 0;
}
.top-contact.tm-highlight-right:after,
.top-contact.tm-highlight-left:after{
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0186d5;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.top-contact.tm-highlight-right:after{
    left: 0;
}
.top-contact.tm-highlight-right i,
.top-contact.tm-highlight-left i{
    color: #fff !important;
}
.top-contact.tm-highlight-right li:first-child:before,
.top-contact.tm-highlight-right li:after,
.top-contact.tm-highlight-left li:first-child:before,
.top-contact.tm-highlight-left li:after{
    display: none
}
.themetechmount-topbar-wrapper .tm-vc_btn3.tm-vc_btn3-size-md {
    padding: 0px 25px 0px 25px;
    vertical-align: top;
    text-transform: none;
    margin-left: 15px;
    font-size: 16px;
    line-height:48px;
}
.themetechmount-topbar-wrapper .tm-vc_btn3.tm-vc_btn3-size-md.tm-button-full {
	margin-left: 15px;
}
.themetechmount-topbar-wrapper .tm-vc_btn3.tm-button-full {
    padding: 0px 21px 0px 21px;
    vertical-align: top;
    font-size: 12px;
    height: 49px;
    line-height:48px;
	margin-top: 0;
}
.themetechmount-topbar-wrapper .tm-vc_btn3.tm-vc_btn3-size-md.tm-vc_btn3-style-text  {
	padding-left: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 29px;
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .social-icons li > a:hover {
	color: #fff !important;
    border-color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgba(255, 255, 255, 0.80);
}

.tm-textcolor-white.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:before,
.tm-header-overlay .tm-textcolor-white .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell div.tm-addsep-before:before,
.tm-header-overlay .tm-textcolor-white .top-contact li:before,
.tm-header-overlay .tm-textcolor-white .top-contact li:last-child:after,
.tm-header-overlay .tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:before,
.tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:first-child:before,
.tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:after,
.tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:before,
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell div:before,
.tm-textcolor-white .tm-topbar-content .tm-wrap-cell .top-contact li:before,
.tm-textcolor-white .top-contact li:first-child:before,
.tm-textcolor-white .top-contact li:last-child:after, 
.tm-textcolor-white .top-contact li:before,
.tm-textcolor-white .top-contact li:after,
.tm-header-overlay .tm-textcolor-white .tm-topbar-content .social-icons:before {
    background-color: rgba(255, 255, 255, 0.12);
}
.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgb(54, 48, 46);
}
.tm-headerstyle-classic-box-overlay .themetechmount-topbar-wrapper .themetechmount-fbar-btn {
	margin-left: 20px;	
}
.themetechmount-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    margin: 0px;
	float:left;
	text-align:center;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
	display: inline-block;
    vertical-align: top;
}
.tm-headerstyle-classic-highlight .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-right: 0px;
}
.themetechmount-topbar-wrapper .tm-vc_btn3.tm-vc_btn3-size-md.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: 3px;
}
.tm-bgcolor-skincolor .tm-topbar-content .social-icons li > a:hover {
    color: #fff;
    border-color: transparent;
}
.tm-header-text-area .header-info-widget .tm-vc_btn3,
.tm-header-text-area .header-info-widget .tm-vc_btn3.tm-vc_btn3-size-md {
    font-size: 13px;
	font-weight:600;
    padding: 12px 20px 12px 20px;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:before {
    top: 12px;
    content: '';
    height: 23px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:last-child:before {
	content:unset;
}
.tm-header-text-area .header-info-widget .tm-vc_btn3.tm-vc_btn3-size-lg {
    padding: 11px 17px 11px 17px;
}
.tm-header-text-area .header-info-widget .tm-vc_general.tm-vc_btn3.tm-btm-wight-semi {
   font-weight: 600;
}
/*** 

====================================================================
	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;	
}
.themetechmount-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;	
	-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-bread-sep{
	position: relative;
	top: 0px;
}
.tm-bread-sep.tm-bread-sep1{
	margin:0 30px;
}
.tm-bread-sep:before {
	content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #fff;
    top: 12px;
    left: -21px;
}
.tm-bread-sep:after {
	content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #fff;
    top: 8px;
    right: -17px;
    border-radius: 50%;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a:hover{
	text-decoration:none;
}
.themetechmount-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;
}
.themetechmount-header-style-3 .themetechmount-slider-wrapper, 
.themetechmount-header-style-3 .tm-titlebar-wrapper{
	position: relative;
	z-index: 1;
}
.themetechmount-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;
}
.tm-titlebar .breadcrumb-wrapper{
	position:relative;
}
.tm-breadcrumb-seprator .tm-titlebar .breadcrumb-wrapper{
	padding-top:45px;
}
.tm-titlebar-wrapper.tm-breadcrumb-seprator .entry-title-wrapper .entry-title {
    margin-bottom: 9px;	
}
.tm-breadcrumb-seprator .tm-titlebar .breadcrumb-wrapper:after,	
.tm-breadcrumb-seprator .tm-titlebar .breadcrumb-wrapper:before{
	content: "";
    position: absolute;
    width: 85px;
    height: 2px;
    margin: auto;
    top: 14px;
    left: 50%;
	background-color:rgba(0, 0, 0, 0.7);
}
.tm-breadcrumb-seprator .tm-titlebar .breadcrumb-wrapper:before{
    margin-left: -123px;
}
.tm-breadcrumb-seprator .tm-titlebar .breadcrumb-wrapper:after{
   margin-left:38px;
}
.tm-titlebar-wrapper.tm-breadcrumb-seprator .tm-titlebar-main .breadcrumb-wrapper .container:before {
	-webkit-mask: url(../images/heading-sep.svg) no-repeat 100% 100%;
	mask: url(../images/heading-sep.svg) no-repeat 100% 100%;
}
.tm-titlebar-wrapper.tm-breadcrumb-seprator .tm-titlebar-main .breadcrumb-wrapper .container:before {
	position: absolute;
    content: "";
    top: 0px;
    margin: 0 auto;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 0px -6px;
    width: 68px;
    height: 22px;
    text-align: center;
    margin-left: -35px;
    background-color: #fff;
}
.tm-breadcrumb-seprator.tm-titlebar-align-allleft .tm-titlebar .breadcrumb-wrapper:before{
    margin-left:0px;
	left: 0;
}
.tm-breadcrumb-seprator.tm-titlebar-align-allleft .tm-titlebar .breadcrumb-wrapper:after{
   margin-left:159px;
    left:0;
}
.tm-titlebar-wrapper.tm-breadcrumb-seprator.tm-titlebar-align-allleft .tm-titlebar-main .breadcrumb-wrapper .container:before {
	left:122px;
}
.tm-breadcrumb-seprator.tm-titlebar-align-allright .tm-titlebar .breadcrumb-wrapper:before{
    margin-left:0px;
	left: auto;
	right: 0;
}
.tm-breadcrumb-seprator.tm-titlebar-align-allright .tm-titlebar .breadcrumb-wrapper:after{
   margin-right:159px;
    left: auto;
	right: 0;
}
.tm-titlebar-wrapper.tm-breadcrumb-seprator.tm-titlebar-align-allright .tm-titlebar-main .breadcrumb-wrapper .container:before {
	left:auto;
	right:89px;
}

.entry-title-wrapper .entry-title{
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
	word-break: break-word;
}
.entry-title-wrapper.tm-bgcolor-skincolor .entry-title:before {
	background-color: #fff; 
}
.tm-titlebar-align-left .breadcrumb-wrapper>.container {
	padding-right: 0px;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
	position: absolute;	
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {	
	left: 50%;
	bottom: 0;
	-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);
	text-align: right;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allright .breadcrumb-wrapper {	
	right: 0;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper .container:before,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper .container:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 5000px;
	z-index: 0;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper .container:after {
	right: 100%;
	left: auto;
	margin-right: -1px;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper .container:before {
	left: 100%;
	right: auto;
	margin-left: -30px;
}
/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
	color: rgba(255, 255, 255, 1);
}
.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);
}
.themetechmount-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;
    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;
	padding:0;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
	padding-left: 0px;
}

.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allleft .breadcrumb-wrapper .container, 
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allright .breadcrumb-wrapper .container {
	padding-top: 7px;	
}

/*** 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: 1;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container{
    padding: 15px;
    display: inline-block;
    border-radius: 0px;
	margin-right: 27px;
}
.tm-bgcolor-skincolor.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container{
    background-color: #3d3d3d;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container a:hover,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
	color:#fff;
}

/*** 

====================================================================
	Footer Section
====================================================================

 ***/
.themetechmount-wide.themetechmount-sticky-footer .site-content-wrapper {
    z-index: 1;
} 
.tm-bordertype-none .bottom-footer-inner {
	border:none !important;
}
.themetechmount-wide.themetechmount-sticky-footer .footer {
    margin-top:25px;
}
ul.footer-nav-menu li:after { 
	position: absolute;
    content: "|";
	padding-left: 7px;
}
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: 2px;
	padding-right: 14px;
    font-size: 15px;
    padding-bottom: 0px;
}
.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: 20px;
    padding-bottom:15px;
    font-size: 14px;
} 
.tm-footer2-right{
	text-align: right;
} 
.col-sm-12.tm-footer2-left,.col-sm-12.tm-footer2-right {
	line-height: 25px;
	text-align: center;
}
.site-footer .col-sm-6.first-widget-area{
    position: relative;
    overflow: hidden;
}
.bottom-footer-text.tm-textcolor-white .footer-nav-menu,
.bottom-footer-text.tm-textcolor-white .tm-footer2-left .footer-nav-menu a:not(:hover),
.bottom-footer-text.tm-textcolor-white .tm-footer2-right .footer-nav-menu a:not(:hover) {
    color: rgba(255, 255, 255, 1);
}
.site-footer .bottom-footer-text.tm-bordercolor-dark,
.site-footer .bottom-footer-text.tm-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .bottom-footer-text.tm-bordercolor-dark {
    border-color: 1px solid rgba(0, 0, 0, 0.07);
}

/* White background */
.tm-textcolor-dark .col-sm-6.first-widget-area:after{
    background-color: rgba(0, 0, 0, 0.10);
}
.bottom-footer-text.tm-textcolor-dark  .bottom-footer-inner{
    border-top-color: rgba(0, 0, 0, 0.10);
}
.tm-textcolor-dark .vc_separator .vc_sep_holder .vc_sep_line{
    border-color: rgba(0,0,0,0.10) !important;
}

.footer-nav-menu li:last-child {
    padding-right: 0;
}

/*** Social ***/ 
.footer .social-icons li:first-child,
.footer .bottom-footer-text .bottom-footer-inner .social-icons li:first-child {
	margin-left: 0px;
}

/*** 

====================================================================
	Events Calendar
====================================================================

 ***/

.tribe-events-notices {
    background: #f8f8f8;
    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: 30px;
    border: 1px solid #eaeaea;
    margin-bottom: 60px;
    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: 18px;
	font-weight: 500;
}
.single-tribe_events h1.tribe-events-single-event-title {
    display: none;
}
.tribe-events-list-separator-month:after {	
	border-bottom: 1px solid #eaeaea;	
}
.themetechmount-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;
}
.themetechmount-post-item-inner .tribe-events-event-cost span,
.tribe-events-list .tribe-events-event-cost span{
    width: 100%;
}
.themetechmount-post-item-inner .tribe-events-event-cost{
	color:#fff;
	z-index: 99;
	text-align:center;
	right: -76px;
	top: 15px;
}
.themetechmount-post-item-inner{
	overflow: hidden;
}
.tribe-events-loop .tribe-events-event-meta {
    font-size: 15px;
}
.tribe-events-list .tribe-events-event-cost span{
	color:#fff;
	border: none;
	font-size: 18px;
	font-weight: 500;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
}
.single-tribe_events h2.tribe-events-single-event-title{
	display:none;
}
.tribe-events-schedule {	
	float: right;
    margin-top: 25px;
}
.tribe-events-back {	
	float: left;
	margin-top: 10px;
}
.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: 6px;
    margin-right: 15px;
    margin-left: 6px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{
	color:#1a1d22;
}
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 .themetechmount-post-readmore{
	position:relative;
	margin-top: 10px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: none;
    line-height: 1.7;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.single-tribe_events .tribe-events-event-meta dl {
    margin: 0;
    margin-top: 18px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 29px;
    font-weight: 500;
}
.single-tribe_events .tribe-events-event-meta {
    font-size: 16px;
	font-weight: 500;
}
.tribe-events-list-separator-month {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.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: #1a1d22;
    color: #fff;
}
#tribe-events-content .tribe-events-has-events>div>a {
    color: #fff;
}
#tribe-events .tribe-events-month {
	margin-bottom: 80px;
}
.tribe-events-event-meta address.tribe-events-address, 
.tribe-events-list .tribe-events-venue-details {
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
}
.tribe-event-schedule-details {
	font-weight: 600;
}
.themetechmount-box-events h4 a,
.themetechmount-box-events h4{
    font-size: 26px;
    line-height: 33px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-box-title .themetechmount-box-title{
	padding-bottom: 10px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-event-meta-details{
    border-bottom: 1px solid #ededed;
    border-left: none;
    border-right: none;    
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 15px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-post-readmore{
	margin-top: 23px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-events-meta .tribe-events-event-cost{
	font-weight: bold;
}
.themetechmount-events-box-view-top-image .themetechmount-box-bottom-content {
    text-align: center;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-details i {
    padding-right: 5px;
    float: left;
    padding-top: 6px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-box-title h4 a,
.themetechmount-events-box-view-top-image-details .themetechmount-box-title h4 {
	margin-bottom:10px;
	font-size: 26px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background-color: #fff;
    padding: 0px 30px 30px 30px;
    margin-bottom: 60px;
}
.tribe-events-list .type-tribe_events,
.single-tribe_events .tribe-events-event-meta {
    background-color: #fff;
}
.tribe-events-list-separator-month span {
    padding: 10px 50px;
    border-radius: 3px;
    background-color: #ff3d55;
    color: #fff;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    font-size: 26px;
    color: #1a1d22;
    font-weight: 500;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
    font-size: 15px;
    font-weight: 500;	
}
.tribe-events-list .tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
	padding-right: 0px;
}
#tribe-events-content a {
	color: #20292f;
}
#tribe-events-content .tribe-events-read-more, 
#tribe-events-content.tribe-events-single .tribe-events-back a,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
#tribe-events .tribe-events-button, 
.tribe-events-button,
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left a,
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right a {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    border: 1px solid transparent;
    background-color: #0168b7;
    border-radius: 0;
    margin-top: 10px;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 34px;
}
#tribe-events-content .tribe-events-read-more:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost,
#tribe-events-content.tribe-events-single .tribe-events-back a:hover,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:hover,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left a:hover,
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right a:hover {
    color: #fff;
    background-color:#ff3d55;

}
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
	width: auto;
}
.themetechmount-post-item-inner .tribe-events-event-cost, .tribe-events-list .tribe-events-event-cost {
    top: 15px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: inherit;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
    margin: 0 -30px 0px -30px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date.tm-md-event {
    width: 85px;
    height: 85px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date.tm-md-event .themetechmount-event-date {
    padding: 20px 10px 10px 10px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date.tm-md-event .themetechmount-event-date {
    font-size: 23px;
}

/* single event page */

.single.single-tribe_events article{
    margin-bottom: 50px;
}
.single.single-tribe_events article{
    padding:0px;
}

/*** 

====================================================================
	Common Widget Section
====================================================================

 ***/

.widget.aqovo_all_post_list_widget .widget-title, .widget.aqovo_category_list_widget .widget-title {
    display: none !important;
}
.widget.aqovo_all_post_list_widget .widget-title:after,
.widget.aqovo_category_list_widget .widget-title:after {
	background-color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.widget.tm_widget_nav_menu li a,
.widget.aqovo_all_post_list_widget li a,
.widget.aqovo_category_list_widget li a{
    display: block;
    padding: 17px 20px 17px 40px;
    position: relative;
    z-index: 1;
	border:1px solid #e3e3e3;
	border-radius:3px;
    font-size: 16px;
	background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.widget.tm_widget_nav_menu li,
.widget.aqovo_all_post_list_widget li,
.widget.aqovo_category_list_widget li{
	padding-bottom:10px;
}
#sidebar-left .widget.aqovo_category_list_widget,
#sidebar-left .widget.widget.widget_nav_menu.tm_widget_nav_menu, 
.sidebar.widget-area .widget.widget_nav_menu.tm_widget_nav_menu,
.sidebar .widget.aqovo_category_list_widget,
.sidebar .widget.aqovo_all_post_list_widget,
.sidebar.widget-area .widget.aqovo_category_list_widget {
   	-webkit-box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.1);
	border: none !important;
	padding:12px !important;
    background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.aqovo_all_post_list_widget li a:before, .widget.aqovo_category_list_widget li a:before {
	position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
	z-index: -1;
	border-radius: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.aqovo_all_post_list_widget li a:hover:before, .widget.aqovocategory_list_widget li a:hover:before, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before, .widget.tm_widget_nav_menu li.current_page_item a:before, .widget.aqovo_all_post_list_widget li.tm-post-active a:before, .widget.aqovo_category_list_widget li.current-cat a:before {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, 
.widget.tm_widget_nav_menu li a:hover, 
.widget.aqovo_all_post_list_widget li a:hover, 
.widget.aqovo_category_list_widget li a:hover, 
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, 
.widget.tm_widget_nav_menu li.current_page_item a,  
.widget.aqovo_category_list_widget li.current-cat a,
.widget.aqovo_all_post_list_widget li.tm-post-active a {
    color: #fff;
	padding-left:20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:after, 
.widget.tm_widget_nav_menu li a:after, 
.widget.aqovo_all_post_list_widget li a:after, 
.widget.aqovo_category_list_widget li a:after, 
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after, 
.widget.tm_widget_nav_menu li.current_page_item a:after,  
.widget.aqovo_category_list_widget li.current-cat a:after,
.widget.aqovo_all_post_list_widget li.tm-post-active a:after {
	content: "\f063";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 18px;
    left:20px;
    font-size: 13px;
    opacity: .4;
    background-color: transparent;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:after, 
.widget.tm_widget_nav_menu li a:hover:after, 
.widget.aqovo_all_post_list_widget li a:hover:after, 
.widget.aqovo_category_list_widget li a:hover:after, 
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after, 
.widget.tm_widget_nav_menu li.current_page_item a:after,  
.widget.aqovo_category_list_widget li.current-cat a:after,
.widget.aqovo_all_post_list_widget li.tm-post-active a:after {
    left: auto;
    right: 20px;
    content: "\f061";
	opacity: 1;
}
.widget.aqovo_all_post_list_widget li:last-child a.
.widget.aqovo_category_list_widget li:last-child a{
	border-bottom: none;
}
.sidebar .widget.aqovo_all_post_list_widget:after{
	content:unset;
}
.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;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget {
	margin: 0px;
}
.footer .first-footer.tm-footerrow-sepwhite,
.footer .first-footer.tm-footerrow-sepdark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .first-footer.tm-footerrow-sepdark {
    border-color:rgba(0, 0, 0, 0.04);
}
.footer .footer-rows .first-footer .first-footer-inner {
    padding:68px 0 65px;
}
.footer .first-footer .widget {
    padding-top: 20px;
    padding-bottom:20px;
}
.footer.tm-bgcolor-skincolor .tm-container-for-footer > div > .row .widget-area,
.footer.tm-bgcolor-skincolor .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer,
.footer.tm-bgcolor-darkgrey .tm-container-for-footer > div > .row .widget-area,
.footer.tm-bgcolor-darkgrey .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
    border-color: rgba(255, 255, 255, 0.05);
}
.footer.tm-bgcolor-white .tm-container-for-footer > div > .row .widget-area,
.footer.tm-bgcolor-white .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
	 border-color: rgba(0, 0, 0, 0.14);
}
.footer .widget{
    margin: 60px 0 50px;
}
.footer .widget.themetechmount_widget_recent_entries .tm-recent-post-list{
	text-align: left;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.aqovo_contact_widget_wrapper) > li:last-child,
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
.widget .widget-title {
    margin-bottom: 18px;
	position: relative;
}
.second-footer .container.tm-container-for-footer .row > .widget-area:first-child .custom-heading {
	display: inline-block;
    float: left;
    padding-right: 10px;
}
.widget .widget-title {
    margin-bottom: 30px;
}
.footer_logo img {
    max-height:65px;
}
.footer .widget .widget-title {
    margin-bottom:16px;
}
.footer .widget ul > li {
    padding: 0px 0px 12px 0;
}
.footer .widget ul.tm-recent-post-list > li {
    padding: 0px 0px 18px 0;
}
.first-footer.tm-widgetsep-yes .widget-area{
    border-right: 1px solid  rgba(0, 0, 0, 0.15);
}
.first-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area{
    border-color:rgba(255, 255, 255, 0.04);
}
.first-footer.tm-widgetsep-yes .widget-area:last-child{
    border-right: 0;
}
.site-footer .tm-ctabox-row .mailchimp-inputbox p,
.site-footer .tm-ctabox-row .tm-contactbox .tm-detailsbox p:last-child,
.site-footer .widget .tm-contactbox p:last-child {
	margin-bottom:0px;
}
.site-footer .widget .tm-contactbox h2.tm-custom-heading {
	font-size: 20px;
    line-height:26px;
	margin-bottom:2px;
	font-weight: 600;
}
.site-footer .widget .tm-contactbox .tm-iconbox{
	font-size: 30px;
    width:50px
}
.site-footer .widget .tm-contactbox .tm-iconbox i{
    display: block;
    width: 50px;
}
.site-footer .widget-area:not(:first-child) .tm-contactbox {
    padding: 0 30px;	
}
.site-footer .tm-ctabox-row .tm-contactbox .tm-iconbox{
	font-size: 45px;
    line-height: 45px;
    width: 65px;	
}
.site-footer .tm-ctabox-row .tm-contactbox h2.tm-custom-heading {
	font-size: 28px;
    line-height:32px;
	margin-bottom:0px;
}
.site-footer .widget .tm-contactbox .tm-square-iconbox i{
    font-size: 21px;
    width: 50px;
    background-color: #be9667;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
}
.site-footer .widget .tm-contactbox .tm-square-iconbox {
    font-size: 25px;
    width: 70px;
	color:#fff;
}

.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before{
	left: 80%;
}
.tooltip:after, [data-tooltip]:after{
	width: 135px;
}
.tooltip:before, [data-tooltip]:before{
	margin-left: -15px;
}
.site-footer .tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor:hover{
	color:#fff !important;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.aqovo_contact_widget_wrapper):not(.aqovo_category_list_widget):not(.tm-all-post-list) > li {  
    padding-bottom: 5px;
    padding-top: 5px;
}
.sidebar .widget ul.slick-dots > li{
    border-bottom: 1px solid #eee !important;
}
.sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
    padding: 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.aqovo_contact_widget_wrapper):not(.aqovo_category_list_widget):not(.tm-all-post-list) > li:first-child {  
    border-top:none;
	padding-top: 0;
}


/*** Additional Widget background ***/ 
.tm-bg-footer-box {
	padding: 65px 0px 100px 45px;
    margin: -70px 0px -90px 0px;
    text-align: center;
}
.tm-bg-footer-box .footer-logo-box{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.tm-bg-footer-box .footer-logo-box img{
    margin-bottom: 20px;
}
ul.aqovo_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 15px;
    margin-top: 20px;
}
ul.aqovo_contact_widget_wrapper.call-email-footer li:before {
    position: relative;
    left: -6px;
    top: 0px;
}

/*** Footer Social Widget ***/ 
.footer .social-icons li > a:hover {
	color:#fff;
}
/*** Flicker Widget ***/ 
.aqovo_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0px 0px;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/*** Contact Info Widget ***/ 
ul.aqovo_contact_widget_wrapper{
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.aqovo_contact_widget_wrapper li {
	padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    line-height: 25px;
}
.widget ul.aqovo_contact_widget_wrapper li {
    position: relative;
    line-height: 23px;
    font-size: inherit;
    padding: 10px 0px 10px 0;
    padding-left: 32px;
}
.tm-textcolor-white .widget ul.aqovo_contact_widget_wrapper li {
	border-color: rgba(255, 255, 255, 0.04);
}
.widget ul.aqovo_contact_widget_wrapper li:first-child {
	padding-top: 0px;
}
.footer ul.aqovo_contact_widget_wrapper li:last-child {
	border:none;
}
ul.aqovo_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 18px;
    font-weight: 400;     
}
.tm-col-bgcolor-skincolor ul.aqovo_contact_widget_wrapper li:before,
.tm-bgcolor-skincolor ul.aqovo_contact_widget_wrapper li:before {
	color:#fff;
}
.widget ul.aqovo_contact_widget_wrapper li:before {
    top: 13px;    
}
.widget ul.aqovo_contact_widget_wrapper li:first-child:before {
    top: 4px;    
}
.sidebar .widget ul.aqovo_contact_widget_wrapper li:first-child {
	padding-top: 0;    
}
.sidebar .widget ul.aqovo_contact_widget_wrapper li:first-child:before {
    top: 6px;    
}
.sidebar .widget ul.aqovo_contact_widget_wrapper li {
	padding: 9px 0px 9px 0;
	padding-left: 37px;
	border:none;
}
.sidebar ul.aqovo_contact_widget_wrapper li:before {
    top: 11px;
}
/*** Recent Post Widget ***/ 
ul.tm-recent-post-list{
	list-style: none;
	padding: 0;
}
ul.tm-recent-post-list > li img{
    display: block;
    width: 70px;
    float: left;
    margin-right: 18px;
	padding-top: 3px;
}
.sidebar ul.tm-recent-post-list > li img{
    width: 80px;
    height: 80px;
}
ul.tm-recent-post-list > li{
    padding: 0px 0px 20px 0;
}
ul.tm-recent-post-list > li > a{
    line-height: 21px;
    display: block;
	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;
    padding-bottom: 2px;
}
.main-holder .widget.themetechmount_widget_recent_entries ul li:first-child,
ul.tm-recent-post-list > li:first-child{
	border-top: 0px;
	padding-top: 0px;	
}
ul.tm-recent-post-list > li .post-date i{
    margin-right: 6px;
    font-size: 11px;
}
/*** Common Widget Arrow ***/

.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_product_categories a,
.widget_archive li a,
.widget_pages li a,
.widget.widget_nav_menu li a{
    display: inline-block;
    position: relative;
    padding-left: 16px;
}

.sidebar .widget_recent_comments li.recentcomments,
.sidebar .widget_recent_entries a,
.sidebar .widget_meta a,
.sidebar .widget_categories a,
.sidebar .widget_product_categories a,
.sidebar .widget_archive li a,
.sidebar .widget_pages li a,
.sidebar .widget.widget_nav_menu li a{
	color: inherit;
	padding-left: 20px;
}
.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.widget_nav_menu li a:before, 
.widget_product_categories a:before {
    font-family: "tm-aqovo-icons";
    content: "\e818";
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
}
.tm-bgcolor-skincolor .widget_recent_comments li.recentcomments:before,
.tm-bgcolor-skincolor .widget_recent_entries a:before,
.tm-bgcolor-skincolor .widget_meta a:before,
.tm-bgcolor-skincolor .widget_categories a:before,
.tm-bgcolor-skincolor .widget_archive li a:before,
.tm-bgcolor-skincolor .widget_pages li a:before, 
.tm-bgcolor-skincolor .widget_nav_menu li a:before,
.tm-bgcolor-skincolor .widget_product_categories a:before {
	color: #fff;
}

.footer .widget_recent_comments li.recentcomments:before, 
.footer .widget_recent_entries a:before, 
.footer .widget_meta a:before, 
.footer .widget_categories a:before, 
.footer .widget_archive li a:before, 
.footer .widget_pages li a:before, 
.footer .widget.widget_nav_menu li a:before, 
.footer .widget_product_categories a:before {
    content: "\e847";
    top: 6px;
}

.footer .tm-textcolor-white hr {
    border-color:rgba(255, 255, 255, 0.03);
}
.footer .widget.widget_nav_menu ul > li:last-child {
	border-bottom:none;
}
.widget_recent_comments ul li.recentcomments:before {
    top: 15px;
}
.widget_recent_comments ul li.recentcomments:first-child:before {
    top: 6px;
}
/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
	float: none;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget_categories.widget ul>li ul, 
.widget_nav_menu.widget ul>li ul, .widget_pages.widget ul>li ul {
    margin-top: 10px;
}

/*** 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;
}
.tm-slick-carousel-wrapper img {
    max-width: 100%;
}

/*** Calendar Widget ***/ 
.widget_calendar table td#today{
	font-weight: bold;
}
.widget_calendar table {
	border-collapse: separate;
	border-color: #efefef;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	background-color: #fff;
}
.widget_calendar table th,
.widget_calendar table td {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 8px;
}
.widget_calendar caption { 
	padding: 0px;   
    margin: 0px;
	margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-weight: 500;
    color: inherit;
}
.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);
}

/*** 

====================================================================
	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 .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;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    z-index: 10;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tm-search-overlay.st-show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	z-index: 999;
    background-color: #fff;
}
.tm-search-overlay .tm-site-searchform {
	position: relative;
}
.tm-search-outer {
	position: relative; 
	z-index: 2;	
	width:100%;
	max-width: 1170px;
	margin: 0 auto;
}
.tm-popup-search-outer-form {
	width: 100%;
	height: auto;
	margin-top: 0;
}
.tm-search-overlay .tm-search-outer .tm-form-title {
    display: block;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.tm-search-overlay .tm-site-searchform input[type="search"] {
	border: 0;
    width: 100%;
    outline: none;
    margin: 0;
    border-radius: 0px;
    padding: 0 60px 15px 0;
    color: #8a91ac;
    background: 0 0;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    background: 0 0;
    z-index: 2;
    padding-right: 70px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.50);
}
.tm-site-searchform button {
	background: #fab442;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	outline: none;
	padding: 0;
	font-size: 12px;
}
.tm-search-overlay .tm-site-searchform button {
	font-size: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    background: none;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #848e9f;
    padding-left: 2px;
}
.tm-popup-search-form {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid;
}
 .tm-search-overlay ::-webkit-input-placeholder {
	color: #848e9f;
}
.tm-search-overlay :-moz-placeholder {
	color: #848e9f;
	opacity:  1;
}
.tm-search-overlay ::-moz-placeholder {
	color: #848e9f;
	opacity:  1;
}
.tm-search-overlay :-ms-input-placeholder {
	color: #848e9f;
}
body.st-prevent-scroll {    
	height: 100%;
}
.close-box i{
	top: 60px;
	color: #ababab;
	opacity: 0;
	font-size: 35px;
	position: fixed;
	cursor: pointer;
	right: 30px;
}
.close-box i.showicon{
	top: 30px;
	opacity: 1;
}
.tm-search-outer .tm-icon-close {
	position: absolute;
	display: block;
	right: 0px;
	top: -45px;
	color:#8a91ac;
	overflow: hidden;
	z-index: 2;
}
.tm-search-outer .tm-icon-close i {
	font-size:20px;
	line-height: 17px;
}
.tm-search-outer .tm-icon-close:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: -1;
	border-radius: 50%;
}



/*** 

====================================================================
	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;
}

/*** Subheading light white color ***/
.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-skincolor .tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 {
	color: rgba(255, 255, 255, 0.90);
}
.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.95);
}
.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-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 b,
.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4 strong {
    font-weight: 500;
}
.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;
}
.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;
}
.tm-heading-style-vertical .tm-vc_cta3-container {
    margin-bottom: 15px;
}


/*** 

====================================================================
	Servicebox Section
====================================================================

 ***/
.tm-vc_icon_element.tm-vc_icon_element-outer.tm-double-large-icon .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl .tm-vc_icon_element-icon {
    font-size: 6.8em!important;
    line-height: 7.8em !important;
}
.top-overlay-index {
    z-index: 99;
	position: relative;
}

/*** Special Section ***/

.themetechmount-team-member-single-content-area .tm-team-member-content,
.themetechmount-iconbox.themetechmount-iconbox-stylefive,
.themetechmount-ptables-w .ttm-pricetable-column-w,
.themetechmount-box-testimonial.themetechmount-testimonial-box-style2,
.themetechmount-box-service.themetechmount-servicebox-styleone,
.themetechmount-blogbox-styleone .post-item,
article.themetechmount-box-blog-classic .tm-blog-classic-box-content,
.themetechmount-box-view-top-image .event-box-content,
.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a,  .widget.aqovo_category_list_widget li a,

.themetechmount-box-blog.themetechmount-box-style2 .themetechmount-box-content,
.themetechmount-portfolio-box-view-styleone .themetechmount-box-bottom-content,
.themetechmount-box-client.themetechmount-box-view-boxed-logo:hover,
.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-box-content,
.tm-bordered-boxcontent .themetechmount-boxes-inner .row.themetechmount-boxes-row-wrapper,
.themetechmount-box-team.themetechmount-teambox-view-overlay,
.tm-colum-shadow-box-inner > .vc_column-inner > .wpb_wrapper,
.tm-colum-shadow-box > .vc_column-inner:not(.tm-col-bgcolor-white) > .wpb_wrapper,
.tm-colum-shadow-box > .vc_column-inner.tm-col-bgcolor-white > .tm-col-wrapper-bg-layer,
.tm-colum-shadow-box-inner.vc_column-inner > .wpb_wrapper,

.tm-shadow-box, 
.tm-shadow-row {
   -webkit-box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
    -moz-box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
    box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
}
.tm-shadow-services-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.05);
}

/*** Iconalign Top Left ***/

.tm-vc_cta3-icons-withouticon .tm-vc_cta3-headers,
.tm-vc_cta3-icons-withouticon .tm-cta3-desc-btn-wrapper{
	text-align: left;
}

/*** 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: #696969;
}
.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-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_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor.tm-vc_btn3-size-md:hover:after {
	 background-color:#1a1d22;
}
.tm-col-bgcolor-skincolor .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white:hover{
	color: #fff !important;
}

/**** Equal Service Box*****/
.vc_row-o-equal-height{
    display: flex;
}
.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;
}
.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.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: 48px 40px 0px 40px;
}

.vc_row-o-content-bottom .vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/*** Service box Padding ***/
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item,
 div .vc_row .vc_column-inner .tm-bg.tm-bgimage-yes.tm-sbox.tm-bgimage-yes.tm-sbox-fade-animation.tm-shadow-box .tm-cta3-description,
.tm-bg.tm-bgimage-yes.tm-sbox.tm-bgimage-yes.tm-sbox-fade-animation.tm-shadow-box .tm-vc_cta3-content-header h2,
.tm-bg.tm-bgimage-yes.tm-sbox.tm-bgimage-yes.tm-sbox-fade-animation.tm-shadow-box > .tm-bg-layer{
        -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;
}
 div .vc_row .vc_column-inner .tm-bg.tm-bgimage-yes.tm-sbox.tm-bgimage-yes.tm-sbox-fade-animation.tm-shadow-box:hover .tm-cta3-description,
.tm-bg.tm-bgimage-yes.tm-sbox.tm-bgimage-yes.tm-sbox-fade-animation.tm-shadow-box:hover .tm-vc_cta3-content-header h2{
    color: #fff;
}

/*** 

====================================================================
	Blogbox Section
====================================================================

 ***/
.single #tribe-events .tribe-events-content p,
.single article.post .entry-content p{
    margin-bottom: 1px;
}

article.post .entry-content blockquote{
    line-height: 30px;
}
.tm-featured-wrapper .tm-slick-carousel-wrapper .tm-slick-carousel > div:not(:first-child){
	display: none;
}
.themetechmount-box-blog .themetechmount-box-content.col-md-7{	
    padding: 25px 35px 25px;
  flex-shrink: 0;
}
.themetechmount-box-blog .themetechmount-box-content.col-md-7 .themetechmount-box-content-inner {
    padding-bottom: 20px;
}

.themetechmount-blogbox-format-link.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer,
.themetechmount-blogbox-format-quote.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer,
.themetechmount-blogbox-format-link.themetechmount-box-blog .themetechmount-box-content,
.themetechmount-blogbox-format-quote.themetechmount-box-blog .themetechmount-box-content{ 
    display: none;
}
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories {
    padding-bottom: 10px;
    padding-top: 10px;
}
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

.tm-post-featured-outer-wrapper,
.themetechmount-box-blog,
article.post,
.themetechmount-post-item-thumbnail,
.tm-featured-wrapper {
    position: relative;    
}
.tm-entry-meta-wrapper{
    margin: 0px 0px 3px 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}
.tm-entry-meta .tm-meta-line i,
.tm-right-meta .tm-social-share-wrapper.tm-social-share-post-wrapper,
.tm-entry-meta .tm-meta-line a,
.tm-post-cat .tm-meta-line a {
    color:inherit;
}
.tm-entry-meta .tm-meta-line i.fa-tag,
.tm-entry-meta .tm-meta-line i.fa-calendar,
.tm-entry-meta .tm-meta-line i.fa-user {
    padding-right: 7px;
}
/*** Blog box meta border for skincolor and darkcolor ***/
.tm-bgcolor-skincolor .themetechmount-blogbox-footer-readmore,
.tm-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore,
.tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta-wrapper,
.tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta-wrapper{
    border-color:  rgba(255, 255, 255, 0.15);
}
.tm-bgcolor-grey .tm-entry-meta-wrapper {
    border-color: rgba(0, 0, 0, 0.16);
}
.themetechmount-blogbox-format-link .themetechmount-box-meta{
	margin-top: 0px;
}
.themetechmount-blogbox-footer-readmore{
    padding-top: 9px;
    padding-bottom: 5px;
    margin-top: 6px;
    margin-top: 6px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-post-readmore a{
	color: #0a0c0e;
	font-size: 14px;
	font-weight: 500;
    display: inline-block;
    position: relative;
}
.tm-bgcolor-skincolor .themetechmount-blog-box-view-left-image .themetechmount-blogbox-footer-readmore a:hover {
    color: #5e5e5e;
    background-color: #fff;
}

.themetechmount-box-blog.themetechmount-box-view-content-overlay .themetechmount-blogbox-footer-readmore a:hover {
	background:none;
	border:none;
}
.themetechmount-box-blog .themetechmount-meta-details .themetechmount-blogbox-meta-row-date{
	position: relative;
	padding-right: 24px;
}
.themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date:after {
    height: 2px;
    content: "";
    background-color: red;
    display: block;
    width: 30px;
    margin-top: 4px;
}
.themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date {
	margin-bottom: 19px;
}

/*** Top Image bottom content ***/
.tm-bgcolor-skincolor .themetechmount-box-blog.themetechmount-box-topimage .tm-entry-meta a,
.tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-box-topimage .tm-entry-meta a{ 
    color: #6e6e6e;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel div.slick-list {
    padding-top: 10px;	
    padding-bottom: 10px;	
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-blog-inner .row.slick-slider {
	margin-left:-10px;	
	margin-right:-10px;	
}
article.themetechmount-box-blog-classic.tm-no-featured-content .entry-header:after,
.themetechmount-box-blog.themetechmount-box-topimage.tm-no-featured-content .themetechmount-box-title:after {
	content:none;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignleft, 
article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignright {
    margin-bottom: 20px;
}
.tm-blog-classic-box-content img.alignleft {
    margin: 0.375em 1em 1em 0;
}
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignleft, 
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignright {
    margin-bottom: 35px;
}
article.themetechmount-box-blog-classic.sticky  .entry-header:after {
	content:none;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background: #fff;
    padding: 40px 30px 17px 30px;
    position: relative;
    display: block;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper .tm-postcategory {
	display:none;
}
.themetechmount-box-blog-classic .entry-header .tm-meta-line a {
    font-size: 13px;
}
.themetechmount-box-blog-classic .entry-header .tm-meta-line,
.themetechmount-box-blog-classic .entry-header .tm-meta-line a {
    color: #8d9297;	
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-box-post-date {
	display: none;
}
article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-blog-classic-box-content {
	padding-bottom: 30px;
}
.single-post article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
    padding-top: 0px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
    margin:0px;
}
.themetechmount-box-topimage .tm-flexslider .flex-control-nav {
    bottom: 0px;
    right: 50%;
    text-align: right;
    margin-right: -35px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
	font-size: 17px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a {
    position: relative;
	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;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a:hover {
    padding-left: 25px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a:after {
    position: absolute;
    content: '';
    background: currentColor;
    height: 1px;
    width: 15px;
    left: 0;
    top: 10px;
    transform: scaleX(0);
    opacity: 0;
    transition: .5s ease;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a:hover:after {
	opacity: 1;
    transform: scaleX(1)
}
.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-blogbox-desc-footer{
	padding-bottom: 15px;
    padding-top: 13px;
}
.themetechmount-box-topimage .tm-post-footer-meta {
	border-top: 1px solid #e4e4e4;
}
.post.themetechmount-box-blog-classic .tm-box-post-icon,
.themetechmount-box-blog .tm-box-post-date {
    height: 84px;
    width: 57px;
	padding: 16px 5px 7px;
    z-index: 1;
	color:#0e204d;
	text-align: center;
    background-color: #fff;
    position: absolute;
    top:-20px;
    left:25px;
    line-height: 16px;
    font-size: 15px;
	border-radius: 5px;
}
.themetechmount-box-blog .tm-box-post-date span {
	font-size: 20px;
	font-weight: 600;
	display: block;
}
.themetechmount-box-blog .tm-box-post-icon {
    bottom: -30px;
    left: 20px;
	top:auto;
} 
.post.themetechmount-box-blog-classic .tm-box-post-date {
    height: 62px;
    width: 69px;
    background-color: #129ce7;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
	color:#fff;
	text-align: center;
}

/*** Left Image Right content ***/
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-quote .themetechmount-box-content.col-md-8,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-link .themetechmount-box-content.col-md-8{
	display:none;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-quote .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-link .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.tm-no-featured-content .themetechmount-box-img-left{
	display: block;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-quote .themetechmount-box-img-left,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-link .themetechmount-box-img-left,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.tm-no-featured-content .themetechmount-box-content{
	width: 100% !important;    
    display: block;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote{
	background-color:#fff;
	padding: 17px 40px 35px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-link .tm-format-link-title {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 6px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-post-item-thumbnail{
	float: left;
}
.themetechmount-blog-box-view-left-image .themetechmount-box-content.tm-shadow-box {
	padding: 20px 20px 20px;
    margin:0px 0 5px;
	border-radius: 5px;
	clear: both;
    overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-blogbox-footer-readmore {
    padding-top:15px;
    padding-bottom: 0px;
    margin-top: 0px; 
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-img-left{
	padding:0;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-title h4{
	font-size: 24px;
    line-height: 33px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .col-md-8.themetechmount-box-content{
    background-color: #fff;
	padding: 10px 5px 0px 20px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-box-post-date{
	height: 30px;
    width: 110px;
	transform: rotate(270deg);
	border-radius:0;
	top:50%;
	left:-40px;
	padding: 5px 5px 7px;
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
	margin-top: -15px;
	z-index:2;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-desc-text{
	border-top:1px solid rgba(0,0,0,0.07);
	padding-top: 17px;
    margin-top: 7px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-entry-meta .tm-meta-line i,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-meta-line.posted-on{
	display:none;
}

article.themetechmount-box-blog-classic .tm-post-entry-header {
	padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}
.themetechmount-box-blog .tm-post-entry-header {
	min-height:52px;
}
.themetechmount-box-blog .themetechmount-box-desc-text,
.themetechmount-box-blog .themetechmount-box-desc {
    padding-top: 13px;
}
.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-box-desc-text {
    padding-top: 10px;
}
.themetechmount-box-blog .tm-post-entry-header,
article.themetechmount-box-blog-classic .tm-post-entry-header {
	position: relative;
}
.themetechmount-box-blog .entry-header:not(.tm-titlebar) .entry-title {  
    margin-bottom: 4px;
}
.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    position: relative;
}
.themetechmount-box-blog .entry-header {
	margin-top: 0px;
}
.themetechmount-blog-box-view-left-image .tm-entry-meta-wrapper{
	padding: 3px 0px 8px 0px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .entry-title {
	margin-top: -7px;
}
.tm-meta-line.byline img{
    display: none;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.byline img {
    display: contents;
}
article.themetechmount-box-blog-classic .tm-post-featured-outer-wrapper .tm-postdate {
	position: absolute;
    top: auto;
    background-color: #84c13a;
    padding: 2px 15px;
    color: #fff;
    display: inline-block;
    left: 35px;
    bottom: -15px;
    z-index: 1;
	font-size: 13px;
}
article.themetechmount-box-blog-classic .tm-post-featured-outer-wrapper .tm-postdate a {
	color: #fff;
}
.themetechmount-portfoliobox-style1:hover .tm-tm_portfolio-featured-wrapper img,
.themetechmount-blog-box-view-left-image:hover .tm-featured-wrapper img{
    transform: scale(1.09) rotate(0.9deg);
}
.themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper img,
 .themetechmount-blog-box-view-left-image .tm-featured-wrapper img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

/*** Blog box meta details ***/
.themetechmount-box-blog .themetechmount-meta-details .themetechmount-blogbox-meta-row-date:after{	
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.themetechmount-meta-details, 
.themetechmount-meta-details a,
.themetechmount-meta-details i{
	font-size: 14px;
	color: inherit;	
}
.themetechmount-meta-details i{
	padding-right: 3px;
}
.themetechmount-meta-details a:hover{
	text-decoration:none;
}


/*** No image view ***/
.themetechmount-box-blog.tm-no-featured-content:not(.themetechmount-blog-box-view-left-image):not(.themetechmount-blog-box-view-right-image) .tm-box-post-date{	
	bottom: -72px;	
}
.themetechmount-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: 23px;
    position: relative;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child {
    padding-right:0px;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
	position: absolute;
    content: "/";
    right: 8px;
    top: -2px;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child:after {
	content: unset;
}
.themetechmount-box-view-top-image .tm-entry-meta .tm-meta-line a,
.themetechmount-box-view-top-image .tm-post-cat .tm-meta-line a{
	color: #494949;
	font-size: 15px;
}
.themetechmount-box-blog-classic .tm-post-format-icon-wrapper,
.themetechmount-box-blog .tm-post-format-icon-wrapper {
	height: 70px;
    width: 70px;
    font-size: 23px;
    line-height: 70px;
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.themetechmount-box-blog .tm-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: #fff;
    right: 5px;
    font-size: 19px;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month,
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year,
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month,
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year{
	font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month{
	width:100%;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month,
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
	color: #fff;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
	display:none;
}
.themetechmount-box-blog .tm-post-format-icon-wrapper:before, 
.themetechmount-post-box-icon-wrapper:before {
	content:none;
}
.themetechmount-box-blog.themetechmount-blogbox-format-quote blockquote {
    margin: 40px 40px;
}
.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-format-icon-wrapper:before {
	display: block;
}
.single .tm-titlebar-wrapper.entry-header {
    margin-bottom: 50px;
}
.themetechmount-boxes-blog .themetechmount-box-topimage .tm-post-featured-wrapper {
	overflow:hidden;
}
.themetechmount-boxes-blog .themetechmount-box-topimage img.wp-post-image {
    transition: transform 0.5s ease-in-out;
}
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year{
	padding-left:3px;
}

/*** Blog Classic ***/

article.themetechmount-box-blog-classic{
    margin-bottom:35px;
    padding-bottom: 0px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-post-cat {
	padding-bottom: 4px;
}
.single article.themetechmount-box-blog-classic{
	margin-bottom: 62px;
	border-bottom: none;
}
.single article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper {
    right: -21px;
    left: auto;
    top: 24px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta {
	position: relative;
    display: block;
    margin-left: 0px;
	margin-top: 20px;
	clear: both;
}
.post.themetechmount-box-blog-classic .tm-right-meta .themetechmount-commentbox,
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta .tm-entry-meta .tm-meta-line {
	color: #818491;
    font-size: 14px;
}
article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
	overflow:hidden;
}
.single article.themetechmount-box-blog-classic:hover .tm-featured-outer-wrapper .tm-featured-wrapper img {
	transform: unset;
}

article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-gallery a:after,
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-quote a:after,
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-video a:after,
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-link a:after,
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-audio a:after {
   content:unset;
}
body.blog #content-inner,
body.single-post #content-inner,
body.author #content-inner,
body.tag #content-inner,
body.archive #content-inner,
body.archive #content-inner {
	overflow: hidden;
}
.single article.themetechmount-box-blog-classic {
    padding-left: 0px;
}
.tm-blog-classic-box-content .themetechmount-box-desc-text div.wp-block-image:last-child .alignright {
    margin-bottom: 13px;
}

/*** Blog Classic ( no image)***/
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon .tm-social-share-links ul li {
    padding-top: 8px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
    margin-top: 0px;
    bottom: -30px;
    right: 17px;
}
.single article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
    bottom: -63px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm-post-cat{
    padding-right: 240px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right {
    display: block;
    width: 100%;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right{
	padding-right: 40px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper{
	left: 32px;
    right: auto;
    top: 24px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content.format-quote .tm-featured-outer-wrapper,
article.themetechmount-box-blog-classic.tm-no-featured-content.format-link .tm-featured-outer-wrapper {
	margin-top: 0px;	
}
.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;
    color: #fff;
    position: relative;
}
article.post .more-link-wrapper a.more-link:after {
    font-family: "tm-aqovo-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;
}

/*** Blog Author details ***/
.author-info{
	text-align:center;
    padding:40px 60px;
    position: relative;
	margin-top: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.1);
}
.author-info:before{
	position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100px;
	z-index: -1;
    left: 0px;
    top: 0px;
	border-radius: 5px 5px 0px 0px;
}
body.author .author-info{
	margin-bottom: 80px;
}
.author-info .author-title{
    margin-bottom: 5px;
    font-size: 26px;
}
.author-info .author-avatar {
    margin: 9px 30px 0 0;
}
.author-info .author-avatar img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info .author-description{
	overflow:hidden;
}
.tm-author-social-links{
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.tm-author-social-links ul{
	list-style: none;
}
.tm-author-social-links li{
	display: inline-block;
	margin-left: 7px;
}
.tm-author-social-links li a{
	display:block;
	border: 1px solid #e3e3e3;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    background-color: #fff;
}
.tm-author-social-links li a:hover{
	color:#fff;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    background-color: #fff;
    border:3px solid #edf5f7;
}
article.themetechmount-box-blog-classic.sticky .tm-blog-classic-box-content {
    padding-bottom: 20px;
    margin-bottom: 0;
    box-shadow: unset;
}
article.sticky .entry-content{
	margin-bottom: 0px;
}
article.sticky.themetechmount-box-blog-classic .tm-post-format-icon-wrapper:after {
	border-bottom-color: #FAFAFA;
}
article.themetechmount-box-blog-classic.sticky:after {
    font-family: "tm-aqovo-icons";
    content: "\e81d";
    font-size: 20px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: 0;
    top: 0;
    background-color: #cda274;
    padding: 10px 15px;
    z-index: 11;
}
/*** Blog Format (Gallary) ***/
article.themetechmount-blogbox-format-gallery .slick-dotted.slick-slider,
article.post.format-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
article.themetechmount-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.themetechmount-blogbox-format-gallery .slick-dots li,
article.post.format-gallery .slick-dots li {
    width: 12px;
}
article.themetechmount-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;
}
.tm-col-bgcolor-dargrey .slick-dots li button,
.tm-col-bgcolor-skincolor .slick-dots li button,
.tm-bgcolor-dargrey .slick-dots li button,
.tm-bgcolor-skincolor .slick-dots li button,
article.themetechmount-blogbox-format-gallery .slick-dots li.slick-active button,
article.themetechmount-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.themetechmount-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 {
    padding: 110px 50px;
    text-align: center;
}
.tm-post-featured-quote,
.tm-post-featured-link-wrapper{
	background-size: cover;
	background-position: 100%;
}
article.themetechmount-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.themetechmount-blogbox-format-link .tm-format-link-url,
article.post.format-link .tm-format-link-url{
	font-size: 13px;
	font-style: italic;
	overflow-wrap: break-word;
}

/*** Blog Format (Qoute) ***/
article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm_classic_post_icon {
    bottom: 0px;  
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm_classic_post_icon {
    bottom: 65px;
}
.tm-post-featured-quote {
    padding: 20px;
}
article.post.format-quote .tm-post-featured-quote {
    padding: 80px 50px;
}
article.post.themetechmount-box-blog-classic.format-quote .tm-post-entry-header {
    display: none;
}
article.post.themetechmount-box-blog-classic .tm-post-featured-quote blockquote {
    margin: 0;
}
article.post.format-quote .tm-featured-outer-wrapper{
	margin-bottom: 100px;
}
article.post.themetechmount-box-blog-classic.format-quote .tm-featured-outer-wrapper{
	margin-bottom: 0px;
}
body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-left{
	width: 100%;
}
body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-right{
	display: none;
}
article.post.format-link .tm-featured-outer-wrapper{
    margin-bottom: 0px;
}
article.post.format-link .tm-featured-outer-wrapper{
    margin-bottom: 0px;
}
.tm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.tm-post-featured-link-wrapper .tm-post-featured-link,
.tm-post-featured-quote:after{
	background:rgba(0, 11, 39, 0.38);
}
.tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 10px 40px;
}
.themetechmount-boxes-blog.themetechmount-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;    
}

.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
    display: flex;
    margin-bottom: 15px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 20px;
}
.pingback .comment-body:after, .pingback .comment-body:before,
.trackback .comment-body:after, .trackback .comment-body:before {
content:unset;
}
.wp-block-media-text.has-background {
    margin-bottom: 15px;
}
.themetechmount-box-desc-text p.has-background {
    margin-top: 25px;
}
/*** Fluid Video Iframe ***/
.tm-tm_portfolio-featured-wrapper.tm-post-format-video,
article.post_format-post-format-video .tm-post-format-video,
article.themetechmount-blogbox-format-video .tm-post-format-video,
article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio,
article.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w{
    position: relative;
    overflow: hidden;
    padding-bottom: 67.25%;
    padding-top: 25px;
    height: 0;
}
.tm-tm_portfolio-featured-wrapper.tm-post-format-video iframe,
article.post_format-post-format-video .tm-post-format-video iframe,
article.themetechmount-blogbox-format-video .tm-post-format-video iframe,
article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio iframe,
article.themetechmount-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;
}

.themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper.tm-post-format-video,
.themetechmount-portfoliobox-style2 .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    padding-bottom: 100%;
    padding-top:0px;
}

.vc_row[data-vc-full-width] .themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    padding-bottom: 79%;
    padding-top: 93px;
}
.single-post  .themetechmount-blogbox-footer-readmore{
    display: none;
}
.single-tribe_events #tribe-events-content .gallery,
.single-post .tm-blog-classic-box-content .gallery  {
    margin-bottom: 0px;	
}
#tribe-events-pg-template .tribe-events-content h3{
	font-size: 30px;
    line-height: 35px;
	margin-bottom: 15px;
}
.single-tribe_events #tribe-events-content .gallery{
	margin-top: 30px;
}
article.post_format-post-format-video.themetechmount-box-topimage .tm-post-format-video, 
article.themetechmount-blogbox-format-video.themetechmount-box-topimage .tm-post-format-video,
article.post_format-post-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio,
article.themetechmount-blogbox-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
	padding-bottom: 78.25%;
}
article.post_format-post-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video, 
article.themetechmount-blogbox-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video,
article.post_format-post-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio,
article.themetechmount-blogbox-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
	padding-bottom: 75%;
}
.wp-block-button {
    margin-bottom: 1.5em;
}
body .wp-block-cover-image .wp-block-cover-image-text,
body .wp-block-cover-image .wp-block-cover-text,
body .wp-block-cover-image h2,
body .wp-block-cover .wp-block-cover-image-text, 
body .wp-block-cover .wp-block-cover-text,
body .wp-block-cover h2 {
    color: #fff;
}
.wp-block-cover, .wp-block-cover-image {
	margin: 0 1.75em 1.5em 0;
}
.has-large-font-size {
    line-height: 1.4;
}
.entry-content .wp-block-archives-dropdown {
    margin-bottom: 10px;
}
.wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container  {
	padding: 15px;	
	margin-bottom: 15px;
}
.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 8px;
}
/*** Single Media ***/

.single-post .themetechmount-box-blog-classic .tm-post-featured-outer-wrapper {
    margin-bottom: 25px;
}
.single-post .themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper {
    margin-bottom: 0px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content {
    padding: 0px;
	margin: 0;
	box-shadow: none;
    background: transparent;
}
.single-tm_portfolio .tm-single-pf-footer .clearfix,
.single-post .themetechmount-blogbox-sharebox .clearfix {
    display: inline-block;
}
.single-tm_portfolio .tm-pf-single-category-w ,
.single-post .tm_tag_lists {
    float: left;
	font-style:italic;
}
span.themetechmount-tags-links-title {
	padding-left:5px;
	padding-right: 10px;
}
.single-post .tm-social-share-post-wrapper{
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}
.single-post .tm-post-prev-next-buttons {
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}
.single-post .tm-social-share-links ul li {
    display: inline-block;
    padding-right: 7px;
    padding-top: 0px;
}
.single-post .tm-social-share-title {
    margin-top: 11px;
	font-weight: 400;
}
.single-post article.post .entry-content {
    margin-bottom: 30px;
}
.single-post .tm-post-prev-next-buttons {
	margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.single-tm_portfolio .tm-pf-single-category-w a,
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    background-color: #fff;
    font-size: 15px;
	font-style:normal;
    display: inline-block;
	color:#848e9f;
    padding:5px 15px;
    font-weight: 400;
    margin-bottom: 7px;
	border-radius: 3px;
}
.single-tm_portfolio .tm-pf-single-category-w a:hover, 
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover{
	color:#fff;
}
.single-post .themetechmount-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top:25px;
	padding-bottom:17px;
    border-top: 1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
}
.single-post .comments-area {
    margin-top: 38px;
    margin-bottom: 0px
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-list {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0;
	font-size: 16px;
}
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-post article.post .entry-content ol li,
.single-post article.post .entry-content ul li {
	padding-bottom: 13px;
	position:relative;
}
.single-post article.post .entry-content ul.tm-right-icon li {
	padding-left:34px;
	font-size:18px;
	color:#0e204d;
}
.single-post article.post .entry-content ul.tm-right-icon {
	padding-left:0;
	margin-bottom:0;
	padding-top:14px;
}
.entry-content img.alignright, .entry-content img.alignleft, .entry-content img.aligncenter {
    clear: both;
}
/*** Single Media Next Previous ***/
#image-navigation.navigation .nav-previous {
	float: left;
	padding-top: 7px;
    padding-left: 25px;
}
#image-navigation.navigation .nav-next {
	float: right;
	padding-top: 7px;
    padding-right: 25px;
}
.navigation a:hover {	
	text-decoration: none;
}
figure.wp-block-audio {
    margin: 1em 0;	
}
.wp-block-search {
    margin-bottom: 15px;
}
/*** Comment section ***/

.single article.themetechmount-box-blog-classic .comments-area .comments-title,
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 30px;
    line-height: 46px;
}
.comment-list .children {
    margin-left: 35px;
}
.comment-list li.comment {
    position: relative;
    margin-top: 30px;
}
.comment-list li.comment.parent:last-child {
	border:none;
}
.tm-comment-owner{
	display: block;
    font-size: 18px;
    font-style: normal;	
    margin-right: 8px;
}
.tm-comment-owner, .tm-comment-owner a, .comment-meta .tm-comment-owner a{
    display: inline-block;
	font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #252525;
}
.tm-comment-owner a{
    font-size: 16px;
    font-weight: normal;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
    margin-top: 0;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 22px 20px;
    position: relative;
    background-color: #f5f9fd;
    border: 1px solid #f5f9fd;
}
.pingback .comment-author {
	display:none;
}
.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5f9fd transparent #f5f9fd;
    z-index: 1;
    content: "";
    left: -12px;
}
.comment-author {
float: left; 
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img{
    max-width: 100%;
    height: auto;    
}
.comment-body .author-content-wrap .tm-comment-owner  {
	display: inline-block;
	padding-right: 15px;
}
.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-list a.comment-reply-link {
    border:none;
    color: #fff;
    font-size: 13px;
    padding: 3px 30px 3px 17px;
    position: relative;
    font-weight: 500;
    background-color: #18336c;
	border-radius: 3px;
}
.comment-list a.comment-reply-link:hover {
	color:#fff;
}
.comment-reply-link:after {
    font-family: 'tm-aqovo-icons';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 22px;
    font-size: 14px;
    content: "\e809";
    margin-left: 8px;
    vertical-align: bottom;
}
.comment-body .comment-reply-link:after {
    position: absolute;
    top:6px;
}
.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: #848e9f;
    font-size: 12px;
    display: block;
    font-size: 14px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 1;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comments-area ol.comment-list {
	margin-bottom: 30px;
}
.comments-area .comment-respond {
    padding-top: 10px;
}
.pingback .comment-meta {	
	margin-left: 0px;	
	padding-left: 0px;
}
.trackback .comment-body,
.pingback .comment-body {
    margin-left: 0px;
}

/*** Comment form ***/
.comment-form p:not(.comment-notes){
	margin-bottom:20px;
}
.themetechmount-page-full-width.themetechmount-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;
}
ol.comment-list li #respond{
	width: 100%;	
	padding: 25px 0;
	margin-bottom: 42px;
    padding-bottom: 0;
	padding-top: 0;
}
.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: 10px;
    font-size: 15px;
}
.tm-comment-date-link{
	float: right;
}
.tm-fn{
	font-size: 17px;
	color: #2c2c2c;
	font-weight: bold;
}
.comment-body .tm-fn a{
	font-size: 17px;
	color: #2c2c2c;
}
.comment-body .tm-fn{
	color: #a2a2a2;
}
.single article.post .comment-body p {
    margin-top: 15px;	
}
.single article.post .comment-body blockquote {
	padding-bottom: 25px;
}
.comment-reply-link{
	font-size: 14px;
    margin-top: 0px;
    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: 15px;
    display: block;
}
.comment-reply-title{
    margin-bottom: 10px;
	font-size: 28px;
}
.tm-post-prev-next-buttons{
	padding-top: 60px;
}
.tm-post-prev-next-buttons .tm-right-align-btn{
	float: right;
}
.comment-form textarea {
	height:205px;
}
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
}
.comment-form p.form-submit {
	padding-top: 15px;	
}
.comment-box h2 {
	margin-top: 10px;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
	position: relative;
    float: left;
    width: 32%;
}
.tm-blog-classic-box-comment .comment-form p.comment-form-cookies-consent {
    margin-bottom:0px;
}

.comment-form textarea::-webkit-input-placeholder, 
.comment-form input[type="text"]::-webkit-input-placeholder{
	color:inherit;	
}
/*** Blog Navigation section ***/
.main-holder .site-content .woocommerce-pagination,
.themetechmount-pagination {
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;	
}
.themetechmount-boxes .themetechmount-boxes-inner .themetechmount-pagination {
	margin-bottom: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.themetechmount-pagination .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: #121f38;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    margin:0 4px 10px;
    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;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.18);

}
.tm-bgcolor-grey .themetechmount-pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #fff;
}
.main-holder .site-content nav.woocommerce-pagination ul {
    padding: 0px;
    border: none;
    margin: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li {
	border:none;
	overflow: visible;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, 
.main-holder .site-content nav.woocommerce-pagination ul li a:hover, 
.themetechmount-pagination .page-numbers.current, 
.themetechmount-pagination .page-numbers:hover {
	border-color: transparent;
	color:#fff;
}
.tm-bgcolor-skincolor .themetechmount-pagination .page-numbers.current, 
.tm-bgcolor-skincolor .themetechmount-pagination .page-numbers:hover{
	 background-color: #f8f8f8;
}
.wp-block-calendar table th {
    text-align: center;
}
.wp-block-calendar .wp-calendar-nav {
	background: #eff3ff;
    padding: 5px 20px;
    margin-bottom: 15px;	
}
.wp-block-calendar tbody td, .wp-block-calendar th {
    border-color:#e4e8f2;
}
/*** 

====================================================================
	Portfolio Section
====================================================================

 ***/
.tax-tm_portfolio_category .tm-box-col-wrapper,
.tax-tm_team_group .tm-box-col-wrapper .themetechmount-box{
	margin-bottom: 30px;
}
.themetechmount-post-item,
.themetechmount-post-item-inner{
	position: relative;	
}

/* Portfolio Box view Style-1 */

.themetechmount-box-portfolio .themetechmount-overlay{
	position: absolute;
    top: 0px;
    left:0px;
	width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}
.themetechmount-box-portfolio:hover .themetechmount-overlay{
    opacity:1;
    visibility: visible;
}
.themetechmount-box-portfolio .themetechmount-icon-box a {
	position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius:0px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .45s ease 0ms;
    -khtml-transition: all .45s ease 0ms;
    -moz-transition: all .45s ease 0ms;
    -ms-transition: all .45s ease 0ms;
    -o-transition: all .45s ease 0ms;
    transition: all .45s ease 0ms;
	margin-top: -65px;
}
.themetechmount-box-portfolio .themetechmount-icon-box a.tm_prettyphoto {
    -webkit-transform: translate(-30px,-45px);
    -khtml-transform: translate(-30px,-45px);
    -moz-transform: translate(-30px,-45px);
    -ms-transform: translate(-30px,-45px);
    -o-transform: translate(-30px,-45px);
    transform: translate(-30px,-45px);
    margin-left: -46px;	
}
.themetechmount-box-portfolio .themetechmount-icon-box a.themetechmount_pf_link {
	-webkit-transform: translate(30px,45px);
    -khtml-transform: translate(30px,45px);
    -moz-transform: translate(30px,45px);
    -ms-transform: translate(30px,45px);
    -o-transform: translate(30px,45px);
    transform: translate(30px,45px);	
	margin-left:1px;
}
.themetechmount-box-portfolio:hover .themetechmount-icon-box a {
    opacity: 1;
    -webkit-transform: translate(0);
    -khtml-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.themetechmount-box-portfolio:hover .themetechmount-icon-box a:hover {
	background-color: white;
    color: #3bad71;
}
.themetechmount-box-portfolio .themetechmount-box-content-inner {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.themetechmount-box-portfolio .themetechmount-post-item .item-content {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}
.themetechmount-box-portfolio .themetechmount-post-item .themetechmount-item-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.themetechmount-box-portfolio .themetechmount-icon-box a:not(.themetechmount_pf_link) i{
	display: inline-block;
    transform: rotate(270deg);
}
.themetechmount-box-portfolio .themetechmount-icon-box a:not(.themetechmount_pf_link) .tm-aqovo-icon-video{
	display: inline-block;
    transform: rotate(175deg);
}

.themetechmount-box-portfolio .themetechmount-box-title h4{
    margin-bottom: 0px;
	
    position: relative;
}
.themetechmount-box-portfolio .themetechmount-box-category a {
	font-size: 14px;
}

/* portfolio  styles */

.themetechmount-box-portfolio.themetechmount-portfoliobox-style1.tm-post-format-video .themetechmount-overlay{
	display:none;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-bottom-content{
    padding: 16px;
    text-align: center;
}
.themetechmount-portfoliobox-style1 .themetechmount-inner-box .themetechmount-box-category,
.themetechmount-portfoliobox-style1 .themetechmount-inner-box .tm-post-date{
	display: inline-block;
	font-size: 14px;
    line-height: 25px;
	position:relative;
	text-transform:uppercase;
}
.themetechmount-portfoliobox-style1 .themetechmount-inner-box .tm-post-date:not(:first-child){
	padding-left:15px;
}
.themetechmount-portfoliobox-style1 .themetechmount-inner-box .tm-post-date:not(:first-child):after {
    position: absolute;
    content: "";
    left: 5px;
    top: 4px;
	height:14px;
	width:1px;
    background-color: currentColor;
	opacity:.2;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-desc {
	padding-top:9px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.themetechmount-portfoliobox-style1 img.attachment-themetechmount-img-portfolio.size-themetechmount-img-portfolio.wp-post-image {
	border-radius:10px;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 a {
	font-size:22px;
	font-weight:600;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-title {
	margin-top:-4px;
}
.themetechmount-boxes-portfolio .tm-heading-style-vertical .tm-vc_cta3-container {
	margin-bottom:42px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-above .themetechmount-boxes-inner div.themetechmount-boxes-row-wrapper.slick-slider:first-child,
.themetechmount-boxes-portfolio.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-above .themetechmount-boxes-inner div.themetechmount-boxes-row-wrapper.slick-slider:first-child {
	margin-top: 82px;
}


/*** Single Portfolio Left Image Right content ***/
.tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details, .tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details{
	flex: unset;
    width: 100%;
    display: block;
    margin-left: 5px;
	margin-right:112px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
	border-bottom:none;
}
.tm-pf-single-content-wrapper{
	padding-bottom: 100px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding-top: 0px;
	float: left;
}
.tm-social-top-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 18px;
    padding-bottom: 30px;
    border-radius: 0;
}
.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: 6px;
}
.tm-right-meta .tm-social-share-links ul li a {
    padding: 0;
    width: 30px;
    height: 30px;
	line-height: 29px;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    font-size: 12px;
}
.tm-social-share-links ul li a {
	
    height: 36px;
    width: 36px;
    line-height: 37px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    background-color:#eff3ff;
	color:#848e9f;
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image .tm-pf-detail-box {
	width: 100%;
    display: flex;
}
.themetechmount-pf-detailbox-list{
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0px;
	margin-left: -5px;
}
.tm-social-share-title{
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
	font-weight: 600;
    font-size: 16px;
    
}
.tm-social-top-wrapper .tm-social-share-title {
	margin-right: 5px;
}
.tm-social-top-wrapper .tm-social-share-links ul li a {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #303030;
}
.tm-social-share-links ul li a:hover {
    color: #fff;
	border-color: transparent;
}
.tm-pf-single-content-wrapper .tm-portfolio-description .container{
	width: auto;	
}
.tm-pf-view-left-image .tm-portfolio-description .wpb_content_element{
	margin-bottom: 30px;
}
.tm-pf-view-left-image .tm-social-bottom-wrapper {
    padding-bottom: 30px;
}
.tm-pf-view-left-image .tm-portfolio-description .themetechmount-pf-detailbox-title {
	display:none;
}
.tm-pf-view-left-image .tm-pf-single-content-area {
    margin-top: 75px;
}
.tm-portfolio-description h2{
    font-size: 28px;
    line-height: 35px;
}
.tm-portfolio-description .themetechmount-pf-detailbox-title {
	margin-bottom: 15px;
}
.tm-pf-single-content-wrapper.tm-pf-view-full .tm-portfolio-description .themetechmount-pf-detailbox-title {
	display:none;
}
.themetechmount-pf-detailbox-inner{
    padding: 0px 0px 0px 0;
    margin-top: 0px;
    overflow: hidden;
}
.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title{
	margin-top: 20px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date{
	position: relative;
    display: block;
	border-bottom:1px solid rgba(255, 255 ,255 , 0.20);
    padding: 9px 0px 9px 0px;	
}
.themetechmount-pf-single-detail-box .tm-short-desc {
	padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 22px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date i {
    position: absolute;
    left: 0px;
    top: 10px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    transform: translate(0, 0);
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 1;
	color:#fff;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
	font-weight: 600;
    margin-right: 5px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    margin-left: 40px;
    color: #121f38;
}
.tm-pf-view-top-image .themetechmount-pf-single-content-area {
    padding-top: 38px;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-detail-box {
    margin-top: 45px;
    position: relative;
    right: auto;
    bottom: auto;
	padding: 23px 30px 10px;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date{
	border-color:rgba(255, 255, 255,0.09);
    padding: 16px 0px 15px 0px;
}
.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;
} 
.tm-pf-view-left-image .themetechmount-pf-single-detail-box .vc_column_container>.vc_column-inner {
	padding-left:0px;
	padding-right:0px;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:before {
	content:unset;
}
/*** Related Portfilio ***/
.tm-pf-single-related-wrapper{
	padding-top: 10px;
	padding-bottom: 15px;
}
.themetechmount-footer-cta-yes .tm-pf-single-related-wrapper{
	padding-bottom: 20px;
}
.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title,
.tm-pf-single-related-wrapper .tm-pf-single-related-title{
    font-size:30px;
}
.tm-pf-single-related-wrapper .tm-pf-single-related-title{
    margin-bottom: 30px;
}

/*** Navigation ***/

.single-tm_portfolio .navigation.post-navigation .nav-links,
.nav-links .nav-next,
.nav-links .nav-previous {
    position: relative;
}
.single-tm_portfolio.nav-links .nav-previous {
    float: left;
}
.single-tm_portfolio .nav-links .nav-next {
    float: right;
}
.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{
    text-align: center;
    top: 106px;
    right: 48px;
    color: #252525;
    transition: all .2s ease-in-out;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #252525;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 3px;
	font-weight: 500;
}
.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: 0px;
}
.tm-pf-single-content-wrapper .tm-single-pf-footer {
	display: block;
    clear: both;
    overflow: hidden;	
}
.tm-nextprev-bottom-nav {
	position: relative;
    margin-bottom: 35px;
    margin-top: -27px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
.single-tm_portfolio .tm-social-bottom-wrapper {
	display: block;
    clear: both;
    padding-top:25px;
}
.tm-pf-view-top-image .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.single-tm_portfolio .tm-pf-view-left-image.style2 .tm-social-bottom-wrapper {
    padding-bottom:35px;
}
.single-tm_portfolio .tm-pf-view-full .tm-social-bottom-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box {
    padding:25px 25px 0px;
	position: absolute;
    right: 15px;
    top: auto;
    bottom: -55px;
	color:#fff;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
	color:#fff;
	font-size:18px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
	font-size:14px;
	padding-bottom:5px;
}
.tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date i {
	display:none;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title{
	position: relative;
    font-size: 30px;
    line-height: 35px;
	margin-bottom: 17px;
}
.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper  {
	margin-top: 30px;
}
.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper a {
	width: 100%;
    padding: 15px 30px 15px 25px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date {
    display: block;
    padding-bottom:20px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details,
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
	flex: unset;
	width: 100%;
	display: block;
	margin-left:60px;
	font-size: 14px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date i {
	font-size: 30px;
    top: 10px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details:first-child {
	font-size:20px;
	margin-bottom: 5px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-single-detail-box {
    padding: 50px;
}


/*** 

====================================================================
	Team Member Section
====================================================================

 ***/

.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-social-links-wrapper ul li:first-child {
    margin-left: 0px;
}
.themetechmount-box-team .tm-vc_btn3.tm-vc_btn3-size-sm {
	font-size: 14px;
}
/*** Single Team member ***/
.tm-team-member-single-title{
	font-size: 20px;
    line-height: 27px;
    margin-bottom:0px;
	color:#fff;
}
.tm-team-member-single-position{
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}
.themetechmount-team-member-single-content-area .tm-team-member-single-content-wrapper{
    margin-top: 0px;
    padding-top: 15px;
}
.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 a{
	color:inherit;
}
.tm-team-details-list li{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
	padding:5px 0 12px 0;
    width: 100%;
}
.tm-team-member-single-title-wrapper .tm-short-desc {
	padding-top:22px;
}

.tm-team-member-view-wide-image .tm-team-details-list li{
    padding: 9px 0 9px 26px; 
}
.tm-team-extra-details-wrapper .tm-team-details-list li i {
    top: 1px;
    left: 4px;
	margin-right: 14px;
}
.tm-team-extra-details-wrapper{
    margin-bottom: 30px;
}
.tm-team-details-list .tm-team-list-title{
	margin-right: 3px;
	position: relative;
    font-weight: 600;
	font-size: 16px;
    line-height: 20px;
	color:#1d2a4d;
	padding-bottom:6px;
}
.tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title{
	text-indent: 0px;
	width: auto;
	margin-right: 3px;
}
.tm-team-details-list .tm-team-list-title,
.tm-team-details-list .tm-team-list-value{
	display: block;
}
.tm-team-list-title i {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    top: 0px;
    margin-right: 3px;
	display:none;
}
.tm-team-details-list{
    margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .themetechmount-team-member-single-featured-area .tm-team-extra-details-list{
	margin-top: 0px;
}
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-extra-details-line-website {
	display:none;
}
.tm-teamform textarea {
    min-height: 60px;
    height: 151px;
}

.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title {
    border-bottom: 1px solid #f1f1f1;	
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title h2 {
	font-size:30px;
	line-height:45px;
}
.tm-team-member-single-title-wrapper .tm-team-data>.col-xs-12,
.tm-team-member-single-title-wrapper .tm-team-data {
	margin-left:0px;
	margin-right: 0;
	padding-left:0px;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/

.single-tm_team_member .tm-featured-wrapper img{
	width:100%;
}
.single-tm_team_member .tm-team-member-single-content-wrapper>.tm-team-member-single-content {
	background-color: transparent;
    margin: 0;
    position: relative;
}
.single-tm_team_member .tm-team-member-single-content-wrapper{
	padding-bottom:30px;
}
.themetechmount-team-member-single-content-area .tm-team-member-content {
	padding: 0px 25px 20px;
    display: block;
    overflow: hidden;
}
.tm-team-member-single-content-wrapper .tm-team-title-box{
	padding:25px 15px;
	text-align:center;
}
.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: 20px 0px;
}
.single-tm_team_member .tm-team-member-single-content-wrapper .container:first-child{
	padding-top: 0;
}
.tm-team-member-single-content-wrapper .tm-sbox.tm-sbox-iconalign-left-spacing .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container {
	padding-left: 1.7em;
}
.tm-team-member-view-wide-image .tm-team-member-single-content-wrapper{
	margin-top: 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;
}
.tm-team-member-single-content-wrapper ul {
	margin: 0px;
}
.tm-team-member-single-content-wrapper .tm-teammember-content {
	padding-top:0;
	padding-bottom: 20px;
}
/*** 

====================================================================
	Fact in Digit Section
====================================================================

 ***/
 
/*** Top icon view ***/
.inside{	
    text-align: center;
    position: relative; 
    padding: 29px 15px 21px 15px;
}
.tm-fid-no-border.tm-fid-without-icon.inside {
    margin-bottom: 0px;
    padding: 11px 15px 7px;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
	margin-bottom: 10px;
}
.inside.tm-fid-with-border:not(.tm-fid-view-circle-progress ){
    background-color: rgba(0, 0, 0, 0.02);
    padding: 25px 30px 35px 35px;
}
.tm-bgimage-yes .inside.tm-fid-with-border,
.tm-col-bgcolor-skincolor .inside.tm-fid-with-border,
.tm-col-bgcolor-darkgrey .inside.tm-fid-with-border,
.tm-bgcolor-skincolor .inside.tm-fid-with-border,
.tm-bgcolor-darkgrey .inside.tm-fid-with-border{
    background-color: rgba(255, 255, 255, 0.10);
}
.tm-fid-with-icon.tm-fid-view-topicon {
	padding:0px;
	text-align:center;
}
.tm-facts-colum-sep .tm-fid-with-icon.tm-fid-view-topicon {
	padding:5px 0px 2px;
	margin-bottom: 14px;
}
.tm-bgcolor-skincolor .inside.tm-fid-with-border.tm-fid-view-topicon,
.tm-bgcolor-darkgrey .inside.tm-fid-with-border.tm-fid-view-topicon,
.inside.tm-fid-with-border.tm-fid-view-topicon{
	border: none;
	background-color: transparent !important;
	padding: 0;
}
.tm-fid-with-icon.tm-fid-view-topicon h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
	position: relative;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
	height: 85px;
    line-height: 60px;
    display: inline-block;
    position: relative;
    width: 85px;
    border: 2px solid rgb(255, 255, 255 , 1);
    margin-bottom: 47px;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
	font-size:42px;
	line-height:55px;
	transition: all 1s ease;
    display: block;
}
.tm-fid-with-icon.tm-fid-view-topicon:hover .tm-fid-icon-wrapper i { 
	transform:rotateY(360deg);
}
.inside.tm-fid-view-topicon:not(.tm-fid-without-icon) h4:after {
	content: "";
    left: 50%;
    height: 10px;
    position: absolute;
    bottom: 15px;
    width: 10px;
    background-color: #13c5dd;
    border-radius: 50%;
	margin-left:-5px;
}
.tm-fid-with-icon.tm-fid-view-topicon h4.tm-fid-inner span {
    display: none;
}
.tm-fid-with-icon.tm-fid-view-topicon h3 {
	position: relative;
	font-size:16px;
	font-weight:400;
	color:rgb(255, 255 ,255 , 0.85);
}



.tm-col-bgcolor-darkgrey .tm-fid.inside h4,
.tm-col-bgcolor-darkgrey .tm-fid.inside h3,
.tm-bgcolor-darkgrey .tm-fid.inside h4,
.tm-bgcolor-darkgrey .tm-fid.inside h3,
.tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i ,
.tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i  {
	color:#fff;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    padding-top: 0px;
}
.inside .themetechmount-fid-wrapper {
	padding-top: 20px;
}
.inside h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
}
.tm-fid-view-righticon .tm-fid-icon-wrapper i,
.tm-fid-view-lefticon .tm-fid-icon-wrapper i {
    font-size: 50px;
    line-height: 50px;
    top: 10px;
}
.inside.tm-fid-view-righticon h4,
.inside.tm-fid-view-lefticon h4 {
	font-size:37px;
    line-height:46px;
}
.inside.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 h4 {
	font-size:40px;
	margin-top: 0px;
}
.inside.tm-fid-view-righticon h3,
.inside.tm-fid-view-lefticon h3 {
    font-size: 14px;
    line-height:19px;
}

.tm-fid-without-icon.inside h4 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: -6px;
}
.tm-fid-without-icon.inside h3 span{
   padding-left: 0px;
}
.inside h3 span {	
	padding: 2px 4px 0px 14px;
	display: block;
}
.inside.tm-fid-view-lefticon h3 span {	
	padding: 0px 4px 0px 4px;
}
.tm-fid-inner sub, .tm-fid-inner sup{
	font-size: 15px;
	font-weight: normal;
}
.tm-fid-inner sup {
	top: -0.9em;
}
.tm-fid-icon-wrapper i {
	position: relative;
    top: 15px;
}
.inside.tm-fid-view-lefticon {
    padding: 22px 15px 15px 0px;
}
.tm-fid-icon-wrapper i{
	font-size:50px;
}
.tm-bgcolor-skincolor .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress.inside),
.tm-bgcolor-darkgrey .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress.inside) { 
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255,255,255,0.08);
}

.tm-bgcolor-skincolor .inside h3,
.tm-bgcolor-darkgrey .inside h3,
.tm-bgcolor-darkgrey .tm-fid.inside h4,
.tm-bgcolor-skincolor .tm-fid-icon-wrapper i,
.tm-bgcolor-skincolor .tm-fid.inside h4 {
    color: #fff;
}
.tm-fid-view-topicon.inside h3 span {
    padding: 0px 4px 0px 4px;
}
.tm-fid.tm-fid-without-icon .tm-fld-contents {
	text-align:center;
}
/*** Left icon view ***/ 
.tm-fid-view-righticon .tm-fid-left,
.tm-fid-view-lefticon .tm-fid-left {
    position: relative;
    display: block;
    width: 100%;
}  
.tm-fid-view-righticon .tm-fld-contents,
.tm-fid-view-lefticon .tm-fld-contents {
    text-align: left;
    clear: both;
    overflow: hidden;
} 
.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: 0px;
}
.tm-fid-view-righticon.inside h4,
.tm-fid-view-lefticon.inside h4{
	margin-top: 1px;
	margin-bottom: 0px;
	float: left;
    display: block;
}
.tm-fid-view-lefticon .tm-fld-contents{
	padding-left:70px;
}
.tm-fid-view-topicon.inside h4 span:nth-child(2),
.tm-fid-view-lefticon.inside h4 span:nth-child(2){
	margin-left:-8px;
}
.tm-fid-view-righticon.inside h4{
	float: right;
}
.tm-textcolor-white .inside h3 {
	color: rgba(255, 255, 255, 1) !important;
}
/*** Right icon view ***/
.tm-fid-view-righticon .tm-fld-contents{
	text-align: right;
	padding-right:95px;
}
.tm-fid-view-righticon.tm-fid-without-icon .tm-fld-contents{
	padding-right: 0px;	
}
.tm-fid-view-righticon .tm-fid-icon-wrapper{
    right: 13px;
}
.tm-fid-main-border{
	text-align: center;
}
.vc_row .tm-fid-main-border .inside{
	background-color: transparent;
}
.inside .tm-content-fid {
    text-align: center;
    height: 140px;
    padding-top: 18px;
    width: 140px;
	background-color: #1a1d22;
    border-radius: 50%;
	position:relative;
}

/*** left icon style2 ***/
.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 .tm-fld-contents {
    padding:7px 0px;
}
.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 .tm-fidicon:nth-child(2){
	padding-left:50px;
}
.tm-fid-view-lefticon-style2 .tm-fid-icon-wrapper i.vc_li,
.tm-fid-view-lefticon-style2 .tm-fid-icon-wrapper i.kw_aqovo{
	top:0px;
}
.tm-fid-view-lefticon-style2  .tm-fid-icon-wrapper i {
	font-size: 40px;
    top: 0px;
}
.inside.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 h3 {
    font-size: 20px;
    line-height: 30px;
}
.inside.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 .tm-fld-contents sub,
.inside.tm-fid-view-lefticon.tm-fid-view-lefticon-style2 .tm-fld-contents sup {
    font-size: 15px;
    top: 0;
}
/*** left icon style3 ***/

.inside.tm-fid-view-lefticon-style3{
	padding-left: 0 !important;
}
.inside.tm-fid-view-lefticon-style3 h4 {
    font-size: 40px;
	font-weight:600;
}
.inside.tm-fid-view-lefticon-style3 h3 {
	color:unset;
	font-weight:400;
}
.inside.tm-fid-view-lefticon-style3 h3 span {
	padding:0;
	line-height:22px;
	text-align:left;
}
.tm-fid-view-lefticon.tm-fid-view-lefticon-style3 .tm-fld-contents {
	padding-left:60px;
}
.tm-fid-view-lefticon.tm-fid-view-lefticon-style3 .tm-fid-left {
	position:relative;
}
.tm-fid-view-lefticon.tm-fid-view-lefticon-style3 .tm-fid-left:before {
    position: absolute;
    content: '';
    height:37px;
    width: 28px;
   -webkit-mask: url(../images/fact-img.svg) no-repeat 100% 100%;
    mask: url(../images/fact-img.svg) no-repeat 100% 100%;
	background-color: #000;
	left:11px;
	top:8px;
}
/* style 6 */
.tm-fid-no-border.tm-fid-without-icon.inside.tm-fid.tm-fid-view-style6{
	padding: 11px 0px 7px;
}
.tm-fid.tm-fid-view-style6 .tm-fid-icon-wrapper {
    margin-bottom: 0px;
    height:85px;
    line-height: 61px;
    border-radius: 50%;
    position: relative;
}
.tm-fid.tm-fid-view-style6 .tm-fid-icon-wrapper,
.tm-fid.tm-fid-view-style6 .tm-fld-contents {
    text-align: left;
}
.tm-fid.tm-fid-view-style6 h4 {
    font-size: 50px;
    line-height: 60px;
}
.tm-fid.tm-fid-view-style6 h4 span:not(.numinate ){
    margin-left: -8px;
}
.tm-fid.tm-fid-view-style6 h3{
	color: inherit;
}
.tm-fid.tm-fid-view-style6 h3 span {
    padding:15px 0px 15px;
	font-weight: 400;
	font-size:16px;
    line-height: 22px;
}



/*** Border colum ***/
.tm-facts-colum-sep .wpb_column:after{
    content: "";
    height: 90%;
    width: 1px;
    background-color: #eeeeee;
    display: block;
    position: absolute;
    right: 20px;
    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-sep-light.tm-facts-colum-sep.tm-bgimage-yes .wpb_column:after,
.tm-sep-light.tm-facts-colum-sep .wpb_column:after,
.tm-col-bgcolor-darkgrey.tm-facts-colum-sep .wpb_column:after,
.tm-col-bgcolor-skincolor.tm-facts-colum-sep .wpb_column:after,
.tm-bgcolor-darkgrey.tm-facts-colum-sep .wpb_column:after,
.tm-bgcolor-skincolor.tm-facts-colum-sep .wpb_column:after{
    background-color: rgba(255, 255, 255, 0.10);
}
.tm-facts-colum-sep .wpb_column:nth-last-child(1):after{
    display: none;
}
.tm-facts-colum-sep .wpb_column .inside {
	padding-right: 30px;	
}
.tm-facts-colum-sep.tm-bgimage-yes .wpb_column:after {
    background-color: #e3e3e3;
}
.tm-facts-colum-sep .inside.tm-fid-view-lefticon {
    padding: 15px 15px 15px 15px;
	margin-bottom:10px;
}
/*** 

====================================================================
	Progress Bar Section
====================================================================

 ***/
 
span.tm-vc_label_units.vc_label_units {
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: -35px;
    text-shadow: none;
    color:#fff;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    top: -8px;
	font-weight: 600;
	text-align: center;
    width: 40px;
    height: 24px;
	line-height: 24px;
}
span.tm-vc_label_units.vc_label_units:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid #1b2a5b;
    border-left: 10px solid transparent;
    right: 0px;
    top: 24px;
}
.themetechmount-progress-bar.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    margin: 14px auto 75px;
    width: 100%;
    background: transparent;
    height: 4px;
    border-radius: 6px;
    transition-property: width, background-color;
    padding: 0;
}
.themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
	top: -42px;
    left: 0px;
    font-size: 16px;
    color:inherit;
    text-shadow: none;
	font-weight: 600;
}
.themetechmount-progress-bar .tm-pbar-single-bar-w {
	padding-bottom:15px;
}
.tm-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar span.tm-vc_label_units.vc_label_units,
.tm-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar span.tm-vc_label_units.vc_label_units,
.tm-col-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar span.tm-vc_label_units.vc_label_units,
.tm-col-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar span.tm-vc_label_units.vc_label_units,
.tm-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label,
.tm-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label,
.tm-col-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label,
.tm-col-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label {
	color: #fff; 
}
.themetechmount-progress-bar.vc_progress_bar .vc_single_bar{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1a1d22;
    border-radius: unset !important;
    height: 7px;
}
.tm-bgcolor-grey .themetechmount-progress-bar.vc_progress_bar .vc_single_bar{
	background-color: #fff;
}
.themetechmount-progress-bar .vc_single_bar .vc_bar {
    border-radius: unset !important;
}
.themetechmount-progress-bar.vc_progress_bar .tm-pbar-icon-w{
	position: absolute;
    top: 48px;
}
.themetechmount-progress-bar.vc_progress_bar .tm-vc_icon_element-inner{
	width: 30px;
    height: 40px;
    font-size: 15px;
}
.themetechmount-progress-bar.vc_progress_bar .tm-pbar-single-bar-w .tm-pbar-icon-w{
    position: absolute;
    top: -46px;
}
.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: 22px;
    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:17px !important;
	margin-top: -4px;
}
.themetechmount-progress-bar.vc_progress_bar .tm-pbar-icon-true .vc_general.vc_single_bar .vc_label {
	margin-left: 37px;
}
.tm-pbar-single-bar-w{
	position: relative;
	margin-top: 60px;
	margin-right: 16px;
}
.tm-pbar-single-bar-w:first-child{
    margin-top: 35px;
}
.themetechmount-progress-bar.vc_progress_bar.tm-icon-white .tm-vc_icon_element-inner {
	color: #fff !important;
}
.themetechmount-progress-bar.vc_progress_bar .vc_single_bar{
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: unset !important;
    height: 6px;  
}

.vc_progress-bar-color-white.vc_progress_bar.themetechmount-progress-bar span.tm-vc_label_units.vc_label_units {
    background-color: transparent;
}
.tm-col-bgimage-yes .themetechmount-progress-bar.vc_progress_bar .vc_single_bar,
.tm-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar .vc_single_bar,
.tm-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar .vc_single_bar,
.tm-col-bgcolor-skincolor .themetechmount-progress-bar.vc_progress_bar .vc_single_bar,
.tm-col-bgcolor-darkgrey .themetechmount-progress-bar.vc_progress_bar .vc_single_bar {
	background-color: rgba(255, 255, 255, 0.1);
}

/* tm-borderstyle-box  */

.themetechmount-progress-bar.vc_progress_bar.tm-borderstyle-box .vc_single_bar {
    box-shadow: none;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: unset!important;
    height: 14px;
}
.themetechmount-progress-bar.vc_progress_bar.tm-borderstyle-box .vc_general.vc_single_bar .vc_label {
    top: -48px;
    left: 0;
}
.tm-borderstyle-box span.tm-vc_label_units.vc_label_units,
.themetechmount-progress-bar.vc_progress_bar.tm-borderstyle-box .vc_general.vc_single_bar .vc_label {
    font-size: 15px !important;
}
.vc_progress_bar.tm-borderstyle-box .vc_single_bar .vc_bar {
    height: 53%;
    margin: 3px 0 8px 2px;
}
.vc_progress_bar.tm-borderstyle-box .vc_single_bar .vc_bar:after {
	content: unset;
}
	
/*** 

====================================================================
	Row Section
====================================================================

 ***/  

 /* For overlap row */
.tm-overlap-row{
    position: relative;
    z-index: 1;
}
.tm-box-shadow{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.tm-row.tm-bgimage-fixed{
    background-attachment: fixed !important;
}

 /* 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;
}

.vc_column-inner.tm-col-bgcolor-yes,
.tm-row .wpb_column .tm-col-wrapper-bg-layer{
    background-color: transparent !important;
}
.vc_column-inner.tm-col-bgcolor-white.tm-col-bgimage-yes{
    background-color: transparent;
}

body.themetechmount-page-full-width.header-classic-vertical #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
body.themetechmount-page-full-width.header-classic-vertical #content .site-main .entry-content > .wpb_row.vc_row-fluid[data-vc-stretch-content="true"],
.tm-vc-width-auto{
    left: 0 !important;
    width: auto !important;
}
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid{
    padding-top: 95px;
    padding-bottom: 70px;
	margin-bottom:0px;
}
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding{
	margin:0;
}
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid.vc_row-no-padding,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row.vc_row-fluid.vc_row-no-padding{
	overflow: hidden; 	
}
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row:first-child,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row:first-child{
	margin-top: -83px;
}
body.themetechmount-page-full-width.tm-titlebar-bcrumb-bottom #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.tm-bgimage-yes:first-child,
body.themetechmount-page-full-width.tm-titlebar-bcrumb-bottom #content .site-main .entry-content > .wpb_row.tm-bgimage-yes:first-child{
	margin-top: -82px;
}
.site{
    overflow: hidden;
}
.site-main {	
    position: relative;
    padding-top: 72px;
    z-index: 10;
}
.vc_row.container{
	padding:0;
}
body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper > .wpb_row .vc_row.container,
body.themetechmount-page-full-width #content .site-main .entry-content > .wpb_row .vc_row.container{
	margin: auto;
}
.themetechmount-sidebar-true .vc_row.container{
	width: auto;
	margin: 0 -15px;
}

.tm-row .vc_row.vc_column-gap-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.tm-row .vc_column-gap-5.vc_row .vc_column_container>.vc_column-inner {
    padding: 0;
}
.tm-row .vc_row.vc_column-gap-5>.vc_column_container {
    padding: 5px;
}


/*** Lower Space between two row ***/
body.themetechmount-page-full-width.tm-all-row-20px #content .site-main .entry-content .wpb-content-wrapper > .wpb_row.vc_row-fluid,
body.themetechmount-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb_row.vc_row-fluid{
    padding-top: 20px;
    padding-bottom: 10px;	
}
body.themetechmount-page-full-width.tm-all-row-20px #content .site-main .entry-content .wpb-content-wrapper > .wpb_row:first-child,
body.themetechmount-page-full-width.tm-all-row-20px #content .site-main .entry-content > .wpb_row:first-child{
	margin-top: -22px;
}
body.themetechmount-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:hover:after{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
}
.tm-vc_icon_element.tm-vc_icon_element-outer.tm_prettyphoto .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm.tm-vc_icon_element-have-style-inner {
    width: 2.5em!important;
    height: 2.5em!important;
}

/*** 

====================================================================
	Sidebar Section
====================================================================

 ***/

.themetechmount-sidebar-true.page #primary .site-main{
	padding-bottom: 40px;
}
.themetechmount-sidebar-true .site-main{
	padding-top: 65px;
} 
body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content #primary.content-area {
    float: right;
} 
.site-content #sidebar-left.sidebar,
.site-content #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top: 17px;
	padding-bottom: 40px;	
}
.site-content #sidebar-left.sidebar {
	float: left;
}
.tm-empty-sidebar:not(.themetechmount-sidebar-bothright,.themetechmount-sidebar-bothleft) #primary {
    margin: 0 auto !important;
    float: none !important;
}

/*** themetechmount Sidebar Both ***/
body.themetechmount-sidebar-both .site-content #sidebar-left.sidebar {
    margin-left: -74.8%;
	float:left;
}
body.themetechmount-sidebar-both .site-content #primary.content-area {
    margin-left: 25% !important;
}

/*** themetechmount Sidebar Bothleft ***/
body.themetechmount-sidebar-bothleft .site-content #primary.content-area{	
	float:right;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar{
    margin-top: 0px;
    padding-top: 17px;
	padding-bottom: 70px;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-left.sidebar{
	border:none;
	float:left;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar{
	border-left:0px;
	float:right;
}
body.themetechmount-sidebar-bothleft .site-content  #sidebar-right .widget{
	padding-left: 0px;
	padding-right: 0px;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-left .widget{
	padding-right:0px;
}

/*** themetechmount Sidebar BothRight ***/
body.themetechmount-sidebar-bothright .site-content #sidebar-right.sidebar{
	border:none;
}
body.themetechmount-sidebar-bothright .site-content #sidebar-left.sidebar{
	border-right:0px;	
	float: left;
}


/*** 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: none;
    background-color: #fff;
    border-radius: 0;
	font-weight:400;
	padding: 15px 15px;
    height: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
}
.widget .woocommerce-product-search .search-field::-webkit-input-placeholder, 
.widget .search-form .search-field::-webkit-input-placeholder{
	color: #818491;
}
.widget.woocommerce.widget_product_search input[type="submit"],
.widget.woocommerce.widget_product_search button,
.widget .search-form .search-submit{
	position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 50px;
    height:50px;
    z-index: 1;
    border-radius: 0px;
	background-image: url(../images/findicon-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}
.tm-textcolor-dark .widget .search-form .search-field{
    border-color: rgba(0, 0, 0, 0.07);
}
.sidebar .widget {
    position: relative;
    margin: 35px 0 35px;
	padding:25px 35px 30px;
	background-color:#eff3ff;
	border-radius:5px;
}
.sidebar .widget:after {
    position: absolute;
    content: '';
    height: 3px;
    width:auto;
	left:35px;
	right:35px;
	bottom:0;
    background-color: #13c5dd;
}

.sidebar .widget .widget-title {
    margin-bottom:17px;
    padding-bottom: 0;
	font-size:20px;
}
.tm-textcolor-white.sidebar .widget .widget-title {
	border-color:rgba(255,255,255,0.06);
}
.sidebar .widget.widget-0padding-box{
	padding:0;
	box-shadow:unset;
	border:none;
}

.sidebar .widget.widget-0padding-box:before{
	border:none;
}
.sidebar.widget-area .widget.widget_media_video,
.sidebar.widget-area .widget.widget_media_image {
	padding:0;
	box-shadow: unset;
}
.sidebar.widget-area .widget.widget_media_video .widget-title,
.sidebar.widget-area .widget.widget_media_image .widget-title {
	display:none;
}
/*  themetechmount-sidebar-right  */
body.themetechmount-sidebar-right .site-content-wrapper #primary.content-area{
    float: left;
}
.site-content-wrapper #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top:30px;
    padding-bottom: 70px;
    float: right;
}

/*  themetechmount-sidebar-left  */
body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content-wrapper #primary.content-area{
    float: right;
}
.site-content-wrapper #sidebar-left.sidebar {
    margin-top: 0px;
    padding-top:30px;
    padding-bottom: 70px;
    float: left;
}
body.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area{
    padding-right: 0px !important;
    border-right: 0;
    margin-right: 0;
}
body.themetechmount-sidebar-left.tm-empty-sidebar .site-content-wrapper #primary.content-area{
    padding-left: 0px!important;
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
}

/*** 

====================================================================
	Social Section
====================================================================

 ***/
.social-icons {
	list-style: none;	
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.social-icons li {
	display: inline-block !important;
	padding-left: 0px;
    min-width: 23px;	
	border:none;
}
.social-icons li > a{
    width: 26px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 15px;	
}
.footer .social-icons li > a{
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 0 1px;
    background-color: #1d2a4d;
    font-size: 13px;
    color: #818491;
	border: 1px solid transparent;	
}
.footer .tm-bg.tm-bgcolor-transparent.tm-textcolor-white .social-icons li > a:hover,
.footer .tm-textcolor-white .social-icons li > a{
	color: rgba(255, 255, 255, 1);
}
.footer .tm-bgcolor-darkgrey .social-icons li > a,
.footer .tm-bgcolor-skincolor .social-icons li > a{
    color: rgba(255, 255, 255, 1);
}
.content-area .social-icons li > a {
	margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 14px;
}
.content-area .social-icons li > a:hover,
 .content-area .tm-col-bgcolor-skincolor .social-icons li > a,
 .content-area .tm-bgcolor-skincolor .social-icons li > a {
    color: #fff;
}


.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter{
    background-color: #2cbfd9;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube{
    background-color: #ff0000;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr{
    background-color: #ED1384;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook{
    background-color: #4583bc;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin{
    background-color: #0b84b3;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus{
    background-color: #d3452b;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp{
    background-color: #c41200;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble{
    background-color: #de588b;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest{
    background-color: #cd1f29;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast{
    background-color: #803aac;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing{
    background-color: #006464;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo{
    background-color: #07C0ED;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk{
    background-color: #44678d;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz{
    background-color: #98c742;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu{
    background-color: #ea4925;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive{
    background-color: #f9cb2f;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss{
    background-color: #fb7200;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram{
    background-color: #125688;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link:hover{
    background-color: #fff !important;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter:hover{
    color: #2cbfd9;	
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube:hover{
    color: #ff0000;	
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr:hover{
    color: #ED1384;	
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook:hover{
    color: #4583bc;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin:hover{
   color: #0b84b3;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus:hover{
    color: #d3452b;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp:hover{
    color: #c41200;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble:hover{
    color: #de588b;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest:hover{
    color: #cd1f29;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast:hover{
    color: #803aac;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing:hover{
    color: #006464;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo:hover{
    color: #07C0ED;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk:hover{
    color: #44678d;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz:hover{
    color: #98c742;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu:hover{
    color: #ea4925;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive:hover{
    color: #f9cb2f;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover,
.tm-row-bgtype-dark .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss:hover{
    color: #fb7200;
}
.tm-row-bgtype-skin .themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram:hover,
.tm-row-bgtype-dark .themetechmount-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,
.k_flying_searchform_wrapper .container {
    position: relative;
}
.k_flying_searchform_wrapper {
    display: none;
}
.w-search-input input[type="text"]:focus {
	border-color:rgba(255, 255, 255, 0.80);
	color:#fff;
}
.w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
}
.k_flying_searchform_wrapper .header-search {
    position: absolute;
    top: -6px;
    right: -4px;
    background-color: transparent;
    border: none;
    padding: 15px;
    font-size: 20px;
}
.k_flying_searchform_wrapper .header-search {
    color: #fff;
}
.tm-search-close{
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 50%;
    margin-top: -20px;
    right: 15px;
    border-radius: 3px;
	width: 33px;
	height: 33px;
	line-height: 30px;
    text-align: center;
    background-color: #fff;
	color: #012546;
    cursor: pointer;
	transition: all .3s ease-in-out;
	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-search-close:hover {
    background-color: #012546;
    border-color: #012546;
    color: #fff;	
}
.w-search-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	color: #fff !important;
	-webkit-transition: transform ease-out .2s;
	-moz-transition: transform ease-out .2s;
	-ms-transition: transform ease-out .2s;
	-o-transition: transform ease-out .2s;
	transition: transform ease-out .2s;
	transform: rotate(0deg);
}
.w-search-close:hover{
	opacity: 1;
	transform: rotate(90deg);
}
.k_flying_searchform_wrapper .field::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.80);
   line-height: 1.3em;
}
.k_flying_searchform_wrapper .field:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.80);
   line-height: 1.3em;
}
.k_flying_searchform_wrapper .field::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.80); 
   line-height: 1.3em;
}
.k_flying_searchform_wrapper .field:-ms-input-placeholder {  
   color: rgba(0, 0, 0, 0.80);
   line-height: 1.3em;
}
/*** 

====================================================================
	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: 0px;
}
.tm-list.tm-list-style-icon .tm-list-li-content{
	display: inline-block;
	padding-left: 28px;
}
.tm-list.tm-list-style-icon li{
	position: relative;	
    padding-bottom: 10px;
}
.tm-list.tm-list-style-icon li i{
	position: absolute;
	left: 0px;
    top: 5px;
}
.tm-list.tm-list-textsize-small li{
	font-size: 14px;
    padding-bottom: 4px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small li i {
    top: 4px;
}
.tm-list.tm-list-textsize-large.tm-list-style-icon.tm-list-icon-library-fontawesome .tm-list-li-content,
.tm-list.tm-list-textsize-medium.tm-list-style-icon.tm-list-icon-library-fontawesome .tm-list-li-content,
.tm-list.tm-list-style-icon.tm-list-textsize-small.tm-list-icon-library-fontawesome .tm-list-li-content,
.tm-list.tm-list-style-icon.tm-list-icon-library-fontawesome .tm-list-li-content {
    padding-left: 26px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-small .tm-list-li-content {
    padding-left: 26px;
}
.tm-list.tm-list-textsize-medium li{
    font-size: 15px;
    padding-bottom: 8px;
}
.tm-list.tm-list-textsize- li{
    font-size: 15px;
    padding-bottom: 9px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-medium li i {
    top:7px;
}
.tm-list.tm-list-textsize-medium.tm-list-style-icon .tm-list-li-content { 
    padding-left: 28px;
}
.tm-list.tm-list-textsize-large li{
	padding-bottom: 10px;
	font-size: 18px;
}
.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: 30px;
}
.lightfont .tm-list.tm-list-textsize-xlarge li{
	font-weight: 300;
}
.tm-list.tm-list-textsize-xlarge li{
	font-size: 18px;
}
.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-style-roman li,
.tm-list.tm-list-style-upper-alpha li,
.tm-list.tm-list-style-decimal li {
    padding-left:6px;
}

.tm-col-bgcolor-skincolor .tm-list-li-content{
    color: #fff;
}

/*** 

====================================================================
	Vertical Tab
====================================================================

 ***/
 .vc_tta-container h2{
    margin-bottom: 29px;
 }

/*** Tab Tour with image ***/
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tab>a, 
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-lg.vc_tta-style-outline .vc_tta-tab>a {
	 padding: 42px 30px;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-md .vc_tta-tabs-container, 
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-md .vc_tta-tabs-container {
	-webkit-flex-basis: 10%;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.wpb-js-composer .tm-tourtab-round .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .tm-tourtab-round .vc_tta-tabs.vc_tta-controls-size-lg .vc_tta-tab>a{
	font-size: 17px;
}

.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a:hover i.vc_tta-icon,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a:hover i.vc_tta-icon,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a i.vc_tta-icon,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab.vc_active>a i.vc_tta-icon {
	opacity:1;
}

.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a{
	border-left: none;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab.vc_active>a,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a{
	border-right: none;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab:last-child>a,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab:last-child>a {
	border-bottom: none;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab:first-child>a,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab:first-child>a {
	border-top: none;
}

.wpb-js-composer .tm-tourtab-round.vc_tta.vc_general .vc_tta-panel-title a, 

.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a{
    border-color: transparent;
    border-radius: 50%;
    background-color: #f6f6f6;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 69px;
    margin-bottom: 10px;
    padding: 1px 0px 0px 0px;
    line-height: 100px;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: normal;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a:hover,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab.vc_active>a,

.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a:hover,
.wpb-js-composer .tm-tourtab-round.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a{
	color: #fff
}
.wpb-js-composer .tm-tourtab-round.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:focus, 
.wpb-js-composer .tm-tourtab-round.vc_general.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover{
	background-color: transparent;
}
.wpb-js-composer .tm-tourtab-round.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.wpb-js-composer .tm-tourtab-round.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.wpb-js-composer .tm-tourtab-round.vc_tta.vc_tta-style-outline .vc_tta-tab>a {
    border-width: 0px;
}
.wpb-js-composer .tm-tourtab-round.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}

/*** Tab Panel ***/
.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;
}
.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%;
}
.vc_tta-panel .vc_tta-panel-body .tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper {
	margin-top: 0px;
}
.vc_tta-panel .vc_tta-panel-body .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
	margin-bottom: 0px;
}

/*** Horizontal Tab(Responsive tab) ***/
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab:not(.vc_active) > a{
    color: #fff;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic .vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a:focus, 
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active>a{
    background-color: #f8f8f8;
}
.wpb-js-composer .tm-col-bgcolor-darkgrey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-panel-title>a,
.wpb-js-composer .tm-col-bgcolor-darkgrey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a,
.wpb-js-composer .tm-col-bgcolor-skincolor .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-panel-title>a,
.wpb-js-composer .tm-col-bgimage-skincolor .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a,
.wpb-js-composer .tm-row.tm-bgcolor-skincolor .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-panel-title>a,
.wpb-js-composer .tm-row.tm-bgcolor-skincolor .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a,
.wpb-js-composer .tm-row.tm-bgcolor-darkgrey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-panel-title>a,
.wpb-js-composer .tm-row.tm-bgcolor-darkgrey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a,
.wpb-js-composer .tm-col-bgimage-yes .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-panel-title>a,
.wpb-js-composer 
.tm-col-bgimage-yes .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a{
	border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.wpb-js-composer .tm-row.tm-bgcolor-grey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a:focus, 
.wpb-js-composer .tm-row.tm-bgcolor-grey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab>a:hover,
.wpb-js-composer .tm-row.tm-bgcolor-grey .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.wpb-js-composer .tm-row.tm-bgcolor-grey .vc_tta-color-skincolor.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	background-color: #ffffff;
}
/*** Modern and Flat skincolor ***/
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #252525;
}
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,

.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-flat .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-skincolor.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a{
    color: #fff;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #252525;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus,
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    background-color: #f8f8f8;
	color: #252525;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
	border-color: #edeeee;
}

/*** Fluid Menu Tab ***/
.wpb-js-composer .tm-fluid-menu.vc_tta.vc_general .vc_tta-tab:last-child {
    margin-right: 0px;
}
.wpb-js-composer .tm-fluid-menu.vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px 18px 14px 18px;
}
.wpb-js-composer .tm-fluid-menu.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 20px;
}


/*** outline grey menu tab ****/
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-tab>a  {
	border-width: 1px;
	border-color: rgba(227, 227, 227,0.70);
}
.wpb-js-composer .vc_tta.vc_tta-style-outline:not(.vc_tta-accordion).vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title>a:hover,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-tab >a:hover,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-tab.vc_active>a {
    color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey:not(.vc_tta-accordion) .vc_tta-tab {
	margin-left: -1px;
}
/*** 

====================================================================
	Accordion section
====================================================================

 ***/ 
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
	font-size:17px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic{
    padding: 15px 30px 30px 0px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel {   
    border-bottom: 1px solid #efefef;
    padding-bottom: 1px;
    margin-bottom: 1px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta.vc_tta-style-modern .vc_tta-panel-body{
    padding: 32px 25px 30px 20px !important;
}
.wpb-js-composer .tm-bgcolor-grey .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel {  
	border-color:#dadada;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon-position-right{
    position: relative;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    left: 54px;
    top: 0;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-icon:after {
    background-color: rgba(255, 255, 255, 0.3);
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-icon {
	margin-right:15px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;     
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title{
    font-size: 19px;    
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #282828;
    font-weight: 700;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-title-text:not(:empty):not(:first-child) {
    margin-left: 25px;	
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
    padding-left: 0;
    padding-bottom: 19px;
    padding-top: 19px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-body{
    padding-left: 0;
    padding-top: 0;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before{
    display: none
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-chevron:after{
    content: '\e845';
    font-family: "tm-aqovo-icons";        
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    height: 15px;
    width: 15px;
    color: #494949;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-body .wpb_content_element img.alignright,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-body .wpb_content_element img.alignleft {
	margin: 0em 1.5em 0em 0;	
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-body .wpb_content_element h3,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-body .wpb_content_element h4 {
	margin-bottom: 8px;	
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-skincolor .vc_tta-panel-body {
    background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #06163a !important;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #fff;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border: none !important;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .1);
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
    border-color: #06163a !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-controls-icon::before{
    border-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{
    background-color: #f8f8f8 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a{
    color: #252525 !important;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 20px 20px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .vc_tta-panel-body {
    padding: 0px;
}
/*** 




/*** 

====================================================================
    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:52px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height:52px;
    padding-left: 15px;
    font-weight: normal;
	color: #848e9f;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
    margin-top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
    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: transparent;	
}
.select2-container--default .select2-selection--single{
	background-color:#eff3ff;
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #ececec;
}
.tm-textcolor-dark .select2-container--default .select2-selection--single,
.tm-textcolor-dark .select2-dropdown{
    border-color: rgba(0,0,0,.07);
}
.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single,
.tm-bgcolor-skincolor .select2-container--default .select2-selection--single,
.tm-col-bgcolor-skincolor .select2-dropdown,
.tm-bgcolor-skincolor .select2-dropdown {
	border-color:transparent;
}
.tm-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b,
.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
/*** 

====================================================================
    Contact Form 
====================================================================

 ***/ 

.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms){
	margin-bottom: 23px;
	display: block;
	padding-top:5px;
} 
.wpcf7 label{
    display: block
}


/*** 

====================================================================
	Heading Section
====================================================================

 ***/ 
.themetechmount-boxes-testimonial .tm-element-align-left.tm-heading-style-vertical .tm-cta3-without-desc{
    margin-bottom: 0px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-textalign-justify:not(.tm-boxes-carousel-arrows-below) .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,
.themetechmount-boxes-testimonial.themetechmount-boxes-textalign-center:not(.tm-boxes-carousel-arrows-below) .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: 0px;
}
.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;
}
.tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell{
	margin-bottom: 18px;
}
.tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
	margin-bottom: 10px;
}
.tm-element-heading-wrapper.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell,
.tm-element-heading-wrapper.tm-heading-style-horizontal .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
    margin-bottom: 4px;
}
.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,
h2.tm-custom-heading strong,
.tm-element-heading-wrapper .tm-vc_cta3-headers h2 strong{
    font-weight: 700 !important;
}
.tm-element-heading-wrapper .tm-vc_cta3-headers h4 strong{
	font-weight: inherit !important;
} 
.tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-justify .tm-vc_cta3-content {
    text-align: center;
} 
h2.tm-custom-heading.tm-textcolor-white strong{
    color: #fff;
}

/*** Horizontal sep line ***/ 

/*Heading Seperator Style Solid*/


.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading {
    position: relative;
    padding-left:18px;
    display: inline-block;
}
.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before, 
.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after{
	left: 0;
    right: auto;
    background-color: #13c5dd;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    transform: rotate(16deg);
    top: 0;
}
.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after { 
	left:6px;
}
.tm-bgcolor-skincolor .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before,
.tm-col-bgcolor-skincolor .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before,
.tm-bgcolor-skincolor .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after,
.tm-col-bgcolor-skincolor .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after,

.tm-col-bgimage-yes.tm-textcolor-white .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before,
.tm-bgimage-yes.tm-textcolor-white .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before,

.tm-col-bgimage-yes.tm-textcolor-white .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after,
.tm-bgimage-yes.tm-textcolor-white .tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:after{
    background-color: #fff;
}


/*** Vertical sep line ***/ 

.tm-textcolor-white .tm-heading-style-horizontal.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after,
.tm-bgcolor-skincolor .tm-heading-style-horizontal.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after,
.tm-bgcolor-darkgrey .tm-heading-style-horizontal.tm-seperator-solid .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after{
	border-right-color: rgba(255, 255, 255, 0.19);
}

/*** Dotted sep line ***/ 
.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
	display: table;
    width: 100%;
    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{
	padding-top: 5px;
}
.tm-lastp-margin0 .tm-vc_general.tm-vc_cta3 .tm-vc_cta3_content-container .tm-cta3-description p:last-child, 
.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: 54.5%;
	text-align: left;
	position: relative;
	padding-right: 80px;
}

/*** 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:46px;
	height: 85%;
	position: absolute;
	top: 15%;
	width: 1px;
	background-color: #e4ebff;
	transform: rotateZ(-165deg);
}
.tm-bgcolor-darkgrey .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-bgcolor-skincolor .tm-heading-style-horizontal.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-col-bgcolor-darkgrey .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after,
.tm-col-bgcolor-skincolor .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after {
	background-color: rgba(255, 255, 255, 0.16);
}
.themetechmount-boxes-textalign-left.tm-boxes-carousel-arrows-above .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-cta3-content-wrapper {
    padding-right: 25px;
}
.vc_column-inner.tm-bgcolor-grey .tm-element-heading-wrapper.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after, .tm-bgcolor-grey .tm-element-heading-wrapper.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after {
    background-color: #d6dbe8;
}


/*** Common heading  ***/
.entry-header:not(.tm-titlebar) .entry-title,
.themetechmount-box-blog .themetechmount-box-content h4{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}
.entry-header:not(.tm-titlebar) .entry-title {
    font-size: 26px;
    line-height: 35px;
    position: relative;
	word-wrap: break-word;
}
.wpb_heading,
.entry-header .entry-title{
	font-size: 22px;
}
.wpb_heading{
    margin-bottom: 30px;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left,
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right{
	position: relative;
}
.themetechmount-boxes-view-carousel:not(.tm-boxes-carousel-arrows-hide) .themetechmount-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper{
	padding-right: 110px;
	width: 100%;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left .tm-heading-carousel-arrows,
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows{
	position: absolute;
    right: 0;
    top: 7px;
}
.themetechmount-boxes-view-carousel .themetechmount-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: left;
    padding: 0;
    margin-top: 0px;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li:first-child{
    margin-left: -5px;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li{
	display: inline-block;
	margin-left: 10px;
} 
.single-tm_team_member .tm-team-social-links-wrapper ul li a{
    display: block;
    background-color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #bf9456;
    border: 1px solid transparent;
    border-radius:3px;
    margin-right: 0px;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .08);
} 	
.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover{
  color: #fff;	
}
.single-tm_team_member .tm-team-member-view-default .themetechmount-team-data {
    padding: 21px 0px 15px 0;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    background-color: #f8f9fa;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper {
    display: block;
    clear: both;
    padding-top: 25px;
	padding-bottom: 20px;
}
.single-tm_team_member .tm-team-member-view-default .tm-team-member-single-category {
    margin-top: 0px;
	
	position:relative;
}

.single-tm_team_member .tm-team-member-view-default .themetechmount-team-data h3 {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0px;
}
.tm-team-member-appointment-btn-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
}
.single-tm_team_member .tm-team-member-appointment-btn-wrapper .tm-vc_btn3.tm-vc_btn3-size-md {
    padding: 12px 26px 12px 26px;
}
.single-tm_team_member .inside {
	padding: 25px 15px 15px 15px;
    margin-bottom: 0px;
}
.single-tm_team_member .inside h4 {
    font-size: 27px;
    line-height: 33px;
}
.single-tm_team_member .tm-fid-view-lefticon .tm-fld-contents {
    padding-left: 77px;
}
.single-tm_team_member .tm-fid-icon-wrapper i {
    font-size: 55px;
}
/*** Social icon Section ***/  
.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
	display: block;
    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;
}
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper {
    margin-bottom: 30px;
}
.tm-social-width-auto{
    text-align: center;
    float: none;
}
.tm-social-width-auto .tm-socialbox-i-wrapper{
    width: auto;
    display: inline-block;
    float: none;
    padding: 0 5px;
}
.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
	color: #9dabaf;
    position: absolute;
    top: 0;
	text-transform: capitalize;
}
.tm-socialbox-icon-size-small .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 46px;
}
.tm-socialbox-icon-size-medium .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 60px;
}
.tm-socialbox-icon-size-large .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 80px;
	font-size: 20px;
}
/*** 

====================================================================
	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
====================================================================

 ***/
 
 
/*** Testimonials Design 1 ***/

.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel:not(.themetechmount-boxes-col-one) .themetechmount-post-item {
	margin-bottom: 5px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-title,
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-ratting-star,
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc {
    text-align: center;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info {
	padding: 35px 35px 32px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img {
    border-radius: 50%;
    display: inline-block;
    z-index: 9;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-author-name,
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer {
	display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer:before {
    content: "-";
    padding-right: 5px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 25%;
    margin: -21px auto 0px auto;
    padding: 7px 5px;
}
.testimonials-nav .nav_item_wrap:not(.slick-active) {
	cursor: pointer;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
	text-align: center;
	position: relative;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text{
    color: rgba(255, 255, 255, 1);
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial  .themetechmount-author-name,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-author-name {
	color: rgba(255, 255, 255, 1);
}
.themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper{
    margin: 0;
}
.tm-row-inner .themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper{
    margin-left:0px;
    margin-right:0px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel  .slick-dots{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: auto;
}

/* Testimonial New */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
	padding-bottom: 55px;
}

.tm-textcolor-white .slick-dots li.slick-active button,
.tm-textcolor-white .slick-dots li button,
.tm-col-bgcolor-darkgrey .slick-dots li button,
.tm-bgcolor-darkgrey .slick-dots li button{
    background-color: #fff;
}

.tm-textcolor-white .slick-dots li.slick-active button:before,
.tm-textcolor-white .slick-dots li button:before,
.tm-col-bgcolor-darkgrey .slick-dots li button:before,
.tm-bgcolor-darkgrey .slick-dots li button:before{
    border-color: #fff;
}
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-content,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-content {
    padding: 25px 20px 64px 20px;
    background-color: rgba(255, 255, 255, 0.04);
    margin-bottom: 20px;
}
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name{
    color: #fff;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
	color: inherit;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 19px;
    background-color: transparent;
    line-height: 33px;
}
.themetechmount-boxes-testimonial .themetechmount-box-author {
    display: block;
    width: 100%;
    padding-top: 15px;
	text-align: left;
}
.themetechmount-boxes-testimonial .themetechmount-box-title{
	padding-left:20px;
}
.themetechmount-boxes-testimonial .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail{    
    display: block;
    float: none;
}
.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 18px;
    line-height:18px;
    margin-bottom:0;
}
.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-size: 13px;
	line-height: 26px;
    font-weight: normal;
	position :relative;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -33px;
}
.themetechmount-boxes-testimonial .themetechmount-ratting-star{
    overflow: hidden;
    padding: 6px 0px 5px 0px;
    display: block;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next{
	bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
	margin-right: -37px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right:20px;
    left: auto;
    transform: rotate(90deg);
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
	border-radius:0;
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e834';
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-next:before {
    content: '\e826';
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width:40px;
	border-radius:50%;	
}

/* Testimonial styles one */

.themetechmount-testimonialbox-styleone .themetechmount-box-desc{
	position: relative;
	padding:70px 0px 15px;    	
}
.themetechmount-testimonialbox-styleone .themetechmount-box-desc blockquote{
	border-left: none;
	text-align: left !important;
    margin: 0px;
    padding: 12px 0px 19px 0px;
	font-size:18px;
	line-height:29px;
	font-style:italic;
} 
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-title {
    padding-left: 22px;
}
.themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text:after{
	background-color: #fff;
	-webkit-mask: url(../images/review-quote02.svg) no-repeat 100% 100%;
	mask: url(../images/review-quote02.svg) no-repeat 100% 100%;
	content: '';
	top: -60px;
	left: 0;
	width: 60px;
	height:50px;
	text-align: center;
	position: absolute;
}
.tm-bgcolor-skincolor .themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text:after,
.tm-col-bgcolor-skincolor .themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text:after{
	background-color: #fff;	
}
 
/* Testimonial style 2 */

.themetechmount-box-testimonial.themetechmount-testimonial-box-style2 {
	position:relative;
    border-radius: 10px;
    background-color: #fff;
	padding:15px 34px 24px 34px;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-style2:hover {
	-webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-style2:before{
	position:absolute;
	content:'';
	height:53px;
	width:40px;
	right: 20px;
	bottom:20px;
    z-index: 2;
	background-color:#000;
    -webkit-mask: url(../images/reviw-dot.svg) no-repeat 100% 100%;
    mask: url(../images/reviw-dot.svg) no-repeat 100% 100%;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-style2:after{
	position:absolute;
	content: "";
	-webkit-mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
    mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
	right: 70px;
    bottom: 80px;
	background-color: #000;
	height: 61px;
    width: 65px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-testimonial-box-style2 .themetechmount-box-desc .themetechmount-testimonial-text {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 11px;
}

.themetechmount-box-testimonial.themetechmount-testimonial-box-style2 img.attachment-thumbnail.size-thumbnail.wp-post-image {
    border-radius: 50%;
	height:70px;
	width:70px;
}
img.attachment-thumbnail.size-thumbnail.wp-post-image {
	height:90px;
	width:90px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-textalign-left .slick-dots {
    left: auto;
    right: 0;	
}



/*** 

====================================================================
	Client logo Section
====================================================================

***/  

.themetechmount-boxes-view-default.themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 20px;
} 
.tm-client-logo-box-w{
	text-align: center;
}
.themetechmount-box-client .themetechmount-item-thumbnail{
    width: 100%;
    display: table;
}
.themetechmount-box-client .themetechmount-item-thumbnail-inner{
    margin-right: 13px;
    margin-left: 13px;
	padding: 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.themetechmount-box-client.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail-inner{
	background-color: #fff;
}
.themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner{
	padding:0px 12px;
}
.themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner{
    height: 130px;
}
.themetechmount-box-client.themetechmount-box-view-boxed-logo{
    border: none;
    display: block;
}
.slick-slide .tm-client-logo-box-w .themetechmount-item-thumbnail-inner img{
	display: inline-block;
}
.tm-client-logo-box-w .themetechmount-item-thumbnail-inner img{
	-webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
 .tm-client-logo-box-w .themetechmount-item-thumbnail-inner:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip .themetechmount-box-client{
	margin: 44px 0;
	display: block;
}
.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;
}
.themetechmount-boxes-view-default .tm-client-logo-box-w {
    padding-bottom: 10px;
}
.tm-col-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-col-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-col-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo {
	background-color: #ffffff;
}
.themetechmount-client-box-view-separator-logo{
	display: block;
}
.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail{
	position: relative;
}
.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after{
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}
.themetechmount-boxes-client.themetechmount-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .themetechmount-item-thumbnail:after{
	border-right: none;
}
.themetechmount-boxes-client.themetechmount-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .themetechmount-item-thumbnail:after{
	border-right: none;
}
.themetechmount-boxes-client.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper.slick-slider {
	margin-top:-35px;
}
.tm-shadowboxview-style-clientlogo .themetechmount-client-box-view-boxed-logo {
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
}
.themetechmount-boxes-view-default.tm-shadowboxview-style-clientlogo .tm-client-logo-box-w {
    padding-bottom: 10px;
}
.tm-shadowboxview-style-clientlogo .themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 150px;
}


/*Clientlogo style2*/
.tm-box-col-wrapper.slick-slide .tm-client-logo-box-w .tm-client-logo-tooltip .themetechmount-box-client.themetechmount-client-box-view-simple-logo2{
	display: inline-block;
}
.themetechmount-client-box-view-simple-logo2 {
	overflow: hidden;
    margin: 40px 0;
    display: block;
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-inner img{
    width: 140px;
	height: 80px;
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-hover-img, 
.themetechmount-client-box-view-simple-logo2 .themetechmount-featured-img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-hover-img {
    transform: translateY(-100%);
    position: absolute;
    z-index: 1;
    top: 0;
}
.themetechmount-client-box-view-simple-logo2:hover .themetechmount-hover-img {
    visibility: visible;
    transform: translateY(50%);
}
.themetechmount-client-box-view-simple-logo2:hover .themetechmount-featured-img {
    transform: translateY(120%);
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-hover-img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .4;
    -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-client-tooltip-no .tooltip:before, 
.tm-client-tooltip-no [data-tooltip]:before,
.tm-client-tooltip-no .tooltip-top:after,
.tm-client-tooltip-no [data-tooltip]:after{
	content:unset;
}

/*** 

====================================================================
	Button Section
====================================================================

 ***/
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-weight-yes{
	font-weight: 700;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-sm{
	font-size: 13px;	
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md{
	font-size: 15px;	
	line-height:25px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md .tm-vc_btn3-icon {
	font-size: 18px;
    height: 18px;
    line-height: 14px;
    margin-top: 1px;
    font-weight: inherit;
}
.tm-vc_btn3.tm-vc_btn3-size-lg {
    font-size: 16px;
    line-height: 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.fa.fa-angle-right {
    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:16px;
}

.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: -3px;
}
.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-width:2px;
    border-style: solid;
    font-size: 15px;
    font-weight: 600;
    padding: 17px 40px;
	border-radius: 5px;
}

/*** 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: 42px;
    padding-right: 24px;
}
.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: 16px;
}

/*** 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: 43px;
    padding-left: 24px;
}
.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: 17px;
}
.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,
.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 {
	font-size: 16px;
    height: 20px;
    line-height: 20px;	
}

/*** 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,
.main-holder .site table.cart .coupon button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .return-to-shop a.button,
.main-holder .site .woocommerce-MyAccount-content a.woocommerce-Button,
.main-holder .site .woocommerce-form-coupon button,
.main-holder .site .woocommerce-form-login button.woocommerce-Button,
.main-holder .site .woocommerce-ResetPassword button.woocommerce-Button,
.main-holder .site .woocommerce-EditAccountForm button.woocommerce-Button,
.single-tm_portfolio .nav-next a:hover, 
.single-tm_portfolio .nav-previous a:hover,
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-3d.tm-vc_btn3-color-skincolor:hover,
.themetechmount-box-events .event-box-content .themetechmount-eventbox-footer a:hover,
.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline:hover,
.tm-quote-form input[type="submit"]:hover,
.widget_subscribe_form input[type="submit"]:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.mailchimp-inputbox input[type="submit"]:hover {
	color: #fff;
    background-color:#1d2a4d;
}

.themetechmount-fbar-box-w.tm-bgcolor-darkgrey .submit_field button:hover,
.tm-col-bgcolor-darkgrey .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-flat.tm-vc_btn3-color-skincolor:hover,
.tm-bgcolor-darkgrey .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-flat.tm-vc_btn3-color-skincolor:hover {
	color: #1d2a4d;
    border-color: #fff;
    background-color: #fff;
}
.tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-3d.tm-vc_btn3-color-skincolor:hover {
	box-shadow: 0 2px 0 #393939;
}

/*** Revolution slider button ***/
.rev-btn{
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.hephaistos.tparrows:before {
    font-family: "tm-aqovo-icons" !important;
    font-size: 25px;
}
.hephaistos.tparrows.tp-rightarrow:before {
    content: "\e809" !important;
}
.hephaistos.tparrows.tp-leftarrow:before {
    content: "\e808" !important;
}


/*** 

====================================================================
	Global Box spacing
====================================================================

 ***/
 
.themetechmount-boxes-view-carousel .tm-box-col-wrapper{
	padding-left: 15px;
    padding-right: 15px;
	margin-bottom:30px;
}
.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
	margin-bottom: 30px;	
}
.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
}
.themetechmount-boxes-spacing-5px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper{
    padding-left: 2.5px;
    padding-right: 2.5px;
	margin-bottom: 5px;
}
.themetechmount-boxes-spacing-10px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper{
	padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper.row{
    margin-left: 0;
    margin-right: 0;	
}
.themetechmount-boxes-spacing-5px .themetechmount-boxes-row-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;	
}
.themetechmount-boxes-spacing-10px .themetechmount-boxes-row-wrapper.row{
    margin-left: -5px;
    margin-right: -5px;	
}
.themetechmount-boxes-portfolio .col-xs-12{
	margin-bottom: 30px;
}
.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .col-lg-4{
    margin-left: -1px;
}
.margin-bottom-0-last-two-box.themetechmount-boxes-portfolio .tm-box-col-wrapper:nth-last-child(-n+2){
    margin-bottom: 0;
}

/*** 

====================================================================
	Slick Slider
====================================================================

 ***/
.themetechmount-slider-wrapper{
    position: relative;
    z-index: 1;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel  .tm-post-format-icon-wrapper:before{
	display: none;
}
.slick-slide {
    outline: none;
}
.themetechmount-boxes-row-wrapper .slick-arrow{
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 37px;
    height: 37px;
    border: 1px solid #d5dae2;
    text-align: center;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow{
	margin:-5px;
}
.tm-boxes-carousel-arrows-hide .themetechmount-boxes-row-wrapper .slick-arrow{
	opacity:0;
}
.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before{
    color: #fff;
    border-color: transparent;
}
.themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-boxes-row-wrapper .slick-next:before{
    font-family: "tm-aqovo-icons";
    content: '\e849';
    color: #d5dae2;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.themetechmount-boxes-row-wrapper .slick-prev:before{  
    content: '\e848';
    text-align: center;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
	opacity: 1;
    visibility: visible;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
	left:-40px;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
	right:-40px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
	left:5px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
	right:5px;
}

/*** Arrow Center with heading ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-prev{
	top: -63px;	
}
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-prev{
	left: 50%;
    margin-left: -40px;
}
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-next{
    right: 50%;
    margin-right: -40px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-box-heading-wrapper,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper{
    padding-bottom:60px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-box-heading-wrapper .tm-cta3-without-desc,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper .tm-cta3-without-desc{
    padding-bottom: 15px;
}

/* Arrow below */
.tm-boxes-carousel-arrows-below.themetechmount-boxes{
	padding-bottom: 70px;
}
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next{
	top: auto;	
	bottom: -90px;
}

/*** Arrow Left with heading ***/
.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 .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-prev{
	top:53px;
}
.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 .themetechmount-boxes-row-wrapper .slick-prev{
	right:45px;
	left: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-next{
	right: -3px;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-prev{
	left: -3px;
	right: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-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;
}
.themetechmount-boxes-team.themetechmount-boxes-view-carousel .slick-slider {
	margin-left:-10px;
	margin-right:-10px;
}

.themetechmount-boxes-portfolio .themetechmount-boxes-row-wrapper .slick-arrow {
	border-radius:0px;
}

/*** Blog Top image bottom contain ***/

.themetechmount-boxes-team.themetechmount-boxes-view-carousel.themetechmount-boxes-textalign-center {
    overflow: inherit;
}
/*** Slick dot desing ***/
.slick-dots {
     bottom:0px;
}
.slick-dots li {
     width:9px;
     height: 5px;
     margin: 0px 2px;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.slick-dots li button{
    display: inline-block;
    width: 17px;
    height: 5px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #e0e0e0;
    line-height: 0;
    padding: 0;
}
.slick-dots li.slick-active{
    width:27px;
	height:5px;
	border-radius: 6px;
}
.slick-dots li.slick-active button {
    width: 30px;
    background-color:#e0e0e0;
}
.slick-dots li button:before{
    display: none;
}
.tm-bgcolor-skincolor .slick-dots li button,.tm-col-bgcolor-skincolor .slick-dots li button{
    background-color:rgba(255,255,255,1);
}


/*** Slick dot color ***/
.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-next{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
	z-index:9;
}
.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-prev {
    left: -60px;
    right: auto;
}
.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-next {
    right: -60px;
    left: auto;
}
.themetechmount-boxes-row-wrapper .slick-prev:before, 
.themetechmount-boxes-row-wrapper .slick-next:before {
	font-weight: 600;
}

.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-prev:before,
.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-next:before,
.tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-next:before,
.tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-next:before {
	color: #ffffff;
}
.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-arrow,
.tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-arrow,
.tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-arrow {
	border-color: #ffffff;
}
.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover,
.tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover, 
.tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover{
	background-color: #ffffff;	
	border-color: #ffffff;
}
/*** Flex slider dot desing ***/
.flex-control-paging li a{
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 2px solid #fff;
}
.flex-control-paging li a:hover{
    background: none;
}
.flex-control-paging li a.flex-active{
    background-color: #fff;
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    font-family: "tm-aqovo-icons";
}
.flex-direction-nav a:before{
    content: '\e808';
}
.flex-direction-nav a.flex-next:before {
    content: '\e809';
}
/*** 

====================================================================
   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;
	font-size: 0;
}
.tm-flexslider .flex-control-paging li a.flex-active{
    background-color: #fff;
}
.flex-control-nav li {
    margin: 0 3px;
}
/*** 

====================================================================
	Drop Cap Design
====================================================================

 ***/
.tm-dropcap{
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	 width: 51px;
	 height: 51px;
	 line-height: 52px;
	 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-square,
.tm-dcap-style-round,
.tm-dcap-style-rounded{
	position: relative;
    top: 4px;
    float: left;
	margin-right: 10px;
    padding: 0;
    line-height: 50px;	
	text-transform: uppercase;
}
.tm-dcap-style-rounded{
	border-radius: 5px;
	background-color: #c93756;
    font-size:35px;   
}
.tm-dcap-style-round{
	border-radius: 50%;
    background-color: #1f4788;
    font-size: 35px;
}
.tm-dcap-style-square {
    color:#a0ce4e;
    font-size: 60px;
}
.tm-dropcap.tm-bgcolor-skincolor{
    color: #fff;    
    background-color: #fc6042;
    font-size:35px;
}
body .tm-dropcap.tm-bgcolor-dark, body .tm-dropcap.tm-bgcolor-skincolor {
    color: #fff!important;
}
 /*** 

====================================================================
	Tweeter Section
====================================================================

 ***/
.themetechmount-twitterbox-inner {
	text-align: center;
}
.themetechmount-twitterbox-inner .tweet-text{
    font-size: 18px;
    line-height: 28px;
}
.themetechmount-twitterbox-inner .tweet-details{
	font-size: 15px;
	font-style: italic;
}
.themetechmount-twitterbox-inner h3 a.twitter-link{
	z-index: 10;
	position: relative;
}
.themetechmount-twitterbox-inner i {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px;
    margin-bottom: 10px;
}
.tm-col-bgcolor-skincolor .themetechmount-twitterbox-inner i,
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner i {
	background-color:#202020;
}
.themetechmount-twitterbox-wrapper .themetechmount-boxes-row-wrapper{
	margin-top: 20px;
}
.themetechmount-twitterbox-inner .tweet-text a,
.widget .latest-tweets ul li .tweet-text a,
.widget .latest-tweets ul li .tweet-details a {
	font-style:italic;
}
.widget .latest-tweets ul li .tweet-text a,
.themetechmount-twitterbox-inner .tweet-text a {
    font-size: 15px;
}
.widget .latest-tweets ul li p.tweet-text {
	margin-bottom: 0px;
	line-height: 24px;
}
.widget .latest-tweets ul li .tweet-details a {
	font-size: 12px;
    color: #acacac;
}
.themetechmount-twitterbox-inner-list .themetechmount_tweet_item.themetechmount_tweetitem{
	line-height: 30px;
	font-size: 19px;
}
.themetechmount-carousel-col-one .themetechmount_tweet_item.themetechmount_tweetitem {
	width: 60%;
	margin: 0 auto;
}
.themetechmount-twitterbox-inner .tweet-details{
    font-size: 15px;
    font-style: italic;
}
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text,
.tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-text{
	color: rgba(255, 255, 255, 0.70);
}
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text a,
.tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-text a{
	color: rgba(255, 255, 255, 1);
}
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-details a,
.tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-details a{
	color: rgba(255, 255, 255, 0.4);
}
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner i, 
.tm-bgcolor-darkgrey .themetechmount-twitterbox-inner i{
	border-color: #fff;
	color: #fff;
}
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text a:hover,
.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-details a:hover{
	color: rgba(255, 255, 255, 0.60);
}

/*** 

====================================================================
	Google map Section
====================================================================

 ***/
 
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0px;
}

/*** 

====================================================================
	Category filter Section
====================================================================

 ***/   
.themetechmount-boxes-textalign-left .tm-sortable-wrapper{
	text-align: left;
}  
.themetechmount-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 25px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;	
	 text-transform: uppercase;
}
.tm-sortable-list .tm-sortable-link a:after{
	content:'';
	position:absolute;
	height:3px;
	width:100%;
	background-color:#000;
	bottom:-4px;
	left: 0;
	opacity:0;
	transform:scale(0);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tm-sortable-list .tm-sortable-link a:hover:after,
.tm-sortable-list .tm-sortable-link a.selected:after{
	opacity:1;
	transform:scale(1);
}
.themetechmount-boxes-textalign-center .tm-sortable-wrapper {
    text-align: center;
}
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a,
.tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a,
.tm-white-sort-bt .tm-sortable-list .tm-sortable-link a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.themetechmount-box-heading-wrapper:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 35.33%;
    max-width: 35.33%;
}
.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 64.33%;
    max-width: 64.33%;
}
.themetechmount-boxes-sortable-yes.themetechmount-boxes-textalign-left .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    text-align: right;	
}	
.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
    margin-top: 16px;
}
.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
    margin-top:20px;
}
.themetechmount-boxes-sortable-yes:not(.tm-cta3-rev-heading) .tm-sortable-list ul {
    margin-top: 8px;
}


/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
	background-color: #fff
}

/*** Singel page ***/

.summary .clear{
    display: none;
}
.posted_in{
	font-weight: 600;
}
.posted_in a{
	color:#848e9f;
}

/*** Sidebar ***/
.sidebar .widget .tagcloud a{   
	display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px;
    border: 1px solid #e3e3e3;
    border-radius:5px;
    font-size: 14px !important;
    background-color: #fff;
    font-weight: 500;
	color: inherit;
}
.sidebar .widget .tagcloud a:hover{
	color: #fff;
	border-color:transparent;
}

/***  comment-form-rating ***/
.comment-form-rating{
    padding-bottom: 10px;
}
#review_form .comment-form-rating .select2-container {
	display:none;
}

/*** 

====================================================================
	404 Page
====================================================================

 ***/ 
 
.error404 .site-main {
    padding-top: 0;
} 
section.error-404 {    
    padding: 150px 0px;
	text-align:center;
}
.tm-headerstyle-classic-overlay section.error-404 {    
    padding:250px 0px 150px;
}
section.error-404 .tm-big-icon{
	font-size: 104px;	
}
section.error-404 .page-header{
	border-bottom: none;	
    margin-bottom: 0;
}
section.error-404 h1 {
	font-size: 80px;
	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: 1px;
    background-color: #fff;
	border-radius: 0em;
} 
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.2;
}
.tm-sresults-no-content-w{
	padding-bottom: 80px;
	padding-top: 30px;
}
.tm-sresults-no-content-w h3{  
    font-size: 30px;
    line-height: 35px;  
}
.error404 .tm-titlebar-wrapper{
    display: none;
}
.error404 .site-main {
    background-color: transparent !important;
}
/*** 

====================================================================
	Search Result Page
====================================================================

 ***/

.tm-sresult-form-wrapper {
    padding: 22px 0px 0px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 5px;
}
.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:98% !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(255, 255, 255, 0.51);
    height: 50px;
    border-radius: 0px;
	background-color: transparent;
}
.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-col-bgimage-yes .tm-discountform .select2-container--default .select2-selection--single .select2-selection__arrow b,
.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: 16px 27px;
    font-size: 14px;
}
.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: 600;
}
.tm-search-results-title{
    font-weight: normal;
}
.tm-search-postlist li{
    list-style:none;
}
.tm-sresult-form-wrapper h2{
	margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
    margin-right: 10px;
    color: #fff;
    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: 3px;
    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: 55px;
}
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-aqovo-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
	height: 54px;
    display: block;
    width: 55px;
    top: 2px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 0px;
}
.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: 17px;
    color: #fff;    
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    border-radius: 3px;
	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: 30px;
	font-size: 33px;
    line-height: 35px;
}
.tm-sresults-title-w h2 strong {
    font-weight: 500;
}
.search-results .tm-list.tm-list-style-icon li{
	position: relative;
	padding-bottom: 10px;
}
.search-results .tm-list.tm-list-style-icon .tm-list-li-content{
	padding-left: 23px;
}
.tm-sresults-title small a{
	font-weight: normal;
    margin-top: 5px;
    display: inline-block;
    padding: 2px 13px;
    display: inline-flex;
    position: absolute;
    font-size: 14px;
    line-height: 25px;
    height: 29px;
    border-radius: 3px;
	font-weight:600;
}
.search-results .themetechmount-box-team{
	margin-bottom: 30px;
}
.tm-sresults-title small a i{
	width: 8px;
    margin-left: -6px;
    padding-right: 18px;
    margin-top: 1px;
}
.search-results .themetechmount-box-portfolio .themetechmount-post-item{
	margin-bottom: 30px;
}
.tm-results-post ul.tm-recent-post-list > li > a,
.tm-results-page .tm-list-li-content a,
.tm-sresults-first-row ul.tm-recent-post-list > li > a,
.tm-sresults-first-row .tm-list-li-content a {
	color: #121f38;	
}
.search-results .page-header {
	border:none;
	margin: 0px 0 0px;
    padding-bottom: 0px;
}
.tm-results-page .tm-list.tm-list-style-icon,
.tm-results-post .tm-recent-post-list {
    margin-top: 0;	
}
.tm-sresults-first-row .tm-list.tm-list-style-icon,
.tm-sresults-first-row ul.tm-recent-post-list {
	margin-bottom: 0;
}
.tm-results-page>.row,
.tm-results-post>.row {
    padding-bottom: 37px;	
}
/*** 

====================================================================
	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: 23px;
    font-weight: 600;
}
#bbpress-forums li {
	font-size: 14px;
}	
div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: 13px;
	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:18px;
}
#bbpress-forums a.bbp-topic-permalink, #content #bbpress-forums .status-closed, #content #bbpress-forums .status-closed a{
	color: #202020;
}
#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;
}
#bbpress-forums,
div.bbp-template-notice p { 
   font-size: 13px;
}
#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: 35px;
    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: 1px solid #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 #e4e7e8;
	padding: 20px 15px;
}
#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: 15px;	
}
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.aqovo_contact_widget_wrapper li a,
.tm-bgcolor-skincolor ul.aqovo_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-gradient .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-gradient .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4,

.tm-bgcolor-darkgrey .tm-custom-heading,
.tm-bgcolor-skincolor .tm-custom-heading,
.tm-bgcolor-gradient .tm-custom-heading,
.tm-bgcolor-gradient .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-white:hover,

.tm-col-bgcolor-darkgrey .tm-custom-heading,
.tm-col-bgcolor-skincolor .tm-custom-heading,
.tm-col-bgcolor-gradient .tm-custom-heading,

.tm-textcolor-white .vc_progress-bar-color-white.vc_progress_bar.themetechmount-progress-bar span.tm-vc_label_units.vc_label_units,
.tm-textcolor-white .vc_progress_bar .vc_single_bar .vc_label_units,
.vc_progress_bar.vc_progress-bar-color-skincolor .vc_single_bar .vc_label,
.tm-textcolor-white .themetechmount-progress-bar.vc_progress_bar .vc_general.vc_single_bar .vc_label,

/*** Tab content section ***/
.tm-cta3-only.tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-skincolor.tm-vc_cta3-style-3d,

/*** 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.themetechmount-blogbox-format-link .tm-format-link-title a,
article.post.format-link .tm-format-link-title a,
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a:hover,

.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-skincolor .themetechmount-blogbox-footer-readmore a,
.tm-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore a,
.tm-col-bgcolor-skincolor .themetechmount-blogbox-footer-readmore a,
.tm-col-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore a,

/*** Service box Main Heading ***/
.site-main .tm-dcap-color-skincolor,
.tm-bgcolor-darkgrey .tm-team-social-links a,

.tm-col-bgcolor-skincolor .themetechmount-iconbox .tm-box-icon i,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox .tm-box-icon i,
.tm-bgcolor-skincolor .themetechmount-iconbox .tm-box-icon i,


.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline {
	color: #fff;
}


/*
* ====== Text White(Little Light) Color ======
*/

.tm-bgcolor-darkgrey p.tm-custom-heading,
/*** Blogbox section ***/
.themetechmount-box-view-content-overlay .themetechmount-blogbox-footer-readmore a:hover,
.themetechmount-box-view-content-overlay .themetechmount-box-content h4 a:hover
 {
	color: rgba(255, 255, 255, 0.80);
}


/*
* ====== Text White(Light) Color ======
*/

/*** Heading Description text  ***/

.vc_column-inner.tm-col-bgcolor-darkgrey:not(.tm-textcolor-dark) .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.tm-bgcolor-darkgrey .wpb_text_column,
div .vc_row .vc_column-inner.tm-col-bgcolor-darkgrey .wpb_text_column,
.tm-post-format-quote a,
.tm-post-format-quote a:after{
	color: rgba(255, 255, 255, 0.80);
}
.tm-bgcolor-darkgrey .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.tm-textcolor-white .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p {
	color: rgba(255, 255, 255, 0.85);
}

.tm-bgcolor-skincolor .wpb_text_column,
div .vc_row .vc_column-inner.tm-col-bgcolor-skincolor .wpb_text_column,
.tm-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.tm-bgcolor-gradient .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p,
.vc_column-inner.tm-col-bgcolor-skincolor .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p {
	color: rgba(255, 255, 255, 0.85);	
}
.tm-bgcolor-skincolor .tm-entry-meta .tm-meta-line,
.tm-bgcolor-darkgrey .tm-entry-meta .tm-meta-line,
/*** Blogbox section ***/
.tm-bgcolor-skincolor .tm-entry-meta a,
.tm-bgcolor-darkgrey .tm-entry-meta a,
.tm-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-bgcolor-darkgrey .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-col-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-col-bgcolor-darkgrey .themetechmount-box-blog .themetechmount-box-content .themetechmount-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 .themetechmount-meta-details, 
.tm-bgcolor-skincolor .themetechmount-meta-details a, 
.tm-bgcolor-skincolor .themetechmount-meta-details i,
.tm-bgcolor-darkgrey .themetechmount-meta-details, 
.tm-bgcolor-darkgrey .themetechmount-meta-details a, 
.tm-bgcolor-darkgrey .themetechmount-meta-details i {    
	color: rgba(255, 255, 255, 0.95);
}



.tm-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date:after,
.tm-col-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date:after {
	background-color: rgba(255, 255, 255, 0.45);
}

/*** 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-fid-icon-wrapper i,
.rev_slider .tm-textcolor-white,
.tm-textcolor-white .tm-vc_cta3-content-header h2{
	color: #fff !important;
}
.tm-bgimage-yes.tm-textcolor-white .themetechmount-fbar-box .tm-vc_cta3-content-header h4,
.tm-textcolor-white .tm-vc_cta3-content-header h4{
	color: rgba(255, 255, 255, 0.95);
}
.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 .tm-vc_cta3-content-header h4,
.footer .tm-textcolor-white .tm-vc_cta3-content-header h2,
.footer .tm-textcolor-white .tm-vc_cta3-content-header h2,
.footer .tm-textcolor-white {
	color:rgba(255, 255, 255, 0.70) !important;
}

.footer .tm-textcolor-white .widget ul.tm-pricelist-block li,
.footer .tm-textcolor-white .widget ul.tm-pricelist-block li .service-price,
.footer .tm-textcolor-white .tm-footer2-left,
.footer .tm-textcolor-white .tm-footer2-right,
.footer .tm-textcolor-white .widget ul.aqovo_contact_widget_wrapper li,
.footer .tm-textcolor-white ul.tm-recent-post-list > li .post-date,
.footer .tm-textcolor-white p{
    color: rgba(255, 255, 255, 0.80) !important;
}
.tm-textcolor-white .themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style2 .themetechmount-author-name,
.tm-textcolor-white .themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style2 .themetechmount-author-name a {
	color: rgba(255, 255, 255, 0.70) !important;	
}
.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover,
.tm-textcolor-white a{
	color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-textcolor-white {
	color: rgba(255, 255, 255, 0.55);
}
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
    color: rgba(255, 255, 255,0.80);
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .top-contact i{
	color:#fff;
}
.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 .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}
.main-holder .widget.themetechmount_widget_recent_entries ul li:last-child {
	padding-bottom: 0px;
	border: none;
}

.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);
}
.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 ***/
.tm-bgcolor-darkgrey .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress ),
.tm-bgcolor-darkgrey .tm-fid-view-righticon .tm-fld-contents, 
.tm-bgcolor-darkgrey .tm-fid-view-lefticon .tm-fld-contents {
	border-color:rgba(242, 242, 242, 0.06);
}

.tm-bgcolor-skincolor .tm-fid-view-righticon .tm-fld-contents, 
.tm-bgcolor-skincolor .tm-fid-view-lefticon .tm-fld-contents {
	border-color:rgba(242, 242, 242, 0.4);
}

.tm-bgcolor-darkgrey .inside.tm-fid-with-border,
.tm-bgcolor-skincolor .inside.tm-fid-with-border {
	border:none;
	background-color: rgba(242, 242, 242, 0.10);
}

/*** 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:#d6dbe8;
}

/*** Grey border color ***/
.tm-bgcolor-grey .themetechmount-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 {
	padding: 7px 0px;
}
.edit-link a {
	background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: #252525;
}
.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-mail-sent-ok {
	background: green;
	border: none;
	color: white;
	padding: 8px 16px;
}

/***  Pricelist Box ***/
ul.tm-pricelist-block {
    padding: 0px;
    font-size: 14px;
    margin-top: 0px;
    font-size:15px;
}
ul.tm-pricelist-block li {
	list-style: none;
    padding: 14px 0px 14px 0;
    position: relative;
}
.workhour-style1 ul.tm-pricelist-block li {
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 14px 0px 14px 0;
}
.workhour-style3 ul.tm-pricelist-block li {
    border-bottom: 1px dashed rgba(0,0,0,0.07);
    padding: 14px 0px 14px 0;
}
ul.tm-pricelist-block li:last-child {
	border-bottom:none;
}
.tm-col-bgcolor-skincolor .workhour-style3 ul.tm-pricelist-block li,
.tm-col-bgcolor-darkgrey .workhour-style3 ul.tm-pricelist-block li,
.tm-bgcolor-skincolor .workhour-style3 ul.tm-pricelist-block li,
.tm-bgcolor-darkgrey .workhour-style3 ul.tm-pricelist-block li,
.tm-col-bgcolor-skincolor .workhour-style1 ul.tm-pricelist-block li,
.tm-col-bgcolor-darkgrey .workhour-style1 ul.tm-pricelist-block li,
.tm-bgcolor-skincolor .workhour-style1 ul.tm-pricelist-block li,
.tm-bgcolor-darkgrey .workhour-style1 ul.tm-pricelist-block li {
	border-color:rgba(255,255,255,0.07);
}
.footer .widget ul.tm-pricelist-block li {
	padding:14px 0px 14px 0;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer .widget ul.tm-pricelist-block li:first-child {
	padding-top: 0px;
}
ul.tm-pricelist-block li:last-child {
	padding-bottom: 0px;
}
ul.tm-pricelist-block li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.tm-pricelist-block li .service-title,
ul.tm-pricelist-block li .service-price {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    padding: 0px;
    margin: 0px;
}
ul.tm-pricelist-block li .service-price {
	text-align:right;
}
.themetechmount-pricelistbox-wrapper .tm-element-align-left.tm-heading-style-vertical .tm-cta3-without-desc {
	 margin-bottom: 0px;
}
.themetechmount-pricelistbox-wrapper .tm-element-heading-wrapper:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header {
	padding-bottom: 0px;
}
.themetechmount-pricelistbox-wrapper .tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers h2:before,
.themetechmount-pricelistbox-wrapper .tm-seperator-solid.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers h2:after {
	content:unset;
}
.themetechmount-pricelistbox-wrapper .tm-element-heading-wrapper:not(.tm-seperator-none) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header {
	padding-bottom: 0px;
}
.themetechmount-pricelistbox-wrapper .tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-headers.tm-wrap-cell,
.themetechmount-pricelistbox-wrapper .tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2 {
    margin-bottom: 8px;
}
ul.tm-pricelist-block li strong {
	font-weight: 500;
	color: #182333;
}
.tm-bgcolor-dark ul.tm-pricelist-block li strong,
.tm-col-bgcolor-dark ul.tm-pricelist-block li strong,
.tm-bgcolor-skincolor ul.tm-pricelist-block li strong,
.tm-col-bgcolor-skincolor ul.tm-pricelist-block li strong,
.tm-textcolor-white ul.tm-pricelist-block li strong {
	color: #fff;
}
/*** Pricelist Box (Greay bg and White bg) ***/ 
.tm-bgcolor-skincolor ul.tm-pricelist-block li, 
.tm-col-bgcolor-skincolor ul.tm-pricelist-block li,
.tm-bgcolor-skincolor ul.tm-pricelist-block li, 
.tm-col-bgcolor-darkgrey ul.tm-pricelist-block li{
    color: #fff;
}
.workhour-style2 ul.tm-pricelist-block li {
	padding: 13px 15px 13px 15px;
}



/*** Servicebox Right Border ***/
.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-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;
}

.themetechmount-post-left .entry-date {
    font-size: 30px;
    display: block;
    line-height: 25px;
    font-weight: 500;
	padding-top: 6px;
}


/*** Testimonial Default ***/
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper {
    padding-bottom: 0px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper .tm-cta3-without-desc {
    padding-bottom: 16px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
	background:transparent;
	background-color: transparent;
	top:50px;
	font-weight: 500;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next:before {
	font-size: 20px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
	background-color: transparent !important;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text{
	position:relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	line-height: 31px;
	color: rgba(255, 255, 255, 1);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name {
	color: rgba(255, 255, 255, 1);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-footer {
	color: rgba(255, 255, 255, 0.85);
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev {
	left:50%;
	margin-left:-85px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
	right:50%;
	margin-right:-84px;
}
/*** 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);
}

div.themetechmount-portfolio-likes-wrapper .like-active {
	cursor: default;
}
a.themetechmount-portfolio-likes {
	color: #fff;
}


/*** 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 0px 28px;
}

/*** 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 ***/
.tm-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
}
article.themetechmount-box-blog-classic .tm-entry-meta-wrapper{
    margin-bottom:15px;
    position: relative;
}
.themetechmount-box-blog-classic .tm-entry-meta.tm-entry-meta-blogclassic {
    display: block;	
	position:relative;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "/";
    right: 8px;
    top: -2px;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:last-child:after {
	content: unset;
}
.themetechmount-box-blog-classic .themetechmount-box-desc-text {
	margin-bottom: 15px;	
}
.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer>div.tm-social-share-wrapper {
    padding-top: 1px;
}
.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
	display: block;	
}
.post.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content {
	padding: 0px;
    border: none;
    box-shadow: unset;
	display: none;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left {
	clear: both;
	padding: 0px;
	font-size: 15px;
	line-height: 25px;
	float: left;
	padding-top:3px;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    background-color: transparent;
    font-weight: 600;
    position: relative;
    display: inline-block;
	position:relative;
	padding: 8px 32px;
    border-radius: 0px;
    border: 1px solid #0e385e;
}
.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover {
	color:#fff;
}
article.themetechmount-box-blog-classic.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio,
article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w{
	padding-bottom: 20.7%;
}
.post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-title {
font-size: 16px;
    margin-top: 7px;
    margin-right: 3px;
}
.themetechmount-box-blog-classic .tm-social-share-wrapper {
    z-index: 10;
    position: relative;
    float: right;
}
.single-tm_portfolio .tm-social-share-title {
	padding-top: 6px;
}
.single-tm_portfolio .tm-social-share-links ul,
.single .themetechmount-box-blog-classic .tm-social-share-links ul {
   padding-right:0px;
}
.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
    position: initial;
    opacity: 1;
    visibility: visible;
    text-align: left;
	padding: 0px;
	width:auto;
	float: left;
}


/*** classic tab top icon ***/
.wpb-js-composer .tm-tab-top-icon.vc_tta.vc_general .vc_tta-panel-body{
    padding: 0;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-tab a {
	padding: 90px 25px 40px;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-icon {
	font-size: 50px;
}
.wpb-js-composer .vc_tta.vc_general.tm-tab-top-icon .vc_tta-tab a span:not(:empty):not(:first-child){
    margin-right: 0px;
    margin-left: 0px;
}

/*** 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 ***/
.themetechmount-boxes-portfolio.themetechmount-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:not:hover i, 
.site-footer .tm-textcolor-dark.themetechmount-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}
body.themetechmount-page-full-width #content .wpb_row.vc_row-fluid .vc_row.vc_row-no-padding .tm-sortable-list {
	padding-left: 10px;
}

/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
	padding: 10px 0;
}
.main-holder .widget.widget_recent_entries ul li:first-child {
	padding-top: 0px;
}

.wpcf7 .tm-submit-shape-round {
	border-radius: 2em;
}

/*** classic header style2 ***/
.tm-classicheader-text-area {
    text-align: right;
}

/*** 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 .themetechmount-social-links-wrapper {
	float: none;
}
.tm-header-style-classic-vertical .site-header .themetechmount-social-links-wrapper {
	padding-right: 0px;
}
.tm-colum-width-auto .vc_column_container{
    width: auto;
}

/*** 

====================================================================
    Spcial section 
====================================================================

 ***/
/*** Colum widht auto for two button postion ***/
.tm-row-width-auto .vc_column_container{
    width: auto
}
.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;
}

body .themetechmount-fbar-main-w .widget .widget-title{
    font-size: 21px;
    margin-bottom: 15px;
}
body .themetechmount-fbar-main-w .widget .widget-title:after{
	content:unset;
}
.themetechmount-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;
}
.themetechmount-fbar-box-w ul.tm-pricelist-block {
    margin-top: 10px;
}
.themetechmount-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.themetechmount-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);
}
.themetechmount-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;
}
.tm-textcolor-dark .floting-contact{
    border: rgba(0, 0, 0, 0.72);
}

/*  topbar navigation 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;
}


/* Col Expann section */
.tm-col-expan .wpb_column.vc_col-sm-4 {
    width: 38.70%;
}
.tm-col-expan .wpb_column.vc_col-sm-8{
	width: 65.65%;
}


/* servicebox hoverbox */

.sbox-hover-borderbox .tm-sbox .tm-vc_cta3-container{
	margin-bottom: 0px;
	padding: 32px 35px 11px;
}
.sbox-hover-borderbox .tm-sbox{
	margin-bottom: 10px;
}

/* transition global css */

.tm-header-style-infostack .kw-phone .ttm-custombutton a,
.themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-boxes-row-wrapper .slick-next:before,
.themetechmount-boxes-row-wrapper .slick-arrow,
.sbox-hover-borderbox .tm-sbox .tm-vc_cta3-container>.tm-vc_general:after,
.sbox-hover-borderbox .tm-sbox .tm-vc_cta3-container>.tm-vc_general,
.sbox-hover-borderbox .tm-sbox{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbox-hover-borderbox .tm-sbox .tm-vc_cta3-container>.tm-vc_general:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
	left: 0;
    right: 0;
    border: 3px solid #01d6a3;
	width:100%;
	height:100%;
	opacity:0;
	z-index: -1;
}
.sbox-hover-borderbox .tm-sbox:hover .tm-vc_cta3-container>.tm-vc_general:after{
	opacity:1;	
}
.tm-skincolor-strong strong {
	font-weight:700;
}
.sbox-hover-borderbox .tm-sbox .tm-vc_icon_element .tm-vc_icon_element-inner .tm-vc_icon_element-icon {
    position: relative;
    top: 0;
    left: 0;	
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
	font-size: 55px!important;
}
.sbox-hover-borderbox .tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-top .tm-vc_cta3_content-container {
    padding-top: 13px;
}
.sbox-hover-borderbox .tm-sbox:hover .tm-vc_icon_element .tm-vc_icon_element-inner .tm-vc_icon_element-icon  {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}
.tm-bgcolor-darkgrey .sbox-hover-borderbox .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor:hover {
	color:#fff;
}

/* servicebox left top icon */
.tm-sbox-iconalign-left-spacing.tm-sbox-lefttop-large-icon .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: 3.85em!important;
	top: 33%;
}

/*** Common Form  ***/
.wpcf7 .tm-commonform textarea{
    min-height: 100px;
}

.tm-col-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-text,
.tm-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-text,
.tm-col-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-textarea,
.tm-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-textarea,
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text,
.tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text{    
    color: rgba(255, 255, 255, 1);
}
div.wpcf7 .ajax-loader {
    position: absolute;
}

/*** Floatingbar form ***/
.themetechmount-fbar-main-w .tm-commonform{
    padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.50);
    margin-right: 15%;
}
.themetechmount-fbar-main-w .wpcf7 .tm-contactform .wpcf7-text, 
.themetechmount-fbar-main-w .wpcf7 .tm-contactform textarea {
    border-bottom-width:  1px;
}

.themetechmount-fbar-main-w .wpcf7 .tm-commonform label {
    position: relative;
}
.themetechmount-fbar-main-w .wpcf7 .tm-commonform i {
    position: absolute;
    color: #cdcac3;
    z-index: 100;
    font-size: 18px;
    top: 8px;
    left: 0px;
}
.themetechmount-fbar-main-w .wpcf7 .tm-commonform .wpcf7-text, 
.themetechmount-fbar-main-w .wpcf7 .tm-commonform .wpcf7-textarea {
    padding: 0;
    padding-left: 35px;
}
.themetechmount-fbar-main-w .wpcf7 .tm-commonform .wpcf7-text {
    padding-bottom: 10px;
}
.themetechmount-fbar-main-w .wpcf7 .tm-commonform .wpcf7-textarea {
    height: 100px;
}
.themetechmount-fbar-main-w .wpcf7 .tm-contactform .row {
    padding-bottom: 8px;
}
.themetechmount-fbar-main-w .wpcf7 .tm-contactform input[type="submit"] {
    padding: 10px 50px;
}

/* single Blockquote */

.single article.post blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
	left: 0px;
    height:90px;
	width:100px;
	-webkit-mask: url(../images/review-quote02.svg) no-repeat 100% 100%;
    mask: url(../images/review-quote02.svg) no-repeat 100% 100%;
	z-index:-1;
	background-color: #e5ebfa;
}
.single article.post blockquote {
	display: block;
	z-index:1;
    padding: 41px 80px 25px 58px;
    position: relative;
    border-left:5px solid;
	border-radius:10px;
    margin: 35px 0 50px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    min-height: 100px;
	color:#0e204d;
	font-style:normal;
}
.single article.post blockquote cite {
	font-size: 18px;
	font-weight:500;
	margin-top: 5px;
	padding-left: 15px;
	position: relative;
	color: inherit;
}
.single article.post blockquote cite:before {
	font-weight: 500;
	content: '\e847';
    font-family: "tm-aqovo-icons";
    left: -3px;
    position: absolute;
}

/**Single post cover block qoute**/
.single article.post .wp-block-cover blockquote {
	font-size: 20px;
	background-color: transparent;
	padding:0;
	color: #fff;
	font-style:normal;
	margin-top:85px;
}
.single article.post .wp-block-cover blockquote:before {
	top:-53px;
	left:0;
	color:#fff;	
}
.single article.post blockquote cite {
    display: inline-block;
}

#tribe-events .tribe-events-content blockquote p,
 article.post .entry-content blockquote p {
    margin-bottom: 15px;
	color: inherit;
}
blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
.single article.post blockquote .author-title {
	margin-top:-10px;
	padding-bottom:10px;
}
/* Servicebox white border */
.tm-sbox.tm-sbox-whiteborder {
	border:7px solid #fff;
}
.tm-sbox.tm-sbox-iconalign-top-center.tm-sbox-whiteborder .tm-vc_cta3-container {
	margin-bottom: 20px;
}
.tm-sbox.tm-shadow-box.tm-sbox-whiteborder {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.tm-sbox.tm-sbox-whiteborder.tm-sbox-bgcolor-grey {
	background-color: #f7f7f7;
}

/* Banner Hover Effect */
.tm-banner-image .vc_figure .vc_single_image-wrapper {
	overflow: hidden;
    position: relative;
    z-index: 1;
}
.tm-banner-image .vc_figure .vc_single_image-wrapper:after,
.tm-banner-image .vc_figure .vc_single_image-wrapper:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    z-index: 2;
    pointer-events: none;
	background: rgba(255, 255, 255, .4);
	-webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tm-banner-image .vc_figure .vc_single_image-wrapper:before {
    transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}
.tm-banner-image:hover .vc_figure .vc_single_image-wrapper:after,
.tm-banner-image:hover .vc_figure .vc_single_image-wrapper:before {
    opacity: 0;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}
.tm-banner-image .vc_figure .vc_single_image-wrapper img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}

/* TM Bg Hight*/
.tm-bg-highlight-dark,
.tm-bg-highlight {
	display: inline-block;
}
.tm-bg-highlight-dark {
	color:#fff;
}
/* Top Overlay Row */
.tm-top-overlay-row {
    position:relative;
    z-index:12;
}

/* Bottom Overlay Row  */
.tm-overlay-row-bottom {
	position:relative;
	z-index:1;
}

/* Skin color bottom border  */
.tm-skincolor-bottom-boder {
  border-bottom:3px solid #6db804;  
}

/* Skin color bottom border  */
.themetechmount-fullwide .themetechmount-fbar-position-default .themetechmount-fbar-box{
 padding-right: 15px;
 padding-left: 15px; 
}

/* phone-icon(homepage)  */
.tm-phone-icon.tm-sbox.tm-sbox-iconalign-left-spacing .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container {
    padding-left: 10px;
}

.tm-mobileicon-align.tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner{
    height: auto
}
.tm-mobileicon-align .tm-vc_icon_element-icon{
    margin-top: -8px;
}

/* Bottom spacing */
.vc_column-inner  > .wpb_wrapper > .tm-mb-30{
    margin-bottom: 30px !important;
}

/* Bottom spacing */
.tm-row-inner.tm-textposition-bottom  {
	position: absolute;
    bottom: 0%;
}
.tm-center-video-icon,
.tm-right-video-icon,
.tm-left-video-icon{
    position: absolute;
    left: 0%; 
    top: 50%;
	margin-top:-38px;
}
.tm-right-video-icon{
    left: auto;
    right: 0px;
}
.tm-center-video-icon,
.tm-left-video-icon.tm-center-icon {
	left: 50%;
	margin-top:-60px;
}
.tm_prettyphoto .tm-vc_icon_element-inner,
.tm-right-video-icon .tm-vc_icon_element-inner,
.tm-left-video-icon .tm-vc_icon_element-inner{
    position: relative;
    z-index: 1;
}
.tm_prettyphoto.tm-vc_icon_element.tm-center-video-icon .tm-vc_icon_element-inner:before,
.tm_prettyphoto.tm-vc_icon_element.tm-center-video-icon .tm-vc_icon_element-inner:after {
	content:unset;
}
.tm-right-video-icon.tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md,
.tm-left-video-icon.tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-md{
    width: 80px !important;
    height: 80px !important;
}
.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper .tm-left-video-icon,
.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner > .wpb_wrapper .tm-right-video-icon {
	right:0;
}

.tm-right-video-icon.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,
.tm-left-video-icon.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 {
	padding-left: 7px;
	font-size: 28px !important;
	z-index: 9;
}
.tm_prettyphoto.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 {
	padding-left: 2px;	
    z-index: 1;
}
.tm_prettyphoto.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:30px!important;
}
.tm_prettyphoto.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.ti-control-play  {
	padding-left: 5px;	
	z-index:1;
}
.tm_prettyphoto.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: 59px!important;
    height: 59px!important;	
}

/* Common font property */
.wpb_tabs_nav a.ui-tabs-anchor, 
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, 
.vc_progress_bar .vc_label{
    letter-spacing: 0.5px;
}

.tm-sbox .tm-custom-heading  a,
.entry-header:not(.tm-titlebar) .entry-title > a {
   color: #252525;
}

/* span tag for category widget */
.sidebar .widget_product_categories li,
.sidebar .widget_categories li {
	position: relative;
    margin: 5px 0;
    padding-bottom: 5px !important;
}
.sidebar .widget_product_categories li span,
.sidebar .widget_categories li span {
    position: absolute;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.sidebar .widget_product_categories li:first-child span,
.sidebar .widget_categories li:first-child span {
	top:2px;
}

/* recent post widget with hide feature image */

.footer .widget.tm-hide-feature-image ul.tm-recent-post-list{
	text-align:center;
}
.footer .widget.tm-hide-feature-image ul.tm-recent-post-list > li img{
	display: none;
}
/*** text align center ***/
.tm-textalign-center,
.tm-center-text {
	text-align:center;	
}
.tm-bgcolor-opicity-70 .tm-bg-layer-inner {
	opacity: 0.70;
}


/*** Common Box Shadow ***/


.tm-common-box-shadow,
.attachment .entry-content {
    -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);
}

/* Servicebox right seperator */ 

.tm-sbox.tm-servicebox-vertical-sep {
	overflow:visible;
}
.tm-sbox.tm-servicebox-vertical-sep .tm-vc_cta3-container:after {
    content: "";
    height: 96%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    top: 48%;
    -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%);
}

/* Servicebox top overlay icon */ 

.top-overlay-icon-box.tm-sbox {
	overflow:inherit;
}
.top-overlay-icon-box.tm-sbox .tm-vc_cta3-container{
    position: relative;
}
.wpb_wrapper .top-overlay-icon-box.tm-sbox {
    border: 1px solid #e4e4e4 !important;
	margin-bottom:10px !important;
}
.top-overlay-icon-box.tm-sbox .tm-vc_cta3-container {
	margin-bottom:0px;
}
.top-overlay-icon-box.tm-sbox .tm-vc_general.tm-vc_cta3{
    padding-top: 0 !important;
}
.top-overlay-icon-box.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icon-size-md.tm-vc_cta3-icons-top .tm-vc_cta3-icons {
    margin-top: -41px;
}
.top-overlay-icon-box.tm-sbox:hover .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-background-color-skincolor.tm-vc_icon_element-background{
    background-color: #202020;
}
.top-overlay-icon-box.tm-sbox .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-top .tm-vc_cta3_content-container {
    padding: 17px 2px 12px;
}

/* center overlay column */

.tm-center-overlay-column {
    padding:18px 18px 0px 18px;
    margin:130px 0px 130px -26px;
    background-color: #ffffff;  
    z-index: 11;
    border:10px solid #d8d8d8;
}
.tm-center-overlay-column .tm-sbox .tm-vc_cta3-content-header h2 {
	margin-bottom: 5px;
}
.tm-center-overlay-column .tm-sbox .tm-vc_cta3-container{
	margin-bottom: 25px;
}

/* servicebox icon outline white border */

.tm-sbox.tm-outline-white-border .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner{
    border: 3px solid #fff;
}
.tm-sbox.tm-outline-white-border {
    overflow: visible;
}

/* servicebox outline grey border */ 

.wpb_wrapper .ttm-darkbordered-box.tm-sbox {
	border: 1px solid #e4e4e4 !important;
}
.ttm-darkbordered-box.tm-sbox .tm-vc_cta3-container {
	margin-bottom:20px;
}

/*accordion style 1 */

.wpb-js-composer .vc_tta-accordion.ttm-accordion-styleone .vc_tta-panel-title>a {
	padding: 17px 3px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
	padding-right: 80px;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon-position-right:after{
	content:none;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon {
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.ttm-accordion-styleone .vc_tta-panel-title>a {
    border-radius: 2em !important;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-panel.vc_active .vc_tta-panel-body {
	background-color: transparent;
	box-shadow:unset;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 3px;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	left: 32%;
	width: 37%;
	border-width: 3px 0 0;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
	height:38%;
	left: 51%;
	top:32%;
	border-width: 0 0 0 3px;
}
.wpb-js-composer .vc_tta-style-classic.vc_tta-accordion.ttm-accordion-styleone .vc_tta-icon {
	padding: 12px 13px 11px;
	background-color: #fff;
	border-radius: 50%;
	line-height: normal;
}
.tm-services .tm-sbox .tm-vc_cta3-container {
	margin-bottom: 12px;
}

/* single image box hover effect */
.ttm-services-offer .wpb_single_image .vc_figure a.vc_single_image-wrapper:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ttm-services-offer .wpb_single_image .vc_figure a.vc_single_image-wrapper:hover:before {
    opacity: 1;
}

/* Servicebox Icon Text spacing */
.tm-sbox.icon-text-spacing-15px .tm-vc_cta3-container {
    margin-bottom: 10px;
}
.tm-sbox.icon-text-spacing-15px .tm-vc_cta3-content-header h2 {
    margin-bottom: 0px;
}
.tm-sbox.icon-text-spacing-5px .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container {
    padding-left: 0.5em;
}
.tm-sbox.icon-text-spacing-5px .tm-vc_cta3-content-header h2 {
    margin-bottom: 0px;
}
.tm-sbox.icon-text-spacing-15px .tm-vc_cta3-container {
    margin-bottom: 10px;
}
.tm-sbox.ttm-text-middle .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container {
    vertical-align: middle;
}
/* footer widget nav menu */

.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li{
    display: inline-block;
    width: calc( 50% - 2px);
    float: none;
	padding: 0px 0px 11px 0;
}
.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
.sidebar.widget-area .widget .tm-sbox .tm-vc_cta3-container {
	margin-bottom:0px;
}

/* Servicebox Border Box effect */

.tm-sbox-iconalign-bottom-center.tm-textalign-left .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-bottom .tm-vc_cta3-icons,
.tm-sbox-iconalign-bottom-center.tm-textalign-left .tm-vc_cta3-headers,
.tm-sbox-iconalign-bottom-center.tm-textalign-left .tm-cta3-desc-btn-wrapper {
	 text-align:left;
}

/* slider custom css */

.check-icon {
	padding-right:5px !important;
}
.left-space-3px {
	padding-left:4px !important;
	font-size:15px !important;
}
.right-space-3px {
	padding-right:4px !important;
	font-size:15px !important;
}

/*** Row, Column z-index ***/
.tm-zindex-0,
.tm-zindex-1,
.tm-zindex-2{
    position: relative;
}
.tm-zindex-0 {    
    z-index: unset;   
}
.tm-zindex-2 {    
    z-index: 2;
}
.tm-zindex-1 {   
    z-index: 1;
}

.ttm-row-expand-rightfull,
.ttm-row-expand-leftfull {
	position: relative;
}
.ttm-row-expand-rightfull:after,
.ttm-row-expand-leftfull:after {
    width: 500%;
    height: 100%;
    display: block!important;
    position: absolute;
    top: 0;
    content: '';
    background: #fff;
    right: 100%;
}
.ttm-row-expand-rightfull:after {
	left:100%;
    right:auto;
}
.tm-bgimage-yes .tm-styletwo-box.tm-col-seprator .vc_column_container,
.tm-col-seprator .vc_column_container{
    border-right: 1px solid #f3f3f3;
}
.tm-bgimage-yes .tm-styletwo-box.tm-col-seprator .vc_column_container:last-child,
.tm-col-seprator .vc_column_container:last-child{
    border-right: none;
}
.tm-no-paddingbox .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.ttm-skin-outline-border .tm-vc_icon_element-style-rounded:before {
    display: block!important;
    position: absolute;
    content: '';
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    border: 2px solid #caaf5e;
    border-radius: 50%;
}
.tm-vc_icon_element.tm-vc_icon_element-outer.ttm-skin-outline-border .tm-vc_icon_element-inner.tm-vc_icon_element-size-xl .tm-vc_icon_element-icon {
	font-size: 3.2em!important;
}

.tm-bgimage-yes .tm-col-seprator .vc_column_container,
.tm-bgcolor-skincolor .tm-col-seprator .vc_column_container,
.tm-bgcolor-skincolor.tm-col-seprator .vc_column_container,
.tm-bgcolor-skincolor.tm-bgimage-yes .tm-col-seprator .vc_column_container,
.tm-col-bgcolor-skincolor .tm-col-seprator .vc_column_container {
    border-color: rgba(255, 255, 255, 0.10);
}
.tm-col-bgcolor-darkgrey .tm-col-seprator .vc_column_container,
.tm-bgcolor-darkgrey .tm-col-seprator .vc_column_container {
    border-color: rgba(255, 255, 255, 0.15);
}
.tm-bgimage-yes.tm-col-bgcolor-grey .tm-col-seprator .vc_column_container,
.tm-bgimage-yes.tm-bgcolor-grey .tm-col-seprator .vc_column_container {
    border-color: rgba(0,0, 0, 0.05);
}


/*** 

====================================================================
	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{
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 35px;
}
.main-holder #content.site-content ul.products li.product .tm-product-box .tm-product-content{
    text-align: center;
    padding: 15px 0px 13px 0px;
    position: relative;
}
.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{
    display: inline;
	padding: 0;
    margin: 0;
    font-size:18px;
    padding-bottom: 2px;
	line-height:25px;
	-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 ul.products li.product .price {
    margin: 0px;
    min-height: 20px;  
    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>div {
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
     opacity: 0;
    visibility: hidden;
     transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 500ms;
    -webkit-transition: all 500ms; 
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
	background-color: #232323;
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon>div {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn,
.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-quickview-btn {
    width: 48px;
    font-size: 18px;
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-add-to-cart-btn {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    border-left: 1px solid rgba(246, 246, 246, 0.18);
    border-right: 1px solid rgba(246, 246, 246, 0.18);
}
.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn {
	transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
}
.main-holder .site-content ul.products li.product .tm-shop-icon{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 100%;
	z-index: 3;
	text-align: center;
}
.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: 14px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .add_to_wishlist:after,
.main-holder .site-content ul.products li.product .compare:after,
.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.main-holder .site-content ul.products li.product .product_type_external:after,
.main-holder .site-content ul.products li.product .product_type_grouped:after,
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after,
.main-holder .site-content ul.products li.product .product_type_variable:after{
    content: '\e837';
    font-family: "tm-aqovo-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 14px;
    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-wishlistaddedbrowse:after,
.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,
.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: 12px;
    right: 6px;
}
.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{
    left: 41px;
    top: 13px;
    margin-top: -7px;
}
.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.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: -30px;
    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;
}
.main-holder .site-content ul.products li.product .product_type_grouped:after {
	content: '\e806';
}
.main-holder .site-content ul.products li.product .product_type_variable:after {
	content: '\e818';
    font-size: 22px;
    padding-left: 2px;
}
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after {
	content: '\e826';
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after{
    content: '\E825'; 
}
.main-holder .site-content ul.products li.product .compare:after{
    content: '\E81D'; 
}
.main-holder .site-content ul.products li.product .add_to_wishlist:after{
    content: '\E838'; 
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.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-wishlistexistsbrowse a[rel="nofollow"]:after{
    content: '\e81c'; 
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after { 
    margin-left: 7px;
}
.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product .price del{
    color: #848e9f;
	font-size: 14px;
	display: inline-block;
}
.main-holder .site-content ul.products li.product div.clear {
	display: inline-block;
	opacity: 0;
    display: none;
 }
.tm-wrap-addto {
	display: inline-block;
}
.main-holder .site-content ul.products li.product .price ins{ 
    font-weight: normal;
}
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:hover:after {
	color:#fff;
}
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.single-product .main-holder .site-content span.featured,
.main-holder .site-content ul.products li.product .product-label {
	background:#1d2a4d;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	display: table;
	position: absolute;
	text-align: center;
	top: 20px;
	left: 20px;
	min-width: 50px;
	line-height: 26px;
	z-index: 5;
	min-height: auto;
	font-weight: normal;
	height: 26px;
	width: 55px;
	vertical-align: top;
	border-radius: 3px;
	margin: 0;
	max-width:50px;
}
.main-holder .site-content ul.products li.product .product-labels .product-label:first-child  {
	top: 20px;
}
.main-holder .site-content ul.products li.product .product-labels .product-label:nth-child(2)  {
	top:55px;
}
#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-aqovo-icons";
	font-size: 16px;
}
#yith-quick-view-close {
    border: none; 
    top: 10px;
    right: 10px;
    opacity: 1;
	color: #a7a7a7;
}
.main-holder #content.site-content ul.products li.product .products-entry {
	display: block;
    position: relative;
    overflow: hidden;
	margin-bottom: 35px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after {
	color:#fff;
}

/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
	background-color: #fff
}

/*** Woocemmerce star rating ***/
.woocommerce .comment-form-rating p.stars a,
.woocommerce .comment-form-rating p.stars a:hover,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
	color: #f5cc26 !important;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
    display: inline-block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 1px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 10px;
}
.woocommerce ul.products li.product .star-rating{
    font-size: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
	letter-spacing: 3px;
}
.woocommerce .widget.widget_products .star-rating {
	margin: 0;
	text-align: left;
	padding: 7px 0;
}
.woocommerce .widget.widget_products .star-rating,
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
	width: 160px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 5px!important;
}
/*** 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;
    color: #848e9f;
}
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount{
	font-size: 17px;
	text-decoration: line-through;
	color: #848e9f;
}

/*** Woocemmerce Singel page ***/
.themetechmount-single-product-details{
    margin-bottom:70px;
}
.themetechmount-single-product-details:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.themetechmount-single-product-details .woocommerce-product-details__short-description{
    margin-top: 20px;
    margin-bottom:25px;
}
.themetechmount-single-product-info{
    padding-bottom: 30px;
}
.single-product .related.products{
    margin-top: -20px;
	margin-bottom: 25px;
}
.themetechmount-single-product-details{ 
    background-color: #fff;
}
.woocommerce div.product .product_title{
    font-size:30px;
	margin-bottom:8px;
}
.woocommerce div.product .summary .woocommerce-product-rating{
	margin-bottom: 15px;
}
.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;
    margin-top: 15px;
}
.woocommerce .summary .star-rating{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.woocommerce.single-product .summary .star-rating {
    display: block;
	font-size: 11px;
}
.woocommerce.single-product .summary .star-rating {
	margin-top: 9px;
	width: 75px;
    letter-spacing: 3px;
}
.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-aqovo-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: #1d2a4d;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 3px;
	font-weight: 600;
}
.summary .clear{
    display: none;
}
.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description>h2, .single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
   content: '\e81c';
   font-family: "tm-aqovo-icons";
   margin-right: 5px;
}
.single .main-holder #content div.product div.thumbnails a{
    width: 70px;   
}
.woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper{  
    margin-right: 10px;
}
.woocommerce .themetechmount-single-product-info .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
	font-weight: 400;
}
.woocommerce .themetechmount-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: 46px;
    width: 5.2em;
}
.single .main-holder div.product form.cart .woocommerce-grouped-product-list-item div.quantity {
	margin-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
}
/*** 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 {
    margin: 0 4px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0px;
}
.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 #reviews #comments h2 {
    clear: none;
    margin-bottom: 15px;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.single .main-holder #content div.product .woocommerce-Reviews .star-rating{    
    float: right;
	width: 7.4em;
	letter-spacing: 3px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
	margin-bottom: 15px;
}
.up-sells.products h2,
.single .main-holder .related.products h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
    font-size: 24px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff; 
    margin-bottom: 0;	
}
.woocommerce-Reviews .select2-container{
    width: 154px !important;
}
.single .main-holder .summary form.cart{
	 margin-bottom: 12px;
}
/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
.cross-sells h2,
.cart_totals h2{
	margin-bottom: 15px;
	font-size: 24px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	display: block;
}
.woocommerce-shipping-fields h3 label,
.woocommerce form .form-row label{
	font-weight: 600;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.main-holder .site .cart-collaterals{
	margin-top: 60px;
    margin-bottom: 20px;
}
.woocommerce-checkout h3#order_review_heading {
	margin-bottom: 0px;
    margin-top: 15px;
}
/*** 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: 50px;
}
.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: 500;
}
.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;
	background-color: #fff;
    border: none;
}
.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.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -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: 0px;
}
.woocommerce .price .woocommerce-Price-amount {
    font-size: 15px;
	font-weight: 400;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #eff3ff;
}
.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    margin-bottom: 55px;
}
.main-holder .site-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e0e0e0;	
}
.main-holder .site-content .widget_shopping_cart .cart_list li a.remove,
.main-holder .site-content .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}
.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    margin: 15px 0px 0px 10px;
	color: #828c96;
}
.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 5px;
    padding: 3px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}
/***  comment-form-rating ***/
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}
#respond label {
    margin: 0 0 10px !important;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 15px;
}

/*** Button font weight bold***/
.woocommerce .widget_shopping_cart a.button{
    padding: 10px 20px 11px;
    font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    float: right;
    padding: 11px 22px 9px;
    margin-top: -5px;
    border-radius: 3px;
    font-size: 14px;
}
.checkout.woocommerce-checkout,
.woocommerce-cart .main-holder .cart_totals table.shop_table,
.woocommerce-cart-form {
    padding: 0px;
    background-color: #fff;
}
.main-holder .site-content ul.products li.product .tm-shop-icon a {
	font-weight: 600;
}
.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 14px;
}
.woocommerce-lost-password .entry-content>.woocommerce,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background-color: #fff;
}
.woocommerce-lost-password .entry-content>.woocommerce {
	padding:30px;
}
.woocommerce table.shop_attributes td {
    padding-left: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled],
.main-holder .site table.cart .coupon button {
	padding:16px 30px 16px;
	font-weight:500;
	border-radius: 3px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon {
    padding-left: 10px;
    padding-right: 10px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .tm-wc-add-to-cart-btn a,
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .tm-wc-add-to-cart-btn a{
    margin-top: 0px;
	background-color: transparent;
    color: #fff;
    padding-left: 5px;
}
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .yith-wcqv-button {
	display:none;
}
.woocommerce-Reviews .comment-form {
    margin-bottom: 0px;	
}
.main-holder .site-content #reviews #comments ol.commentlist {
	padding-left:0px;
}
.woocommerce .main-holder .site-content #review_form {
	padding-top:10px;
}
.woocommerce .main-holder .site-content #review_form .comment-reply-title {
    font-size: 18px;
    line-height: 21px;
    color: #0e204d;
    font-weight: 500;
}
.single-product .main-holder .site-content span.onsale {
    left: 20px;
    top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 65px;
	border: none;
    padding: 0;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 80px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: #828c96;
    margin-bottom: 9px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: 500;
    font-size: 16px;	
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin:0;
	padding:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #283d58;
}
.main-holder .site .woocommerce-EditAccountForm fieldset {
	margin-top: 15px;
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login {
    margin-bottom: 80px;	
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login  .woocommerce-form__label-for-checkbox {
	padding-left: 10px;
}
.checkout.woocommerce-checkout {
    margin-bottom: 90px;
}
.woocommerce .main-holder #content div.product .entry-summary .add_to_wishlist:before {
    content: '\E838';
    font-family: "tm-aqovo-icons";
    margin-right: 5px;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-aqovo-icons";
    margin-right: 5px;
}
.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
	display: inline-block;
}
.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
	margin-right:8px;
}
.main-holder #content.site-content div.product form.cart table.variations td {
	padding: 15px 10px;	
	display: table-cell;
}
.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
	width:100% !important;
} 
.main-holder #content.site-content div.product form.cart table.variations tr:last-child td.value {
	padding-bottom:0px;
} 
.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
	padding-top:15px;
} 
.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em;
	width: 85px;
}
.main-holder #content.site-content div.product form.cart table.variations td.value {
	padding-right:35px;
}
.woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper {
	font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce form.checkout_coupon button{
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	padding:17px 30px 17px;
}
.woocommerce-Reviews #respond label {
    margin: 0px !important;
	padding-top: 5px;
	padding-bottom: 10px;
}
.woocommerce-Reviews .comment-form textarea, 
.woocommerce-Reviews .comment-form input[type="text"], 
.woocommerce-Reviews .comment-form input[type="email"] {
    padding: 13px 15px 5px;
    background-color: #f3f5ff;
    border-color: transparent;
}
.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size:20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-dropdown {
    background-color: #fff;
}
.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: 0px;
}
.woocommerce table.shop_attributes th,
.woocommerce div.product form.cart .group_table td label,
.woocommerce div.product form.cart .variations label {
	font-weight: 500;	
}
.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price{
	padding-bottom: 15px;	
}
.woocommerce .lost_reset_password .woocommerce-Button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	border-radius: 0em;	
	padding: 12px 25px;	
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	color:#fff;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
 .woocommerce form .form-row textarea::-webkit-input-placeholder {
	color: inherit !important; 
}
/* product_list_widget */
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-bottom: 8px !important;
}
.woocommerce ul.product_list_widget li img {
    width: 70px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.woocommerce ul.product_list_widget li a{
    padding-bottom: 6px;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	 margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 16px;
	font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #eff3ff;
    border: 1px solid #eeeeee;
    color: #0e204d;
    text-transform: capitalize;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;    
	background: none;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #2b343b;
    background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #0b0c26;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
	border: none;
}
.woocommerce-Tabs-panel h2{
	font-size: 20px;
	margin-top: 0;
	line-height: 28px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 0px;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce .shipping_address .form-row .select2-container {
    width: 100%!important;
}
#ship-to-different-address #ship-to-different-address-checkbox {
    margin-top: 10px;	
}
.woocommerce.single-product div.summary .stock {
    display: inline-block;
    color: #fff;
    border-radius:0px;
    padding: 2px 10px;
    margin-bottom:0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #818491;
}
/*** 

====================================================================
	Pricing table 
====================================================================
*/
.themetechmount-ptables-w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.themetechmount-ptables-w .ttm-pricetable-column-w{
	-webkit-flex: 1 1 auto; /* Safari 6.1+ */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
   -webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	padding: 40px 0 25px;
	margin-left:15px;
	margin-right:15px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:first-child {
	margin-left:0px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:last-child {
	margin-right:0px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
    background-color: #fff;
	border-radius:6px;
	border-top: 4px solid;
}
.ttm-pricetable-column-inner.tm-currency-before {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	display: block;
	padding: 0 20px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}
.ttm-pricetable-column-w:hover .tm-vc_btn3-container.tm-vc_btn3-inline,
.ttm-pricetable-column-w:hover .tm-ptablebox-content {
	background: #fff;
}
.tm-ptablebox .tm-vc_btn3-container.tm-vc_btn3-inline,
.tm-ptablebox .tm-ptablebox-content {
	transition: all 0.3s ease;
}
.tm-ptablebox-style-1 .tm-ptablebox-features .tm-feature-lines,
.tm-ptablebox.tm-ptablebox-style-1 {
	text-align: center;
}
.tm-ptablebox-title {
	text-align: center;
}
.ttm-ptablebox-price-w {
	position:relative;
	margin-top:5px;
	margin-bottom: 0px;
}
.tm-ptablebox-price,
.tm-ptablebox .tm-ptablebox-cur-symbol-after,
.tm-ptablebox .tm-ptablebox-cur-symbol-before {
	display: inline-block;
}
.tm-ptablebox .tm-ptablebox-cur-symbol-after,
.tm-ptablebox .tm-ptablebox-cur-symbol-before {
	font-size: 40px;
	font-weight: 700;
}
.tm-ptablebox .tm-ptablebox-price h2{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 700;
}
.tm-ptablebox .tm-ptablebox-cur-symbol-before {
	position: absolute;
	top:11px;
	margin-left: -10px;	
}
.tm-ptablebox .tm-ptablebox-frequency {
	position: relative;
	font-size:16px;
}
.tm-currency-before .tm-ptablebox-price {
	padding-left:18px
}
.tm-currency-after .tm-ptablebox-price {
	margin-left: -3px;
}
.tm-ptablebox-features .tm-feature-lines {
	list-style-type:none;
	margin: 0;
	padding: 12px 0px 10px 0px;
}
.tm-ptablebox-features .tm-feature-lines li {
	position:relative;
	padding: 0;
	margin: 0;
	font-size: 15px;
	padding-top: 12px;
    border-bottom: 1px solid rgb(42, 42, 42, 0.07);
    padding-bottom: 12px;
}
.tm-ptablebox-features .tm-feature-lines li:last-child {
    border-bottom: none;
}
.tm-ptablebox .themetechmount-ptable-icon{
	padding:15px 0;
}
.tm-ptablebox .tm-sbox-icon-wrapper {
    font-size: 58px;
    display: inline-block;
	text-align:center;
	color:#262c31;
}
.tm-ptablebox .tm-sbox-icon-wrapper .kw_aqovo {
	font-size: 58px;
    line-height: 58px;
}
.tm-ptablebox .tm-ptablebox-title h3 {
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 0px;
}
.tm-ptablebox .tm-ptablebox-desc {
	margin-top: -9px;
	padding-bottom: 20px;
	font-style: italic;
}
.tm-ptablebox .tm-ptablebox-features {
	position: relative;
	padding: 0px 10px 5px;
}
.tm-ptablebox .themetechmount-ptable-main {
	display:block;
	position:relative;
	overflow: hidden;
}
.tm-ptablebox .tm-vc_btn3-container.tm-vc_btn3-inline {
	display: block;
	margin-top: 5px;
	padding-bottom:5px;
	margin-bottom: 20px;
	text-align: center;
}
.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3-container.tm-vc_btn3-inline .tm-vc_btn3:hover {
    background-color: #232323;
}
.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3-container.tm-vc_btn3-inline .tm-vc_btn3 {
	color:#fff;
}
.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-grey,
.tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-grey:hover {
	color:#fff;
}
.tm-ptablebox-featured-col .tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-grey:hover,
.tm-ptablebox .tm-vc_btn3.tm-vc_btn3-color-grey:hover {
	background-color:#1a1d22;
}
.ttm-pricetable-column-w .ttm-featured-title {
	position: absolute;
	top: -46px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	color: #fff;
	padding: 10px 15px;
	background-color: #1a1d22;
}
.ttm-pricetable-column-w .ttm-featured-title i {
	margin-right: 10px;
}


/* event box */
.themetechmount-box-events .themetechmount-meta-date{
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2;
	width: 70px;
    height: 70px;
	border-radius: 3px;
}
.themetechmount-events-box-view-top-image.themetechmount-box-events .themetechmount-meta-date{
    top: 20px;
	width: 60px;
    height: 60px;
	border-radius: 0px;
}
.themetechmount-box-events .themetechmount-meta-date.tm-md-event{
	width: 120px;
}
.themetechmount-meta-date.tm-md-event .date-sep,
.themetechmount-meta-date.tm-md-event .themetechmount-event-meta-dtend,
.themetechmount-meta-date.tm-md-event .themetechmount-event-meta-dtstart {
	float:none;	
}
.themetechmount-box-events .themetechmount-meta-date.tm-md-event .themetechmount-event-date {
	padding: 10px 12px 10px 9px;
}
.themetechmount-box-events .themetechmount-meta-date.tm-md-event .date-sep {
   padding: 0px;
}
.themetechmount-box-events .themetechmount-meta-date .themetechmount-event-date {
    text-align: center;
    width: 100%;
    position: relative;
    color: #fff;
    z-index: 2;
	font-weight: 500;
    font-size: 30px;
    top: 0;
    left: 0;
	border-radius: 0;
	display: block;
	text-transform: uppercase;
	padding: 7px 10px 10px 15px;
	display:table;
}
.themetechmount-box-events .themetechmount-meta-date .themetechmount-event-date .entry-month{
	font-size: 15px;
    line-height:24px;
	display: block;
	font-weight: normal;
}
.date-sep,
.themetechmount-event-meta-dtend,
.themetechmount-event-meta-dtstart {
	display: table-cell;
	float: left;
}
.date-sep {
	padding: 8px 12px;
}
.themetechmount-box-events .themetechmount-meta-details,
.themetechmount-box-events .themetechmount-meta-details a,
.themetechmount-box-events .themetechmount-meta-details i {
    font-size: 13px;	
}
.themetechmount-box-events div.themetechmount-box-meta.themetechmount-events-meta:last-child {
	padding-bottom: 20px;
}
.themetechmount-box-events .tribe-events-vanue {
    display: block;
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(201, 201, 201, 0.39);
    padding-top: 12px;
    margin-top: 30px;
    font-size: 15px;
}
.themetechmount-box-events .themetechmount-event-meta-dtend {
	position:relative;
	padding-left:22px;
}
.themetechmount-box-events .themetechmount-event-meta-dtend:before {
	content: "";
    height: 16px;
    width: 1px;
    background-color: rgba(0,0,0,.09);
    display: block;
    position: absolute;
    left: 10px;
    top: 4px;
}

.tm-normal-buttonfont a {
	font-weight:400;
}
.themetechmount-box-events .event-box-content {
    padding: 25px 25px 25px;
    background-color: #fff;
}
.themetechmount-boxes-view-carousel .tm-box-col-wrapper .themetechmount-box-events .event-box-content {
	margin-bottom:10px;
}
.themetechmount-boxes-events.themetechmount-boxes-centermode.themetechmount-boxes-col-one .event-box-content {
    opacity: 0;
    right: 30px;
    bottom: -75px;
    max-width: 300px;
    padding: 24px 30px 34px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.1);
}
.themetechmount-boxes-col-one .tm-box-col-wrapper.slick-active .themetechmount-box-events .event-box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.themetechmount-boxes-events.themetechmount-boxes-view-carousel.themetechmount-boxes-col-one.tm-boxes-carousel-arrows-side .slick-arrow {
    margin-top: -40px;	
}
.themetechmount-box-events .event-box-content .themetechmount-event-meta-item span.sep{
	display:none;
}
.themetechmount-box-events .event-box-content .themetechmount-meta-details i {
    padding-right: 6px;
	float:left;
	padding-top:7px;
}
.themetechmount-box-events .event-box-content .tribe-events-vanue i {
   padding-right: 6px;
    padding-left: 2px;

}
.themetechmount-box-events .event-box-content .themetechmount-eventbox-footer {
    padding-top: 28px;	
}

.themetechmount-events-box-view-top-image-details .themetechmount-post-readmore a,
.themetechmount-box-events .event-box-content .themetechmount-eventbox-footer a {
	display: inline-block;
    position: relative;
    color: #fff;
    border: 1px solid transparent;
    padding: 7px 27px 8px;
    background-color: #0e385e;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
}
.themetechmount-meta-details {
	padding-bottom:3px;
}
.ttm-services-styleone .wpb_single_image .vc_figure {
	z-index: -1;
}
.themetechmount-events-box-view-top-image-details .themetechmount-box-bottom-content {
    background-color: #fff;
    padding: 15px 25px 15px;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.themetechmount-box-events.themetechmount-events-box-view-top-image-details .themetechmount-event-meta-dtend {
    display: none;
}
.themetechmount-events-box-view-top-image-details .tribe-events-vanue {
	padding-top: 15px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-eventbox-footer {
    margin-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e4e7e8;
    padding-left: 25px;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 14px;
	font-size: 15px;
    font-weight: 500;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date {
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    margin-top: -50px;
	margin-bottom: 18px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date .themetechmount-event-date {
    padding: 12px 10px 10px 23px;
    vertical-align: middle;
	font-size: 24px
}
.themetechmount-box-events .tribe-events-vanue i {
	padding-right: 2px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-meta-date .themetechmount-event-date .entry-month {
    font-size: 14px;
    line-height: 24px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-eventbox-footer a:after {
	font-family: "tm-aqovo-icons";
    content: '\e826';
    font-style: normal;
    font-weight: 400;
    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: 5px;
}
.themetechmount-events-box-view-top-image-details:hover .themetechmount-box-bottom-content {
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.2);
}
.themetechmount-events-box-view-top-image-details .tm-tribe_events-featured-wrapper {
	overflow:hidden;
}
.themetechmount-events-box-view-top-image-details:hover .tm-tribe_events-featured-wrapper img {
	transform: scale(1.05);
}
.themetechmount-events-box-view-top-image-details .tm-tribe_events-featured-wrapper,
.themetechmount-events-box-view-top-image-details .tm-tribe_events-featured-wrapper img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*** Testimonials One Colume Carsoul ***/

.testimonial_wrapper {
	position:relative;
}
.testimonial_wrapper .themetechmount-box-desc {   
    border: none;
	text-align: left;
}
.slick_testim_info {
	padding-bottom: 21px;
}
.slick_testim_info p {
	line-height: 27px;
	font-size: 18px;
	font-style: italic;
}
.testimonials-nav {
    max-width: 330px;
    overflow: hidden;	
    margin-bottom: 48px !important;
}
.testimonials-nav .nav_item_wrap {
	padding: 0;
	margin: 0 5px;
	width: 92px;
	outline: none;
	float: left;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-nav .slick-list {
	padding-left:0px !important;
}
.testimonial_item,
.testimonial_nav_info {
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.slick-center .testimonial_item,
.testimonials-nav {
	margin: 0 auto;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title{
    position: relative;
    width: 150px;
    left: -39px;
}
.slick-center .testimonial_nav_info {
	margin-left: 0;
	margin-right: 0;
}
.testimonial_item h6 {
	margin-bottom: 5px;
}
.testimonial_item span {
	display: block;
	line-height: 20px;
}
.testimonial_item .themetechmount-author-name{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.testimonial_item .themetechmount-box-footer{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #888888;
}
.testimonial_item h6,
.testimonial_item .themetechmount-box-title h3,
.testimonial_item .themetechmount-box-title span {
	opacity: 0;
	visibility: hidden;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.slick-center .testimonial_item h6,
.slick-center .testimonial_item h3,
.slick-center .testimonial_item span {
	opacity: 1;
	visibility: visible;
}
.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_wrapper:after {    
    border-color: #fff;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc blockquote,
.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_item .themetechmount-author-name,
.tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer{
	color: #fff;
}
.tm-bgcolor-darkgrey .testimonial_item .themetechmount-box-footer,
.tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer{
	color: rgba(255, 255, 255, 0.43);
}

.tm-sbox.tm-hide-sbox-icon .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-top .tm-vc_cta3-icons {
	display:none;
}	
.tm-sbox.tm-hide-sbox-icon .tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-top .tm-vc_cta3_content-container {
    padding-top: 0em;
}	
	
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left.tm-vc_cta3-style-classic .tm-vc_cta3-icons { 
    float: left;	
    padding-right: 25px;	
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left.tm-vc_cta3-style-classic.tm-vc_cta3-actions-right .tm-vc_cta3_content-container {
	width: 100%;
	display: block;
	float: none;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #182333;
    background-color: #182333;
}

/* Column Vertical separator -------------------------------------------------------------------*/
.colum-vertical-sep .wpb_column{
    position: relative;
}
.colum-vertical-sep .wpb_column:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f0f0f0;
    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.colum-vertical-sep .vc_row .wpb_column:after,
.tm-bgcolor-skincolor.colum-vertical-sep .vc_row .wpb_column:after{
    background-color: rgba(255, 255, 255, 0.07);
}
.colum-vertical-sep.vc_row .wpb_column:nth-last-child(1):after,
.colum-vertical-sep .vc_row .wpb_column:nth-last-child(1):after{
    content: unset;
}
.colum-vertical-sep .tm-vc_btn3-container,
.colum-vertical-sep .tm-sbox .tm-vc_cta3-container {
    margin-bottom: 0px;
}

/* End Colum Vertical seprator -------------------------------------------------------------------*/

.widget_pages li.empty_link,
.widget_nav_menu li.empty_link {
    display: none;
}
.themetechmount-ratting-star {
	padding-top: 2px;
	padding-bottom: 7px;
}
.tm-aqovo-icon-star-empty-1,
.tm-aqovo-icon-star-1 {
    display: inline-block;
    width: 12px;
    margin: 0 1px;
    font-size: 14px;
}
.tm-aqovo-icon-star-empty-1:before,
.tm-aqovo-icon-star-1:before {
    margin-left: 0px;
}
.tm-aqovo-icon-star-1.tm-active {
	color: #ffba00;
}


.wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
.wpcf7 .tm-commonform textarea::-webkit-input-placeholder,
.wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered, 
.wpcf7 .tm-commonform textarea::-webkit-input-placeholder{    
    color: inherit !important;
}
.tm-col-bgcolor-grey .select2-container--default .select2-selection--single,
.tm-col-bgcolor-grey .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-col-bgcolor-grey textarea,
.tm-col-bgcolor-grey input[type="text"],
.tm-col-bgcolor-grey input[type="password"],
.tm-col-bgcolor-grey input[type="datetime"],
.tm-col-bgcolor-grey input[type="datetime-local"],
.tm-col-bgcolor-grey input[type="date"],
.tm-col-bgcolor-grey input[type="time"],
.tm-col-bgcolor-grey input[type="number"],
.tm-col-bgcolor-grey input[type="email"],
.tm-col-bgcolor-grey input[type="url"],
.tm-col-bgcolor-grey input[type="tel"],
.tm-col-bgcolor-grey .uneditable-input,
.tm-col-bgcolor-grey select {
    background-color: rgba(255,255,255,1);
	color:#686e73;
	border-color:transparent;
}

.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-col-bgcolor-skincolor textarea,
.tm-col-bgcolor-skincolor input[type="text"],
.tm-col-bgcolor-skincolor input[type="password"],
.tm-col-bgcolor-skincolor input[type="datetime"],
.tm-col-bgcolor-skincolor input[type="datetime-local"],
.tm-col-bgcolor-skincolor input[type="date"],
.tm-col-bgcolor-skincolor input[type="time"],
.tm-col-bgcolor-skincolor input[type="number"],
.tm-col-bgcolor-skincolor input[type="email"],
.tm-col-bgcolor-skincolor input[type="url"],
.tm-col-bgcolor-skincolor input[type="tel"],
.tm-col-bgcolor-skincolor .uneditable-input,
.tm-col-bgcolor-skincolor select {
    background-color: rgba(0,0,0,0.12);
	color:rgba(255, 255, 255, 1);
	border-color:transparent;
}

.tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-date::-webkit-input-placeholder,
.tm-bgcolor-skincolor .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
/*** Textarea ***/
.tm-bgcolor-skincolor .wpcf7 .tm-commonform textarea::-webkit-input-placeholder,
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-date::-webkit-input-placeholder,
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
/*** Textarea ***/
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform textarea::-webkit-input-placeholder{    
    color: rgba(255, 255, 255, 1) !important;
}
.tm-bgcolor-grey .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-bgcolor-grey .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-bgcolor-grey .wpcf7 .tm-commonform textarea::-webkit-input-placeholder,
.tm-col-bgcolor-grey .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-col-bgcolor-grey .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered, 
.tm-col-bgcolor-grey .wpcf7 .tm-commonform textarea::-webkit-input-placeholder{    
    color: inherit !important;
}

/* underline links */
.tm-strong-underline strong,
.tm-text-underline {
	text-decoration: underline;
}
.tm-col-bgcolor-dargrey .tm-link-underline .tm-cta3-description a,
.tm-col-bgcolor-dargrey .tm-link-underline a,
.tm-bgcolor-dargrey .tm-link-underline .tm-cta3-description a,
.tm-bgcolor-dargrey .tm-link-underline a,
.tm-col-bgcolor-skincolor .tm-link-underline .tm-cta3-description a,
.tm-col-bgcolor-skincolor .tm-link-underline a ,
.tm-bgcolor-skincolor .tm-link-underline .tm-cta3-description a,
.tm-bgcolor-skincolor .tm-link-underline a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.50)
}


/* column width auto */

.tm-video-iconbox .vc_column_container,
.tm-column-inline .vc_column_container {
    width: auto;
	max-width: max-content;
	float: left;
}
.tm-column-inline.tm-floatright .vc_column_container {
	float: right;
}
.vc_row.tm-video-iconbox,
.tm-row.tm-video-iconbox {
	position: absolute;
    right: 15px;
	left:auto;
    bottom: 0;
}
.tm-video-iconbox .tm-vc_icon_element {
	margin-bottom:0px;
}
.vc_row.tm-video-iconbox .tm-vc_icon_element,
.tm-row.tm-video-iconbox .tm-vc_icon_element {
    margin-bottom: 5px;	
}

/* testimonial arrow */

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-testimonial-inner div.row.slick-slider:first-child {
	margin-top: 75px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below.themetechmount-boxes {
	padding-bottom: 0px;	
}
.themetechmount-boxes-portfolio.tm-boxes-carousel-arrows-above.themetechmount-boxes div.slick-list {
    padding-bottom: 40px;	
}

.tm-overlay-leftrow.vc_column_container>.vc_column-inner {
    z-index: unset !important;	
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-prev {
	right: 60px;
    left: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-next {
	right: 30px;
    left: auto;
}

/* circle progress fid box */

.tm-fid-view-circle-progress.inside {
    padding: 0;
    margin-bottom: 0px;
}
.tm-circle canvas {
    max-width: 100%;
    width: 105px !important;
    height: 105px !important;
}
.tm-fid-view-circle-progress .tm-circle-content {
    position: relative;
}
.tm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
	-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-fid-view-circle-progress .tm-fid-number,
.tm-fid-view-circle-progress .tm-fid-number sup,
.tm-fid-view-circle-progress .tm-fid-number sub{
    font-size: 32px;
	color: #333333;
}
.tm-fid-view-circle-progress .tm-fid-title {
	text-align: left;
}

.tm-fid-view-circle-progress .tm-fid-number {
	font-size:26px;
	font-weight:600;
}
.tm-fid-view-circle-progress .tm-circle-content sub {
    bottom: 0;
}
.tm-bgcolor-skincolor .tm-fid-view-circle-progress.inside h3,
.tm-bgcolor-darkgrey .tm-fid-view-circle-progress.inside h3,
.tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup,
.tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub,
.tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup,
.tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub,
.tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number,
.tm-col-bgcolor-darkgrey  .tm-fid-view-circle-progress .tm-fid-number,
.tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup,
.tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub,
.tm-bgcolor-darkgrey .tm-fid-view-circle-progress .tm-fid-number sup,
.tm-bgcolor-darkgrey .tm-fid-view-circle-progress .tm-fid-number sub,
.tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number,
.tm-bgcolor-darkgrey  .tm-fid-view-circle-progress .tm-fid-number{ 
	color: #fff;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    padding: 12px 30px 12px 80px;
    border: 1px solid;
    color: #333333;
    border-color: transparent;
    min-height: 82px;
    text-align: left;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:not(.vc_active)>a:hover,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    color: #333333;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body .tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper {
    margin-top: 5px;
}
.wpb-js-composer .tm-bgcolor-grey .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-icon:after {
    background-color: rgba(255, 255, 255, 0.2);
}
.tm-fid-view-circle-progress.inside h3 span {
	text-align:left;
	padding: 0px 4px 0px 20px;
}

 /* floatingbar team serach widget */

.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li a:before, 
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li:before{
	color: rgba(255, 255, 255, 0.2);
}
.themetechmount-fbar-box .textwidget.widget-text {
    font-size: 16px;
    line-height: 26px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box .widget:last-child,
.themetechmount-fbar-box  .tm-sbox .tm-vc_cta3-container {
	margin-bottom: 10px;
}
.themetechmount-fbar-box .tm-sbox .tm-vc_cta3-content-header h2 {
    margin-bottom: 5px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn {
	cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 165px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
	line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a i {
    margin-left: -5px;	
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a i.themifyicon  {
    line-height: 42px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a:after {
	content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #01d6a3;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn a:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #03acdc;
}
a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-close-icon {
	display:block !important;
}
a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-open-icon  {
	display:none;
}
.themetechmount-fbar-box-w .themetechmount-fbar-box .search_field select {
    padding-left: 7px !important;
}
.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 13px;
    top: 9px;
}

.tm-heading-with-border .tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content{
    margin-bottom: 80px;
}
.tm-heading-with-border .themetechmount-box-heading-wrapper .tm-element-heading-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 52px;
    background-color: #f2f2f2;
}
.tm-col-bgcolor-skincolor .tm-heading-with-border .themetechmount-box-heading-wrapper .tm-element-heading-wrapper:after,
.tm-col-bgcolor-darkgrey .tm-heading-with-border .themetechmount-box-heading-wrapper .tm-element-heading-wrapper:after,
.tm-bgcolor-darkgrey .tm-heading-with-border .themetechmount-box-heading-wrapper .tm-element-heading-wrapper:after,
.tm-bgcolor-skincolor .tm-heading-with-border .themetechmount-box-heading-wrapper .tm-element-heading-wrapper:after {
	 background-color:rgba(242, 242, 242, 0.24);
}
.tm_prettyphoto .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: 40px!important;
    padding-left: 7px;	
}

.tm-sbox.tm-0px-content-margin .tm-cta3-description p:last-child,
.tm-10px-heading-margin h2,
.tm-10px-heading-margin h3,
.tm-10px-heading-margin h4,
.tm-10px-heading-margin h6,
.tm-10px-heading-margin h5 {
    margin-bottom: 10px;	
}
.tm-sbox.tm-0px-content-margin .tm-cta3-description p:last-child,
.tm-sbox.tm-0px-heading-margin .tm-vc_cta3-content-header h2,
.tm-sbox.tm-0px-heading-margin .tm-vc_cta3-content-header h4,
.tm-0px-heading-margin h2,
.tm-0px-heading-margin h4 {
    margin-bottom: 0px;	
}
.tm-sbox.tm-0px-heading-margin .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
	vertical-align: top;
	padding-top: 10px;
}

/* faq arrow right */
.tm-faq-arrow-right .vc_toggle .vc_toggle_content .vc_toggle_icon, 
.tm-faq-arrow-right .vc_toggle .vc_toggle_title .vc_toggle_icon {
    right: 0;
    left: auto;
}
.tm-faq-arrow-right .vc_toggle .vc_toggle_content,
.tm-faq-arrow-right .vc_toggle .vc_toggle_title {
	padding-left: 0px;
}
.tm-faq-arrow-right .vc_toggle .vc_toggle_content .alignright,
.tm-faq-arrow-right .vc_toggle .vc_toggle_content .alignleft {
	margin-bottom: 15px;
}

.footer_logo {
    margin-bottom: 15px;
}

.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:before, 
.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	background-color: #13c5dd;
}
.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner .tm-vc_icon_element-link {
	z-index:11;
}
.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:before { 
    width: 84px;
    height: 84px;
    opacity: 0.3;
}
.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:after {
    width: 103px;
    height: 103px;
    opacity: 0.3;
}

.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:hover:before, 
.tm_prettyphoto.tm-vc_icon_element .tm-vc_icon_element-inner:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}
@-webkit-keyframes prittyphoto {
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes prittyphoto {
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: .3;
	}
	40% {
		opacity: .5;
	}
	100% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

.servicebox-number .tm-sbox.tm-sbox-istyle-rounded-outline .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner:before{
	content: '';
    display: inline-block;
    width: 2.75em!important;
    height: 5.5em!important;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    border: 2px solid #129ce7;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 1px;
    margin-right: -2px;
}
.servicebox-number .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: 50px!important;
    height: 50px!important;
}
.servicebox-number .tm-sbox  .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon {
    font-size: 1.5em!important;
}

body {
    counter-reset: section sbox iconbox;
}
.servicebox-number .tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon:before{
    counter-increment: section;
    content: counter(section, decimal-leading-zero);    
}
.servicebox-number .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: 20px;
}
.servicebox-number .tm-sbox .tm-vc_cta3-container {
    margin-bottom: 5px;	
}


/* classic grey color */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border: 1px solid #f1f1f1;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #f8f9fa;
}
.wpb-js-composer .tm-bgcolor-grey .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .tm-bgcolor-grey .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .tm-bgcolor-grey .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover ,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #fff;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #182333;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:before {
	border-color: #182333;
}


/* classic outline grey color */
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon:before {
    border-color: #182333;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
    color: #182333;
}
body.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-grey .vc_tta-tab>a {
    border-width: 2px;
    border-color: rgba(227, 227, 227,0.70);
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline:not(.vc_tta-accordion) .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline:not(.vc_tta-accordion) .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:before {
	 border-color: rgba(255, 255, 255,0.70);
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 18px 20px;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta.vc_general .vc_tta-panel-title>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;
}

/* classic outline skincolor color */
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-skincolor:not(.vc_tta-accordion) .vc_tta-tab>a {
	padding: 14px 20px;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-skincolor:not(.vc_tta-accordion) .vc_tta-tab.vc_active>a {
	color:#fff;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-skincolor:not(.vc_tta-accordion) .vc_tta-panel-heading,
 .wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-skincolor:not(.vc_tta-accordion) .vc_tta-tab>a {
    border-width: 2px;
    border-color: rgba(227, 227, 227,0.70);
}
 .wpb-js-composer .vc_tta.vc_tta-style-outline:not(.vc_tta-accordion) .vc_tta-tab>a {
	font-size:17px;
}

/* classic white color */
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-color-skincolor .vc_tta-tab.vc_active>a:hover,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:hover .vc_tta-icon,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:focus .vc_tta-icon,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	color:#fff !important;
}
.wpb-js-composer .vc_general.vc_tta.tm-tabicon-top .vc_tta-tab>a {
    padding:23px 25px 25px;
}
.wpb-js-composer .vc_general.vc_tta.tm-tabicon-top .vc_tta-icon {
    font-size: 35px;
    line-height: 0;
    display: block;
	width: 50px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
}


/* White BG Global */

.tm-col-bgcolor-grey .themetechmount-ptables-w .ttm-pricetable-column-w, 
.tm-bgcolor-grey .themetechmount-ptables-w .ttm-pricetable-column-w, 
.tm-bgimage-yes .themetechmount-ptables-w .ttm-pricetable-column-w {
	background-color: #fff;
}
.tm-col-bgcolor-grey .themetechmount-ptables-w .ttm-pricetable-column-w:not(.tm-ptablebox-featured-col) .tm-vc_btn3.tm-vc_btn3-color-white:not(:hover), 
.tm-bgcolor-grey .themetechmount-ptables-w .ttm-pricetable-column-w:not(.tm-ptablebox-featured-col) .tm-vc_btn3.tm-vc_btn3-color-white:not(:hover), 
.tm-bgimage-yes .themetechmount-ptables-w .ttm-pricetable-column-w:not(.tm-ptablebox-featured-col) .tm-vc_btn3.tm-vc_btn3-color-white:not(:hover){
	color: #182333;
    background-color: #f8f9fa;
}

.wpcf7 .tm-commonform .field-group {
    position: relative;
}
.wpcf7 .tm-commonform .field-group i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

/* header-style-toplogo */
.tm-header-style-toplogo .tm-header-top-wrapper .col-sm-4.col-md-3 {
    padding: 0;
}
.tm-header-style-toplogo .info-widget {
    display: table;
}
.tm-header-style-toplogo .info-widget-content{
    display: table-cell;
    vertical-align: middle;
}
.tm-header-style-toplogo .info-widget-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.tm-header-style-toplogo .info-widget-content h2 {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 0px;
}
.tm-header-style-toplogo .info-widget-content h2.ph_no {
	padding-top:4px
}
.tm-header-style-toplogo .info-widget {
	padding-left: 25px;
}
.tm-header-style-toplogo .widget-left .info-widget-content:before,
.tm-header-style-toplogo .widget-right .info-widget-content:after {
    position: absolute;
    top: 43px;
    width: 37px;
    height: 40px;
    background-repeat: no-repeat;
    content: "";	
}
.tm-header-style-toplogo .widget-right .info-widget-content:after {
    right: 0;
	background: url(../images/info-right-arrow.png);
}
.tm-header-style-toplogo .widget-left .info-widget-content:before {
	background: url(../images/info-left-arrow.png);
    left: 0;
}
.tm-header-style-toplogo .widget-right .info-widget {
    text-align: right;
    padding-right: 25px;
    float: right;
}
.tm-header-style-toplogo .tm-header-top-wrapper .col-sm-4.col-md-3 .widget-right h2 {
    padding-right: 25px;
}

/* gloabal white font */

.tm-bgcolor-skincolor .tm-list.tm-white li .tm-list-li-content,
.tm-bgcolor-darkgrey .tm-list.tm-white li .tm-list-li-content {
	color:rgba(255, 255, 255, 0.80);
}

/* footer cta wrapper */

.site-footer .tm-footer-cta-wrapper .tm-footer-cta-inner {
    padding: 30px 15px;
    z-index: 9;
	overflow: hidden;
}


.tm-bgcolor-skincolor .tm-sbox .tm-vc_general.tm-vc_cta3 a.tm-vc_general.tm-vc_btn3:hover:after,
.tm-col-bgcolor-skincolor .tm-sbox .tm-vc_general.tm-vc_cta3 a.tm-vc_general.tm-vc_btn3:hover:after {
	background-color: #1a1d22 !important; 
}
 
.tm-vc_btn3.tm-vc_btn3-style-text.tm-capitalize-text a {
    font-weight: 400;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #e9e6e6;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title>a {
    padding: 23px 25px;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
    padding-right: 40px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title.vc_tta-accordion {
    font-size: 18px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #e9e6e6;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-color: #e9e6e6;
	border-top: none;
    padding-top: 25px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #1a1d22;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel-body {
	padding-top:0px;
	padding-bottom: 25px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:focus,
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent;
}
.vc_row .widget .woocommerce-product-search .search-field, .vc_row .widget .search-form .search-field {
	position: relative;
    width: 100%;
    height: 55px;
    border: 1px solid #e9e6e6;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(1, 1, 1, 0.04);
    padding: 0 20px;
}
.vc_row .widget .search-form .search-submit {
	top:5px;
	right:5px;
}
.vc_row .widget {
    margin: 25px 0 15px;
}
.vc_row .vc_wp_search.wpb_content_element {
    margin-bottom: 20px;
}

.vc_tta-panel-body img.tm-equal-height-image {
	height: auto;
	max-width: 100%;	
}

#tribe-events-pg-template .tribe-events-single-event-description h4 {
    font-size: 26px;
    line-height: 30px;
}
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
    font-size: 16px;
    font-weight: 500;
}

.footer .vc_separator.wpb_content_element {
	margin-bottom: 27px;	
}

.tm-remove-underline .tm-vc_btn3.tm-vc_btn3-style-text:after,
.tm-remove-underline .tm-vc_btn3.tm-vc_btn3-style-text:before {
    content: unset;	
}

.themetechmount-team-position {
    font-size: 14px;
}


.tm-element-heading-wrapper .tm-cta3-content-wrapper p strong{
    font-weight: 600;   
}


a.tm-link-underline,
.tm-link-underline a{
	text-decoration:underline;
}
a.tm-link-underline:hover,
.tm-link-underline a:hover{
    color: #1a1d22;
    border-bottom-color: #1a1d22;
}


.tm-list.tm-list-textsize-medium.tm-list-text li {
    font-size: 16px;
    line-height: 26px;
    font-family: montserrat;
    font-weight: 600;
    padding-bottom: 33px;
}
.tm-list.tm-list-textsize-medium.tm-list-text li .tm-list-li-content{
    color: #252525;
}
.tm-list.tm-list-textsize-medium.tm-list-text li:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: rgb(42, 42, 42, .07);
    top: 42px;
    left: 0;
}
.tm-list.tm-list-textsize-medium.tm-list-text li:last-child:after{
    content: unset;
}
.tm-btn-center{
    text-align: center;
}

.tm-list-style-none li .tm-list-li-content {
	position:relative;
}
.tm-list-style-none li .tm-list-li-content:before{
	font-family: "tm-aqovo-icons";
	content: "\e83a";
	position: absolute;
	top:9px;
	left: 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: 500;
	margin-top: -6px;
}
.tm-list-style-none li .tm-list-li-content {
	padding-left:25px;
}

.tm-list.tm-list-style-icon.tm-list-textsize-medium li i.themifyicon.ti-minus:before {
    font-family: "tm-aqovo-icons";
    content: "\e847";
}
/*testimonial slickview*/

.themetechmount-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.testimonial_item .themetechmount-box-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    opacity: .3;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0)!important;
	border:8px solid transparent;
}
.slick-center .testimonial_item .themetechmount-box-img img {
    opacity: 1;
    border:4px solid rgba(0, 0, 0,.07);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info{
    border: 10px solid rgba(0, 0, 0,.05);
}
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info,
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info{
    border-color: rgba(255, 255, 255, .04);
}
.tm-bgcolor-skincolor .slick-center .testimonial_item .themetechmount-box-img img,
.tm-col-bgcolor-skincolor .slick-center .testimonial_item .themetechmount-box-img img,
.tm-col-bgcolor-darkgrey .slick-center .testimonial_item .themetechmount-box-img img,
.tm-bgcolor-darkgrey .slick-center .testimonial_item .themetechmount-box-img img {
    border-color:rgba(255, 255, 255,1);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -36px;
    left: 50%;
    margin-left: -25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 26px solid rgba(0, 0, 0,.05);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:before,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:before,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:before,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info:before {
	border-bottom-color: rgba(255, 255, 255, .04);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-info blockquote{
    background-color: transparent;
    margin: 0 30px 17px;
    border-left: 0px;
    padding: 0px 6px 15px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .ratting-star{
    padding-bottom: 12px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-arrow{
    border: none;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, 
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before {
    font-family: "tm-aqovo-icons";
    content: '\e826';
    color: #8d8d8d;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before{
    content: '\e83a';
    text-align: center;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left: 50%;
    margin-left: -186px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 50%;
    margin-right: -186px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, 
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    -webkit-transform: translate(0, -470%);
    -ms-transform: translate(0, -470%);
    transform: translate(0, -470%);
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, 
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before{
    color: #fff;
}

.tm-single-image-wrapper,
.tm-single-image-inner {
	position:relative;
}
.tm-single-image-inner {
	display: inline-block;
}
.tm-single-image-wrapper.imagestyle-two .tm-single-image-inner img {
	padding-right:20px;
}
.tm-single-image-wrapper.imagestyle-two .tm-single-image-inner:before {
    content: '';
    position: absolute;
    border-right: 20px solid;
    height: 95%;
    bottom: 0px;
    right: 0px;
}
.tm-single-image-wrapper.imagestyle-two .tm-single-image-inner:after {
    content: '';
    position: absolute;
    border-bottom: 20px solid;
    bottom: -20px;
    right: 0px;
    width: 95%;
}
.tm-bgcolor-grey .tm-single-image-wrapper.imagestyle-two .tm-single-image-inner:before,
.tm-bgcolor-grey .tm-single-image-wrapper.imagestyle-two .tm-single-image-inner:after{
	border-color:#fff;
}
.tm-single-image-wrapper.imagestyle-four .tm-single-image-inner:before {
    content: '';
    position: absolute;
    border: 10px solid;
    height: 100%;
    top: -40px;
    left: -40px;
    width: 97%;
    z-index: -1;
}
.tm-single-image-wrapper.imagestyle-four {
	padding-top:40px;
	padding-left: 40px;
}
.tm-single-image-wrapper.imagestyle-four.tm-bordercolor-grey .tm-single-image-inner:before {
    border-color: #f3f3f3;	
}

.tm-single-image-wrapper.imagestyle-three .tm-single-image-inner {
    margin-top: 0px;
    border: 10px solid #fff;
    z-index: 1;
}
.tm-single-image-wrapper.imagestyle-three .tm-single-image-inner:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -10px;
    left: auto;
    right: -10px;
    width: 0;
    height: 0;
    z-index: -1;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #3368c6 transparent;
}

.tm-single-image-wrapper.imagestyle-four.vc_align_right{
	padding-right: 40px;
	padding-left:0;
}
.tm-single-image-wrapper.imagestyle-four.vc_align_right .tm-single-image-inner:before {
	right: -40px;
	left:auto;
}

/* single image style 4 */

.tm-single-image-wrapper.imagestyle-one {
	position:relative;
	padding-left: 30px;    
}
.tm-single-image-wrapper.imagestyle-one .tm-single-image-inner{
    position:relative;
}
.tm-single-image-wrapper.imagestyle-one .tm-single-image-inner:before {
    content: '';
    position: absolute;
    border-left: 20px solid;
	height: 100%;
    top: 0;
    left: -30px;
}

.cta-widget-area .cta-widget-box .icon {
	margin-right: 5px;
    text-align: center;
}
.cta-widget-area .cta-widget-box .media-left {
	vertical-align: middle;
}
.cta-widget-area .cta-widget-box .icon i {
    font-size: 38px;
}
.cta-widget-area .cta-widget-box * {
    margin-bottom: 0;
}
.cta-widget-area .cta-widget-box .media-right h3,
.cta-widget-area .cta-widget-box .media-right h4 {
    font-size: 20px;
    line-height: 32px;
	font-weight:600;	
}
.cta-widget-area .cta-widget-box .themetechmount-social-links-wrapper {
	margin-top:5px;
}

.tm-dotted-underline {
	border-bottom: 1px dotted;
}

.single-tm_portfolio .tm-pf-single-category-w {
    float: right;
}
.tax-tm_portfolio_category body #main>.row.multi-columns-row.themetechmount-boxes-row-wrapper{
	margin-bottom:35px;
}

body .tm-vc_icon_element.tm-vc_icon_element-outer.tm-quickview-box .tm-vc_icon_element-inner {
    border: 6px solid #fff;
}
.tm_prettyphoto.tm-quickview-box.tm-vc_icon_element .tm-vc_icon_element-inner:before,
.tm_prettyphoto.tm-quickview-box.tm-vc_icon_element .tm-vc_icon_element-inner:after {
	content:unset;
}

/***Services Box ***/

.themetechmount-box-service .themetechmount-serviceboxbox-readmore {
    padding-top: 26px;
    padding-bottom: 2px;
}
.themetechmount-box-service .themetechmount-serviceboxbox-readmore a {
    display: inline-block;
    position: relative;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.themetechmount-box-service .themetechmount-serviceboxbox-readmore{
	position: relative;
}

.themetechmount-box-service .themetechmount-serviceboxbox-readmore:before {
    top: 2px;
}

.tm-featured-wrapper.tm-tm_service-featured-wrapper {
    overflow: hidden;
}

/*Services style One*/

.themetechmount-box-service.themetechmount-servicebox-styleone {
	margin-top:30px;
}
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a {
	position: relative;
}
.themetechmount-servicebox-styleone .themetechmount-box-title {
    padding-top: 30px;
}
.themetechmount-servicebox-styleone .tm-service-iconbox {
	position:relative;
	text-align: center;
    width: 103px;
    height: 103px;
    line-height: 111px;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a,
.themetechmount-box-service.themetechmount-servicebox-styleone .tm-service-iconbox,
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-title h4,
.themetechmount-box-service.themetechmount-servicebox-styleone .tm-short-desc{
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.themetechmount-servicebox-styleone .tm-service-icon {
	font-size:45px;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .tm-service-iconbox:before {
    content: "";
    top: 0px;
    left: -8px;
    z-index: 1;
    width: 103px;
    height: 104px;
    position: absolute;
    -webkit-mask: url(../images/ser-pattern1.svg) no-repeat 100% 100%;
	mask: url(../images/ser-pattern1.svg) no-repeat 100% 100%;
	background-color: #000;
	display:block;
}
.themetechmount-servicebox-styleone .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore {
	padding-top:18px;
}
.themetechmount-servicebox-styleone .themetechmount-post-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-servicebox-styleone .themetechmount-post-item:before, 
.themetechmount-servicebox-styleone:hover .themetechmount-post-item:before {
    opacity: 1;
    backface-visibility: visible;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-bottom-content{
	padding: 50px 40px 50px 40px;
    background-color: #fff;
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-bottom-content,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .themetechmount-box-bottom-content{
	background-color: transparent;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content{
	opacity: 0;
	overflow: hidden;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .themetechmount-box-top-content{
	opacity: 1;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content img {
    width: calc(100% + 10px);
    max-width: none;
    height: 400px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}



.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-title h4 a,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-title h4,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .tm-short-desc,

.themetechmount-box-service.themetechmount-servicebox-styleone:hover .themetechmount-serviceboxbox-readmore a,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .themetechmount-box-title h4 a,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .themetechmount-box-title h4,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .tm-short-desc{
	color:#fff;
	transform: translateY(45px);
}
.themetechmount-box-service.themetechmount-servicebox-styleone .tm-box-icon{
	webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-styleone .tm-box-icon,
.themetechmount-box-service.themetechmount-servicebox-styleone:hover .tm-box-icon{
	display:none;
}

/* servicebox style Two */

.themetechmount-servicebox-styletwo{
	margin-top: 15px;
}
.themetechmount-servicebox-styletwo .themetechmount-box-category,
.themetechmount-servicebox-styletwo .themetechmount-box-title {
	position:relative;
}
.themetechmount-servicebox-styletwo .themetechmount-box-category {
    padding-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore {
	position: relative;
	border-top: 1px solid #eeeeee;
	padding-top: 24px;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore:before {
    position:absolute;
	content:'';
	height:1px;
	width:100%;
	top:0;
	left: 0;
    right: 0;
	transform: scaleX(0);
}
.themetechmount-servicebox-styletwo:hover .themetechmount-servicebox-readmore:before {
	transform: scaleX(1);
    transform-origin: left;
    -webkit-transition: .5s all ease;
    -khtml-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a {
	position: relative; 
	display: inline-block;
}
.themetechmount-servicebox-styletwo .tm-post {
	padding-top: 27px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
	background-color: #fff;
	text-align: center;
}
.themetechmount-servicebox-styletwo .themetechmount-box-title h4 a {
	font-size:22px;
	font-weight:600;
}
.themetechmount-servicebox-styletwo .tm-short-desc {
    padding-bottom: 30px;
}

/* servicebox style Three */

.themetechmount-servicebox-stylethree .themetechmount-post-item{
	padding:33px 30px 30px;
	border:1px solid #e4ebff;
	background-color: #fff;
}
.themetechmount-servicebox-stylethree .themetechmount-post-item:before{
	content:'';
	position:absolute;
	height:4px;
	width:100%;
	top:0;
	left:0;
	background-color:#000;
	opacity:0;
	transform:scale(0);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-servicebox-stylethree:hover .themetechmount-post-item:before{
	opacity:1;
	transform:scale(1);	
}
.themetechmount-boxes-service.themetechmount-boxes-service.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper.row{
	border-right:1px solid #e4ebff;
}
.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper .themetechmount-servicebox-stylethree .themetechmount-post-item{
   border-right:none;	
}
.themetechmount-servicebox-stylethree .tm-box-icon{
	margin-top:25px;
}
.themetechmount-servicebox-stylethree .tm-box-icon .tm-service-icon i{
	font-size:50px;
	line-height:52px;
	display:inline-block;
	transition: all 500ms ease;
}
.themetechmount-servicebox-stylethree:hover .tm-box-icon .tm-service-icon i{
	transform: rotateY(180deg);	
}
.themetechmount-servicebox-stylethree .tm-box-icon .tm-service-icon .kw_aqovo {
	line-height:50px;
}
.themetechmount-servicebox-stylethree .tm-short-desc{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-box-service.themetechmount-servicebox-stylethree .themetechmount-box-title h4{
	margin-bottom: 10px;
}
.themetechmount-boxes-service .slick-dots {
    bottom: -55px;
	text-align: left;
}
.themetechmount-boxes-service .slick-dots li.slick-active{
	width:33px;
}
.themetechmount-boxes-service .slick-dots li{
	width: 12px;
    height: 12px;
    margin: 0px 3px;
	border-radius:50%;
}
.themetechmount-boxes-service .slick-dots li.slick-active button {
    width:33px;
    border-radius: 6px;
}
.themetechmount-boxes-service .slick-dots li button{
	width: 12px;
    height: 12px;
	border-radius:50%;
}


/* instgram widget */

.sbi_follow_btn{
    position: absolute;
    top: 50%;
    left: 50%;   
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.sbi_follow_btn a{
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 12px !important;
    display: inline-block !important;
    font-size: 11px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.sbi_follow_btn a:hover {
    background-color: rgba(255, 255, 255, 0.89) !important;
}
#sb_instagram .sbi_follow_btn a:focus, 
#sb_instagram .sbi_follow_btn a:hover{
    box-shadow: none !important;
}

.widget .tm-separated-link:before{
    content: '';
    background-color: #bf9456;
    width: 19px;
    height: 1px;
    margin-top: 12px;
    left: 13px;
    position: absolute;
}
.widget .tm-separated-link{
    margin-left: 30px;
}

/*team member style 2*/

.themetechmount-teambox-styletwo .themetechmount-box-content{
	text-align: center;
    position: relative;
    z-index: 2;
    margin: -47px 27px 5px;
    padding: 20px 15px;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    -webkit-transition: .5s cubic-bezier(.3,.57,.55,1);
    transition: .5s cubic-bezier(.3,.57,.55,1)
}
.themetechmount-teambox-styletwo .themetechmount-box-content{
	-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.themetechmount-teambox-styletwo .themetechmount-box-content h4{
	margin-bottom: 0px;
    font-size: 22px;
    line-height: 26px;
}
.themetechmount-teambox-styletwo .themetechmount-box-content .themetechmount-team-position{
	font-size: 14px;
	line-height: 26px;
	color: #636262;
}
.themetechmount-teambox-styletwo .themetechmount-box-content:after,
.themetechmount-teambox-styletwo .themetechmount-box-content:before{
	content: " ";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
	transition: all 0.5s ease-in-out;
}
.themetechmount-teambox-styletwo:hover .themetechmount-box-content:before{
	left: -10px;
	top: 81px;
	
}
.themetechmount-teambox-styletwo .themetechmount-box-content:before{
    left: -10px;
	top: -10px;
}
.themetechmount-teambox-styletwo .themetechmount-box-content:after{
    right: -10px;
	bottom: -10px;
}
.themetechmount-teambox-styletwo:hover .themetechmount-box-content:after{
    right: -10px;
	bottom: 77px;
}
.themetechmount-teambox-styletwo .themetechmount-team-image-box{
	transition: transform 0.5s ease-in-out;
}
.themetechmount-teambox-styletwo:hover .themetechmount-team-image-box{
	transform: scale(1.05);
}
.themetechmount-teambox-styletwo .themetechmount-box-social-links .tm-team-social-links-wrapper{
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    opacity: 0;
    background-color: rgba(255,255,255,.90);
    color: #222a3e;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: calc(95% - 50px);
    bottom: 0;
    left: 30px;
}
.themetechmount-teambox-styletwo .themetechmount-box-social-links ul{
	padding: 0;
    margin: 0;
}
.themetechmount-teambox-styletwo .themetechmount-box-social-links ul li a{
	margin: 0;
    display: block;
    color: #222a3e;
    font-size: 18px;
    border: none;
    width: 33px;
    height: 33px;
    padding: 0;
    line-height: 33px;
    text-align: center;
    border: none;
    border-radius: 50%;
    background-color: transparent;
}
.themetechmount-teambox-styletwo:hover .themetechmount-box-social-links .tm-team-social-links-wrapper {
    opacity: 1;
    bottom: 28%;
}
.themetechmount-teambox-styletwo [data-tooltip]:after,
.themetechmount-teambox-styletwo [data-tooltip]:before{
	content:unset;
}

/*** Blogbox Style One***/


.themetechmount-blogbox-styleone .post-item {
    border-radius: 5px;
    overflow: hidden;
	margin-top:30px;
}
.themetechmount-blogbox-styleone .tm-meta-line i {
	display: none;
}
.themetechmount-blogbox-styleone .tm-featured-outer-wrapper {
	overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date span {
	font-size:24px;
	padding-bottom:6px;
}
.themetechmount-blogbox-styleone .tm-box-post-date{
	font-size:13px;
	font-weight:500;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.themetechmount-blogbox-styleone:hover .tm-box-post-date{
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.themetechmount-blogbox-styleone .themetechmount-box-desc{
	padding:28px 30px 27px 35px;
	background-color: #fff;
}
.themetechmount-blogbox-styleone span.tm-meta-line.posted-on {
	display:none;
}
.themetechmount-blogbox-styleone .tm-box-post-date:before{
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height:2px;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
	border-radius: 5px;
}
.themetechmount-blogbox-styleone:hover .tm-box-post-date:before{
    bottom: 0;
	height: 100%;
}
.themetechmount-blogbox-styleone:hover .tm-box-post-date{
	color:#fff;
}
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore{
	margin:0;
	border-top:none;
	padding-top: 10px;
}
.themetechmount-box-blog .themetechmount-box-desc-footer {
	position: relative;
}
.themetechmount-box-blog .themetechmount-box-desc-footer .comments-link {
    position: absolute;
    right: 0px;
    top: 18px;
}
.themetechmount-box-blog .themetechmount-blogbox-footer-readmore a {
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.themetechmount-servicebox-stylethree .themetechmount-serviceboxbox-readmore a:before,
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a:before,
.themetechmount-box-blog .themetechmount-blogbox-footer-readmore a:after,
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:before {
	font-family: "tm-aqovo-icons";
    content: "\e809";
    right: -15px;
    top: 0px;
    font-size: 18px;
    position: absolute;
}

.tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content,
.tm-bgcolor-gradient .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content,
.tm-bgcolor-skincolor .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content,
.tm-bgcolor-darkgrey .themetechmount-blogbox-styleone .themetechmount-box-content,
.tm-bgcolor-gradient .themetechmount-blogbox-styleone .themetechmount-box-content,
.tm-bgcolor-skincolor .themetechmount-blogbox-styleone .themetechmount-box-content {
    background-color: #fff;
}
.tm-bgcolor-skincolor .themetechmount-blogbox-styleone .themetechmount-box-desc,
.tm-bgcolor-gradient .themetechmount-blogbox-styleone .themetechmount-box-desc,
.tm-bgcolor-darkgrey .themetechmount-blogbox-styleone .themetechmount-box-desc {
    padding: 5px 20px 35px;
}
.tm-bgcolor-gradient .themetechmount-box-blog .tm-entry-meta .tm-meta-line,
.tm-bgcolor-gradient .themetechmount-box-blog .tm-entry-meta a,
.tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta .tm-meta-line,
.tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta a,
.tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta .tm-meta-line,
.tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta a {
	color: inherit !important;
}

/*** Blogbox Style Two***/

.themetechmount-blogbox-format-video.themetechmount-blogbox-styletwo .tm-blog-overlay-iconbox{
	display:none;
}
.themetechmount-box-blog.themetechmount-blogbox-format-video.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper:before{
	content:unset;
}
.themetechmount-blogbox-styletwo .themetechmount-box-title h4 a {
	font-size:22px;
	font-weight:600;
}
.themetechmount-blogbox-styletwo .tm-entry-meta-wrapper .tm-meta-line i {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-blogbox-footer-readmore {
	padding-top:10px;
	margin-top:0;
	padding-bottom: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc {
    padding-top: 26px;
}
.themetechmount-blogbox-styletwo .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
	overflow:hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper{
	overflow:hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper:before{
    position: absolute;
    content: '';
    background-color: rgba(38,48,69,.6);
    left: 0;
    top: 0;
	bottom:0;
	right:0;
    width: 100%;
	height: 100%;
    transition: .9s ease;
    z-index: 1;
    opacity: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo:hover .themetechmount-box-content .tm-featured-wrapper:before{
    opacity: 1;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-overlay-iconbox a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    background: 0 0;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo:hover .tm-blog-overlay-iconbox a {
	opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-overlay-iconbox a:hover{
	background-color: #fff;
}
.themetechmount-blogbox-styletwo .tm-featured-wrapper img {
	transition: transform 2s, filter 1.5s ease-in-out;
	transform-origin: center center;
    width: 100%;
}
.themetechmount-blogbox-styletwo:hover .tm-featured-wrapper img { 
   filter: brightness(100%);
  transform: scale(1.3);
}
.themetechmount-blogbox-styletwo .cat-links {
	display:none;
}


/*Blog Quoted and link style*/

.themetechmount-blogbox-styletwo.themetechmount-blogbox-format-link.themetechmount-box-blog .themetechmount-box-content, 
.themetechmount-blogbox-styletwo.themetechmount-blogbox-format-quote.themetechmount-box-blog .themetechmount-box-content {
    display: block;
}
.themetechmount-blogbox-styletwo .tm-post-featured-quote,
.themetechmount-blogbox-styletwo .tm-post-featured-link-wrapper{
	background-image:none !important;
	background-color:#fff;
	padding: 17px 40px 35px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link-wrapper .tm-post-featured-link{
	background-color:transparent;
	padding:0;
}

.themetechmount-blogbox-format-link.themetechmount-blogbox-styletwo .themetechmount-box-desc,
.themetechmount-blogbox-format-quote.themetechmount-blogbox-styletwo .themetechmount-box-desc,
.themetechmount-blogbox-format-link.themetechmount-blogbox-styletwo .tm-blog-overlay-iconbox,
.themetechmount-blogbox-styletwo.themetechmount-blogbox-format-quote .tm-blog-overlay-iconbox{
	display:none;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote cite:before,
.themetechmount-blogbox-format-link.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper:before,
.themetechmount-blogbox-format-quote.themetechmount-blogbox-styletwo .themetechmount-box-content .tm-featured-wrapper:before,
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote cite:before,
.themetechmount-blogbox-styletwo .tm-post-featured-quote:after,
.themetechmount-blogbox-styletwo .tm-post-featured-link:after{
	content:unset;
}
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote{
	margin:0;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote cite,
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote cite{
	font-size:19px;
	line-height:30px;
	font-style:italic;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote:before, 
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote:before{
	content:'';
	position:absolute;
	background-color: #000;
    -webkit-mask: url(../images/blog-quote.svg) no-repeat 100% 100%;
    mask: url(../images/blog-quote.svg) no-repeat 100% 100%;
    right: -15px;
    bottom: -10px;
    font-size: 30px;
	display:block;
	height:30px;
	width:41px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote cite span,
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote cite span{
	position:relative;
	display:block;
	font-size: 14px;
	color:#848e9f;
	font-style:normal;
	padding-left:14px;
	margin-top: 12px;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote cite span{
	color:#fff;
}
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-post-featured-quote blockquote cite span:before,
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote cite span:before{
	content:'';
	position:absolute;
	top:15px;
	left:0;
	width:7px;
	height:1px;
	background-color:currentColor;	
}

.themetechmount-blogbox-styletwo .tm-post-featured-link-wrapper {
    padding: 40px 40px 25px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link .tm-format-link-url{
	font-size:0;	
	position: absolute;
    top:15px;
	left: 0;
    right: 0;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link .tm-format-link-url a{
	color:#000;
	position:relative;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link .tm-format-link-url a:before{
	font-family: "tm-aqovo-icons";
    content: "\e819";
    position: absolute;
    top:10px;
    left: 0;
	font-size:30px;
    line-height: 1em;
	color:#000;
	margin-left: -13px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link .tm-format-link-title {
    text-transform: capitalize;
    font-size: 22px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-link .tm-format-link-title {
	margin-top: 50px;
}
.tm-blog-quote-style.themetechmount-boxes-blog .tm-box-col-wrapper:nth-child(5){
	margin-top: -217px;
}

/* booked plugin calendar */

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    text-transform: capitalize;
    font-size: 14px;
	padding-left: 23px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    padding-top: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
    font-weight: 400;
    font-size: 20px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time .timeslot-range {
	text-transform: uppercase;	
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon {
    font-size: 15px;
}


body .tm-col-bgcolor-yes .booked-calendar-wrap .booked-appt-list .timeslot .spots-available,
body .tm-col-bgcolor-yes .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .tm-bgcolor-skincolor .booked-calendar-wrap .booked-appt-list .timeslot .spots-available,
body .tm-bgcolor-skincolor .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .tm-bgcolor-skincolor .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon,
body .tm-bgcolor-darkgrey .booked-calendar-wrap .booked-appt-list .timeslot .spots-available,
body .tm-bgcolor-darkgrey .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .tm-col-bgimage-yes .booked-calendar-wrap .booked-appt-list .timeslot .spots-available,
body .tm-col-bgimage-yes .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
    color: #fff;
}
.tm-bgcolor-darkgrey .booked-calendar-wrap .booked-appt-list .timeslot,
.tm-bgcolor-skincolor .booked-calendar-wrap .booked-appt-list .timeslot,
.tm-col-bgcolor-yes .booked-calendar-wrap .booked-appt-list .timeslot,
.tm-col-bgimage-yes .booked-calendar-wrap .booked-appt-list .timeslot {
	border-color: rgba(255, 255, 255, 0.06);
}
body .tm-col-bgcolor-darkgrey .booked-calendar-wrap .booked-list-view-nav a.booked_list_date_picker_trigger,
body .tm-col-bgcolor-darkgrey .booked-calendar-wrap .booked-list-view-nav button,
body .tm-col-bgcolor-skincolor .booked-calendar-wrap .booked-list-view-nav a.booked_list_date_picker_trigger,
body .tm-col-bgcolor-skincolor .booked-calendar-wrap .booked-list-view-nav button,
body .tm-bgcolor-darkgrey .booked-calendar-wrap .booked-list-view-nav a.booked_list_date_picker_trigger,
body .tm-bgcolor-darkgrey .booked-calendar-wrap .booked-list-view-nav button,
body .tm-bgcolor-skincolor .booked-calendar-wrap .booked-list-view-nav a.booked_list_date_picker_trigger,
body .tm-bgcolor-skincolor .booked-calendar-wrap .booked-list-view-nav button,
body .tm-col-bgimage-yes .booked-calendar-wrap .booked-list-view-nav a.booked_list_date_picker_trigger,
body .tm-col-bgimage-yes .booked-calendar-wrap .booked-list-view-nav button {
    background: transparent;
    color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.50);	
}
.wpb_text_column.wpb_content_element code ,
.booked-calendar-wrap .booked-appt-list code {
	background-color: transparent;
}	
.booked-calendar-wrap .booked-appt-list .booked-no-prev code,
.booked-calendar-wrap .booked-appt-list .booked-list-view-nav code {
	color: #fff;
	font-size: 15px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot {
	height: 103px;
    padding: 27px 0 0 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
	padding:0px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
    height: auto;
    padding:0px;
	float: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
   height: auto;
    padding:0px;	
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
	margin-top: 7px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled], body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
    color: #fff !important;	
}
body table.booked-calendar thead tr:first-child th {
    height: 10.12rem;
}
body table.booked-calendar tr.days th {
    font-size: 15px!important;
    padding: 18px 0px!important;
}
body table.booked-calendar tr.days th, body #booked-profile-page .booked-tabs {
    border-color: rgba(255,255,255,.35)!important;
}
body table.booked-calendar th .monthName {
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
}
body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
    height: 95px;
    padding: 25px 0px 0 15px;
}
body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
    height: 95px;
    padding: 30px 0 0 15px;
}
body .booked-calendar-wrap table.booked-calendar .booked-appt-list h2 {
    font-size: 23px;
}

/*tm-fontweight */

.tm-fontweight-normal {
	font-weight:400;
}
.tm-fontweight-medium {
	font-weight:500 !important;
}
.tm-fontweight-semibold {
	font-weight:600 !important;
}
.tm-fontweight-bold {
	font-weight:700 !important;
}


.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #e3e3e3;
}

.vc_row.vc_column-gap-5 .themetechmount-boxes-row-wrapper.row:not(.slick-slider)>.tm-box-col-wrapper {
    padding: 5px;
}
.vc_row.vc_column-gap-10 .themetechmount-boxes-row-wrapper.row:not(.slick-slider)>.tm-box-col-wrapper {
    padding: 10px;
}


/*Contact Form  */

.wpcf7-form .tm-teamcontact-form textarea,
.wpcf7-form .tm-teamcontact-form input[type="email"],
.wpcf7-form .tm-teamcontact-form input[type="text"]{
    background-color: #eff3ff;
    border: 1px solid transparent;
}
.wpcf7-form .tm-teamcontact-form input[type="submit"] {
    margin-top: -5px;
	width: 100%;
}

.tm-file-links .tm-image{
	width:65px;
	vertical-align: top;
    padding-top: 5px;
}
.tm-file-links .tm-image img{
	max-width:50px;
}
.tm-file-links p{
	margin-bottom:0;
}
.tm-file-links a i{
	margin-right: 2px;
    font-size: 14px;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-have-style-inner {
    margin-top: 5px;
}
.tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-have-style-inner.tm-vc_icon_element-style-boxed-outline {
    margin-top: -3px;
}

/*price-table*/

.tm-static-box-wrapper.pricebox-style1 .tm-item-image{
	padding:0px;
}
.tm-ptable-box .tm-item-desc h3,
.tm-ptable-box .tm-ptable-title h3 {
	margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    color: #1b2c3d;
}
.tm-static-box-wrapper.pricebox-style1 {
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
.tm-static-box-wrapper.pricebox-style1 .tm-item-image {
    min-width: 100px;
    width: 100px;
    margin-right: 30px;
    position: relative;
}
.tm-static-box-wrapper.pricebox-style1 .tm-static-box-content {
    display: block;
    width: 100%;	
}
.tm-static-box-wrapper.pricebox-style1 .tm-price-descbox {
    padding: 0;
    border: none;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 17px;
}
.themetechmount-boxes-row-wrapper>.tm-box-col-wrapper:first-child .tm-static-box-wrapper.pricebox-style1 .tm-price-descbox {
	padding-top:0px;
}
.tm-static-box-wrapper.pricebox-style1 .tm-item-desc h3 {
	padding-bottom: 2px;
	font-size: 22px;	
}
.tm-ptable-box.pricebox-style1 .tm-static-box-price span {
    font-size: 22px;
    line-height: 32px;
}
.tm-static-box-wrapper.pricebox-style1 .wpb_single_image .vc_figure img {
    border-radius: 50%;
	width:100px;
	height:100px;
}
.tm-static-box-wrapper.pricebox-style1 .wpb_content_element {
	margin-bottom: 0px;
}
.tm-static-box-wrapper.pricebox-style1 {
	overflow:hidden;
	padding-bottom: 20px;
	position: relative;
}
.tm-static-box-wrapper.pricebox-style1:after {
	content: '';
    position: absolute;
    left: 0px;
    width:100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(26%, #eeeeee), color-stop(0%, #fff));
    background-image: linear-gradient(to right, #eeeeee 60%, #fff 0%);
    background-size: 10px 2px;
    bottom: 0px;
}
.tm-bgcolor-skincolor .tm-static-box-wrapper.pricebox-style1:after,
.tm-col-bgcolor-skincolor .tm-static-box-wrapper.pricebox-style1:after,
.tm-bgcolor-darkgrey .tm-static-box-wrapper.pricebox-style1:after,
.tm-col-bgcolor-darkgrey .tm-static-box-wrapper.pricebox-style1:after,
.tm-bgimage-yes .tm-static-box-wrapper.pricebox-style1:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.20) 60%, #fff0 0%);	
}
.themetechmount-boxes-pricetable .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 8px;
}
.tm-static-box-wrapper.pricebox-style1 .tm-static-box-price {
    padding-top: 2px;
}
.tm-bgcolor-skincolor .tm-ptable-box .tm-static-box-price span,
.tm-col-bgcolor-skincolor .tm-ptable-box .tm-static-box-price span,
.tm-col-bgcolor-skincolor .tm-ptable-box .tm-item-desc h3,
.tm-bgcolor-skincolor .tm-ptable-box .tm-item-desc h3,
.tm-col-bgcolor-skincolor .tm-ptable-box .tm-ptable-title h3,
.tm-bgcolor-skincolor .tm-ptable-box .tm-ptable-title h3 {
	color:#fff;
}
.tm-bgcolor-skincolor .tm-ptable-box .tm-item-desc,
.tm-col-bgcolor-skincolor .tm-ptable-box .tm-item-desc,
.tm-col-bgcolor-darkgrey .tm-ptable-box .tm-item-desc,
.tm-bgcolor-darkgrey .tm-ptable-box .tm-item-desc,
.tm-textcolor-white .tm-ptable-box .tm-item-desc {
	color: rgba(255, 255, 255, 0.80);
}
.tm-col-bgcolor-skincolor .tm-ptable-box .tm-item-desc,
.tm-bgcolor-skincolor .tm-ptable-box .tm-item-desc {
    color: rgba(255, 255, 255, 0.70);
}

/*===Border Radious ====*/

/*===IconBox====*/

.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
	background-color:transparent;
	border:1px solid;
}
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
    border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon {
    border-radius: 3px;
}
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon {
    border-radius:0px;
}
.themetechmount-iconbox {
	margin-bottom:15px;	
}
.themetechmount-iconbox.tm-content-left-all * {
  text-align: left!important;
}
.themetechmount-iconbox .tm-textalign-left .tm-box-icon,
.themetechmount-iconbox.tm-content-left-all .tm-box-icon {
    margin-left: 0;
}
.tm-textcolor-white .themetechmount-iconbox .tm-box-icon i {
	color:#fff;
}
.themetechmount-iconbox .tm-textalign-left * {
  text-align: left;
}
.themetechmount-iconbox .tm-textalign-right * {
  text-align: right;
}
.themetechmount-iconbox .tm-textalign-right .tm-box-icon {
    margin-right: 0;
}
.themetechmount-iconbox .tm-box-icon i {
	font-size:45px;
	line-height: 45px;
}
.themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width:55px;
    height:55px;	
}
.themetechmount-iconbox .themetechmount-iconbox-inner .themetechmount-iconbox-button .tm-vc_btn3-container {
	padding-top: 10px;	
}
.themetechmount-iconbox .themetechmount-iconbox-heading .tm-vc_general h2{
	font-size:22px;
	line-height:30px;
	position: relative;
}
.themetechmount-iconbox .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:14px;
	line-height: 24px;
	margin: 0px;
	text-transform: none;
}	


/* Icon box style 1 */

.themetechmount-iconbox.themetechmount-iconbox-styleone {
	background-color:#fff;
	padding:22px 40px 15px 40px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.10);
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon {
	vertical-align: top;
    padding-top: 10px;
}
.themetechmount-iconbox-styleone .tm-box-icon i {
	font-size:60px;
}
.themetechmount-iconbox-styleone .tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md {
    font-size: 13px;
}
.themetechmount-iconbox-styleone .themetechmount-iconbox-heading.tm-wrap-cell {
	padding-left:25px;
}

/* icon box style 2*/
.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner {
	text-align:center;
	padding: 29px 5px 15px;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
	padding-bottom:10px;
}
.themetechmount-iconbox-styletwo .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-left .tm-vc_cta3-content{
	text-align:center;
}
.themetechmount-iconbox-styletwo .tm-vc_cta3-headers{
	display:block;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-vc_general h2{	
	font-size: 16px;
    line-height: 26px;
}
.themetechmount-iconbox-styletwo .tm-textalign-left.themetechmount-iconbox-inner {
	padding: 10px 0px 5px;
}


/* icon box style 3*/

.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner {
	position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 40px 15px 40px;
	text-align:center;
	z-index: 1;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
	background-color:#13c5dd;
	z-index: -1;
}
.themetechmount-iconbox-stylethree:hover .themetechmount-iconbox-inner:before {
    bottom: 0;
}
.themetechmount-iconbox-stylethree .tm-vc_cta3-headers {
	display:block;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-vc_general h2 {
	font-size: 16px;
    font-weight: 400;
	text-align:center;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading {
	padding-top:15px;
    padding-bottom: 20px;
}
.themetechmount-iconbox-stylethree .tm-box-icon {
    font-size: 30px;
	position: relative;
    z-index: 3;
}
.themetechmount-iconbox-stylethree:hover .box-plus-icon a,
.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-vc_general h2,
.themetechmount-iconbox-stylethree .tm-box-icon i { 
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-iconbox-stylethree:hover .box-plus-icon a,
.themetechmount-iconbox-stylethree:hover .themetechmount-iconbox-heading .tm-vc_general h2 { 
	color:#fff;
}
.themetechmount-iconbox-stylethree:hover .tm-box-icon i { 
	color:#fff !important;
}
.themetechmount-iconbox-stylethree .box-plus-icon a{
	font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 50%;
	display: block;
    margin: 0 auto;
}
.themetechmount-iconbox-stylethree:hover .box-plus-icon a,

.tm-bgcolor-darkgrey .themetechmount-iconbox-stylethree .box-plus-icon a,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylethree .box-plus-icon a,

.tm-bgcolor-skincolor .themetechmount-iconbox-stylethree .box-plus-icon a,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylethree .box-plus-icon a{
	border-color:rgba(255, 255, 255, 1);
}
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylethree .themetechmount-iconbox-inner,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylethree .themetechmount-iconbox-inner,

.tm-bgcolor-skincolor .themetechmount-iconbox-stylethree .themetechmount-iconbox-inner,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylethree .themetechmount-iconbox-inner {
	border-color:rgba(255, 255, 255, 0.19);
}
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylethree .box-plus-icon a,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-vc_general h2,

.tm-bgcolor-skincolor .themetechmount-iconbox-stylethree .box-plus-icon a,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-vc_general h2 { 
	color:#fff;
}

/* icon box style 4*/

.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading {
	padding-left: 15px;
}
.themetechmount-iconbox-stylefour .tm-desc-box{
	margin-top: 15px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-vc_general h2{
	font-size: 20px;
}

.tm-iconbox-custom1.themetechmount-iconbox.themetechmount-iconbox-styleone{
	box-shadow: unset;
	padding: 35px 35px 35px 35px;
    margin-top: -70px;	
}
.tm-iconbox-custom1.themetechmount-iconbox-styleone .themetechmount-iconbox-heading.tm-wrap-cell {
	padding-left:15px;
}
.tm-iconbox-custom1.themetechmount-iconbox-styleone .tm-box-icon i,
.tm-iconbox-custom1.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-vc_general h2{
	color:#fff !important;
}
.themetechmount-iconbox-stylefour .themetechmount-iconbox-icon.tm-wrap-cell {
    width: 50px;
}

/* icon box style 5*/
.themetechmount-iconbox.themetechmount-iconbox-stylefive{
	position:relative;
	padding:30px 30px 30px;
	background-color:#fff;
	border-bottom: 4px solid;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon{
	display:none;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-vc_general h2 {
    font-size: 16px;
    line-height: 26px;
    color: inherit;
    font-weight: 400;
	margin-bottom: 5px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefive .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: 22px;
    line-height: 32px;
	font-weight: 600;
}

.tm-custom-icon-sty4 .themetechmount-iconbox.themetechmount-iconbox-stylefive .tm-vc_general.tm-vc_cta3.tm-vc_cta3-color-transparent.tm-cta3-only .tm-vc_cta3-content .tm-vc_cta3-headers h4{
	color:#fff;
}

/*Icon Hover*/

.themetechmount-iconbox-styleone .tm-box-icon i,
.themetechmount-iconbox-styletwo .tm-box-icon i,
.themetechmount-iconbox-stylethree .tm-box-icon i,
.themetechmount-iconbox-stylefour .tm-box-icon i{
	display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.themetechmount-iconbox-styleone:hover .tm-box-icon i,
.themetechmount-iconbox-styletwo:hover .tm-box-icon i,
.themetechmount-iconbox-stylethree:hover .tm-box-icon i,
.themetechmount-iconbox-stylefour:hover .tm-box-icon i {
    transform: rotateY(360deg);
}


/* custom class css */

.tm-colbgheight-plus30px .vc_column-inner>.tm-bg-layer {
	height: calc(100% + 30px);
}
.tm-colbgheight-plus10px .vc_column-inner>.tm-bg-layer {
	height: calc(100% + 10px);
}

/* image gloabally hover */

.themetechmount-teambox-style2 .themetechmount-item-thumbnail img,
.themetechmount-blog-box-view-left-image .tm-featured-wrapper img,
.themetechmount-blogbox-styleone .tm-featured-wrapper img,
.themetechmount-servicebox-styletwo .tm-featured-wrapper img{
    width: 100%;
    transition: all 700ms ease;
}
.themetechmount-teambox-style2:hover .themetechmount-item-thumbnail img,
.themetechmount-blog-box-view-left-image:hover .tm-featured-wrapper img,
.themetechmount-blogbox-styleone:hover .tm-featured-wrapper img,
.themetechmount-servicebox-styletwo:hover .tm-tm_service-featured-wrapper img
{
	transform: scale(1.1) rotate(0.5deg);
}
.themetechmount-blog-box-view-left-image .tm-featured-wrapper {
	overflow:hidden;
	border-radius: 5px;
}

article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-gallery img,
article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper.tm-post-format-gallery img {
    transform:none;
}


/* steps boxes */

.themetechmount-boxes-steps .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:last-child .tm-static-steps-num:after {
	content: unset;
}	
.themetechmount-boxes.themetechmount-boxes-steps .themetechmount-boxes-inner>.row.themetechmount-boxes-row-wrapper {
	padding-top: 5px;
}
.tm-static-box-wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0px -15px 0;
}
.steps-style1 .tm-vc_icon_element.tm-vc_icon_element-outer.tm-vc_icon_element-align-left {
	text-align:center;
}
/* steps-style1 */

.tm-static-box-wrapper.steps-style1{
	position:relative;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content {
	position: relative;
	text-align:center;	
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-steps-descbox {
	padding: 0 30px;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-box-iconbox{
	display: inline-block;
    width: 100%;
	transition: all 500ms ease;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content:hover .tm-box-iconbox{
	transform: translateY(-10px);	
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-static-icon{
	position:relative;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-static-icon .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner {
	height: 140px;
    width: 140px;
    background-color: #fff;
    border-radius: 50%;
	box-shadow: 0 0 8px 0 rgba(29, 42, 77, 0.11);
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content:hover .tm-static-icon .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner {
	background-color:#13c5dd;
	color:#fff;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-static-steps-num {
	font-size: 14px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    width:48px;
    height:48px;
    line-height: 48px;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: 30px;
    z-index: 1;
    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-static-box-wrapper.steps-style1 .tm-static-box-content .tm-static-steps-num span:after {
	position: absolute;
	content:'';
	border: 1px solid rgba(255,255,255,0.3);
    height: 32px;
    width:32px;
    border-radius: 50%;
    left:8px;
    top:8px;
	display: block;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content .tm-static-steps-num:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    transform: rotate(76deg);
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content:hover .tm-static-steps-num:before {
	opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content:after {
	display: block;
    content: '';
    position: absolute;
    right: -32%;
    top: 53px;
    height: 70px;
    width: 170px;
    background: url(../images/arrow.jpg) center center no-repeat;
    background-repeat: no-repeat;
}
.tm-static-box-wrapper.steps-style1 .tm-static-box-content:after:last-child  {
	content:none;
}
.themetechmount-boxes-steps .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:last-child .tm-static-box-content:after {
	display:none;
}
.tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon {
	transition:none;
}
/* steps-style2 */


.tm-step-border-ani .themetechmount-boxes-steps .themetechmount-boxes-inner .tm-box-col-wrapper {
	position:relative;
}
.tm-step-border-ani .themetechmount-boxes-steps .themetechmount-boxes-inner .tm-box-col-wrapper:before,
.tm-step-border-ani .themetechmount-boxes-steps .themetechmount-boxes-inner .tm-box-col-wrapper:after{
	content: "";
    position: absolute;
	height:1px;
    left: 0px;
    right: 0;
    top: 59px;
    bottom: 0;
    margin: 0 auto;
    background-color:#dee3f2;
    transition: all .4s;
    z-index: -1;  
}
.tm-step-border-ani .themetechmount-boxes-steps .themetechmount-boxes-inner .tm-box-col-wrapper:after{
	animation:  mymove 2s infinite;
}

@keyframes mymove {
  from {left: 0px;}
  to {left: 100%;}
}

.tm-static-box-wrapper.steps-style2{
	margin-top:15px;
}
.tm-static-box-wrapper.steps-style2 .tm-static-box-content{
	text-align:center;
	z-index:1;
}
.tm-static-box-wrapper.steps-style2 .tm-static-box-content .tm-steps-descbox{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.tm-static-box-wrapper.steps-style2:hover .tm-static-box-content .tm-steps-descbox{
	-webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.tm-static-box-wrapper.steps-style2 .tm-steps-desc {
    padding: 31px 30px 0px;
}
.tm-static-box-wrapper.steps-style2 .tm-steps-desc h4{
	margin-bottom:8px;
}
.tm-static-box-wrapper.steps-style2 .tm-static-box-content:after { 
	content: unset;
    position: absolute;
    left: 0px;
    top: 45px;
    height: 1px;
    width: calc(100% + 345px);
    background: url(../images/line.jpg) center center no-repeat;
    background-repeat: no-repeat;
	z-index:-2;
}
.tm-static-box-wrapper.steps-style2 .tm-static-box-content .tm-static-steps-num span {
	position:relative;
	font-size:17px!important;
	font-weight:600;
	height: 60px;
    width: 160px;
    border: 1px solid #dee3f2;
    display: block;
    line-height: 60px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
	z-index: 1;
	padding: 0px 15px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tm-static-box-wrapper.steps-style2:hover .tm-static-box-content .tm-static-steps-num span {
	color:#fff;
}
.tm-static-box-wrapper.steps-style2 .tm-static-box-content .tm-static-steps-num span:before{
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
}
.tm-static-box-wrapper.steps-style2:hover .tm-static-box-content .tm-static-steps-num span:before{
	opacity: 1;
    bottom: 0;
    height: 100%;
}

/*Stepbox style-3*/

.tm-static-box-wrapper.steps-style3 .tm-static-box-content{
	padding:15px 40px 15px 30px;
}
.tm-static-box-wrapper.steps-style3 .tm-vc_icon_element{
	margin-bottom: 15px;
}
.tm-static-box-wrapper.steps-style3 .tm-custom-heading{
	font-size:20px;
	font-weight:500;
	font-style: italic;
}

.tm-bgcolor-skincolor .tm-static-box-wrapper.steps-style3 .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon,
.tm-col-bgcolor-skincolor .tm-static-box-wrapper.steps-style3 .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner .tm-vc_icon_element-icon{
	color:#fff;
}

.themetechmount-boxes-steps .slick-dots {
    bottom: 20px;
    text-align: left;
    left: 27px;
}
.tm-stepbox-pos .themetechmount-boxes.themetechmount-boxes-steps{
	position: absolute;
    bottom: 0;
    left: -15px;
    right: 77%;
	overflow: hidden;
}


/* global transition */


.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: 55%;
	margin: 0 auto;
}
.tm-column-inner.vc_column_container>.vc_column-inner .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-column-inner.vc_column_container>.vc_column-inner .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 {
    
    margin: 0 auto;
}


/* client logo borderbox view */
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content-header{
	z-index:1;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-headers.tm-wrap-cell {
    display: inline-block;
    padding: 0 30px;
    margin-left:10px;
    transform: translate(0, 100%);
    z-index: 1;
    background-color: #fff;
    margin-bottom:5px;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper.tm-element-align-center .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc h2.tm-custom-heading:first-child {
    margin-bottom: -15px;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper.tm-element-align-center .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc h4.tm-custom-heading:first-child {
    margin-top: -25px;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc h2.tm-custom-heading:first-child {
    margin-bottom: -5px;	
}
.themetechmount-boxes-client.tm-borderedbox-style .themetechmount-boxes-row-wrapper {
	padding:40px 20px 43px 20px;
    border-style: solid;
    border-width: 9px 9px 9px 9px;
    border-color: #f7f9fa;
    margin-left: 5px;
    margin-right: 5px;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-client-logo-box-w {
    padding: 20px 0 10px;
}
.themetechmount-boxes-client.tm-borderedbox-style.themetechmount-boxes-textalign-right .tm-element-heading-wrapper .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-headers.tm-wrap-cell {
    margin-right: 25px;
}
.themetechmount-boxes-client.tm-borderedbox-style .tm-element-heading-wrapper.tm-element-align-center .tm-vc_general.tm-vc_cta3.tm-cta3-without-desc .tm-vc_cta3-content {
    margin-bottom: 0px;
}
.themetechmount-boxes-client.tm-borderedbox-style.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper .tm-cta3-without-desc,
.themetechmount-boxes-client.tm-borderedbox-style.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper {
	padding-bottom: 0px;
}
.themetechmount-boxes-client.tm-borderedbox-style.tm-boxes-carousel-arrows-above .themetechmount-boxes-row-wrapper .slick-arrow {
    display: none !important;	
}

.tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-size-sm.tm-vc_icon_element-background .tm-vc_icon_element-icon.fa-play {
    font-size: 1.1em!important;
}


.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel.tm-arrow-style2 .slick-dots {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -80px;
}
.tm-arrow-style2 .slick-dots li {
	width: 18px;
    height: 18px;
    border: 1px solid #ededed;
    border-radius: 50%;
    display: block;
    margin-bottom:10px;
}
.tm-arrow-style2 .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px 3.9px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 50%;
}
.tm-arrow-style2 .slick-dots li.slick-active button {
	background-color: #fff;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel.tm-arrow-style2 .slick-slider.slick-dotted {
    padding-bottom:0px;
}


/* teambox-style1 */
.themetechmount-box-team.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li {  
   margin: -5px 2px;
}
.themetechmount-teambox-style1 .themetechmount-post-item{
	margin:5px 0;	
}
.themetechmount-teambox-style1 .themetechmount-box-content{
    position: relative;
    text-align: left;
	padding:24px 40px 25px;
	background-color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.themetechmount-teambox-style1 .themetechmount-box-content:before {
    content: '';
	position: absolute;
	top: 37px;
	left:0px;
    height:3px;
    width:26px;
    background-color: #13c5dd;
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0px;		
}
.themetechmount-teambox-style1 .themetechmount-team-icon a {
    color: #121f38;
    text-align: center;
    font-size: 17px;
    line-height: 29px;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox .tm-aqovo-icon-plus-1:before {
	content: '\e818';
}
.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-box-title{
	position: relative;
}
.themetechmount-teambox-style1 .themetechmount-content-inner{
    position: relative;
	overflow: hidden;
}
.themetechmount-teambox-style1:hover .themetechmount-box-content {
	box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.3);
}	
.themetechmount-teambox-style1 .tm-member-social:hover {
    height: 100%;
}
.themetechmount-teambox-style1 .tm-member-social {
    position: absolute;
    right:20px;
    top: 37px;
}
.themetechmount-teambox-style1 .tm-member-social:hover .themetechmount-team-icon, 
.themetechmount-teambox-style1 .themetechmount-team-icon:hover {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.themetechmount-teambox-style1 .themetechmount-team-icon i { 
	position:absolute;
	bottom:0;
	right:5px;
	color:#fff;
	font-size:14px;
}
.themetechmount-teambox-style1 .themetechmount-team-icon {
    position: relative;
	font-size: 22px;
    text-align: center;
    z-index: 2;
	width: 30px;
    height: 30px;
    line-height: 37px;
    cursor: pointer;
    display: block;
    background-color: #13c5dd;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: color .3s,background .3s ease,-webkit-transform .2s;
    transition: color .3s,background .3s ease,-webkit-transform .2s;
    -o-transition: color .3s,background .3s ease,-o-transform .2s;
    -moz-transition: transform .2s,color .3s,background .3s ease,-moz-transform .2s;
    transition: transform .2s,color .3s,background .3s ease;
    transition: transform .2s,color .3s,background .3s ease,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s;
}
.themetechmount-teambox-style1 .themetechmount-box-social-links ul li { 
	display:table-cell;
}
.themetechmount-teambox-style1 .tm-member-social ul.tm-team-social-links {
	position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    opacity:0;
    z-index: 9;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: .8s;
	margin:0;
}
.themetechmount-teambox-style1 .tm-member-social:hover ul.tm-team-social-links {
	opacity:1;
	right: 45px;
}
.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
	margin:0 2px;
	height:30px;
	width:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	background-color: #eff3ff;
    border-radius: 50%;
	display:block;
}
.themetechmount-teambox-style1 .themetechmount-item-thumbnail-inner img {
	width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.themetechmount-teambox-style1:hover .themetechmount-item-thumbnail-inner img {
	transform: scale(1.07) rotate(0.5deg);
}

/* Team member style2*/

.themetechmount-teambox-style2 .themetechmount-post-item:before {
	content: "";
    width: 100%;
    height: 100%;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(18,31,56,0.60);
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
}
.themetechmount-teambox-style2:hover .themetechmount-post-item:before {
	opacity:1;
}
.themetechmount-teambox-style2 .team-overlay-iconbox a{
	position:absolute;
	content:'';
	top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    text-align: center;
	z-index:1;
	opacity:0;
	font-size:13px;
	color:#fff;
	-webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
	width: 35px;
    height: 35px;
    line-height:35px;
    background-color: #13c5dd;
}
.themetechmount-teambox-style2 .team-overlay-iconbox a:hover{
	background-color: #fff;
}
.themetechmount-teambox-style2:hover .team-overlay-iconbox a{
	opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.themetechmount-teambox-style2 .themetechmount-item-thumbnail-inner{
	overflow: hidden;
}

.tm-team-display-none.themetechmount-boxes-team  .tm-box-col-wrapper:nth-child(even) .themetechmount-teambox-style2{
	display: none;
}

/* Team member style3*/
.themetechmount-teambox-style3 .themetechmount-box-overlay{
	position: absolute;
    bottom: 0;
    padding: 40px 0 40px 0px;
    left: 0;
    right: 0;
	text-align: center;
	z-index:2;
}
.themetechmount-teambox-style3 .themetechmount-box-overlay .themetechmount-box-content{
	display: block;
    overflow: hidden;	
}
.themetechmount-teambox-style3 .themetechmount-box-title {
    display: block;
    overflow: hidden;
}
.themetechmount-teambox-style3 .themetechmount-box-title h4 {
    margin-bottom: 2px;
    transform: translateY(100%);
    transition: all 0.7s linear;
}
.themetechmount-teambox-style3:hover .themetechmount-box-title h4, 
.themetechmount-teambox-style3:hover .themetechmount-team-position {
    transform: translateY(0);
}
.themetechmount-teambox-style3 .themetechmount-team-position {
    font-size: 15px;
    transform: translateY(100%);
    transition: all 0.9s linear;
}
.themetechmount-teambox-style3:hover .themetechmount-box-title h4, 
.themetechmount-teambox-style3:hover .themetechmount-team-position {
    transform: translateY(0);
}
.themetechmount-teambox-style3 .themetechmount-box-content .themetechmount-box-title h4 a, 
.themetechmount-teambox-style3 .themetechmount-box-content .themetechmount-box-title h4, 
.themetechmount-teambox-style3 .themetechmount-box-content .themetechmount-team-position {
    color: #fff;
}
.themetechmount-teambox-style3 .themetechmount-item-thumbnail{
	position:relative;
	overflow:hidden;
}
.themetechmount-teambox-style3 .themetechmount-item-thumbnail:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
	z-index:1;
	background-image: -webkit-linear-gradient( 90deg,rgba( 29,42,77)0%,rgba(0,0,0,.25) 40%);
    background-image: -moz-linear-gradient( 90deg,rgba( 29,42,77)0%,rgba(0,0,0,.25) 40%);
    background-image: -ms-linear-gradient( 90deg,rgba( 29,42,77)0%,rgba(0,0,0,.25)40%);
}
.themetechmount-teambox-style3:hover .themetechmount-item-thumbnail:before {
   opacity:1;
}
.themetechmount-teambox-style3 .themetechmount-item-thumbnail img {
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
	width: 100%;
}
.themetechmount-teambox-style3:hover .themetechmount-item-thumbnail img {
    -webkit-transform: rotate(9deg) scale(1.2,1.2);
    -o-transform: rotate(9deg) scale(1.2,1.2);
    transform: rotate(9deg) scale(1.2,1.2);
}

	
/* Date Coundown */

.countdown-box .countdown-timer canvas {
    display: none;
}
.countdown-box .counter-box {
    display: table;
    height: 100%;
    width: 100%;
	padding: 15px 0px 0px;
}
.countdown-box .countdown-timer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.countdown-box .time_circles > div {
    display: inline-block;
    float: none;
    width: 130px !important;
    padding: 34px 8px !important;
    text-align: center;
    height:100px;
    vertical-align: middle;
    padding-top: 87px !important;
    margin-right: 0px !important;
	background-image: url(../images/box-border-dark.png);
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.counter-box.tm-text-align-left .time_circles {
	float:left;
	padding-left: 0px;
}
.counter-box.tm-text-align-right .time_circles {
	float:right;
	padding-right: 5px;
}
.tm-bgimage-yes .countdown-box .time_circles > div,
.tm-col-bgcolor-skincolor .countdown-box .time_circles > div,
.tm-col-bgcolor-darkgrey .countdown-box .time_circles > div,
.tm-bgcolor-skincolor .countdown-box .time_circles > div,
.tm-bgcolor-darkgrey .countdown-box .time_circles > div {
	background-image: url(../images/box-border-light.png);
}

.tm-textcolor-dark.tm-col-bgcolor-white .countdown-box .time_circles > div {
	background-image: url(../images/box-border-dark.png);
}
.tm-col-bgcolor-skincolor .countdown-box .time_circles > div h4,
.tm-col-bgcolor-darkgrey .countdown-box .time_circles > div h4,
.tm-bgcolor-skincolor .countdown-box .time_circles > div h4,
.tm-bgcolor-darkgrey .countdown-box .time_circles > div h4,
.tm-col-bgcolor-skincolor .countdown-box .time_circles > div span,
.tm-col-bgcolor-darkgrey .countdown-box .time_circles > div span,
.tm-bgcolor-skincolor .countdown-box .time_circles > div span,
.tm-bgcolor-darkgrey .countdown-box .time_circles > div span {
	color:#fff;
}
.tm-textcolor-dark.tm-col-bgcolor-white .countdown-box .time_circles > div h4,
.tm-textcolor-dark.tm-col-bgcolor-white .countdown-box .time_circles > div span {
	color:#273f5b !important;
}
.countdown-box .time_circles > div h4 {
    font-size: 15px !important;
	line-height: 19px !important;
	display: block;
    position: relative;
    top: -10px;
	font-weight: 400;
}
.countdown-box .time_circles > .textDiv_Seconds span,
.countdown-box .time_circles > .textDiv_Minutes span,
.countdown-box .time_circles > .textDiv_Hours span,
.countdown-box .time_circles > .textDiv_Days span {
	font-size: 42px !important;
	line-height:40px !important;
	display: block;
    position: relative;
    top: -88px !important;
	font-weight:700 !important;
}
.countdown-box .time_circles > .textDiv_Seconds,
.countdown-box .time_circles > .textDiv_Minutes,
.countdown-box .time_circles > .textDiv_Hours,
.countdown-box .time_circles > .textDiv_Days {
	top:0px !important;
}


/* footer widgets extras */

.first-footer .widget-area {
	overflow: hidden;
}
.site-footer-w .widget-area {
	z-index: 1;
}

.footer ul.tm-pricelist-block {
    margin-right: 10px;
}
.widget ul.aqovo_contact_widget_wrapper.tm-padding-small li {
    padding-bottom:3px;
}

.footer .widget.themetechmount_widget_recent_entries.post-with-border ul li {
	padding: 23px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.main-holder .widget.themetechmount_widget_recent_entries.post-with-border ul li:first-child {
	padding-top: 0px;
}
.tm-textcolor-white .widget.themetechmount_widget_recent_entries.post-with-border ul li {
	border-color: rgba(255,255,255,.06);
}
.main-holder .widget.themetechmount_widget_recent_entries.post-with-border ul li:last-child {
	padding-bottom: 0px;
	border: none;
}

.tm-quicklink-box-2{
    padding: 17px 15px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background-color: #1b1f2a;
    margin: 0px 0px 10px;
    position: relative;
}
.tm-quicklink-box-2 .tm-lefticon-box, .tm-quicklink-box-2 .tm-righttext-box {
    display: table-cell;
}
.tm-quicklink-box-2 .tm-lefticon-box {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    background-color: #000;
    height: 50px;
    width: 50px;
    line-height: 51px;
    border-radius: 50px;
    padding-left: 15px;
    float:left;
}
.tm-quicklink-box-2 .tm-lefticon-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 19px;
    right: -5px;
    border: 7px solid transparent;
    border-right: 0;
    border-left-color: #000;
	color:#fff;
}
.tm-quicklink-box-2 .tm-lefticon-box {
    vertical-align: top;
}
.tm-quicklink-box-2 .tm-righttext-box {
    padding-left: 15px;
}
.tm-quicklink-box-2 .tm-righttext-box p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
}
.tm-quicklink-box-2 .tm-righttext-box h5 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
}

.wpb_text_column blockquote {
color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
    background-color: transparent;
    padding: 25px 25px 29px 35px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    border-left: none;
    border-bottom: 3px solid;
    line-height: 28px;
    position: relative;
}
.wpb_text_column blockquote footer {
    display: block;
    font-size: 20px !important;
    font-weight: 600;
    color: inherit;
    font-style: normal;
}
.wpb_text_column blockquote cite:before,
.wpb_text_column blockquote footer:before, .wpb_text_column blockquote:before, .wpb_text_column blockquote .small:before {
    content: unset;
}
.wpb_text_column blockquote cite, .wpb_text_column blockquote small {
    color: #7d7d7d;
}
.wpb_text_column blockquote cite, .wpb_text_column blockquote small {
    font-size: 12px;
    line-height: 24px;
}
.wpb_text_column blockquote:before {
	content: '"';
    font-size: 115px;
    font-weight: 400;
	position: absolute;
    right: 30px;
    bottom: 20px;
    font-style: normal;
    display: block;
    margin-top: 10px;
	font-family: 'Open Sans';
	opacity: 0.15;
}


/* tm-history-styletab */

body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-list li{
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-container{
    margin-bottom:50px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.10);
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tab > a{
	position: relative;
    display: inline-block;
    border:none !important;
    font-size: 17px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel-body{
    padding: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tab>a:focus, 
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tab>a:hover{
    background-color: transparent !important
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-list li:after {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #3bad71;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    transition: all 200ms ease-in;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-list li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    transition: all 200ms ease-in;
    z-index: 1;
}
body.wpb-js-composer .tm-bgcolor-skincolor .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .tm-bgcolor-darkgrey .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .tm-bgimage-yes .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .tm-bgimage-yes .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tabs-container {
    border-color: rgba(255, 255, 255, 0.15);
}
body.wpb-js-composer .tm-bgcolor-skincolor .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-title>a,
body.wpb-js-composer .tm-bgcolor-darkgrey .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-title>a,
body.wpb-js-composer .tm-bgimage-yes .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel .vc_tta-panel-title>a,
body.wpb-js-composer .tm-bgimage-yes .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-tab>a {
    color: #fff;
}
body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.tm-history-styletab .vc_tta-panel {
    margin-bottom: 15px;
}


/* servicebox coloring style */

.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 1) .themetechmount-box-bottom-content,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 3) .themetechmount-box-bottom-content{
    background-color:#fff;
}

.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .themetechmount-serviceboxbox-readmore a,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .tm-service-icon,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .themetechmount-box-title h4 a{
	color:#fff;
}
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .themetechmount-box-desc {
	color: rgba(255, 255, 255, 0.90);
}
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 3) .themetechmount-serviceboxbox-readmore:before,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 3) .tm-service-iconbox:after {
	background-color: rgba(255, 255, 255, 0.05);
}
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 3) .themetechmount-serviceboxbox-readmore:before,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 3) .tm-service-iconbox:after,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 1) .themetechmount-serviceboxbox-readmore:before,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 1) .tm-service-iconbox:after {
	background-color: #f6f6f6;	
}
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .themetechmount-serviceboxbox-readmore:before,
.tm-primary-second-view .tm-box-col-wrapper:nth-child(3n + 2) .tm-service-iconbox:after {
	background-color: rgba(255, 255, 255, 0.12);
}


body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title {
    font-weight: 500;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon:after {
	border-color: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: rgba(0, 0, 0, 0.02);
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
	background-color: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a {
    padding: 15px 20px;
}



.tm-row .vc_toggle {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(43, 52, 59, 0.08);
}
.tm-row .vc_toggle .vc_toggle_title .vc_toggle_icon {
    display: block;
    right: 20px;
    left: auto;
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.tm-row .vc_toggle .vc_toggle_title {
    padding-left: 0;
    padding: 20px;
}
.vc_toggle .vc_toggle_default .vc_toggle_icon {
    height: 2px;
}
.vc_toggle .vc_toggle_default .vc_toggle_icon:before {
    width: 2px;
}
.main-holder .vc_toggle .vc_toggle_content {
     margin-bottom: 20px;
    padding: 25px;
    padding-top: 0;
	margin-top: 0px;
}
.main-holder .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    height: 2px;
}

.main-holder .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:after,
.main-holder .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before {
    width: 2px;
}
/* custom heading marrgin */

.tm-headinngmargin-0px .tm-custom-heading {
	margin-bottom:0px !important;
}
.tm-headinngmargin-5px .tm-custom-heading {
	margin-bottom:5px !important;
}
.tm-headinngmargin-10px .tm-custom-heading {
	margin-bottom:10px !important;
}


/* portfoliobox-style2  */

.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 {
	overflow:hidden;
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper img {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
}
.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper img {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.themetechmount-portfoliobox-style2 .iocn-overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.themetechmount-portfoliobox-style2:hover .iocn-overlay {
    opacity: 1;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-overlay {
	position: absolute;
    bottom: 0;
    background-color: #263045;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 18px 25px 17px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-box-overlay {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a,
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a:hover,
.themetechmount-portfoliobox-style2 .themetechmount-box-category {
	color:#fff !important;
}
.tm-post-format-video.themetechmount-portfoliobox-style2 .iocn-overlay{
	display:none;
}

.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
    -webkit-box-shadow: 0px -10px 10px -9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px -10px 10px -9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 10px -9px rgba(43, 52, 59, 0.1);
}

.tm-seperator-solid.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header .heading-seperator span:before {
    right: 45px;
}
.tm-seperator-solid.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header .heading-seperator:after {
    right: 35px;
}
.tm-seperator-solid.tm-element-heading-wrapper.tm-heading-style-vertical .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header .heading-seperator:before {
    right: 0;
	left:auto;
}

.tm-custom-heading.tm-text-capitalize {
    text-transform: capitalize !important;	
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
	border-color: transparent;
}


/***Border Radious***/

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, 
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img,
.border-rad-5px,
.border-rad-5px .vc_column-inner .tm-bg-layer-inner,
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper,
.themetechmount-iconbox-stylethree .themetechmount-iconbox-inner,
.themetechmount-iconbox.themetechmount-iconbox-styleone,
.themetechmount-servicebox-styleone .themetechmount-post-item:before,
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-bottom-content,
.themetechmount-blogbox-styletwo .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper,
.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-overlay-iconbox a,
.themetechmount-teambox-style2 .team-overlay-iconbox a,
.themetechmount-box-portfolio .themetechmount-icon-box a,
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2{
    border-radius:5px;
}
/* footer cta wrapper */

.site-footer .second-footer .widget-title{
	margin-bottom: 20px;
}
.site-footer .second-footer .widget ul > li {
	padding-bottom: 11px;
}
.site-footer .tm-textcolor-dark a:not(:hover) {
	color: inherit;
}
.site-footer .gallery {
	margin-bottom: 0px;
    padding-top: 5px;
}

/*** mailchimp form ***/

.mailchimp-inputbox {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0px;
}
.mailchimp-inputbox i {
    padding-right: 1px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 60px;
    font-size: 15px;
	line-height: 30px;
    border-radius: 3px;
    padding-left: 45px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.04);
	border: none;
}
.mailchimp-inputbox input[type="submit"] {
    position: absolute;
    top: 5px;
    height: 50px;
    width: 190px;
    border: 0;
	border-radius: 3px;
    z-index: 1;
    padding: 0;
    right: 6px;
    font-weight: 700;
    background-color: #fc84b4;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: '\e826';
    top: 19px;
    right: 55px;
    font-family: "tm-aqovo-icons";
    font-style: normal;
    font-weight: 500;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 12px;
	color: #fff;
    z-index: 99;
}
.mc4wp-form-fields .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder {
	color: #818491;
}
.mc4wp-form-fields .mailchimp-inputbox input[type="email"]:-moz-placeholder {
	color: #818491;
}
.mc4wp-form-fields .mailchimp-inputbox input[type="email"]::-moz-placeholder {
	color: #818491;
}
.mc4wp-form-fields .mailchimp-inputbox input[type="email"]:-ms-input-placeholder {
	color: #818491;
}


/*event-box*/

.themetechmount-box-view-top-image .themetechmount-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba( 25,25,25,0.70);
}
.themetechmount-box-view-top-image:hover .themetechmount-overlay {
    opacity: 1;
    visibility: visible;
}

.themetechmount-box-view-top-image .themetechmount-icon-box a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.themetechmount-box-view-top-image:hover .themetechmount-icon-box a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.themetechmount-box-view-top-image img.wp-post-image {
    transition: transform 0.5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
}
.themetechmount-box-view-top-image:hover img.wp-post-image {
	-webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.themetechmount-box-view-top-image .event-box-content{
	padding: 25px 25px 10px 25px;
}
.themetechmount-box-view-top-image .themetechmount-events-meta{
	padding-bottom: 2px;
}
.themetechmount-box-view-top-image .tribe-events-vanue {
    display: inline;
    width: 100%;
    clear: both;
	border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
	line-height: 25px;
}
.themetechmount-box-view-top-image .themetechmount-meta-details {
	display: inline-block;
	position: absolute;
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
.themetechmount-box-view-top-image .themetechmount-meta-details:after{
    content: "";
    height: 15px;
    width: 1px;
    background-color: rgba(0,0,0,.09);
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
}
.themetechmount-box-view-top-image .themetechmount-events-meta i { 
	display: none;
}
.themetechmount-box-view-top-image .themetechmount-event-meta-dtend {
	display: none;
} 
.single.single-tribe_events article {
    padding: 20px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
.themetechmount-sidebar-true.themetechmount-sidebar-right .site-content-inner, .themetechmount-sidebar-true.themetechmount-sidebar-left .site-content-inner {
    position: relative;
}
.themetechmount-sidebar-true.tm-empty-sidebar.themetechmount-sidebar-right .site-content-inner, 
.themetechmount-sidebar-true.tm-empty-sidebar.themetechmount-sidebar-left .site-content-inner {
	overflow: visible !important;
	min-height: 330px;
}

/*single img default border*/
.wpb_single_image .vc_single_image-wrapper.vc_box_outline{
    padding: 15px;
}


/***Image gallery***/

.grid-sizer,
.tm-masnory-gallery .tm-singleimg.tm-imgsize-regular {
    width:25%;
	overflow:hidden;
	float:left;
}
.tm-masnory-gallery .tm-singleimg.tm-imgsize-masnory {
    width:50%;
	overflow:hidden;
	float:left;
}
.tm-gallerybox .tm-gallery-image i{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform:scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	background: rgb(256, 256, 256);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: -20px 0 0 -20px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
	z-index: 2;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.5s;
    opacity: 0;
}
.tm-gallerybox:hover .tm-gallery-image i{
	opacity: 1;
	transform: scale(1);
}
.tm-gallerybox .tm-gallery-image i:hover{
	background-color:#fff;
}
.tm-gallerybox,
.tm-gallerybox .tm-gallery-image{
	position:relative;
	overflow:hidden;
}
.tm-gallerybox .tm-gallery-image img{
	position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.tm-gallerybox .tm-gallery-image .overlay-box1{
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tm-gallerybox .tm-gallery-image .overlay-box2{
	position: absolute;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s 0.3s;
    -moz-transition: all 0.6s 0.3s;
    -o-transition: all 0.6s 0.3s;
    transition: all 0.7s 0.3s;
}
.tm-gallerybox:hover .tm-gallery-image .overlay-box1,
.tm-gallerybox:hover .tm-gallery-image .overlay-box2{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.widget.widget_media_gallery .gallery {
    margin-bottom: 0px;
}

/*custom P tag seprator*/

.tm-pmenu-seprator .wpb_text_column p{
	position:relative;
	padding: 5px 0px;
}
.tm-pmenu-seprator .wpb_text_column p:after{
    position: absolute;
    content: '';
    top: 0;
    left: 10%;
    margin-top: -12px;
    width: 80%;
    height: 1px;
    background-color: rgba(0,0,0,.06);
    right: 10%;
}
.tm-pmenu-seprator .wpb_text_column p:first-child:after{
	content:unset;
}

::selection {
  color: #fff;
  background-color: #c78665;
}
::-moz-selection {
  color: #fff;
  background-color: #c78665;
}


/*fidbox new style*/

.tm-fidbox-lefticon .tm-fid-view-lefticon .tm-fid-icon-wrapper i {
    font-size: 60px;
    line-height: 60px;  
    color: #c78665;
}
.tm-fidbox-lefticon .tm-fid-view-lefticon .tm-fld-contents {
    padding-left: 90px;
}
.tm-fidbox-lefticon .inside.tm-fid-view-lefticon h3{
    color:#818491;
    font-size:18px;
    line-height: 28px;
    font-weight: 400;
}
.tm-fidbox-lefticon .inside.tm-fid-view-lefticon h4{
    position: relative;
    font-size: 62px;
    line-height:62px;
    font-weight: 700;
}
.tm-fidbox-lefticon .inside.tm-fid-view-lefticon h3{
    padding-top: 9px;
    position: relative;
}

.tm_prettyphoto.style1.tm-vc_icon_element .tm-vc_icon_element-inner:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    border: 4px solid rgb(199, 134 ,101, .30);

}
.tm_prettyphoto.style1.tm-vc_icon_element .tm-vc_icon_element-inner:after {
    width: 73px;
    height: 73px;
    opacity: 1;
    z-index: -1;
    border: 8px solid rgba(199,134,101,.431);
    background: none !important;
}

.tm-vc_icon_element.tm-vc_icon_element-outer.tm-vc_icon_element-align-right.style1{
    position: absolute;
    top: -300px;
    right: 0;
    content: '';
}

.tm-col-arrow-style .vc_column-inner .tm-bg-layer-inner{
	border-radius: 5px;
}
.tm-col-arrow-style .vc_column-inner {
	position: relative;
}
.tm-col-arrow-style .vc_column-inner:before {
	position: absolute;
    content: '';
    right:-20px;
    top: 46%;
    margin: 0 auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #000;
    z-index: 9;
}
.tm-col-arrow-style .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text{
	text-decoration: underline;
}

 body.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	background-color:var(--tm-skincolor-bg);
	border:none;
	color:#fff;
}
body.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
	background-color:#1d2a4d;
	border:none;
	padding:14px 36px;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
	font-size:18px;
	font-weight:600;
}

/*** faq***/
.tm-row .vc_toggle_color_skincolor.vc_toggle {
	background: transparent;
    box-shadow: none;
}
.tm-row .vc_toggle_title h4 {
    font-size: 18px;
}
.tm-row .vc_toggle_size_sm .vc_toggle_icon {
	height:17px;
	width:17px;
}
.tm-row .vc_toggle_color_skincolor.vc_toggle .vc_toggle_title {
	background: #fff;
	padding:9px 35px 9px 20px;
	border-radius:5px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tm-row .vc_toggle_color_skincolor.vc_toggle.vc_toggle_active .vc_toggle_title>h4 {
	color:#fff;
}

.tm-row .vc_toggle_color_skincolor.vc_toggle_round.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
	background-color:#fff;
}
.main-holder .vc_toggle_color_skincolor.vc_toggle .vc_toggle_content {
	padding:15px 20px 0;
}
.tm-row .vc_toggle_color_skincolor.vc_toggle_round.vc_toggle .vc_toggle_title .vc_toggle_icon {
	background-color:#0e204d;
}
.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
	visibility:visible;
}

.tm-list.tm-list-textsize-xlarge li{ 
	font-size:22px;
	font-weight:600;
}
iframe {
    height: 365px;
}
/* service*/
.tm-service-greybox .themetechmount-boxes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
	margin-right:-373px;
	padding: 0px 15px 0px;
	background-color:#eff3ff;
	margin-left: 0;
}
.tm-service-greybox .tm-boxes-carousel-arrows-below.themetechmount-boxes {
    padding-bottom: 0px;
}
.tm-service-greybox .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header {
	width:51.5%;
}
.tm-service-greybox .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after {
	display:none;
}
.tm-service-greybox .themetechmount-boxes-row-wrapper .slick-arrow{
	border:none;
}
.tm-service-greybox .tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev, 
.tm-service-greybox .tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next{
	top: -80px;
}
.tm-service-greybox .tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev{
    left: 73%;
	margin-left: -45px;
}
.tm-service-greybox .tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next{
    right: 27%;	
    margin-right: -35px;
}

/* portfolio custom */
.tm-portfolio-text-width .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header {
	width:45.5%;
}
.tm-portfolio-text-width .themetechmount-box-portfolio .themetechmount-icon-box a{
	margin-top: -63px;
}

/* seprator */
.tm-sep .tm-vc_cta3-headers.tm-wrap-cell:after {
    position: absolute;
    content: '';
    border-right: 1px solid #2d395a;
    height: 92px;
    right: 39px;
    top: -31px;
}
.single-post article.post .entry-content ul.tm-right-icon li:after {
	content: "\f14a";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 22px;
    top: 0;
}

.wp-block-columns {
	margin-bottom:0.75em;
}
.comments-area .comment-form .comment-form-author {
	position:relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-email {
	position:relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comment-form input[type=text], .comment-form textarea {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-left: 15px;
    background-color: #f3f5ff;
    border: 1px solid transparent;
    border-radius: 5px;
}

/***service detail page ***/
.tm-sidebar-banner.widget .textwidget.widget-text {
	background-image: url(../images/img-1.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:5px;
}
.sidebar .tm-sidebar-banner.widget {
	padding:0;
}
.tm-sidebar-banner.widget .tm-textinfo .tm-title {
    padding: 25px 30px 50px;
    text-align: center;
}
.tm-sidebar-banner.widget .tm-textinfo .tm-icon i{
	font-size:85px;
}
.tm-sidebar-banner.widget .tm-textinfo .tm-title h3 {
	font-size:20px;
	color:#fff;
	padding-top:15px;
}
.tm-sidebar-banner.widget .tm-textinfo .tm-content {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
	padding-top:30px;
	padding-bottom:10px;
	border-top: 1px solid rgba(255, 255, 255,0.12);
}
.tm-sidebar-banner.widget .tm-textinfo .tm-email {
	color:#fff;
	padding-bottom:30px;
}

.wpb_text_column a i {
    position: relative;
    display: inline-block;
    top: 1px;
    right: -5px;
}

/*** process box ***/
.tm-processbox-wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -15px;
	overflow:hidden;
}
.tm-processbox-wrapper .tm-processbox {
    position: relative;
}
.tm-processbox-wrapper .tm-processbox {
    width: calc(100% / 3);
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.tm-processbox-wrapper .tm-box-description {
    font-size: 14px;
}
.tm-processbox-wrapper .tm-box-title {
    padding-top: 3px;
}

.tm-processbox .tm-box-content{ 
	position:relative;
	padding: 15px 0 5px;
    margin: 0 15px;
	height: auto;
    -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -ms-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;	
}
.tm-processbox:hover .tm-box-content{
    background-color: #fff;
    -ms-transform: translate3d(0,-39%,0);
    -webkit-transform: translate3d(0,-39%,0);
    transform: translate3d(0,-39%,0);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(18 31 56 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(18, 31, 56, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(18 31 56 / 10%)
}
.tm-processbox .tm-box-content:before{
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
	opacity:0;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);	
}
.tm-processbox:hover .tm-box-content:before{
	opacity:1;
	bottom: 0;
    height: 100%;
}
.tm-processbox-wrapper .tm-box-image  {
	overflow:hidden;
	position: relative;
}
.tm-processbox .tm-box-image img {
    transition: transform .8s ease-in-out;
    transform: scale(1.1);
    transform-origin: 100% 0;
	width: 100%;
}
.tm-processbox:hover .tm-box-image img {
    transform: scale(1.2) translateX(10%);
}
.tm-processbox .tm-box-title h4,
.tm-processbox .tm-box-title h4 a,
.tm-processbox .tm-box-description{
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.processbox-style1.tm-processbox-wrapper .tm-processbox:hover .tm-box-title h4,
.processbox-style1.tm-processbox-wrapper .tm-processbox:hover .tm-box-title h4 a,
.processbox-style1.tm-processbox-wrapper .tm-processbox:hover .tm-box-description{
	color:#fff;
}
.tm-processbox .tm-box-content:before,
.tm-processbox .tm-box-content,
.tm-processbox-wrapper .tm-box-image{
	border-radius: 3px;
}

/*Processbox style-2*/

.processbox-style2.tm-processbox-wrapper{
	display:block;
}
.processbox-style2.tm-processbox-wrapper:before{
	content:'';
	position:absolute;
	height:100%;
	width:1px;
	background-color:rgba(0,0,0,0.07);
	top:25px;
	left:33%;
	display:block;
}
.processbox-style2.tm-processbox-wrapper .tm-processbox{
	text-align: left;
    width: 100%;
	margin-top:0;
	margin-bottom: 15px;
}
.processbox-style2.tm-processbox-wrapper .tm-processbox .tm-box-title{
	position:relative;
}
.processbox-style2.tm-processbox-wrapper .tm-processbox .tm-box-title:before{
	content:'';
	position:absolute;
	height:15px;
	width:15px;
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.07);
	top:10px;
	right:40px;
	display:block;
	border-radius:50%;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.processbox-style2.tm-processbox-wrapper .tm-processbox:nth-child(2) .tm-box-title:before{
	height:8px;
	width:8px;
    box-shadow: 0px 0px 1px 5px rgba(19, 197, 221,0.35);
	right: 43px;
	top: 13px;
}
.processbox-style2.tm-processbox-wrapper .tm-box-head {
	width: 40%;	
	padding-right: 10px;
}



/*** footer ***/

.footer .first-footer .widget.tm-footer-contactbox{
	position:relative;
	background-color:rgba(255,255,255,0.04);
	padding:33px 30px 15px 30px;
	border-radius:5px;
}
.footer .first-footer .widget.tm-footer-contactbox:before{
	content:'';
	position:absolute;
	width:4px;
	height:76%;
	background-color:#fff;
	top:40px;
	left:0;	
}
.widget .tm-iconbox-cnt .tm-icon{
    vertical-align: top;
    padding-top: 4px;
}
.widget .tm-iconbox-cnt .tm-icon i {
	font-size:22px;
}

.footer_inner_wrapper:before{
	content:'';
	position:absolute;
	height: 20px;
    width: 100%;
    background-image: url(../images/wave-dark.png);
    top: -19px;
    z-index: 9;
    background-repeat: repeat-x;
    -webkit-animation: move 12s linear infinite;
    animation: move 12s linear infinite;
	-webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
	background-color:transparent !important;
}
.footer_inner_wrapper:after{
	content:'';
	position:absolute;
	height:20px;
	width: 100%;
	background-image: url(../images/wave-light.png);
	top:-22px;
	z-index:9;
	background-repeat: repeat-x;
	-webkit-animation: move 12s linear infinite;
    animation: move 12s linear infinite;
	-webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

@keyframes move  {
    
0% {
    background-position: left 0px bottom 0;
}

100% {
    background-position: left 350px bottom 0;
}

}
.footer-rows{
	position:relative;
}
.footer-rows:before{
	content:'';
	position:absolute;
	background-image: url(../images/footer-ani-img.png);
	top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
	opacity: 0.3;
	-webkit-animation: wavemove 30s linear infinite,sidemove 7s ease-in-out infinite alternate;
    -moz-animation: wavemove 30s linear infinite,sidemove 7s ease-in-out infinite alternate;
    animation: wavemove 30s linear infinite,sidemove 7s ease-in-out infinite alternate;
}
.tm-bgcolor-skincolor .footer-rows:before{
	opacity: 1;
}

@-webkit-keyframes wavemove{
	0%{
		margin-left:20%
	}
	100%{
		margin-left:-30%
	}
}
@-moz-keyframes wavemove{
	0%{
		margin-left:20%
	}
	100%{
		margin-left:-30%
	}
}
@keyframes wavemove{
	0%{
		margin-left:20%
	}100%{
		margin-left:-30%
	}
}



@-webkit-keyframes sidemove{
	0%{
		margin-top:0
	}
	100%{
		margin-top:25px
	}
}
@-moz-keyframes sidemove{
	0%{
		margin-top:0
	}
	100%{
		margin-top:25px
	}
}
@keyframes sidemove{
	0%{
		margin-top:0
	}
	100%{
		margin-top:25px
	}
}


/*Fidview left-text style*/

.tm-fid-view-left-text.inside{
	text-align: left;
	padding: 10px 15px 10px 15px;
}
.tm-fid.tm-fid-view-left-text.inside h4{
	font-size: 48px;
    line-height: 48px;
}
.tm-fid.tm-fid-view-left-text.inside .tm-fid-inner span:nth-child(2){
	margin-left: -10px;
}
.tm-fid.tm-fid-view-left-text.inside h3{
	font-size: 15px;
    line-height: 24px;
	font-weight:400;
}
.tm-fid-view-left-text.inside .tm-fid-text{
	width:50%;
}

.tm-portfolio-bg.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper{
	background-color: #fff;
	margin-top:0px;
}
.tm-portfolio-bg.themetechmount-boxes.themetechmount-boxes-sortable-yes .tm-box-col-wrapper{
	margin-top:30px;
	margin-bottom:30px;
}
.tm-portfolio-bg.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
    margin-top: -10px;
    margin-bottom: 0;
	position:relative;
}
.tm-portfolio-bg.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul:before {
	position:absolute;
	content:'';
	top: -15px;
    left: 25%;
	height:1px;
	width:50%;
	background-color:rgba(0,0,0,0.06);
}
.tm-portfolio-bg .tm-sortable-list .tm-sortable-link a{
	background-color: transparent !important;
	padding: 12px 30px 12px;
}
.tm-portfolio-bg .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: 30%;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border{
	padding: 10px;
}

/*Fidbox custom*/

.fid-leftview-custom .inside.tm-fid-view-lefticon {
    padding: 25px 15px 30px 40px;
}
.fid-leftview-custom .inside.tm-fid-view-lefticon h4{
	font-size:40px;
	font-weight:700;
	line-height:50px;
}
.fid-leftview-custom .inside.tm-fid-view-lefticon h3 {
    font-size: 16px;
    line-height: 26px;
    color: inherit;
    font-weight: 400;
}

.tm-textblock-underline {
    position: relative;
	color: #fff;
}
.tm-textblock-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.70);
    bottom: 0px;
}
.tm-col-bgcolor-darkgrey a.tm-skincolor:hover,
.tm-bgcolor-darkgrey a.tm-skincolor:hover{
	color:#fff !important;
}


.tm-services-custom-head.tm-custom-heading {
    background-color: #13c5dd;
    color: #fff;
    padding: 15px 30px;
    position: absolute;
    bottom: -15px;
    width: 100%;
}

.single-tm_service .themetechmount-iconbox.themetechmount-iconbox-styleone{
	padding: 0;
    box-shadow: none;
}
.single-tm_service .themetechmount-iconbox-styleone .tm-box-icon i{
	font-size: 45px;
}
.single-tm_service .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-vc_general h2 {
    color: #0e204d;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-style-classic:not(.tm-vc_cta3-color-classic) .tm-vc_cta3-content-header h2 {
    color: #0e204d;
}

/*Overlayheader iconbox*/
.tm-header-iconbox{
	display:inline-block;
	vertical-align: middle;
}
.tm-header-iconbox .icon i{
    height: 45px;
    width: 45px;
    font-size: 21px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
	color:#fff;
	display:block;
}
.tm-header-iconbox .header-content{
	padding-left: 20px;
	padding-top: 20px;
}
.tm-header-text-area .header-info-widget .tm-header-iconbox .header-content h3{
	font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
}
.tm-header-text-area .header-info-widget .tm-header-iconbox .header-content h5{
	font-size: 18px;
	color:#fff;
}
.tm-icon-pos{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    padding-top: 230px;
    padding-bottom: 200px;
}
.widget .select2-container--default .select2-selection--single {
    background-color: #fff;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.alignnone>figcaption {
    font-style: italic;
}
.wp-block-image .aligncenter>figcaption {
    text-align: center;
}
.wp-block-button.aligncenter, .wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}
.tm-blog-classic-box-content .wp-block-calendar table th {
    font-weight: 600;
    background: #eff3ff;
    text-align: center;
}
.tm-blog-classic-box-content table tbody tr, .tm-blog-classic-box-content table thead tr {
    border-color: #eeeeee;
}
ul.wp-block-latest-posts li, ul.wp-block-categories li, ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 7px 0;
    padding: 0;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.alignnone>figcaption {
    font-style: italic;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #eff3ff;
}
article.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm-blog-classic-box-content {
    display: none;
}
.woocommerce form.woocommerce-form-coupon .form-row-last {
    float: left;
}
.woocommerce .checkout .form-row .select2-container {
    width: 100% !important;
}
.woocommerce .themetechmount-single-product-info .product_meta label {
    font-weight: 600;
    color: #0e204d;
}
.single-product .select2-container--default .select2-selection--single {
    background-color: #fff;
}
.entry-content table tbody a:not(:hover), .tm-blog-classic-box-content table tbody a:not(:hover) {
    color: #848e9f;
}
.single-post article.post .entry-content ul:not(.tm-blog-list) {
    padding-left: 15px;
}
.single article.post .comment-body table {
    background-color: #fff;
}
.tm-blog-classic-box-content .wp-block-table.is-style-stripes td, 
.tm-blog-classic-box-content .wp-block-table.is-style-stripes th {
    border-color: #e6e6e6;
}

.tm-service-greybox .tm-boxes-carousel-arrows-below .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content {
    width:96%;
    margin-left: 0;
}
.tm-service-greybox .tm-boxes-carousel-arrows-below .themetechmount-box-heading-wrapper.tm-element-align-center .tm-element-heading-wrapper {
    padding-right: 90px;
}
.tm-service-greybox .tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header {
    width: 58.5%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin-bottom: 40px;
}

body.error404 {
    background-color: #eff3ff;
}
section.error-404 .search-form input.search-field::-webkit-input-placeholder{
	color: inherit !important; 
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style1 .themetechmount-icon-box a{
	margin-top: -20px;
}

.archive.themetechmount-sidebar-true.tm-empty-sidebar.themetechmount-sidebar-right .site-content-inner, 
.archive.themetechmount-sidebar-true.tm-empty-sidebar.themetechmount-sidebar-left .site-content-inner  {
	margin-bottom: 20px;
}

/*Services style Four*/


.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a {
	position: relative;
}
.themetechmount-servicebox-stylefour .themetechmount-box-title {
    padding-top: 33px;
}
.themetechmount-servicebox-stylefour .tm-service-iconbox {
    position: relative;
    text-align: center;
    width: 117px;
    height: 117px;
    line-height: 115px;
    margin: 0 auto;
    z-index: 1;
    background-color: #f7f9fc;
    border-radius: 50%;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a,
.themetechmount-box-service.themetechmount-servicebox-stylefour .tm-service-iconbox,
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-box-title h4,
.themetechmount-box-service.themetechmount-servicebox-stylefour .tm-short-desc{
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.themetechmount-servicebox-stylefour .tm-service-icon {
	font-size:45px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour .tm-service-iconbox:before {
    content: "";
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 103px;
    height: 104px;
    position: absolute;
    border: 2px dashed #d3d8e0;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.themetechmount-servicebox-stylefour .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore {
	padding-top:23px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-box-bottom-content{
	padding: 50px 25px 40px 25px;
    background-color: #fff;
	border: 1px solid #e9e9e9;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: center;
	border-radius: 5px;
	transition: 0.5s;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-box-title h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a:after {
    content: '\e826';
    position: absolute;
    font-family: 'tm-aqovo-icons';
    top: 0;
    right: -21px;
    left: auto;
    font-size: 13px;
}
.themetechmount-servicebox-stylefour:hover .tm-short-desc {
    color: rgba(255 , 255 , 255 , 0.87);
}
.slick-slider .tm-box-col-wrapper:nth-child(even) .themetechmount-servicebox-stylefour {
    padding-top: 50px;
}
.themetechmount-servicebox-stylefour:hover .themetechmount-box-bottom-content {
	background-color:var(--tm-secondary-bg);
}
.themetechmount-servicebox-stylefour:hover .themetechmount-serviceboxbox-readmore a {
	color:var(--tm-skincolor-bg);
}
.themetechmount-servicebox-stylefour:hover .themetechmount-box-bottom-content .themetechmount-box-title a:not(:hover) {
	color:#fff;
}
.themetechmount-box-service.themetechmount-servicebox-stylefour:hover .tm-service-iconbox:before {
    border-color: var(--tm-skincolor-bg);
}

.tm-fidboxleftnew .inside.tm-fid-view-lefticon h4 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
}
.tm-fidboxleftnew .inside.tm-fid-view-lefticon h3 {
    font-size: 16px;
    line-height: 19px;
	font-weight: 500;
    font-family: var(--body-font-family);
}
.tm-fidboxleftnew .inside.tm-fid-view-lefticon .wpb_wrapper p {
    font-weight: 500;
}
.tm-fidboxleftnew .inside.tm-fid-view-lefticon {
    padding: 22px 15px 0px 0px;
    margin-bottom: 15px;
}
.tm-fidboxleftnew .inside.tm-fid-view-lefticon .tm-fid-icon-wrapper i {
	font-size: 55px;
}
.tm-bgcolor-darkgrey .tm-fidprocess .inside.tm-fid-with-border {
    background-color: transparent;
}
.tm-fidprocess .tm-fid-view-circle-progress .tm-fid-number {
    font-family: var(--special-element-fontfamily);
}
.tm-blogboxnewone .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore {
    display: none;
}
.tm-blogboxnewone .themetechmount-blogbox-styleone .post-item .themetechmount-box-title h4{
	font-weight: 600;
}
.tm-blogboxnewone .themetechmount-blogbox-styleone .themetechmount-box-desc {
    padding: 33px 30px 32px 35px;
}
.tm-blogboxnewone .themetechmount-blogbox-styleone .themetechmount-box-content .tm-entry-meta-wrapper {
    padding: 0px 0px 5px 0px;
}
.tm-blogboxnewone .themetechmount-blogbox-styleone:not(:hover) .tm-box-post-date {
	color: var(--body-blackfont-color);
}
.footer .widget .tm-second-socialicon {
    text-align: right;
}
.tm-sec-ft-text h4, .tm-sec-ft-text p,
.second_footer_logo img, .second_footer_logo  p,
.tm-second-socialicon p, .tm-second-socialicon .themetechmount-social-links-wrapper {
    display: inline-block;
}
.footer .widget .tm-second-socialicon a {
    background-color: rgba(26 , 45 , 62 , 0.60);
}
.footer .widget .second_footer_logo img {
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    padding-right: 25px;
    margin-right: 20px;
	max-height: 45px;
}
.footer .widget .tm-second-socialicon p {
    color: var(--tm-skincolor-bg) !important;
}
.footer .widget .second_footer_logo {
    text-align: center;
}
.footer .widget .tm-sec-ft-text h4{
	font-size:18px;
	font-weight:600;
	padding-right: 10px;
}
.footer .widget .tm-sec-ft-text p {
	font-size:13px;
}
.footer .widget .sec_footer_logo span {
    background-color: var(--tm-skincolor-bg);
    padding: 1px 7px 2px;
    border-radius: 5px;
}
.footer .sec_footer_logo p {
    padding-top: 28px;
}
.footer .mailchimp-signnewsbox input[type="email"] {
    width: calc(100% - 76px);
    background-color: var(--tm-secondary-bg);
    border: none;
    font-size: 13px;
}
.footer .mailchimp-signnewsbox .btn[type=submit] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    padding: 11px 12px;
    background-color: var(--tm-skincolor-bg);
}
.footer .mailchimp-signnewsbox .tm-mailbtn {
    position: relative;
}
.footer .mailchimp-signnewsbox .wpcf7-list-item {
    margin: 0;
	padding-top: 15px;
}
.footer .mailchimp-signnewsbox span.wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
}
.footer .first-footer .widget.tm-footer-contactbox1 {
    position: relative;
    background-color: rgba(255,255,255,0.04);
    padding: 33px 30px 35px 30px;
    border-radius: 5px;
}
.footer .first-footer .widget.tm-footer-contactbox1:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 76%;
    background-color: var(--tm-skincolor-bg);
    top: 35px;
    left: 0;
}
.footer .widget.themetechmount_widget_recent_entries ul li img {
    height: 75px;
    width: 75px;
    border-radius: 5px;
}
.footer .widget.themetechmount_widget_recent_entries ul.tm-recent-post-list > li > a {
    line-height: 24px;
    font-size: 18px;
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
}
.tm-arrow-down {
    -webkit-animation: float 3.5s ease-in-out forwards infinite;
    animation: float 3.5s ease-in-out forwards infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
.tm-seperator-Style1 .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading {
    position: relative;
    padding-left: 33px;
	display: inline-block;
}
.tm-seperator-Style1 .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header h4.tm-custom-heading:before {
    left: 0;
    right: auto;
    background-color: var(--tm-skincolor-bg);
    -webkit-mask: url(../images/sep-style1.svg) no-repeat 100% 100%;
    mask: url(../images/sep-style1.svg) no-repeat 100% 100%;
    width: 25px;
    height: 21px;
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
}
.tm-seperator-Style1.tm-heading-style-horizontal .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p {
    text-align: right;
}
.themetechmount-servicebox-stylefour:hover .tm-service-iconbox:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
}
@-ms-keyframes pxl_spin {
	to {
		-ms-transform: rotate(0)
	}

	from {
		-ms-transform: rotate(360deg)
	}

}
@-moz-keyframes pxl_spin {
	to {
		-moz-transform: rotate(0)
	}

	from {
		-moz-transform: rotate(360deg)
	}

}
@-webkit-keyframes pxl_spin {
	to {
		-webkit-transform: rotate(0)
	}

	from {
		-webkit-transform: rotate(360deg)
	}

}
@keyframes pxl_spin {
	to {
		transform: rotate(0)
	}

	from {
		transform: rotate(360deg)
	}

}

.tm-element-heading-wrapper.tm-seperator-Style1 .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h4.tm-custom-heading {
    margin-bottom: 12px;
}
.tm-seperator-Style1 .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper {
    margin-top: 5px;
}
.tm-listone.tm-list.tm-list-textsize-medium li {
    font-size: 16px;
    padding-bottom: 14px;
}
.tm-headerstyle-classic2 .themetechmount-topbar-wrapper .tm-topbar-content .top-contact li a {
    color: #fff;
}


/*******************************AQOVO ELEMENTOR CSS **************************************/
.tm-col-stretched-yes .tm-stretched-div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 0;
}

.tm-col-stretched-left .tm-stretched-div {
    margin-left: -500px!important;
    right: 0
}

.tm-col-stretched-right .tm-stretched-div {
    margin-right: -500px!important;
    right: 0
}


/***************section 1 heading sunheding css****************/
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-content-header h4.tm-element-subheading.tm-custom-heading {
    margin: 0 !important;
    position: relative;
    padding-left: 23px;
    padding-bottom: 12px;
    display: inline-block;
}
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-content-header h4.tm-element-subheading.tm-custom-heading:before,
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-content-header h4.tm-element-subheading.tm-custom-heading:after {
    position: absolute;
    content: '';
    border-left: 2px solid var(--tm-skincolor-bg);
    top: 1px;
    left: 4px;
    bottom: auto;
    right: auto;
    height: 15px;
    transform: rotate(16deg);
}
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-content-header h4.tm-element-subheading.tm-custom-heading:after {
    left: 10px;
}
.elementor-element.imagestyle-one .elementor-widget-container{
    position: relative;
}
.elementor-element.imagestyle-one .elementor-widget-container:before {
    content: '';
    position: absolute;
    border-left: 20px solid;
    height: 100%;
    top: 0;
    left: 7px;
    border-color: transparent #eff3ff transparent #eff3ff;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 {
    margin-bottom: 0;
    padding: 11px 15px 7px;
}
.elementor-element .tm-fid.inside.tm-fid-without-icon.tm-fid-view-style1 {
    padding-left: 0 !important;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left {
    position: relative;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left:before {
    position: absolute;
    content: '';
    height: 37px;
    width: 28px;
    left: 11px;
    top: 8px;
    -webkit-mask: url(../images/fid_icon.svg) no-repeat 100% 100%;
    mask: url(../images/fid_icon.svg) no-repeat 100% 100%;
    background-color: var(--tm-skincolor-bg);
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left .fid-content {
    padding-left: 60px;
    text-align: center;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left .fid-content h4.tm-fid-inner {
    font-size: 40px;
    font-weight: 600;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left .fid-content h3.tm-fid-title {
    color: unset;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style1 .tm-fid-left .fid-content h3.tm-fid-title span {
    padding: 0;
    line-height: 22px;
    text-align: left;
}
.elementor-section.tm-bgcolor-darkgrey .tm-seperator-style1 .tm-content-header h2.tm-element-content-heading {
    color: #fff;
}
.elementor-section.tm-bgcolor-darkgrey .tm-seperator-style1 .tm-element-content-desctx,
.elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey .tm-seperator-style1 .tm-element-content-desctxt {
    color: rgba(255,255,255,.85);
}   
.elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey .tm-seperator-style1 h2.tm-element-content-heading {
    color: #fff;
}

.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header:after {
    content: "";
    right: 46px;
    height: 85%;
    position: absolute;
    top: 15%;
    width: 1px;
    background-color: #e4ebff;
    transform: rotateZ(-165deg);
}
.elementor-section.tm-bgcolor-grey .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header:after{
    background-color: #d6dbe8;
}
.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header {
    width: 54.5%;
    text-align: left;
    position: relative;
    padding-right: 80px;
}

.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header,
.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-element-content-desctxt{
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}
.tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-element-content-desctxt{
    padding-top: 5px;
}
.tm-align-center {
    text-align: center;
}
/***/
.elementor-element .tm-fid-view-style1 .tm-fid-left {
    position: relative;
    display: block;
    width: 100%;
} 
.elementor-element .tm-fid-view-style1 .tm-fld-contents {
    text-align: left;
    clear: both;
    overflow: hidden;
} 
.elementor-element .tm-fid-view-style1 .tm-fid-icon-wrapper {
    position: absolute;
    top: 0px;
}
.elementor-element .tm-fid-view-style1.inside h4{
    margin-top: 1px;
    margin-bottom: 0px;
    float: left;
    display: block;
}
.elementor-element .tm-fid-view-style1 .tm-fld-contents{
    padding-left:70px;
}
.elementor-element .tm-fid-view-style1.inside h4 span:nth-child(2){
    margin-left:-8px;
}

.elementor-element .tm-fidbox-lefticon .tm-fid-view-style1 .tm-fid-icon-wrapper i {
    font-size: 60px;
    line-height: 60px;  
    color: #c78665;
}
.elementor-element .tm-fidbox-lefticon .tm-fid-view-style1 .tm-fld-contents {
    padding-left: 90px;
}
.elementor-element .tm-fidbox-lefticon .inside.tm-fid-view-style1 h3{
    color:#818491;
    font-size:18px;
    line-height: 28px;
    font-weight: 400;
}
.elementor-element .tm-fidbox-lefticon .inside.tm-fid-view-style1 h4{
    position: relative;
    font-size: 62px;
    line-height:62px;
    font-weight: 700;
}
.elementor-element .tm-fidbox-lefticon .inside.tm-fid-view-style1 h3{
    padding-top: 9px;
    position: relative;
}
/*******servicebox style 5************/
.themetechmount-box-service.themetechmount-servicebox-stylefive {
    margin-top:30px;
}
.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a {
    position: relative;
}
.themetechmount-servicebox-stylefive .themetechmount-box-title {
    padding-top: 30px;
}
.themetechmount-servicebox-stylefive .tm-service-iconbox {
    position:relative;
    text-align: center;
    width: 103px;
    height: 103px;
    line-height: 111px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a,
.themetechmount-box-service.themetechmount-servicebox-stylefive .tm-service-iconbox,
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-title h4,
.themetechmount-box-service.themetechmount-servicebox-stylefive .tm-short-desc{
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.themetechmount-servicebox-stylefive .tm-service-icon {
    font-size:45px;
}
.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a:before {
    font-family: "tm-aqovo-icons";
    content: "\e809";
    right: -15px;
    top: 0;
    font-size: 18px;
    position: absolute;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .tm-service-iconbox:before {
    content: "";
    top: 0px;
    left: -8px;
    z-index: 1;
    width: 103px;
    height: 104px;
    position: absolute;
    -webkit-mask: url(../images/ser-pattern1.svg) no-repeat 100% 100%;
    mask: url(../images/ser-pattern1.svg) no-repeat 100% 100%;
    background-color: var(--tm-skincolor-bg);
    display:block;
}
.themetechmount-servicebox-stylefive .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore {
    padding-top:5px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-box-title h4 a:hover,
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a:hover {
    color: var(--tm-skincolor-text);
}
.themetechmount-servicebox-stylefive .themetechmount-post-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-servicebox-stylefive .themetechmount-post-item:before, 
.themetechmount-servicebox-stylefive:hover .themetechmount-post-item:before {
    opacity: 1;
    backface-visibility: visible;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-bottom-content{
    padding: 50px 40px 50px 40px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
.single .themetechmount-iconbox-stylefourteen .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 45px;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-bottom-content,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-box-bottom-content{
    background-color: transparent;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-top-content{
    opacity: 0;
    overflow: hidden;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-top-content,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-box-top-content{
    opacity: 1;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-top-content img {
    width: calc(100% + 10px);
    max-width: none;
    height: 400px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-top-content img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.themetechmount-servicebox-stylefive .themetechmount-post-item:before {
    background-image: -webkit-linear-gradient( 90deg,rgba( 29,42,77,0.70)0%,rgba(0,0,0,.3) 70%);
    background-image: -moz-linear-gradient( 90deg,rgba( 29,42,77,0.70)0%,rgba(0,0,0,.3) 70%);
    background-image: -ms-linear-gradient( 90deg,rgba( 29,42,77,0.70)0%,rgba(0,0,0,.3) 70%);
}


.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-serviceboxbox-readmore a,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-title h4 a,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .themetechmount-box-title h4,
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .tm-short-desc,

.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-serviceboxbox-readmore a,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-box-title h4 a,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .themetechmount-box-title h4,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .tm-short-desc{
    color:#fff;
    transform: translateY(45px);
}
.themetechmount-box-service.themetechmount-servicebox-stylefive .tm-box-icon{
    webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button.slick-prev {
    left: 73%;
    margin-left: -45px;
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button {
    top: -80px;
    background-color: var(--tm-greycolor-bg);
    border: none;
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button.slick-next {
    right: 27%;
    margin-right: -35px;
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button:before{
     color: var(--tm-secondary-bg);  
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button:hover {
    background-color: var(--tm-skincolor-bg) !important;
}
.themetechmount-element-servicebox-stylefive .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper button:hover:before{
     color: #fff !important;  
}
.themetechmount-element-servicebox-stylefive .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header:after{
    content: unset;
}
.themetechmount-element-servicebox-stylefive .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header {
    width: 58.5%;
}
.themetechmount-element-servicebox-stylefive .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal {
    padding-right: 90px;
    width: 96%;
    margin-bottom: 20px;
}
.themetechmount-boxes-service .slick-current.slick-active+.slick-active .themetechmount-box-service.themetechmount-servicebox-stylefive .tm-box-icon,
.themetechmount-box-service.themetechmount-servicebox-stylefive:hover .tm-box-icon{
    display:none;
}
/***********staticbox csss*************/
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox,
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-step-contents {
    display: inline-block;
    width: 100%;
    transition: all 500ms ease;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .tm-stepbox-main-icon {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-image .tm-stepbox-main-icon .tm-ptable-icon-wrapper {
    background-color: var(--tm-skincolor-bg);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .tm-stepbox-main-icon .tm-ptable-icon-wrapper {
    height: 140px;
    width: 140px;
    line-height: 140px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(29,42,77,.11);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-image .tm-stepbox-main-icon .tm-ptable-icon-wrapper i {
    color: #fff;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .tm-stepbox-main-icon .tm-ptable-icon-wrapper i {
    font-size: 45px;
    color: var(--tm-skincolor-text);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .process-num {
    font-size: 14px;
    font-weight: 600;
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: 30px;
    z-index: 1;
    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;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .process-num:before {
    border-color: var(--tm-secondary-bg);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .process-num:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    transform: rotate(76deg);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-image .process-num span.number:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255,255,255,.3);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    left: 8px;
    top: 8px;
    display: block;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-content {
    transform: unset;
    box-shadow: unset;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-content:before {
    opacity: 0;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-content:before{
    content: unset;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-content .tm-box-title h5 {
    font-size: 22px;
    line-height: 30px;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:after {
    display: block;
    content: '';
    position: absolute;
    right: -5%;
    top: 35px;
    height: 70px;
    width: 170px;
    background: url(../images/arrow.jpg) no-repeat 100% 100%;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:last-child:after {
    content: unset;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-step-contents {
    transform: translateY(-10px);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-image .process-num:before {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    border-color: var(--tm-secondary-bg);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox:hover .tm-box-image .process-num {
    background-color: var(--tm-secondary-bg);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-processbox .tm-box-content {
    padding-top: 0;
}
/*********************clientlogobox css*********************/
.themetechmount-box-client.themetechmount-box-view-grey-logo {
    display: inline-block;
    margin: 44px 0;
    overflow: hidden;
}
.themetechmount-box-client.themetechmount-box-view-grey-logo .themetechmount-hover-img {
    transform: translateY(-100%);
    position: absolute;
    z-index: 1;
    top: 0;
}
.themetechmount-box-client.themetechmount-box-view-grey-logo .themetechmount-hover-img, 
.themetechmount-box-client.themetechmount-box-view-grey-logo .themetechmount-featured-img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.themetechmount-box-client.themetechmount-box-view-grey-logo .themetechmount-hover-img .themetechmount-item-thumbnail-inner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .4;
    -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;
}
.themetechmount-box-client.themetechmount-box-view-grey-logo .themetechmount-item-thumbnail-inner img {
    width: 140px;
    height: 80px;
}
.slick-slide .tm-client-logo-box-w .themetechmount-item-thumbnail-inner img {
    display: inline-block;
}
.themetechmount-box-client.themetechmount-box-view-grey-logo:hover .themetechmount-hover-img {
    visibility: visible;
    transform: translateY(50%);
}
.themetechmount-box-client.themetechmount-box-view-grey-logo:hover .themetechmount-featured-img {
    transform: translateY(120%);
}
/*************portfolio style3********/
.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 {
    overflow: hidden;
    border-radius: 5px;
}
.themetechmount-portfoliobox-style3 .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    padding-bottom: 100%;
    padding-top: 0;
}
.tm-post-format-video.themetechmount-portfoliobox-style3 .iocn-overlay {
    display: none;
}
.themetechmount-portfoliobox-style3:hover .iocn-overlay {
    opacity: 1;
}
.themetechmount-portfoliobox-style3 .iocn-overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.themetechmount-portfoliobox-style3:hover .themetechmount-box-bottom-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-bottom-content{
    position: absolute;
    bottom: 0;
    background-color:var(--tm-skincolor-bg);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 18px 25px 17px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    opacity: 0;
}

.themetechmount-portfoliobox-style3:hover .themetechmount-box-bottom-content .themetechmount-inner-box .themetechmount-box-category ,
.themetechmount-portfoliobox-style3:hover .themetechmount-box-bottom-content .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-portfoliobox-style3:hover .themetechmount-box-bottom-content .themetechmount-box-title h4 {
    margin-bottom: 0;
}
.themetechmount-element-portfoliobox-style3 .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal .tm-content-header {
    width: 45.5%;
}
/*************play btn css********/
/**************iconbox css*************/
.elementor-element.tm-play-btn .elementor-widget-container {
    width: 59px!important;
    height: 59px!important;
    margin: 0 auto;
}
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper a {
    color: #fff;
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
    border-radius: 50%;
}
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:before,
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:after  {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color:var(--tm-skincolor-bg);
    z-index: -1;
}
.elementor-element.tm-play-btn {
    margin: 0 auto;
}
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:before{
     width: 84px;
    height: 84px;
    opacity: .3;
}
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:after{
    width: 103px;
    height: 103px;
    opacity: .3;
}
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:hover:after,
.elementor-element.tm-play-btn .elementor-widget-container .elementor-icon-wrapper:hover:before{
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}
@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}


/**********fidbox styel2*************/
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 .tm-fid-icon-wrapper {
    height: 85px;
    line-height: 60px;
    display: inline-block;
    position: relative;
    width: 85px;
    border: 2px solid var(--tm-skincolor-bg);
    margin-bottom: 47px;
    border-radius: 5px;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 {
    padding:0px;
    text-align:center;
}
.tm-facts-colum-sep .tm-fid-with-icon.tm-fid-view-style2 {
    padding:5px 0px 2px;
    margin-bottom: 14px;
}
.tm-bgcolor-skincolor .inside.tm-fid-with-border.tm-fid-view-style2,
.tm-bgcolor-darkgrey .inside.tm-fid-with-border.tm-fid-view-style2,
.inside.tm-fid-with-border.tm-fid-view-style2{
    border: none;
    background-color: transparent !important;
    padding: 0;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 h4{
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
}
.elementor-element .tm-fid-with-icon..tm-fid-view-style2 .tm-fid-icon-wrapper {
    height: 85px;
    line-height: 60px;
    display: inline-block;
    position: relative;
    width: 85px;
    border: 2px solid rgb(255, 255, 255 , 1);
    margin-bottom: 47px;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 .tm-fid-icon-wrapper i {
    font-size:42px;
    line-height:55px;
    transition: all 1s ease;
    display: block;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2:hover .tm-fid-icon-wrapper i { 
    transform:rotateY(360deg);
}
.elementor-element .inside.tm-fid-view-style2:not(.tm-fid-without-icon) h4:after {
    content: "";
    left: 50%;
    height: 10px;
    position: absolute;
    bottom: 15px;
    width: 10px;
    background-color: #13c5dd;
    border-radius: 50%;
    margin-left:-5px;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 h4.tm-fid-inner span {
    display: none;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style2 h3 {
    position: relative;
    font-size:16px;
    font-weight:400;
    color:rgb(255, 255 ,255 , 0.85);
}
.tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-style2 .tm-fid-icon-wrapper i ,
.tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-style2 .tm-fid-icon-wrapper i  {
    color:#fff;
}

.tm-team-display-none .themetechmount-boxes-team .tm-box-col-wrapper:nth-child(even) .themetechmount-teambox-style2 {
    display: none;
}
/*****************************about us  css**********************************/
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title {
    list-style: none;
    display: inline;
    cursor: pointer;
    padding: 14px 50px 14px 50px;
    background-color: var(--tm-secondary-bg);
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title.tm-tab-active {
    background-color: var(--tm-skincolor-bg);
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab1-img .tm-img p {
    width: 100%;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab1-img .tm-img {
    display: flex;
    margin-bottom: 20px;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab1-img .tm-img span.img-detail {
    padding-left: 20px;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content {
    display: none;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content.tm-tab-active {
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content.tm-tab-active .tm-tab-content-title {
    display: none;
}
/*******************img border css*******************/
.elementor-element.imagestyle-border {
    position: relative;
}
.elementor-element.imagestyle-border .elementor-widget-container {
    display: inline-block;
    position: relative;
}
.elementor-element.imagestyle-border .elementor-widget-container:before,
.elementor-element.imagestyle-border .elementor-widget-container:after{
    color: #fff;
}
.elementor-element.imagestyle-border .elementor-widget-container:before {
    content: '';
    position: absolute;
    border-right: 20px solid;
    height: 95%;
    bottom: 0;
    right: 0;
}
.elementor-element.imagestyle-border .elementor-widget-container:before {
    content: '';
    position: absolute;
    border-bottom: 20px solid;
    bottom: -20px;
    right: 0;
    width: 95%;
}
.elementor-element.imagestyle-border .elementor-widget-container img {
    padding-right: 20px;
}
/*********accordion stle 2 css*************/
.elementor-element.accordion-style2 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    margin-bottom: 0;
}
.elementor-element.accordion-style2 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    padding: 9px 35px 9px 20px;
    margin-bottom: 15px;
}
.elementor-element.accordion-style2 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title{
    background-color: #fff;
    color: var(--body-blackfont-color);
}
.elementor-element.accordion-style2 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a:hover {
    color: #fff;
}
.tm-accordion-style2 {
    display: flex;
    padding: 10px 0;
}
.tm-accordion-style2 .content {
    padding-left: 20px;
}

/**********************progress bar style1*****************/
.elementor-element.tm-progress-style1 .elementor-widget-container .elementor-title {
    top: -17px;
    left: 0;
    text-shadow: none;
    font-weight: 600;
    position: relative;
}
.elementor-element.tm-progress-style1 .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage {
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: -35px;
    text-shadow: none;
    color: #fff;
    font-size: 13px;
    background: var(--tm-skincolor-bg);
    border-radius: 0;
    top: -8px;
    font-weight: 600;
    text-align: center;
    width: 40px;
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
}
.elementor-element.tm-progress-style1 .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid var(--tm-skincolor-bg);
    border-left: 10px solid transparent;
    right: 0;
    top: 24px;
}
.elementor-element.tm-progress-style1 .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
    position: relative;
}
.elementor-element.tm-progress-style1 {
    margin-top: 35px;
}
.elementor-element.tm-progress-style1:first-child {
    margin-top: 0;
}
/**********************faq page csss*****************************/
.elementor-element.accordion-style2.border .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    background-color: var(--tm-greycolor-bg);
    border-radius: unset;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
}
.elementor-element.accordion-style2.border .elementor-widget-container .elementor-accordion .tm-accordion-style2 .content {
    padding-left: 0;
}
.elementor-element.accordion-style2.border .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    margin-bottom: 0;
}
/*********button css***************/
.tm-btn-color-darkgrey.tm-btn-style-outline.tm-btn-shape-rounded.elementor-widget-button a {
    background-color: transparent;
    border: 2px solid var(--tm-secondary-bg);
    color: var(--body-blackfont-color);
    border-radius: 5px;
    transition: all .5s ease;
}
.tm-btn-color-darkgrey.tm-btn-style-outline.tm-btn-shape-rounded.elementor-widget-button a:hover {
    background-color: var(--tm-secondary-bg);
    color: #fff;
}
.tm-btn-style-outline.tm-btn-shape-rounded.tm-btn-color-skincolor.elementor-widget-button .elementor-button-wrapper a {
    background-color: transparent;
    border: 2px solid var(--tm-skincolor-bg);
    color: var(--tm-skincolor-text);
    transition: all .3s ease;
}
.tm-btn-style-outline.tm-btn-shape-rounded.tm-btn-color-skincolor.elementor-widget-button .elementor-button-wrapper a:hover {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
}
.elementor-element.tm-btn-color-white.tm-btn-style-outline.tm-btn-shape-rounded a {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: all .3s ease;
}
.elementor-element.tm-btn-color-white.tm-btn-style-outline.tm-btn-shape-rounded a:hover {
    background-color: #fff;
    color: var(--body-blackfont-color);
}
/********************service page css************************/
/************************service 2 page css*************************/
.service-style1-mt-0 .themetechmount-box-service.themetechmount-servicebox-stylefive {
    margin-top: 0;
    border-radius: 5px;
}
.themetechmount-box-service.themetechmount-servicebox-stylefive {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
    -moz-box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
    box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
}    

    /****************contact from css***************/
    .tm-btn-color-white.tm-btn-style-text.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a.elementor-size-md {
    background-color: transparent;
    padding: 0;
}
.tm-btn-color-white.tm-btn-style-text.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a.elementor-size-md:hover {
    color: var(--body-blackfont-color);
}
.elementor-column.elementor-inner-column.tm-col-arrow-style {
    position: relative;
    border-radius: 5px;
}
.elementor-column.elementor-inner-column.tm-col-arrow-style:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 46%;
    margin: 0 auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid var(--tm-skincolor-bg);
    z-index: 9;
}
/**************teamdetail historybox css*********************/
.tm-historybox-wrapper.tm-historybox-style1 .tm-box-col-wrapper.col-xs-12 {
    width: 100%;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-box-title {
    transform: unset;
    writing-mode: unset;
    width: 40%;
    float: left;
    position: relative;
    margin-right: 70px;
    text-align: left;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-box-title h4 {
    margin: 0;
    color: var(--tm-secondary-bg);
    min-height: auto;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-history-box-content {
    padding-left: 0;
    display: block;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-box-title h4:before {
    display: none;
}
.tm-historybox-style1 .tm-history-box-wrapper:before {
    display: none;
}
.tm-historybox-style1 .tm-history-box-wrapper {
    margin-bottom: 35px;
    position: static;
}
.tm-historybox-style1 .tm-box-col-wrapper:last-child .tm-history-box-wrapper {
    margin-bottom: 0;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-history-box-border {
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,.07);
    display: block;
    position: absolute;
    left: 40.1%;
    right: auto;
    top: 5px;
    bottom: auto;
    margin: 0;
    border: 0;
    z-index: -1;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-box-title:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    bottom: auto;
    top: 0;
    right: -5px;
    left: auto;
    border: 1px solid rgba(0,0,0,.07);
}
.tm-historybox-style1 .active .tm-box-title:after {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: var(--tm-skincolor-bg);
    bottom: auto;
    top: 4px;
    right: -1px;
    left: auto;
    border: none;
    transition: all .5s ease;
}
.tm-historybox-style1 .active .tm-box-title:before {
    transition: scale(0);
    transition: all .5s ease;
    border: 0;
    background-color: var(--tm-skincolor-bg);
    opacity: 0.2;
}
.tm-historybox-wrapper.tm-historybox-style1 {
    margin: 0 -15px;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-history-box-details h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.tm-historybox-style1 .tm-history-box-wrapper .tm-history-box-details {
    padding-top: 0;
    overflow: hidden;
}
.tm-team-member-single-content-wrapper .tm-teammember-content {
    padding-left: 15px;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style1 .fid-content {
    padding-left: 70px;
    text-align: left;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style1 .fid-content h4.tm-fid-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style1 .fid-content h3.tm-fid-title {
    font-size: 16px;
    line-height: 26px;
    color: inherit;
    font-weight: 400;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.19);
    padding: 40px 15px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .themetechmount-iconbox-icon .tm-box-icon {
    font-size: 30px;
    position: relative;
    z-index: 3;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
    padding-top: 15px;
    padding-bottom: 20px;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .themetechmount-iconbox-heading h2.tm-custom-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .tm-iocnbox-btn a{
    position: relative;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .tm-iocnbox-btn span {
    font-size: 0;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .tm-iocnbox-btn a:before {
    content: '\f107';
    position: absolute;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    font-family: "tm-aqovo-icons";
    height: 30px;
    width: 30px;
    color: #fff;
    top: 16px;
    bottom: auto;
    left: -15px;
    right: auto;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
    background-color: #13c5dd;
    z-index: -1;
}
.themetechmount-iconbox-stylesix:hover .themetechmount-iconbox-inner:before {
    bottom: 0;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner .themetechmount-iconbox-icon .tm-box-icon i {
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.themetechmount-iconbox-stylesix:hover .themetechmount-iconbox-inner .themetechmount-iconbox-icon .tm-box-icon i {
    color: #fff;
    transform: rotateY(360deg);
}

.themetechmount-iconbox-styleseven .tm-iconbox-wrapper .themetechmount-iconbox-icon {
    display: flex;
}
.themetechmount-iconbox-styleseven .tm-iconbox-wrapper .themetechmount-iconbox-icon h2.tm-custom-heading {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}
.themetechmount-iconbox-styleseven .tm-iconbox-wrapper .tm-box-icon i {
    color: var(--tm-skincolor-text);
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.themetechmount-iconbox-styleseven .tm-iconbox-wrapper .themetechmount-iconbox-heading {
    margin-top: 10px;
}
.themetechmount-iconbox-styleseven .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    color: rgba(255,255,255,.85);
}
.themetechmount-iconbox-styleseven:hover .tm-iconbox-wrapper .tm-box-icon i{
    transform: rotateY(360deg);
}
.themetechmount-iconbox-stylefourteen .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    margin-bottom:5px;
}
.themetechmount-iconbox-stylefourteen .tm-iconbox-wrapper {
    display: flex;
}
.themetechmount-iconbox-stylefourteen .tm-iconbox-wrapper .themetechmount-iconbox-heading {
    padding-left: 25px;
}
.tm-element-heading-content-wrapper.center-align.tm-seperator-style1.tm-content-with-desc .tm-element-content-desctxt,
.tm-element-heading-content-wrapper.center-align.tm-seperator-style2.tm-content-with-desc .tm-element-content-desctxt {
    width: 50%;
    margin: 0 auto;
}
.elementor-section.elementor-top-section.tm-bgcolor-darkgrey .tm-seperator-style1 .tm-element-content-desctxt {
    color: rgba(255,255,255,.85);
}
.tm-cta .tm-element-heading-content-wrapper.center-align.tm-seperator-style1.tm-content-with-desc .tm-element-content-desctxt {
    width: 75%;
}
/*******************home page 2 css************************/
.elementor-element .tm-fid.inside.tm-fid-view-style3 {
    padding: 0;
    margin-bottom: -10px;
    background-color: rgba(255,255,255,.1);
}
.elementor-element .tm-fid.inside.tm-fid-view-style3 .tm-circle-boxcontent .tm-fid-number {
    font-size: 26px;
    font-weight: 600;
    color: var(--body-blackfont-color);
}
.elementor-element .tm-fid.inside.tm-fid-view-style3 .tm-fid-content .tm-fid-title {
    text-align: left;
}
.elementor-element .tm-fid.inside.tm-fid-view-style3 .tm-fid-content .tm-fid-title span {
    text-align: left;
    padding: 0 4px 0 20px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}
.elementor-element .tm-fid.tm-fid-without-icon .tm-fld-contents .tm-circle-content {
    position: relative;
}
.tm-bgcolor-darkgrey .elementor-element .tm-fid-with-icon.tm-fid-view-style1 .fid-content h3.tm-fid-title span {
    padding-left: 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.tm-bgcolor-darkgrey .elementor-element .tm-fid-with-icon.tm-fid-view-style1 .fid-content h4.tm-fid-inner {
    font-size: 37px;
    line-height: 46px;
    font-weight: 600;
}
.themetechmount-iconbox-stylefourteen .themetechmount-iconbox-inner .tm-iocnbox-btn {
    padding-top: 10px;
}
.themetechmount-iconbox-stylefourteen .themetechmount-iconbox-inner .tm-iocnbox-btn a {
    position: relative;
    font-size: 13px;
}
.themetechmount-iconbox-stylefourteen .themetechmount-iconbox-inner .tm-iocnbox-btn a:before {
    font-family: "tm-aqovo-icons";
    content: "\e809";
    right: -15px;
    top: -3px;
    font-size: 18px;
    position: absolute;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox {
    margin-top: 5px;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-step-contents {
    text-align: center;
    z-index: 1;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-box-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-box-content .tm-stepbox-main-icon .tm-ptable-icon-type-text {
    position: relative;
    font-size: 17px!important;
    font-weight: 600;
    height: 60px;
    width: 160px;
    border: 1px solid #dee3f2;
    display: block;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: var(--body-blackfont-color);
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-box-content .tm-stepbox-main-icon .tm-ptable-icon-type-text:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-step-contents .tm-box-title {
    padding: 31px 30px 0;
}
.tm-staticbox-style3 .tm-processbox:hover .tm-box-content:before {
    opacity: 1;
    bottom: 0;
    height: 100%;
}
.tm-staticbox-style3 .tm-processbox .tm-box-content:before{
    content: unset;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox:hover .tm-box-content {
    background-color: transparent;
    box-shadow: unset;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox:hover .tm-box-content .tm-stepbox-main-icon .tm-ptable-icon-type-text {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox:hover .tm-box-content .tm-stepbox-main-icon .tm-ptable-icon-type-text:before {
    opacity: 1;
    bottom: 0;
    height: 100%;
}
.tm-staticbox-style3 .tm-processbox-wrapper .tm-processbox .tm-step-contents .tm-box-title h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

@keyframes mymove {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}


/***************************homepage 3 css**********************/
.elementor-element .tm-fid-without-icon.tm-fid-view-style4 {
    padding: 11px 0 7px;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style4 .tm-fld-contents {
    text-align: left;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style4 .tm-fld-contents h4.tm-fid-inner {
    color: var(--tm-skincolor-text);
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: -6px;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style4 .tm-fld-contents h3.tm-fid-title {
    color: inherit;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style4 .tm-fld-contents h3.tm-fid-title span {
    padding: 15px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style5 {
    text-align: left;
    padding: 10px 15px 10px 15px;
}
.elementor-element .tm-fid.tm-fid-without-icon .tm-fld-contents .tm-fid-inner {
    color: var(--tm-skincolor-text);
    font-size: 48px;
    line-height: 48px;
}
.elementor-element .tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents .tm-fid-title {
    width: 50%;
}
.elementor-element .tm-fid.tm-fid-without-icon .tm-fld-contents .tm-fid-title span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 2px 4px 0 14px;
    display: block;
}
.elementor-element .tm-fid.tm-fid-without-icon .tm-fld-contents .tm-fid-inner span:nth-child(2) {
    margin-left: -10px;
}
.elementor-element .tm-staticbox-style2 .tm-processbox:hover .tm-box-content .themetechmount-static-box-desc {
    color: #fff;
}
.elementor-element .tm-staticbox-style2 .tm-processbox:hover .tm-box-content .tm-box-title h5 {
    color: #fff;
}
.tm-ptablebox.tm-ptablebox-style-2 {
    text-align: center;
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-price {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--tm-skincolor-text);
    padding-left: 18px;
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .tm-vc_btn3-container .tm-vc_btn3-color-grey:hover,
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-vc_btn3-container .tm-vc_general.tm-vc_btn3:hover {
    background-color: var(--tm-secondary-bg);
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .tm-vc_btn3-container .tm-vc_btn3-color-grey:hover a,
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-vc_btn3-container .tm-vc_general.tm-vc_btn3:hover a {
    color: #fff;
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .tm-vc_btn3-container .tm-vc_btn3-color-grey {
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid var(--tm-secondary-bg);
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-vc_btn3-container .tm-vc_general.tm-vc_btn3 {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-vc_btn3-container .tm-vc_general.tm-vc_btn3 a {
    color: #fff;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-vc_btn3-container .tm-vc_general.tm-vc_btn3:hover {
    border-color: var(--tm-secondary-bg);
}
.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-main-icon {
    padding: 15px 0;
}
.tm-ptablebox.tm-ptablebox-style-2  .themetechmount-ptable-main .tm-ptablebox-main-icon .tm-ptable-icon-wrapper {
    display: inline-block;
    text-align: center;
    color: var(--tm-secondary-bg);
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .tm-ptablebox-main-icon .tm-ptable-icon-wrapper i {
    font-size: 58px;
    line-height: 58px;
}
.tm-iconlist-icon li.elementor-icon-list-item .elementor-icon-list-icon i {
    border: 1px solid;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}
.tm-display-container .elementor-column {
    display: contents;
}
.tm-padding .themetechmount-element-portfoliobox-style3 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper {
    background-color: #fff;
    padding-top:0px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.themetechmount-element-portfoliobox-style3 .tm-sortable-wrapper ul {
    margin-bottom: 0;
    position: relative;
}
.themetechmount-element-portfoliobox-style3 .tm-sortable-wrapper ul:before {
    position: absolute;
    content: '';
    top: -15px;
    left: 25%;
    height: 1px;
    width: 50%;
    background-color: rgba(0,0,0,.06);
}
.themetechmount-element-portfoliobox-style3 .tm-sortable-wrapper ul li a {
    background-color: transparent;
}
.themetechmount-element-portfoliobox-style3 .tm-sortable-wrapper ul li a.selected {
    background-color: transparent;
}
.themetechmount-element-portfoliobox-style3 .tm-sortable-wrapper ul li a:hover {
    background-color: transparent;
    color: var(--tm-skincolor-text);
}
.themetechmount-element-stepsboxsliderbox-style3 .tm-staticbox-style3 .tm-processbox{
    position: relative;
}
.themetechmount-element-stepsboxsliderbox-style3 .tm-staticbox-style3 .tm-processbox:before,
.themetechmount-element-stepsboxsliderbox-style3 .tm-staticbox-style3 .tm-processbox:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 59px;
    bottom: 0;
    margin: 0 auto;
    background-color: #dee3f2;
    transition: all .4s;
    z-index: -1;
}
.themetechmount-element-stepsboxsliderbox-style3 .tm-staticbox-style3 .tm-processbox:after{
    animation:  mymove 2s infinite;
}
.themetechmount-element-stepsboxsliderbox-style3 .tm-staticbox-style3 .tm-processbox:after{
    background-color: var(--tm-skincolor-bg);
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 100%;}
}

.tm-staticbox-style4 .tm-step-contents {
    padding: 30px 40px 15px 30px;
    text-align: left;
}
.tm-staticbox-style4 .tm-step-contents .tm-box-image .tm-stepbox-main-icon {
    margin-bottom: 15px;
}
.tm-staticbox-style4 .tm-step-contents .tm-box-image .tm-stepbox-main-icon .tm-ptable-icon-wrapper i {
    color: #fff;
    font-size: 45px;
}

.tm-staticbox-style4 .tm-step-contents .tm-box-content .tm-box-title h5 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}
.themetechmount-element-stepsboxsliderbox-style4 {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0px;
    right: 75%;
    overflow: hidden;
    background-color: var(--tm-skincolor-bg);
}
.tm-staticbox-style4 .tm-step-contents .tm-box-content:before{
    content: unset;
}
.tm-staticbox-style4 .slick-dots li.slick-active button {
    background-color: var(--tm-secondary-bg);
}
.tm-staticbox-style4 .tm-processbox:hover .tm-box-content {
    background-color: transparent;
    transform: unset;
    box-shadow: unset;
}
.tm-staticbox-style4 .tm-step-contents .tm-box-image {
    overflow: visible;
}
.tm-staticbox-style4 .tm-step-contents .tm-box-content {
    padding-top: 0;
    margin: 0;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style4 {
    padding-bottom: 20px;
}
.tm-staticbox-style4 .slick-dots {
    text-align: left;
    left: 40px;
}
.themetechmount-element-portfoliobox-style3 .tm-seperator-style1.tm-content-with-desc.tm-heading-style-horizontal{
    margin-bottom: 0;
}
.themetechmount-iconbox-stylefourteen .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.themetechmount-iconbox-stylefourteen:hover .themetechmount-iconbox-icon .tm-box-icon i {
    transform: rotateY(360deg);
}
.elementor-element .tm-fid-with-icon.tm-fid-view-style1 {
    padding-left: 0;
}
.themetechmount-element-portfoliobox-style3.themetechmount-boxes-spacing-10px .themetechmount-boxes-row-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}
span.themetechmount-tags-links-title {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 3px;
    font-style: normal;
}
section.error-404 .search-form .search-field{
    padding-right: 40px;
}
.tm-blog-quote-style .themetechmount-boxes-blog .tm-box-col-wrapper:nth-child(5) {
    margin-top: -217px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote span {
    position: relative;
    display: block;
    font-size: 14px;
    color: #848e9f;
    font-style: normal;
    padding-left: 14px;
    margin-top: 12px;
}
.themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote span:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 7px;
    height: 1px;
    background-color: currentColor;
} 
.tm-blog-quote-style .themetechmount-blogbox-styletwo .tm-post-featured-quote blockquote{
    padding-top: 20px;
}
body.themetechmount-sidebar-right .site-content-wrapper #primary.content-area {
    padding-bottom: 50px;
}
.themetechmount-portfoliobox-style3.tm-post-format-video:hover .themetechmount-box-content.themetechmount-overlay {
    display: none;
}

/*--------------------------------------------------*/
/*---tab style2---*/
.tm-elementor-tabs.tm-tab-style2 .elementor-tabs-wrapper {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
}
.tm-elementor-tabs.tm-tab-style2 .elementor-tabs-wrapper .tm-elementor-tab-title {
    list-style: none;
    display: inline;
    cursor: pointer;
    padding: 17px 35px 15px 35px;
    border: 1px solid #bcc7c3;
    border-radius: 30px;
    margin-right: 35px;
}
.tm-elementor-tabs.tm-tab-style2 .elementor-tabs-wrapper .tm-elementor-tab-title span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--body-blackfont-color);
}
.tm-elementor-tabs.tm-tab-style2 .elementor-tabs-wrapper .tm-elementor-tab-title.tm-tab-active {
    border: 1px solid var(--tm-secondary-bg);
}
.tm-elementor-tabs.tm-tab-style2 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content {
    display: none;
}
.tm-elementor-tabs.tm-tab-style2 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content.tm-tab-active {
    display: block;
}
.tm-elementor-tabs.tm-tab-style2 .tmtabs-content-wrapper .tm-tab-content.tm-tab-content.tm-tab-active .tm-tab-content-title {
    display: none;
}
.tm-tab-style2 .tm-tab2-textbox ul {
    padding-left: 0;
    margin-bottom: 48px;
}
.tm-tab-style2 .tm-tab2-textbox ul li {
    color: var(--body-blackfont-color);
    list-style: none;
    position: relative;
    padding: 0 0 10px 25px;
}
.tm-tab-style2 .tm-tab2-textbox ul li:last-child {
    padding-bottom: 0;
}
.tm-tab-style2 .tm-tab2-textbox ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tm-secondary-bg);
    top: 8px;
    bottom: auto;
    left: 0;
    right: auto;
}
.tm-tab-style2 .tm-tab2-textbox a.tab-button {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
}
.tm-tab-style2 .tm-tab2-textbox a.tab-button:hover {
    background-color: var(--tm-secondary-bg);
}

/*---Service style 8---*/
.themetechmount-servicebox-styleeight .themetechmount-box-desc {
    display: table-cell;
}
.themetechmount-box-service.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore {
    display: table-cell;
    padding: 0;
    width: 14%;
    text-align: right;
}
.themetechmount-box-service.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a {
    position: relative;
    font-size: 0;
    background-color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
}
.themetechmount-box-service.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a:hover {
    background-color: var(--tm-skincolor-bg);
}
.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a:hover:before {
    background-color: #fff;
}
.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a:before {
    content: '';
    position: absolute;
    background-color: #000;
    -webkit-mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    left: 0;
    right: 0;
    top: 23px;
    margin: auto 0;
    width: 20px;
    height: 14px;
    margin: 0 auto;
}
.themetechmount-servicebox-styleeight .themetechmount-box-title h4 {
    margin-bottom: 3px;
    font-size: 26px;
    line-height: 36px;
}
.themetechmount-servicebox-styleeight .themetechmount-box-bottom-content {
    padding: 30px 40px 35px;
    position: absolute;
    opacity: 0;
    transform: scale(.1,.1);
    transition: all .5s ease-in-out;
    bottom: 0;
    transform: translateY(100%);
}
.themetechmount-servicebox-styleeight:hover .themetechmount-box-bottom-content {
    opacity: 1;
    transform: translateY(0);
}
.themetechmount-servicebox-styleeight:hover .tm-tm_service-featured-wrapper:after {
    opacity: 1;
}
.themetechmount-servicebox-styleeight .tm-tm_service-featured-wrapper:after {
    content: '';
    position: absolute;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    opacity: 0;
    border-radius: 50px;
}
article.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleeight {
    overflow: hidden;
}
.themetechmount-servicebox-styleeight .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    overflow: hidden;
    border-radius: 50px;
}
.themetechmount-servicebox-styleeight .themetechmount-box-title h4 a, 
.themetechmount-servicebox-styleeight .themetechmount-box-title h4 a:hover {
    color: #fff;
}
.themetechmount-servicebox-styleeight .tm-short-desc {
    color: rgba(255 , 255 , 255 , 0.70);
}
.themetechmount-box-service.themetechmount-servicebox-styleeight .themetechmount-box-title h4 {
    font-size: 26px;
    line-height: 34px;
}

.tm-btn-style-flat.tm-btn-shape-round.tm-btn-color-skincolor.elementor-widget-button .elementor-button-wrapper a {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    border-radius: 50px;
}
.tm-btn-style-flat.tm-btn-shape-round.tm-btn-color-skincolor.elementor-widget-button .elementor-button-wrapper a:hover {
    background-color: var(--tm-secondary-bg);
    color: #fff;
}
.tm-btn-style-flat.tm-btn-shape-round.tm-btn-color-darkgrey.elementor-widget-button .elementor-button-wrapper a {
    background-color: var(--tm-secondary-bg);
    color: #fff;
    border-radius: 50px;
}
.tm-btn-style-flat.tm-btn-shape-round.tm-btn-color-darkgrey.elementor-widget-button .elementor-button-wrapper a:hover {
    background-color: #fff;
    color: var(--tm-secondary-bg);
}

/*---Scrollable image---*/
.scrollablebox-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;   
}
.scrollablebox-wrapper .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding:0px;
}
.stepbox-responsive-image-block {
    display: none;
}
.tm-scrollablebox-box .step-label {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 5px 11px 4px;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
    display: inline-block;
    position: relative;
}
.tm-scrollablebox-box .step-label span.number {
    font-size: 15px;
    line-height: 50px;
    background-color: var(--tm-secondary-bg);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    position: relative;
    z-index: 24;
}
.scroll-changing-stepbox-item-image.active span.number {
    background-color: var(--tm-skincolor-bg);
    border: 1px solid var(--tm-skincolor-bg);
}
.tm-scrollablebox-box .step-label:after {
    content: '';
    position: absolute;
    border-left: 1px dashed #fff;
    left: 35px;
    top: 37px;
    right: auto;
    bottom: auto;
    height: 100%;
    z-index: 1;
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image:last-child .step-label:after {
    border: 0;
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image.active .step-label:before {
    content: '';
    position: absolute;
    border-left: 5px solid var(--tm-skincolor-bg);
    border-radius: 3px;
    left: -35px;
    top: 15px;
    right: auto;
    bottom: auto;
    height: 90%;
    z-index: 1;
    transition: .5s;
}
.tm-scrollablebox-box .step-label:last-child:after {
    border: 0;
}
.scrollablebox-wrapper .col-lg-4 {
    width: 30%;
    margin-right: 30px;
}
.tm-scrollablebox-box .stepbox-item-inner {
    display: flex;
}
.tm-scrollablebox-box .stepbox-title h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    color: #fff;
}
.tm-scrollablebox-box .stepbox-title h3 {
    font-size: 56px;
    line-height: 66px;
}
.tm-scrollablebox-box .stepbox-desc p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255 , 255 , 255 , 0.70);
}
.tm-scrollablebox-box .tm-more-button {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.scroll-changing-stepbox-item-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.stepbox-item1 {
    height: 48vh;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 70px;
}
.tm-scrollablebox-box .tm-stepsboxslider-contentbox {
    position: sticky;
    height: 100vh;
    top: 10vh;
}
.elementor-element.tm-error-class.elementor-widget.elementor-widget-heading {
    display: none;
}
.stepbox-items-block li.elementor-icon-list-item {
    list-style: none;
}
.stepbox-items-block .elementor-icon-list-items span.elementor-icon-list-icon {
    vertical-align: text-bottom;
}
.stepbox-items-block .elementor-icon-list-items i {
    font-size: 9px;
}
.tm-scrollablebox-box .tm-stepsboxslider-contentbox {
    border: 1px solid #000;
    border-radius: 50px;
    background-color: transparent;
    padding: 30px 30px;
}
.tm-scrollablebox-box .stepbox-images {
    background-color: var(--tm-secondary-bg);
    padding: 72px 35px 63px !important;
    border-radius: 50px;
}
.tm-scrollablebox-box .stepbox-item {
    padding-bottom: 30px;
}
.tm-scrollablebox-box .stepbox-images .scroll-changing-stepbox-item-image:last-child .stepbox-item {
    padding-bottom: 0;
}
.scrollablebox-wrapper .col-lg-8,
.scrollablebox-wrapper .col-lg-4 {
    flex: 0 0 auto;
    padding: 0px;
}

/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}
.prt-cursor-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--ttm-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: opacity .4s, -webkit-transform .3s;
    -o-transition: opacity .4s, -o-transform .3s;
    -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
    transition: opacity .4s, transform .3s;
    transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15);
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    display: block;
    width: auto;
    height: auto;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }

}
@keyframes shine {
    100% {
        left: 125%;
    }

}

/*---Pricetable style3---*/
.tm-ptablebox-style-3 .themetechmount-ptables-w .ttm-pricetable-column-w {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: unset;
    padding: 35px 40px;
    text-align: left;
}
.tm-ptablebox-style-3 .themetechmount-ptable-main .tm-ptablebox-title {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.tm-ptablebox-style-3 .themetechmount-ptable-main .ttm-ptablebox-price-w {
    text-align: right;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 3px;
    color: #fff;
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-price, 
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-cur-symbol-before {
    font-size: 62px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-cur-symbol-before {
    top: 0px;
    margin-left: -40px;
}
.tm-ptablebox-style-3.tm-ptablebox .tm-vc_btn3-container.tm-vc_btn3-inline {
    margin-bottom: 0;
}
.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines li {
    font-size: 16px;
    border-bottom: 0;
    padding:  5px 0 5px 18px;
    display: inline-block;
    width: calc(100px + 260px);
}
.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines {
    margin: 21px 0 0;
    padding: 17px 0px 20px 0px;
    border-top: 1px solid #fff;
}
.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines li:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 14px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.tm-ptablebox-style-3 .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    display: inline-block;
    padding: 17px 35px 17px 35px;
}
.tm-ptablebox-style-3 .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat {
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.tm-ptablebox-style-3 .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a {
    color: #fff;
}
.tm-ptablebox-style-3 .ttm-pricetable-column-w:hover .tm-vc_btn3-container.tm-vc_btn3-inline {
    background: transparent;
}
.tm-ptablebox-style-3 .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a:hover {
    background-color: #fff;
}
.tm-ptablebox-style-3 .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat:hover a {
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-3 .tm-ptablebox-featured-col .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a {
    background-color: var(--tm-secondary-bg);
    border: 1px solid var(--tm-secondary-bg);
    color: #fff;
}
.tm-ptablebox-style-3 .tm-ptablebox-featured-col .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-3 .ttm-pricetable-column-w .ttm-featured-title {
    position: static;
    font-weight: 400;
    font-size: 16px;
    padding: 4px 25px;
    background-color: rgba(0 , 0 , 0 , 0.30);
    border: 1px solid rgba(255 , 255 , 255 , 0.40);
    display: inline;
    margin-left: 20px;
    border-radius: 50px;
}
.themetechmount-element-pricingboxbox-style-3 .tm-element-heading-content-wrapper .tm-content-header {
    padding-bottom: 40px;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-features {
    padding: 0px 0px 5px;
}
.tm-pricing-darkbg3 .tm-ptablebox-style-3 .tm-ptablebox-featured-col .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a {
    background-color: var(--tm-skincolor-bg);
}
.tm-pricing-darkbg3 .tm-ptablebox-style-3 .tm-ptablebox-featured-col .tm-vc_btn3.tm-vc_btn3-color-grey.tm-vc_btn3-style-flat a:hover {
    background-color: #fff;
}
.tm-ptablebox-style-3 .tm-title-desc.tm-wrap-cell {
    width: 47%;
}
.tm-ptablebox-style-3 .tm-ptablebox-description {
    padding-right: 75px;
}
.single-post article.post ul.tm-list-blog3.blog-list.tm-list.tm-list-style-icon.tm-black {
    padding-left: 0;
}
.single article.post blockquote.tm-blog3-quotecolor:before {
    background-color: #0924202b;
}

/*** marquebox style1 ***/ 
.tm-marquebox-style1 {
    width: 100%;
    animation: tm-marque-text 15s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style1:hover {
    animation-play-state: paused !important;
}
.tm-marquebox-style1 ul.marquebox-list li span {
    cursor: pointer;
}
.tm-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    opacity: 1;
    color: #D9D9D9;
    font-weight: 500;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.tm-marquebox-style1 ul.marquebox-list li:before {
    content: '';
    position: absolute;
    background-color:#fff;
    -webkit-mask: url(../images/star-sq.svg) no-repeat 100% 100%;
    mask: url(../images/star-sq.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    left: -18px;
    right: auto;
    top: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
}

/*---Teambox style4---*/
.themetechmount-boxes-team.themetechmount-element-teambox-style4 {
    position: relative;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style4 .tm-box-col-wrapper:last-child {
    margin-bottom: 0 !important;
}
.themetechmount-boxes-team.themetechmount-element-teambox-style4:hover .themetechmount-item-thumbnail,
.themetechmount-boxes-team.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .themetechmount-item-thumbnail {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .preyantechnosys-box-content h4 a {
    color: var(--prt-secondarycolortwo);
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper {
    position: static;
}
.themetechmount-teambox-style4:hover .themetechmount-item-thumbnail-inner img, 
.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .themetechmount-item-thumbnail-inner img{
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-teambox-style4 .themetechmount-item-thumbnail-inner img {
    transform: translateX(5%);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-item-thumbnail-inner {
    overflow: visible;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-item-thumbnail {
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0;
    width: 38.9%;
    overflow: hidden;
    z-index: 0;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-box-content {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.themetechmount-box-team.themetechmount-teambox-style4 {
    position: static;
}
.themetechmount-teambox-style4 .themetechmount-team-image-box {
    position: static;
    margin-right: 60px;
}
.themetechmount-teambox-style4 .themetechmount-box-overlay {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(9 , 36 , 32 , 0.20);
    padding: 0;
    align-items: center;
    text-align: left;
}
.themetechmount-teambox-style4 .themetechmount-team-position {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-blackfont-color);
    padding: 0 0 7px 20px;
    position: relative;
    transform: translateX(0);
    transition: .5s;
}
.themetechmount-teambox-style4 .themetechmount-box-title h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .themetechmount-teambox-style4 .themetechmount-box-title h4 a {
    color: var(--tm-skincolor-bg);
}
.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper.row.multi-columns-row {
    padding-top: 10px;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .themetechmount-teambox-style4 .tm-post-iconbox a {
    background-color: var(--tm-secondary-bg);
}
.themetechmount-teambox-style4 .tm-post-iconbox a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--tm-skincolor-bg);
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.themetechmount-element-teambox-style4 .tm-box-col-wrapper.active .themetechmount-teambox-style4 .themetechmount-team-position {
    margin-left: 22px;
    transform: translateX(5%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themetechmount-element-teambox-style4 .themetechmount-box-heading-wrapper {
    margin-bottom: 43px;
}
.themetechmount-teambox-style4 .themetechmount-post-item {
    position: static;
}
.themetechmount-teambox-style4 .themetechmount-team-position:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--tm-secondary-bg);
    border-radius: 50%;
    top: 9px;
    bottom: auto;
    left: 0;
    right: auto;
}
.themetechmount-teambox-style4 .tm-post-iconbox i {
    font-size: 28px;
    line-height: 54px;
}

/*---Blogbox style4---*/
.tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-content h4 a,
.tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 a {
    color: #fff;
}
.themetechmount-blogbox-stylethree .author-image img.avatar {
    margin: 0;
    display: inline-block;
}
.themetechmount-blogbox-stylethree span.author.vcard,
.themetechmount-blogbox-stylefour .author-image img.avatar,
.themetechmount-blogbox-stylefour span.author.vcard {
    display: inline-block;
}
.themetechmount-blogbox-stylefour span.author-image {
    position: absolute;
    bottom: 12%;
    left: 30px;
}
.themetechmount-blogbox-stylethree .author-image span.author.vcard,
.themetechmount-blogbox-stylefour .author-image span.author.vcard {
    padding-left: 10px;
}
.themetechmount-blogbox-stylefour .author-image span.author.vcard, 
.themetechmount-blogbox-stylefour .author-image span.author.vcard a {
    color: #fff;
}
.themetechmount-blogbox-stylethree span.author-image img,
.themetechmount-blogbox-stylefour span.author-image img {
    border: 5px solid rgba(255 , 255 , 255 , 0.30);
}
.themetechmount-blogbox-stylethree .author-image img.avatar,
.themetechmount-blogbox-stylefour .author-image img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;   
    z-index: 1;
    position: relative;
}
.themetechmount-blogbox-stylethree .tm-blog-post-cat .tm-meta-line,
.themetechmount-blogbox-stylefour .tm-blog-post-cat .tm-meta-line {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    color: var(--body-blackfont-color);
    border-radius: 50px;
    padding: 6px 10px 8px;
    line-height: 16px;
}
.themetechmount-blogbox-stylethree .tm-blog-post-cat .tm-meta-line a,
.themetechmount-blogbox-stylefour .tm-blog-post-cat .tm-meta-line a {
    color: var(--body-blackfont-color);
}
.themetechmount-blogbox-stylefour .prt-blog-content .prt-meta-author {
    margin-top: 20px;
}
.themetechmount-blogbox-stylethree .tm-featured-wrapper img.wp-post-image,
.themetechmount-blogbox-stylefour .tm-featured-wrapper img.wp-post-image {
    border-radius: 50px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-box-desc {
    padding-top: 8px;
}
.themetechmount-blogbox-stylethree .tm-post-featured-link-wrapper {
    padding-top: 380px;
    border-radius: 50px;
}
.themetechmount-blogbox-stylethree .tm-author-title {
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.themetechmount-blogbox-stylefour .tm-featured-wrapper img.wp-post-image,
.themetechmount-blogbox-stylethree .tm-post-featured-link-wrapper {
    width: 100%;
    transition: all 700ms ease;
}
.themetechmount-blogbox-stylefour:hover .tm-featured-wrapper img.wp-post-image,
.themetechmount-blogbox-stylethree:hover .tm-post-featured-link-wrapper {
    transform: scale(1.1) rotate(0.5deg);
}
.themetechmount-blogbox-stylefour .tm-featured-wrapper,
.themetechmount-blogbox-stylethree .tm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: 50px;
}
.themetechmount-blogbox-stylethree .tm-post-featured-link-wrapper:after {
    backdrop-filter: blur(5px);
}
.themetechmount-blogbox-stylethree .tm-post-featured-link-wrapper:after,
.themetechmount-blogbox-stylefour .tm-featured-wrapper:after {
    content: '';
    position: absolute;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    opacity: 0;
    border-radius: 50px;
}
.themetechmount-blogbox-stylethree:hover .tm-post-featured-link-wrapper:after,
.themetechmount-blogbox-stylefour:hover .tm-featured-wrapper:after {
    opacity: 1;
}
/*---Footer---*/
.tm-mailchimp-sendingform {
    position: relative;
}
.tm-mailchimp-sendingform input[type="email"] {
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 10px 0px;
    border-width: 0px 0px 1px;
}
.tm-mailchimp-sendingform input[type="email"]:focus {
    border-width: 0px 0px 1px;
}
.tm-mailchimp-sendingform input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: var(--body-blackfont-color);
    background-color: #d2dbd7;
    padding: 6px 28px;
    border-radius: 50px;
    font-weight: 400;
}
.tm-mailchimp-sendingform input[type="submit"]:hover {
    color: #fff;
}
.tm-contact-inquirybox .tm-righttext-box h2.custom-heading {
    font-size: 18px;
    line-height: 28px;
}
.tm-contact-inquirybox .tm-righttext-box p {
    margin-bottom: 0;
}
.tm-contact-inquirybox .tm-lefticon-box, 
.tm-contact-inquirybox .tm-righttext-box {
    display: table-cell;
    vertical-align: top;
}
.tm-contact-inquirybox .tm-lefticon-box span {
    background-color: var(--tm-secondary-bg);
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #fff;
}
.tm-contact-box-info {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.tm-contact-inquirybox .tm-righttext-box {
    padding-left: 15px;
}
.tm-footer-sendingbox {
    padding-right: 70px;
}
.tm-footer-sendingbox p.custom-footerdesc {
    margin-bottom: 20px;
    color: var(--body-blackfont-color);
}
.tm-footer-sendingbox h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 2px;
}
.site-footer .second-footer .widget ul li.tm-col-oneinline a,
.widget.widget_nav_menu li.tm-col-about-sepnone a {
    padding-left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-footer .second-footer .widget ul li.tm-col-oneinline a:before, 
.widget.widget_nav_menu li.tm-col-about-sepnone a:before {
    content: "\e847";
}
.footer .widget.widget_nav_menu li.tm-col-about-sepnone {
    padding: 0px 0px 6px 0;
}
.site-footer .second-footer .widget ul li.tm-col-oneinline {
    display: inline-block;
    width: 15%;
    padding-bottom: 0;
}
.site-footer .second-footer .widget ul li.tm-col-oneinline:last-child {
    width: auto;
}
.site-footer .second-footer .widget ul li.tm-col-oneinline a {
    color: var(--body-blackfont-color);
}
.site-footer .tm-bottom-socialicon ul.social-icons li a {
    background-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--body-blackfont-color);
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    border: 0;
}
.site-footer .tm-bottom-socialicon ul.social-icons li a:hover {
    -webkit-text-stroke-color: var(--tm-skincolor-bg);
}
.bottom-footer-text .tm-footer-bottom-copyright {
    color: var(--body-blackfont-color);
}
.widget.widget_nav_menu li.tm-col-about-sepnone a:hover:before {
    content: "\e847";
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all 0.3s ease;
    left: 0;
    opacity: 1;
}
.widget.widget_nav_menu li.tm-col-about-sepnone a:before {
    transition: all 0.3s ease;
    left: -15px;
    opacity: 0;
}
.widget.widget_nav_menu li.tm-col-about-sepnone a:hover {
    padding-left: 15px;
    color: var(--tm-skincolor-bg);
}
.site-footer .second-footer .widget ul li.tm-col-oneinline a:hover {
    color: var(--tm-skincolor-bg);
}

.tm-def-icon-bgskin .elementor-icon-box-icon .elementor-icon {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}

/*---Portfolio style4---*/
.themetechmount-box-portfolio.themetechmount-portfoliobox-style4 .themetechmount-overlay {
    display: block;
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: auto;
    height: auto;
    border-radius: 30px;
    background-color: rgba(9 , 36 , 32 , 0.80);
    transition: .7s;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-content-inner {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 37px;
    bottom: auto;
    right: 80px;
    left: auto;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-bottom-content {
    position: absolute;
    bottom: 37px;
    left: 30px;
    right: 30px;
    z-index: 1;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a.themetechmount_pf_link,
.themetechmount-portfoliobox-style4:hover .themetechmount-icon-box a {
    transform: unset;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a {
    margin-top: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-category,
.themetechmount-portfoliobox-style4 .tm-short-desc p,
.themetechmount-portfoliobox-style4 .themetechmount-box-content .themetechmount-box-bottom-content .themetechmount-box-title h4 a {
    color: #fff;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-title h4 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 36px;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-category {
    border: 1px solid #e9f0ec;
    display: inline;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 14px;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-desc p {
    margin-bottom: 27px;
}
.themetechmount-portfoliobox-style4 .themetechmount-post-item-inner .tm-featured-wrapper img {
    border-radius: 50px;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    left: 0;
    right: 0;
    top: 18px;
    margin: auto 0;
    width: 20px;
    height: 14px;
    margin: 0 auto;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a:hover:before {
    background-color: #000;
}
.themetechmount-portfoliobox-style4:hover .tm-featured-wrapper:after {
    opacity: 1;
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper:after {
    content: '';
    position: absolute;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    opacity: 0;
    border-radius: 50px;
}

.themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a {
    background-color: transparent;
    border-radius: 50px;
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a.selected {
    background-color: #fff;
    color: var(--tm-skincolor-bg);
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list ul {
    margin-top: -91px;
    float: right;
}
.themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a:after {
    content: unset;
}
.tm-portfolio-cat-left .themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a.selected {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
}
.tm-portfolio-cat-left .themetechmount-element-portfoliobox-style4 .tm-sortable-list .tm-sortable-link a {
    border: 1px solid var(--tm-skincolor-bg);
}
.tm-portfolio-cat-left .themetechmount-element-portfoliobox-style4 .tm-sortable-list ul {
    margin-top: 0;
    float: none;
}

/*---Historybox style2---*/
.tm-historybox-style2 .tm-history-box-details {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(9 , 36 , 32 , 0.30);
    align-items: center;
}
.tm-historybox-style2 .tm-history-box-details h4 {
    font-size: 20px;
    line-height: 30px;
    width: 38%;
    margin-top: 13px;
}
.tm-historybox-style2 .tm-history-box-details h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}

.tm-aboutsec-fontcolor span {
    color: #b1b2b1;
    font-style: italic;
}

/*---Iconbox style15---*/
.themetechmount-iconbox-stylefifteen .tm-iconbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.themetechmount-iconbox-stylefifteen .themetechmount-iconbox-icon {
    padding-right: 45px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefifteen .tm-box-icon i {
    font-size: 70px;
    line-height: 80px;
    color: var(--tm-secondary-bg);
}
.themetechmount-iconbox-stylefifteen .themetechmount-iconbox-heading h2.tm-custom-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    position: relative;
    display: inline;
}
.themetechmount-iconbox-stylefifteen .tm-iocnbox-btn a {
    position: relative;
    font-size: 0;
    background-color: var(--tm-skincolor-bg);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    transition: .7s;
}
.themetechmount-iconbox-stylefifteen:hover .tm-iocnbox-btn a {
    background-color: var(--tm-secondary-bg);
}
.themetechmount-iconbox-stylefifteen .tm-iocnbox-btn a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/service-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    left: 0;
    right: 0;
    top: 19px;
    margin: auto 0;
    width: 20px;
    height: 14px;
    margin: 0 auto;
}
.themetechmount-iconbox-stylefifteen .themetechmount-iconbox-heading {
    padding-right: 35px;
}
.themetechmount-iconbox-stylefifteen .tm-iconbox-wrapper .tm-icon-button {
    margin-right: 30px;
}
.themetechmount-iconbox-stylefifteen .themetechmount-iconbox-inner {
    border-bottom: 1px solid rgba(9 , 36 , 32 , 0.30);
    padding-bottom: 27px;
}
.themetechmount-iconbox-stylefifteen .themetechmount-iconbox-heading h2:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 0;
    transition: all 0.7s ease-in-out;
    background-color: var(--tm-secondary-bg);
    left: 0;
    bottom: 0;
    top: auto;
}
.themetechmount-iconbox-stylefifteen:hover .themetechmount-iconbox-heading h2:before {
    width: 100%;
}

/*---iconbox style16---*/
.themetechmount-iconbox.themetechmount-iconbox-stylesixteen .tm-box-icon {    
    border: 2px solid rgba(9 , 36 , 32 , 0.30);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    line-height: 115px;
    text-align: center;
    transition: .7s;
}
.themetechmount-iconbox.themetechmount-iconbox-stylesixteen:hover .tm-box-icon {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}   
.themetechmount-iconbox.themetechmount-iconbox-stylesixteen:hover .tm-box-icon i {
    color: #fff;
}
.themetechmount-iconbox.themetechmount-iconbox-stylesixteen .tm-box-icon i {
    color: var(--tm-secondary-bg);
    transition: .7s;
}
.themetechmount-iconbox-stylesixteen h2.tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 4px;
}
.themetechmount-iconbox-stylesixteen .themetechmount-iconbox-icon {
    border-bottom: 1px solid rgba(9 , 36 , 32 , 0.30);
    padding-bottom: 20px;
    margin-bottom: 12px;
}
.themetechmount-iconbox-stylesixteen .tm-cta3-content-wrapper {
    font-size: 18px;
    line-height: 28px;
}

/*---contactform-01---*/
.tm-commonform.tm-contactform-01 textarea,
.tm-commonform.tm-contactform-01 input[type="email"],
.tm-commonform.tm-contactform-01 input[type="text"] {
    border-bottom: 1px solid rgba(9 , 36 , 32 , 0.30);
    border-radius: 0;
    background-color: transparent;
    border-width: 0px 0px 1px;
}
.tm-commonform.tm-contactform-01 .wpcf7-checkbox label span {
    font-weight: 500;
    color: var(--body-fonts-color);  
}
.tm-commonform.tm-contactform-01 .tm-contact-btn input[type="submit"] {
    background-color: var(--tm-skincolor-bg);
    border-radius: 50px;
    font-weight: 400;
}
.tm-commonform.tm-contactform-01 .tm-contact-btn input[type="submit"]:hover {
    background-color: var(--tm-secondary-bg);
}
.tm-bgcolor-skincolor .tm-commonform.tm-contactform-01 textarea,
.tm-bgcolor-skincolor .tm-commonform.tm-contactform-01 input[type="email"],
.tm-bgcolor-skincolor .tm-commonform.tm-contactform-01 input[type="text"]{
    color: var(--body-fonts-color);  
    font-size: 16px;
    font-weight: 500; 
}
.tm-commonform.tm-contactform-01 .wpcf7-response-output {
    color: var(--body-blackfont-color);
}
.tm-commonform.tm-contactform-01 textarea:focus, 
.tm-commonform.tm-contactform-01 input[type="email"]:focus, 
.tm-commonform.tm-contactform-01 input[type="text"]:focus {
    border-width: 0px 0px 1px;
}

.tm-headerstyle-infostack2 .tm-titlebar-main-inner {
    padding-top: 62px;
}

.tm-special-italic span {
    font-style: italic;
    border-bottom: 5px solid #fff;
}
.tm-team-data .tm-team-list-value {
    word-break: break-word;
}

.tm-headerstyle-infostack2 .themetechmount-fbar-box .tm-float-big-text h2 {
    font-size: 200px;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(9 , 36 , 32 , 0.04);
}
.tm-headerstyle-infostack2 .themetechmount-fbar-box .tm-float-socialbox {
    padding-top: 280px;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-inner-w .tm-fbar-close {
    top: 60px;
    height: 50px;
    width: 50px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 18px;
    background-color: var(--tm-secondary-bg);
}
.tm-headerstyle-infostack2 .themetechmount-fbar-inner-w .tm-fbar-close i {
    color:#fff;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-box .widget_search {
    padding: 80px 0 40px;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-inner-w .widget .search-form .search-field {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid var(--tm-secondary-bg);
    padding: 15px 45px 15px 15px;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-inner-w .widget .search-form input.search-submit {
    background-color: transparent;
    background-image: url(../images/float-search.png);
    width: 65px;
    background-size: auto;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-main-w .widget .widget-title {
    font-size: 30px;
    line-height: 40px;
}
.tm-headerstyle-infostack2 .themetechmount-fbar-main-w .tm-float-main p,
.tm-headerstyle-infostack2 .themetechmount-fbar-main-w .tm-float-main a {
    font-size: 18px;
    line-height: 32px;
    color: var(--body-blackfont-color);
}
.tm-headerstyle-infostack2 .themetechmount-fbar-main-w .social-icons li > a {
    font-size: 22px;
    -webkit-text-stroke-color: var(--body-blackfont-color);
    -webkit-text-fill-color: var(--body-blackfont-color);
    -webkit-text-stroke-width: unset;
}

.tm-sptmail-fontcolor .elementor-icon-box-description a:hover {
    color: #fff;
}
.tm-faq-linkfontcolor .tm-cta3-content-wrapper a {
    color: var(--body-fonts-color);
}

.themetechmount-footer-style1 .footer .footer-rows .second-footer .second-footer-inner {
    padding: 25px 0 25px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0 , 0 , 0 , 0.30);
}
.themetechmount-footer-style1 .footer .footer-rows .first-footer .first-footer-inner {
    padding: 73px 0 18px;
}
.themetechmount-footer-style1 .bottom-footer-inner .tm-footer2-right {
    padding-bottom: 44px;
}
.themetechmount-footer-style1 .footer_inner_wrapper:before,
.themetechmount-footer-style1 .footer_inner_wrapper:after {
    content:unset;
}
.themetechmount-footer-style1 .footer .widget .widget-title {
    word-wrap: normal;
}
/******************Demo 4 css ***********************/
/***********home page css*************/
.tm-fidicon-style.elementor-widget-icon-box .elementor-icon-box-wrapper {
  background-color: #fff;
  padding: 15px 40px 16px 35px;
  position: relative;
}
.tm-fidicon-style.elementor-widget-icon-box .elementor-icon-box-wrapper::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: -23px;
  left: 30px;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 23px;
  border-color: #fff transparent transparent transparent;
}
.tm-fidicon-style.elementor-widget-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon i {
  transform: rotateY(360deg);
}
.tm-fidicon-style.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon i {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  display: inline-block;
}
.elementor-element.tm-color-white .tm-element-heading-content-wrapper.tm-seperator-style2 .tm-element-content-heading span {
  color: #fff;
}
.elementor-element.tm-color-white .tm-element-heading-content-wrapper.center-align.tm-seperator-style2.tm-content-with-desc .tm-element-content-desctxt {
    width: 100%;
}
.tm-element-heading-content-wrapper.tm-seperator-style2 .tm-content-header .tm-element-content-heading span {
  color: var(--tm-skincolor-text);
  font-style: italic;
  font-weight: 400;
}
.tm-counter-style1.elementor-widget-counter .elementor-counter {
  float: left;
  position: relative;
}
.tm-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  display: inline-flex;
}
.tm-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-title {
  display: inline-block;
  left: auto;
  position: absolute;
  bottom: 24px;
  right: -45px;
}
.tm-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 30px;
  line-height: 40px;
  position: relative;
}
.themetechmount-iconbox-styleseventeen ,
.themetechmount-iconbox-styleseventeen .tm-iconbox-wrapper{
  position: relative;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseventeen .themetechmount-iconbox-inner .tm-iconbox-wrapper {
  display: flex;
  width: 100%;
}
.themetechmount-iconbox-styleseventeen .tm-iconbox-wrapper .themetechmount-iconbox-heading {
  padding-left: 25px;
}
.themetechmount-iconbox-styleseventeen .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-element-subheading {
  font-size: 14px;
  line-height: 26px;
  color: var(--body-fonts-color);
  font-weight: 400;
  margin-bottom: 0;
}
.themetechmount-iconbox-styleseventeen .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
  font-size: 22px;
  line-height: 28px;
}
.themetechmount-iconbox-styleseventeen .tm-iconbox-wrapper .themetechmount-iconbox-icon i {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  display: inline-block;
}
.themetechmount-iconbox-styleseventeen:hover .tm-iconbox-wrapper .themetechmount-iconbox-icon i {
  transform: rotateY(360deg);
}
.tm-progress-style2.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
  background-color: var(--tm-greycolor-bg);
  color: #000;
}
.tm-progress-style2.elementor-widget-progress .elementor-widget-container {
  position: relative;
  padding-left: 90px;
}
.tm-progress-style2.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
  background-color: var(--tm-greycolor-bg);
  color: var(--tm-secondary-bg);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding-right: 0;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: -27%;
  right: auto;
  font-size: 20px;
  font-weight: 500;
}
.tm-progress-style2.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
  position: relative;
}
.tm-progress-style2.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: var(--tm-skincolor-bg);
  font-size: 15px;
  left: auto;
  right: -25px;
  top: -6px;
  bottom: auto;
  position: absolute;
  border-radius: 50%;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
  max-width: 615px;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-header-text .tm-custom-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 8px;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent {
  padding: 20px 45px 30px 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a {
  position: relative;
  top:-15px;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a:before {
  content: "\e849";
  font-family: "tm-aqovo-icons";
  top: 24px;
  bottom: auto;
  left: auto;
  right: 12px;
  position: absolute;
  z-index: 1;
  font-weight: 700;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a:hover:before {
	color:#fff;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a:hover:after {
  border-color: var(--tm-secondary-bg);
  background-color: var(--tm-secondary-bg);
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a span {
  display: none;
}
.tm-single-image-wrapper.imagestyle-imagestyle-one .tm-bottom-imgcontent .tm-button-menu a:after {
	content: '';
	position: absolute;
	border: 2px solid var(--tm-secondary-bg);
	border-radius: 50%;
	left: -40px;
	right: auto;
	top: 15px;
	bottom: auto;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.themetechmount-iconbox-styleeighteen .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading,
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    margin-bottom:5px;
}
.themetechmount-iconbox-styleeighteen .tm-iconbox-wrapper {
    display: flex;
    text-align: right;
}
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper{
    text-align: left;
    display: flex;
}
.themetechmount-iconbox-styleeighteen .tm-iconbox-wrapper .themetechmount-iconbox-heading {
  padding-right: 30px;
}
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper .themetechmount-iconbox-heading{
    padding-left: 30px;
}
.themetechmount-iconbox-styleeighteen .themetechmount-iconbox-icon .tm-box-icon i,
.themetechmount-iconbox-stylenineteen .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.themetechmount-iconbox-styleeighteen:hover .themetechmount-iconbox-icon .tm-box-icon i,
.themetechmount-iconbox-stylenineteen:hover .themetechmount-iconbox-icon .tm-box-icon i {
    transform: rotateY(360deg);
}
.themetechmount-iconbox-styleeighteen .themetechmount-iconbox-inner .tm-iocnbox-btn
.themetechmount-iconbox-stylenineteen .themetechmount-iconbox-inner .tm-iocnbox-btn {
    padding-top: 10px;
}
.themetechmount-iconbox-styleeighteen .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon::before,
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35pc;
  background-color: var(--tm-greycolor-bg);
  z-index: -1;
  transform: rotateZ(45deg);
  left: 20px;
  right: auto;
  top: 0;
  bottom: auto;
  transition: all .5s ease-in-out;
}
.themetechmount-iconbox-styleeighteen:hover .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon::before,
.themetechmount-iconbox-stylenineteen:hover .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon::before {
  transform: scale(2);
  left: 0;
  background-color: var(--tm-skincolor-bg);
}
.themetechmount-iconbox-styleeighteen:hover .themetechmount-iconbox-icon .tm-box-icon i,
.themetechmount-iconbox-stylenineteen:hover .themetechmount-iconbox-icon .tm-box-icon i {
  color: #fff;
}
.themetechmount-iconbox-styleeighteen .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon,
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon {
  position: relative;
}
.themetechmount-iconbox-stylenineteen .tm-iconbox-wrapper .themetechmount-iconbox-icon .tm-box-icon::before {
  left: -20px;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-content {
  padding:  0px !important;
  background-color: transparent !important;
  margin-left: -25px;

}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc {
  margin-left: 135px;
  margin-top: 69px;
  padding: 30px 40px 20px 40px;
  z-index: 1;
  position: relative;
  background-color: #013054;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-author .themetechmount-item-thumbnail {
  border: none;
  position: absolute;
  left: 0px;
  top: -50px;
  right: auto;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-author .themetechmount-item-thumbnail img {
  width: auto;
  height: auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  position: relative;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-author .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner {
  position: relative;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title .themetechmount-author-name {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title .themetechmount-box-footer ,
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-testimonial-text{
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,60%);
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-testimonial-text {
  padding-bottom: 10px;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-content .themetechmount-box-desc .themetechmount-ratting-star {
  text-align: center;
  margin: 0 auto;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item .themetechmount-box-bottom-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--tm-greycolor-bg);
  padding:36px 40px 25px;  
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style5 {
  position: relative;
  margin-bottom: 20px;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item .themetechmount-post-item-inner .tm-featured-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item-inner {
  overflow: hidden;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item .themetechmount-post-item-inner .tm-featured-wrapper img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;

}
.themetechmount-portfoliobox-style5:hover .themetechmount-post-item .themetechmount-post-item-inner .tm-featured-wrapper img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  transition: all 900ms ease;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item .tm-title-detail .themetechmount-box-title h4 {
  font-size: 28px;
  line-height: 38px;
}
.elementor-column.elementor-inner-column.tm-rotatecol-style.tm-bgimage-no{
    position: relative;
}
.elementor-column.elementor-inner-column.tm-rotatecol-style.tm-bgimage-no::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: var(--tm-skincolor-bg);
  transform: rotateZ(30deg);
  left: auto;
  right: 45%;
  top: 70px;
  bottom: auto;
}
.elementor-column.elementor-inner-column.tm-rotatecol-style.tm-bgimage-no::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background-color: transparent;
  transform: rotateZ(30deg);
  left: auto;
  right: 38%;
  top: 63px;
  bottom: auto;
  color: #fff;
  border: 1px solid #fff;
}
.elementor-column.elementor-inner-column.tm-rotatecol-style .tm-rotate-detail p {
  margin-bottom: 0;
}
.elementor-column.elementor-inner-column.tm-rotatecol-style .tm-rotate-detail a {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
.tm-seperator-style2.tm-heading-style-horizontal {
  display: flex;
  width: 100%;
}
.tm-seperator-style2.tm-heading-style-horizontal .tm-content-header::after {
  position: absolute;
  content: '';
  background-color: var(--tm-greycolor-bg);
  height: 100%;
  width: 1px;
  top: 0;
  bottom: auto;
  right: -50px;
  left: auto;
}
.tm-seperator-style2.tm-heading-style-horizontal .tm-content-header {
  width: 60%;
  position: relative;
  padding-right: 0;
}
.tm-seperator-style2.tm-heading-style-horizontal .tm-element-content-desctxt {
  width: 40%;
  padding-left: 100px;
  vertical-align: middle;
  position: relative;
  padding-top: 10px;
}

.tm-staticbox-style5 .tm-processbox .tm-step-contents {
  position: relative;
  text-align: left;
  background: #ffffff;
  width: 307px;
  box-shadow: 0px 1px 46px 0px rgba(0, 27, 62, 0.18);
  padding: 34px 25px 37px 8px;
}
.tm-staticbox-style5 .tm-processbox:hover .tm-step-contents .tm-box-content {
  transition: unset;
  border-radius: unset;
  transform: unset;
  background-color: transparent;
  box-shadow: unset;
}
.tm-staticbox-style5 .tm-processbox:hover .tm-step-contents .tm-box-content::before,
.tm-staticbox-style5 .tm-processbox .tm-step-contents .tm-box-content::before {
  content: unset;
}
.tm-staticbox-style5 .tm-processbox .process-num .number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--tm-greycolor-bg);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--tm-secondary-bg);
  transition: all .5s ease;
}
.tm-staticbox-style5 .tm-processbox .tm-step-contents .tm-box-image {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 44px;
  color: var(--tm-skincolor-text);
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.08);
  transition: all .5s ease;
}
.tm-staticbox-style5 .themetechmount-boxes-row-wrapper .tm-processbox {
  transition: all .5s ease;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style5{
    position: relative;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style5 .tm-processbox-wrapper {
  position: relative;
  overflow: visible;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style5 .tm-processbox-wrapper::before {
    content: '';
    position: absolute;
    left: -103px;
    right: -60px;
    height: 100%;
    display: block;
    top: -50px;
    margin-left: 40px;
    background: url(../images/setpbox1bg.png) center center no-repeat;
}
.tm-staticbox-style5 .tm-processbox .tm-step-contents .tm-box-content .tm-box-title h5 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.tm-staticbox-style5 .tm-processbox .tm-step-contents .tm-box-content .themetechmount-static-box-smalldesc {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
.tm-staticbox-style5 .tm-processbox:nth-child(2n) .tm-step-contents {
  margin-top: -50px;
}
.tm-staticbox-style5 .tm-processbox:hover .process-num .number,
.tm-staticbox-style5 .tm-processbox:hover .tm-step-contents .tm-box-image {
  background-color: var(--tm-skincolor-bg);
  color: #fff;
}
.tm-stepbox-desc a i {
  padding: 4px;
  position: relative;
  background-color: rgb(213, 228, 239);
  line-height: 25px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  margin-left: 10px;
}
.tm-stepbox-desc a:hover i {
  background-color: var(--tm-skincolor-bg);
  color: #fff;
}
.tm-stepbox-desc a i::before{
    transform: rotate(-60deg);
    transition: all .5s ease;
}
.tm-stepbox-desc a:hover i::before {
  transform: unset;
}
.tm-stepbox-desc a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
  transition: all .5s ease;
}
.tm-ptablebox-style-4.horizontal{
    position: relative;
}
.tm-ptablebox-style-4 .themetechmount-ptables-w .ttm-pricetable-column-w:hover {    
    transform: unset;    
}
.tm-ptablebox-style-4.horizontal .themetechmount-ptables-w {
  display: block;
}
.tm-ptablebox-style-4.horizontal .themetechmount-ptables-w .ttm-pricetable-column-w {
  width: 100%;
  background-color: transparent;
}
.tm-ptablebox-style-4.horizontal .themetechmount-ptables-w .ttm-pricetable-column-w .themetechmount-ptable-main {
  display: flex;
  padding: 30px 0px 30px 76px;
  margin-top: -2px;
  text-align: left;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.tm-ptablebox-style-4.horizontal .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features {
  padding-left: 12px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:last-child .themetechmount-ptable-main {
  padding-left: 60px !important;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features-title {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1;
  left: 0;
  right: auto;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features-title h3 {
  display: none;
}
.tm-ptablebox-style-4.horizontal .themetechmount-ptables-w .ttm-pricetable-column-w .tm-ptablebox-heading {
  width: 25%;
}
.prt-ptablebox.horizontal .preyantechnosys-ptable-main .prt-ptablebox-heading h3 {
  font-size: 22px;
  line-height: 32px;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-ptablebox-heading .tm-ptablebox-title ,
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-ptablebox-heading .ttm-ptablebox-price-w{
  text-align: left;
}
.tm-ptablebox-style-4.horizontal .themetechmount-ptables-w .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w {
  padding-left: 10px;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w  .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol-before {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .ttm-ptablebox-price-w .tm-ptablebox-price {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-ptablebox-features {
  width: 55%;
  padding: 0;
  display: flex;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline:hover,
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w:hover .tm-vc_btn3-inline {
  background-color: transparent;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline .tm-vc_general.tm-vc_btn3 {
  background-color: transparent;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline {
  width: 20%;
  top: 21px;
  position: relative;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline .tm-vc_general.tm-vc_btn3 a:hover::before {
  background-color: var(--tm-skincolor-bg);
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w:hover {
  box-shadow: unset;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255,0.161);
  border-radius: unset;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-ptablebox-features ul{
  padding: 0;
  margin-right: 45px;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-ptablebox-features ul li {
  padding-top: 0;
  padding-bottom: 5px;
}
.tm-ptablebox-style-4.horizontal .tm-ptablebox-featured-col.ttm-pricetable-column-w {
  border-left: 1px solid rgba(255, 255, 255,0.161);
  border-right: 1px solid rgba(255, 255, 255,0.161);
}
.tm-ptablebox-style-4.horizontal .tm-ptablebox-featured-col.ttm-pricetable-column-w .tm-ptablebox-features-title h3 {
  display: block;
  text-align: center;
  padding: 5px 3px 5px 5px;
  background-color: var(--tm-skincolor-bg);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features-title {
  position: absolute;
  z-index: 1;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.tm-ptablebox-style-4.horizontal .tm-ptablebox-featured-col.ttm-pricetable-column-w .tm-ptablebox-heading {
  padding-left: 20px;
}
.tm-ptablebox-style-4.horizontal .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
  background-color: rgb(1, 48, 84);
  padding-left: 40px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:last-child{
      border-bottom:  1px solid rgba(255, 255, 255,0.161);
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline .tm-vc_general.tm-vc_btn3 a {
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
  font-weight: 500;
  position: relative;
}
.tm-ptablebox-style-4.horizontal .ttm-pricetable-column-w .tm-vc_btn3-inline .tm-vc_general.tm-vc_btn3 a::before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: -5px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc {
  background-color: var(--tm-greycolor-bg);
  padding: 30px;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-box-title h4 {
  font-weight: 500;
}
.themetechmount-box-style5 .post-item .tm-entry-meta {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
}
.themetechmount-box-style5 .post-item .tm-entry-meta .tm-meta-line i {
  display: none;
}
.themetechmount-box-style5 .post-item .tm-entry-meta .tm-meta-line {
  position: relative;
}
.themetechmount-box-style5 .post-item .tm-entry-meta .tm-meta-line::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--body-fonts-color);
  border-radius: 50%;
  top: 10px;
  bottom: auto;
  left: auto;
}
.themetechmount-box-style5 .post-item .tm-post-left {
  position: absolute;
  top: -46px;
  bottom: auto;
  left: 0;
  right: auto;
  background-color: var(--tm-skincolor-bg);
  padding: 2px 15px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font-family);
}
.themetechmount-box-style5 .post-item .tm-post-left .entry-month.entry-year {
  padding-left: 5px;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-blogbox-desc-footer a ,
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a{
  font-size: 15px;
  line-height: 26px;
  text-transform: none;
  color: var(--tm-secondary-bg);
  font-weight: 600;
  padding-left: 40px;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a{
    text-transform: unset !important;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:before,
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a:before {
  content: '\e826';
  font-family: "tm-aqovo-icons";
  position: absolute;
  top: -4px;
  bottom: auto;
  left: 0;
  right: auto;
  font-size: 15px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(-60deg);
  transition: all .5s ease;
}
.themetechmount-servicebox-styletwo .themetechmount-servicebox-readmore a:before{
    background-color: var(--tm-greycolor-bg);
    top: -8px;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:after{
    content: unset;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:hover:before {
  background-color: var(--tm-skincolor-bg);
  color: #fff;
  transform: unset;
  transition: all .5s ease;
}
.themetechmount-box-style5 .post-item .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:hover {
  color: var(--tm-skincolor-text);
}
.themetechmount-box-style5 .post-item .tm-featured-wrapper ,
.themetechmount-box-style5 .post-item .tm-featured-wrapper img{
  overflow: hidden;
}
.themetechmount-box-style5 .post-item .tm-featured-wrapper img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.themetechmount-box-style5:hover .post-item .tm-featured-wrapper img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  transition: all 900ms ease;
}
.themetechmount-box-style5 {
  transition: all .5s ease;
}
.themetechmount-box-style5:hover {
  transform: translateY(-10px);
}
.elementor-column.tm-round-shap .elementor-widget-wrap::before {
  position: absolute;
  content: '';
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 122deg, rgb(233,245,255) 12%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 122deg, rgb(233,245,255) 12%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 122deg, rgb(233,245,255) 12%, rgb(255,255,255) 100%);
  left: -15px;
  right: auto;
  top: 0;
  bottom: auto;
}

.tm-tab-style3 .elementor-tabs-wrapper {
  padding-left: 0;
  margin-top: -45px;
  margin-bottom: 30px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.tm-tab-style3 .elementor-tabs-wrapper .tm-elementor-tab-title {
  list-style: none;
  display: inline;  
  padding: 33px 100px 27px 19px;
  background-color: #fff;
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}
.tm-tab-style3 .elementor-tabs-wrapper .tm-elementor-tab-title span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: var(--tm-secondary-bg);
}
.tm-tab-style3 .elementor-tabs-wrapper .tm-elementor-tab-title i {
  background-color: var(--tm-greycolor-bg);
  font-size: 33px;
  padding: 5px 10px 5px 10px;
  color: var(--tm-skincolor-text);
  margin-right: 17px;
}
.tm-col-tabstyle .elementor-button-wrapper a {
  padding: 0;
  background-color: transparent;
  color: var(--tm-secondary-bg);
}
.tm-tab-style3 ul .tm-elementor-tab-title.tm-tab-active {
  opacity: 0;
}
.tm-tab-style3 .tmtabs-content-wrapper .tm-tab-content.tm-tab-active {
  display: block;
}
.tm-tab-style3 .tmtabs-content-wrapper .tm-tab-content {
  display: none;
}
.tm-tab-style3 .tmtabs-content-wrapper .tm-tab-content-title {
  display: none;
}
/*************************about us page css*******************/
.tm-list-style1 .elementor-widget-container ul li .elementor-icon-list-icon i {
  position: relative;
  transform: rotateZ(45deg);
  transition: all .5s ease !important;
}
.tm-list-style1 .elementor-widget-container ul li:hover .elementor-icon-list-icon i {
  transform: unset;
}
.tm-list-style1 .elementor-widget-container ul li .elementor-icon-list-icon i::after {
  content: '';
  position: absolute;
  top: -11px;
  bottom: auto;
  left: -8px;
  right: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--tm-greycolor-bg);
  z-index: -1;
  text-align: center;
  transition: all .5s ease;
}
.elementor-column.tm-fidcol-color .tm-counter-style1 {
  background-color: rgb(227, 239, 247);
  padding: 25px 40px 0 40px;
  margin-bottom: 0;
}
.tm-bgcolor-grey.text.elementor-widget-text-editor .elementor-widget-container {
  background-color: rgb(227, 239, 247);
}
.tm_coverimgbox_wrapper.tm-column-three .tm_coverbox_contents {
  width: 33.33%;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  float: left;
  border-left:1px solid rgba(255, 255, 255,0.50);
}
.tm_coverbox_contents {
  min-height: 60vh;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.tm_coverimgbox_wrapper .tm_coverbox_img.active {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tm_coverimgbox_wrapper .tm_coverbox_img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.tm_coverimgbox_wrapper .tm_coverbox_img .tm_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.tm_coverimgbox_wrapper .tm_coverbox_img {
  visibility: hidden;
  opacity: 0;
  transition-duration: 1500ms;
  transition: all 1s;
}
.tm_coverimgbox_wrapper .tm_coverbox_img .tm_box_overlay::before {
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(23, 23, 23)0%, rgba(0, 0, 0, .0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.elementor-widget-tm_coverimgbox_element {
  overflow: hidden;
  position: relative;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents:first-child {
  border-left: unset;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-coverbox-detail {
    padding: 50px 30px 10px;
    position: relative;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-coverbox-detail:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition-property: top, opacity;
    transition-duration: .3s;
    overflow: hidden;
}

.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-content {
  background-color: var(--tm-greycolor-bg);
  color: var(--body-fonts-color);
  margin-top: 0;
  padding: 30px;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-content a {
  font-weight: 600;
  color: var(--tm-secondary-bg);
  position: relative;
  padding-top: 25px;
  display: block;
  padding-left: 40px;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-content a:hover{
    color: var(--tm-skincolor-text);
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-content a::before {
  content: '\e826';
  font-family: "tm-aqovo-icons";
  position: absolute;
  top: 23px;
  bottom: auto;
  left: 0;
  right: auto;
  font-size: 15px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(-60deg);
  transition: all .5s ease;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-content a:hover::before{
    background-color: var(--tm-skincolor-bg);
    color: #fff;
    transform: unset;
    transition: all .5s ease;
}
/********/
.tm-historybox-style3 .tm-box-col-wrapper {
  width: 25%;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-box-details{
    padding: 50px 0 70px 30px;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-box-details .process-num .number {
  border: 1px solid rgb(201, 219, 232);
  border-radius: 50%;
  padding: 25px 20px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  transition: all .5s ease;
}
.tm-historybox-style3 .tm-history-box-wrapper.active .tm-history-box-details .number {
  background-color: var(--tm-skincolor-bg);
  border-color: var(--tm-skincolor-bg);
  color: #fff;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-box-details .process-num::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(201, 219, 232);
  right: auto;
  left: 70px;
  z-index: -1;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-box-details .process-num {
  position: relative;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-content {
  padding: 45px 30px 25px 30px;
  position: relative;
  background-color: #fff;
  box-shadow: -0.262px 4.993px 19px 1px rgba(79, 79, 79, 0.17);
  transition: all .5s ease;
  filter: drop-shadow(0px 7px 25px rgba(79, 79, 79, 0.17));
}
.tm-historybox-style3 .tm-history-box-wrapper.active .tm-history-content {
  transform: translateY(5px);
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-content::before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 50px;
  right: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-content h4 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.tm-historybox-style3 .tm-history-box-wrapper .tm-history-content h4::before {
  content: '\f101';
  font-family: 'tm-aqovo-icons';
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.tm-text-detail .text {
  font-size: 26px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 14px;
  display: block;
}
.tm-text-detail .text i {
  transition: all .5s ease;
}
.tm-text-detail:hover .text i {
  transform: rotateZ(360deg);
}
.tm-text-detail .text i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--tm-skincolor-bg);
  border-radius: 50%;
}
.tm-text-detail p {
  color: rgba(255,255,255,60%);
}
/************/
.tm-marquebox-style2 {
    width: 100%;
    animation: tm-marque-text 15s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style2 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    opacity: 1;
    color: #fff;
    font-weight: 500;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.tm-marquebox-style2 ul.marquebox-list li:before {
    content: '-';
    position: absolute;
    left: -18px;
    right: auto;
    top: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
}
/************/
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-image-box img {
  width: 100%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.themetechmount-teambox-style5:hover .themetechmount-post-item .themetechmount-team-image-box img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  transition: all 900ms ease;
}
.themetechmount-teambox-style5 .themetechmount-team-image-box .themetechmount-item-thumbnail {
  position: relative;
  overflow: hidden;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content {
  padding-top: 25px;
  position: relative;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-content-inner {
  position: relative;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-content-inner .tm-member-social {
  position: absolute;
  right: 30px;
  top: 30px;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-icon {
  position: relative;
  font-size: 22px;
  text-align: center;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
  display: block;
  background-color: var(--tm-skincolor-bg);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: color .3s,background .3s ease,-webkit-transform .2s;
  transition: color .3s,background .3s ease,-webkit-transform .2s;
  -o-transition: color .3s,background .3s ease,-o-transform .2s;
  -moz-transition: transform .2s,color .3s,background .3s ease,-moz-transform .2s;
  transition: transform .2s,color .3s,background .3s ease;
  transition: transform .2s,color .3s,background .3s ease,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-icon a {
  color: var(--tm-secondary-bg);
  text-align: center;
  font-size: 17px;
  line-height: 29px;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-icon a i {
  color: #fff;
  font-size: 15px;
}
.themetechmount-teambox-style5 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper ul {
  padding-left: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: .8s;
  margin: 0;
}
.themetechmount-teambox-style5 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper ul li {
  list-style: none;
}
.themetechmount-teambox-style5 .themetechmount-post-item .tm-member-social:hover .tm-team-social-links-wrapper ul {
  opacity: 1;
  top: 45px;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a {
  position: relative;
}
.themetechmount-teambox-style5 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper ul li a {
  margin: 6px 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #eff3ff;
  border-radius: 50%;
  display: block;
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 15px;
  bottom: 0px;
  top: auto;
  width: 100%;
  margin: auto;
  background-color: #de2353;
  height: 1px;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0,1);
  -khtml-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
  -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
  -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
  -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
  transition: transform .25s cubic-bezier(.37,.31,.2,.85);
}
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a:hover::before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1,1);
  -khtml-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
/*********************service page css********************/
.tm-leftalign-service .themetechmount-servicebox-styletwo .tm-post{
    text-align: left;
}
.tm-leftalign-service .themetechmount-servicebox-styletwo .tm-post .themetechmount-servicebox-readmore a:hover::before {
  transform: unset;
  background-color: var(--tm-skincolor-bg);
  color: #fff;
}
.tm-leftalign-service .themetechmount-servicebox-styletwo .tm-post .themetechmount-servicebox-readmore a {
    font-size: 15px;
}

/***************contact form css*****************/
.tm-commonform.tm-contact-info-style1 .tm-checkbox .wpcf7-form-control-wrap {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--tm-secondary-bg);
  margin-right: 20px;
}
.tm-commonform.tm-contact-info-style1 .tm-checkbox .wpcf7-form-control-wrap label .wpcf7-list-item-label{
     font-weight: 400;
}
.tm-commonform.tm-contact-info-style1 .tm-checkbox .wpcf7-form-control-wrap span {
  margin-left: 0;
}
.tm-commonform.tm-contact-info-style1 .tm-form-title {
  font-size: 14px;
  line-height: 24px;
  color: var(--tm-secondary-bg);
}
.tm-commonform.tm-contact-info-style1 .wpcf7-form-control-wrap input,
.tm-commonform.tm-contact-info-style1 .wpcf7-form-control-wrap textarea {
  background-color: transparent;
  border: 1px solid rgba(26, 100, 153, 0.201);
  border-radius: unset;
}
.tm-commonform.tm-contact-info-style1 .tm-checkbox {
  margin-bottom: 30px;
}
.tm-commonform.tm-contact-info-style1 .tm-contact-btn.elementor-widget.elementor-widget-button #btn {
  background-color: transparent;
  border: 1px solid var(--tm-secondary-bg);
  border-radius: unset;
  color: var(--tm-secondary-bg);
  text-transform: unset;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  transition: all .5s ease;
}
.tm-commonform.tm-contact-info-style1 .tm-contact-btn.elementor-widget.elementor-widget-button #btn:hover {
  background-color: var(--tm-secondary-bg);
  color: #fff;
}
.tm-commonform.tm-contact-info-style1 .tm-contact-btn.elementor-widget.elementor-widget-button {
  margin-top: 28px;
}
.tm-btn-style-text.elementor-widget-button .elementor-button-wrapper a {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
}
.tm-btn-style-text.elementor-widget-button .elementor-button-wrapper a:hover {
  border-color: var(--tm-skincolor-bg);
  color: var(--tm-skincolor-text);
}
.single.tm-layout-style4 article.post .entry-content p {
    margin-bottom: 15px;
}
.single.tm-layout-style4 article.themetechmount-box-blog-classic {
    margin-bottom: 30px;    
}
.error404.tm-layout-style4 .tm-titlebar-wrapper {
    display: block;
}
.search-results .select2-dropdown {
    z-index: 11;
}

/***************header style css**************/
.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul .menu-item-has-children a {
  position: relative;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul .menu-item-has-children a:after {
  content: '\f107';
  font-family:'tm-aqovo-icons' ;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: auto;
  right: 0;
  font-size: 15px;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul .current-menu-parent.menu-item-has-children a:after{
    color: var(--tm-skincolor-bg);
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul .menu-item-has-children .sub-menu li a::after {
  right: 15px;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .tm-header-search-link a {
  background-color: transparent;
  border: unset;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .tm-header-search-link a i {
  font-size: 25px;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a {
  font-size: 20px !important;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn {
  padding-left: 50px;
  cursor: unset;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a span i {
  cursor: pointer;
}

.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul li a {
  position: relative;
  margin-right: 15px !important;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header .site-header-main.tm-wrap.container-fullwide {
  padding-left: 95px;
  padding-right: 95px;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header .site-header-main.tm-wrap.container-fullwide .site-branding {
  margin-right: 60px;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header.is_stuck .nav-menu ul li a {
    color: #fff;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header.is_stuck .nav-menu ul li .sub-menu {
    border-radius: unset;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header.is_stuck .nav-menu ul li .sub-menu li a {
    color: var(--body-font-color);
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header.is_stuck .nav-menu ul .current-menu-ancestor a ,
.tm-headerstyle-classic-overlay2 .tm-header-overlay #tm-stickable-header-w #site-header.is_stuck .nav-menu ul li:hover a{
    color: var(--tm-skincolor-text);
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .nav-menu ul li .sub-menu li a::after {
  content: unset;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/floating.svg) no-repeat 100% 100%;
    mask: url(../images/floating.svg) no-repeat 100% 100%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    z-index: 2;
    color:red;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a{
    cursor: pointer;
    position: relative;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a .tm-fbar-open-icon i,
.tm-headerstyle-classic-overlay2 .tm-header-overlay .themetechmount-fbar-btn a .tm-fbar-close-icon i{
    display: none;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a:before{
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #site-header.tm-stickable-header.is_stuck #site-navigation .nav-menu li.current-menu-item a {
    color: var(--tm-skincolor-bg);
}
.tm-headerstyle-classic-overlay2 .tm-header-overlay #site-header.tm-stickable-header.is_stuck .themetechmount-fbar-btn a:before {
    top: 5px;
}
/********floatingbar css***********/
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .themetechmount-fbar-content-wrapper {
  padding: 80px 48px 48px;
}
.admin-bar.tm-layout-style4 .tm-fbar-close {
    top: 52px;
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .themetechmount-fbar-content-wrapper .widget {
  margin: 0;
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .themetechmount-fbar-content-wrapper .tm-heading {
  padding-top: 15px;
  margin-bottom: 20px;
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail p {
  margin-bottom: 10px;
  color: rgba(2555,255,255,50%);
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail .tm-space {
  margin-bottom: 25px;
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail .tm-social ul li a {
  color: rgba(255,255,255,50%);
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail .tm-social ul li a:hover {
  color: rgba(255,255,255,1);
  background-color: var(--tm-skincolor-bg);
  border-color: var(--tm-skincolor-bg);
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail .tm-social ul {
  padding-bottom: 15px;
}
.tm-headerstyle-classic-overlay2 .themetechmount-fbar-box-w .tm-floatingbar-detail .tm-social ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
}
/**********************footer style2 css********************/

.themetechmount-footer-style2 .site-footer .footer_inner_wrapper::before ,
.themetechmount-footer-style2 .site-footer .footer_inner_wrapper::after{
  background-image: unset;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner {
  padding: 0;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-email h4 {
  font-size: 26px;
  line-height: 36px;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-email .mc4wp-form .tm-subscription-view {
  display: flex;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-email .mc4wp-form .tm-subscription-view input {
  background-color:rgba(0, 0, 0, 0.20);
  border: unset;
  border-radius: unset !important;
  color: #fff;
}
.themetechmount-footer-style2 .tm-subscription-view input[type="email"]::-webkit-input-placeholder {
	color: rgba(255,255,255,0.60);
}
.themetechmount-footer-style2 .tm-subscription-view input[type="email"]:-moz-placeholder {
	color: rgba(255,255,255,0.60);
}
.themetechmount-footer-style2 .tm-subscription-view input[type="email"]::-moz-placeholder {
		color: rgba(255,255,255,060);
}
.themetechmount-footer-style2 .tm-subscription-view input[type="email"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.60);
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-email .mc4wp-form .tm-subscription-view .tm-mailchimp-btn {
  background-color: var(--tm-skincolor-bg);
  padding: 10px 30px;
  font-size: 15px;
  line-height: 20px;
  text-transform: unset;
  width: 40%;
  border-radius: unset;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-contact-detail .contact-address-new {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu1 ,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2{
  display: inline-block;
  width: 50%;
  margin-top: 0 !important;
}

.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-email {
  padding-top: 50px;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .widget-area.col-xs-12:last-child {
  padding-left: 85px;
  position: relative;
  max-width: 700px;
  padding-right: 50px;
}
.themetechmount-footer-style2 .site-footer .tm-contact-detail {
  margin-top: -8px;
}
.themetechmount-footer-style2 .site-footer .tm-contact-detail .contact-address-new .tm-add {
  padding-right: 60px;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2 {
  top: -10%;
  position: relative;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2 ul li a::before,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu1 ul li a::before {
  content: unset;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2 ul li a,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu1 ul li a{
    padding-left: 0;
}
.themetechmount-footer-style2 .site-footer .tm-footer-details {
  padding-top: 240px;
}
.themetechmount-footer-style2 .site-footer .tm-footer-details .tm-logo-detail {
  background-color: var(--tm-skincolor-bg);
  padding: 35px 35px 47px;
  text-align: center;
  float: right;
  max-width: 381px;
  margin-right: 250px;
}
.themetechmount-footer-style2 .site-footer .tm-footer-details .tm-logo-detail a {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
}
.themetechmount-footer-style2 .site-footer .tm-footer-details .tm-logo-detail h4 {
  margin-bottom: 35px;
  line-height: 34px;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .textwidget.widget-text .tm-contact-detail p ,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-contact-detail .contact-address-new .tm-add p,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-contact-detail .contact-address-new .tm-number a,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2 ul li a,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu1 ul li a{
  color: rgba(255,255,255,0.70) !important;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-contact-detail .contact-address-new .tm-number a:hover,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu2 ul li a:hover,
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .tm-footer-menu1 ul li a:hover{
    color: var(--tm-skincolor-text) !important;
}
.themetechmount-footer-style2 .site-footer .tm-container-for-footer .first-footer-inner .widget-area.first-widget-area:first-child {
  display: block;
  background: url(../images/first-widget-bg.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.themetechmount-footer-style2 .site-footer .footer-rows-inner #first-footer .container-fullwide.tm-container-for-footer {
  padding-left: 0;
  padding-right: 0;
}


.tm-rotating-text text {
    fill: #000;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
    text-transform:uppercase;
}


@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.tm-playicon .elementor-icon {
    margin-bottom: -7px
}