.admin-bar .tm-fbar-close{
	top: 32px;
}
.site-content-wrapper {
    position: relative;
    z-index: 7;
}
::selection {
  color: #fff;
  background-color: #c3002f;
}
::-moz-selection {
  color: #fff;
  background-color: #c3002f;
}

/*** 

====================================================================
	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;
}
.themetechmount-hide,
.tm-hide{
	display: none;	
}
.tm-wrap {
    display: table;
    width: 100%;    
}
.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.tm-align-left{
	text-align: left;
}
.tm-align-center{
	text-align: center;
}
.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;
}



.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-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .tm-titlebar .breadcrumb-wrapper .container{
	background-color: #fff;
}


/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], 
.uneditable-input, select {
	font-family: inherit;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	vertical-align: middle;
	width:100%;
	color: inherit;
	padding:11px 15px;
	font-weight: normal;
	background-color: #fff;
	text-transform: inherit;
	border:1px solid rgba(119,119,119,.2);
	font-size: 15px;
	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: #7b8095;   
    outline: none !important;   
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"]{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;    
    padding: 12px 35px 12px;
	border:1px solid transparent; 
	border-radius:0px;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

/*** 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-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.85;
}
.tm-col-bgimage-yes.tm-col-bgcolor-skincolor .tm-bg-layer-inner {
	opacity: 0.90;
}
.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.94;
}
.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.90;
}
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .site-footer-bg-layer.tm-bg-layer{
    opacity: 0.93;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer{
	opacity: 0.79;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer{
    opacity: 1;
}
.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;
}
.tm-bgcolor-transparent > .tm-bg-layer,
.tm-bgcolor-transparent{
	background-color: transparent !important;
}

/*** 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: 37px;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px;
    -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{
    padding-left: 110px;
    padding-right: 110px;
}
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
	padding-left: 15px;
	padding-right: 15px;
}
.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
====================================================================

 ***/  

.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;
}
.tm-header-overlay .site-branding {
	padding-top:45px;
}

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

/*Headerstyle-classic*/

.is_stuck .headerlogo .stickylogo, 
.headerlogo img, 
.tm-stickylogo-yes .standardlogo, 
.is_stuck .tm-stickylogo-yes .stickylogo {
    display: inline-block;
}

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


.header-info-widget div{
	padding-right:30px;
}

.header-info-widget div:last-child{
	padding-right:0px;
}

/*** 

====================================================================
	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-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-btn.themetechmount-fbar-open{
	position: fixed;
}
.productbox .roadtip:after, .themetechmount-fbar-btn{
	border-top-color: #222;
}

/*** 

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

 ***/ 
.themetechmount-topbar-wrapper .social-icons li > a {
    border: none;
    width: 26px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    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 i {
    margin-right: 7px;
    display: inline-block;
    width: 20px;
    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 .kw_inoterior{
	margin-top: -8px;
	vertical-align: middle;
}
.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-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.tm-topbar-content .tm-wrap-cell div:not(.tm-center-text):before,
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
	top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}
.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div:before,
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact li:before {
	height: 100%;
	top: 0;	
}
.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;	
}
.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-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-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgb(54, 48, 46);
}
.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-bgcolor-skincolor .tm-topbar-content .social-icons li > a:hover {
    color: #fff;
    border-color: transparent;
}
.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;
}

/*** 

====================================================================
	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-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-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-titlebar-main .entry-title {
	line-height: 27px;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 28px;	
}
.tm-titlebar-align-right .tm-titlebar-main-inner,
.tm-titlebar-align-left .tm-titlebar-main-inner{
	display:table;
	width: 100%;
}
.tm-titlebar-align-right .entry-title-wrapper,
.tm-titlebar-align-left .entry-title-wrapper,
.tm-titlebar-align-right .breadcrumb-wrapper,
.tm-titlebar-align-left .breadcrumb-wrapper {
	display:table-cell;
}
.tm-titlebar-align-left .breadcrumb-wrapper {	
	text-align:right;
	vertical-align:middle;
}
.tm-titlebar-align-right .breadcrumb-wrapper{
	text-align: left;
	vertical-align:middle;
}
.tm-titlebar-wrapper .breadcrumb-wrapper {	
	font-size: 13px;
	color: #999999;
}
.tm-titlebar-align-allleft .tm-titlebar-main {
    text-align: left;
}
.tm-titlebar-align-allright .tm-titlebar-main {
    text-align: right;
}
.entry-title-wrapper .entry-title{
    margin: 0px;
    margin-bottom: 10px;
    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 {	
	bottom: 0;
	text-align: left;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allright .breadcrumb-wrapper {	
	right: 0;
}


/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-bread-sep,
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
	color: #fff;
}
.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;
}

span.post.post-page.current-item {
    font-weight: 500;
}
/*** 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: 14px 15px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 15px;
    width: auto;
}
.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 {
	color:#fff;
}

/*** 

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

 ***/
.themetechmount-wide.themetechmount-sticky-footer .site-content-wrapper {
    z-index: 1;
} 
.tm-bordertype-none .bottom-footer-inner {
	border:none !important;
}
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: 16px;
    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:0px;
    padding-bottom:50px;
    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: left;
}
.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);
}

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

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


/*** 

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

 ***/

.widget.inoterior_category_list_widget .widget-title {
    display: none !important;
}

.widget.tm_widget_nav_menu li a,
.widget.inoterior_all_post_list_widget li a,
.widget.inoterior_category_list_widget li a{
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
}

.widget.tm_widget_nav_menu li,
.widget.inoterior_all_post_list_widget li,
.widget.inoterior_category_list_widget li{
	padding-bottom:10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.inoterior_all_post_list_widget li a:before, .widget.inoterior_category_list_widget li a:before {
	content: "";
	width: 100%;
	left: 0;
	bottom: 50%;
	background: #eaeaea;
	height: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.inoterior_all_post_list_widget li a:hover:before, .widget.inoteriorcategory_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.inoterior_all_post_list_widget li.tm-post-active a:before, .widget.inoterior_category_list_widget li.current-cat a:before {
	height: 100%;
	bottom: 0;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget, 
.wpb_row .wpb_widgetised_column .widget {
	word-wrap: break-word;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget {
	margin: 0px;
}
.footer .first-footer.tm-footerrow-sepdark {
    border-color:rgba(0, 0, 0, 0.04);
}
.footer .first-footer .widget {
    padding-top: 15px;
    padding-bottom:15px;
}
.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(.inoterior_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: 20px;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_logo img {
    max-height:65px;
}
.footer .widget .widget-title {
    margin-bottom:20px;
}
.footer .widget ul > li {
    padding: 0px 0px 10px 0;
}
.footer .footer-rows .first-footer .first-footer-inner {
    padding:40px 0 15px;
}



/*** Additional Widget background ***/ 

.tm-bg-footer-box .footer-logo-box img{
    margin-bottom: 20px;
}
ul.inoterior_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 15px;
    margin-top: 20px;
}
ul.inoterior_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 ***/ 
.inoterior_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.inoterior_contact_widget_wrapper{
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.inoterior_contact_widget_wrapper li {
	padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    line-height: 25px;
}
.widget ul.inoterior_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.inoterior_contact_widget_wrapper li {
	border-color: rgba(255, 255, 255, 0.04);
}
.widget ul.inoterior_contact_widget_wrapper li:first-child {
	padding-top: 0px;
}
.footer ul.inoterior_contact_widget_wrapper li:last-child {
	border:none;
}
ul.inoterior_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 18px;
    font-weight: 400;     
}
.tm-col-bgcolor-skincolor ul.inoterior_contact_widget_wrapper li:before,
.tm-bgcolor-skincolor ul.inoterior_contact_widget_wrapper li:before {
	color:#fff;
}
.widget ul.inoterior_contact_widget_wrapper li:before {
    top: 13px;    
}
.widget ul.inoterior_contact_widget_wrapper li:first-child:before {
    top: 4px;    
}
.sidebar .widget ul.inoterior_contact_widget_wrapper li:first-child {
	padding-top: 0;    
}
.sidebar .widget ul.inoterior_contact_widget_wrapper li:first-child:before {
    top: 6px;    
}
.sidebar .widget ul.inoterior_contact_widget_wrapper li {
	padding: 9px 0px 9px 0;
	padding-left: 37px;
	border:none;
}
.sidebar ul.inoterior_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: 25px;
    display: block;
}
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{
    display: inline-block;
    position: relative;
    padding-left:25px;
}
.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_product_categories a:before {
    content: "\e864";
	font-family: "tm-inoterior-icons";
    position: absolute;
    top: 0px;
    left: 0;
    color:inherit;
	transform: rotate(270deg);
}

.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: 12px;
}
.widget_recent_comments ul li.recentcomments:first-child:before {
    top:0px;
}
/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
	float: none;
}
.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;
	text-align: center;
}
.widget_calendar caption { 
	padding: 0px;   
    margin: 0px;
	margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: bold;
	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);
}

/*** 

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



/*** Special Section ***/
.tm-shadow-box {
   -webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

/**** Button Section  *****/

.elementor-element.elementor-widget-button .elementor-button{
	position:relative;
}
.tm-btn-style-text .elementor-button{
	padding: 0;
	margin-top: 0px !important;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-color: transparent;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tm-btn-style-flat.tm-btn-color-white .elementor-button{
	background-color:#ffffff;
}
.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-flat.tm-btn-color-white .elementor-button:hover{
	color:#fff;
}
.tm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button{
	border-radius:0px;
	padding: 13px 30px;
}
.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button{
	border-radius:15px;
}
.tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button{
	border-radius:2em;
}

.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button{
	background-color: transparent;
}
.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button{
	border-color:#ffffff !important;
	color:#ffffff;
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover{
	background-color:#ffffff;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button{
	padding-right:22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover{
	padding-left:22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button span{
	z-index: 1;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button-link.elementor-button:hover{
	color:#fff;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon{
	color:#fff;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after{
	content:'';
	position:absolute;
	width:35px;
	height:40px;
	top:-12px;
	right:0;
	background-color:#e01f11;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover .elementor-button-icon:after{
	width:100%;
}
.tm-bgcolor-skincolor .tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after{
	background-color:#0b1328;
}


/*** 

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

 ***/
.single #tribe-events .tribe-events-content p,
.single article.post .entry-content p{
    margin-bottom: 25px;
}
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 6px 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: 4px;
}
/*** 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;
}

/*** Top Image bottom content ***/

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel div.slick-list {
    padding-top:15px;	
    padding-bottom: 10px;	
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel div.slick-list .themetechmount-box-content {	
    margin-bottom:30px;	
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-blog-inner .row.slick-slider {
	margin-left:-15px;	
	margin-right:-15px;	
}
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;
}
article.themetechmount-box-blog-classic .themetechmount-box-desc-text p:last-child img.alignright {
	 margin-bottom:0px;
}
.tm-blog-classic-box-content img.alignleft {
    margin: 0.375em 1em 1em 0;
}
article.themetechmount-box-blog-classic.sticky  .entry-header:after {
	content:none;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background-color: #fff;
    padding: 28px 35px 35px 35px;
    position: relative;
    display: block;
    margin: -35px 35px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #e7e7e7;
    margin-top:2px;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:last-child:after {
	content:unset;
}
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,
.themetechmount-box-blog-classic .entry-header .tm-meta-line a {
    color: inherit;	
}
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;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a{
    position: relative;
}
.post.themetechmount-box-blog-classic .tm-box-post-icon,
.themetechmount-box-blog .tm-box-post-date {
    height: 60px;
    width: 60px;
    padding-bottom: 12px;
    z-index: 1;
    color: #fff;
    text-align: center;
    background-color: #9aca40;
    position: absolute;
    top: -20px;
    right: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 15px;
    padding-top: 13px;
}
.themetechmount-box-blog .tm-box-post-icon {
    bottom: -30px;
    left: 20px;
	top:auto;
} 
.post.themetechmount-box-blog-classic .tm-box-post-date {
    height: 60px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #cda274;
    transition: all 500ms ease 300ms;
}
.themetechmount-box-blog .tm-box-post-date span,
.post.themetechmount-box-blog-classic .tm-box-post-date span{
	font-weight: 400;
    display: block;
    font-size: 15px;
    padding-top: 4px;
}

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: 9px;
}
.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 {
    margin-bottom:4px;
}
.tm-meta-line.byline img{
    display: none;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.byline img {
    display: inline-block;
}

/*** 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: #656565;	
}
.themetechmount-meta-details i{
	padding-right: 3px;
}
.themetechmount-meta-details a:hover{
	text-decoration: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: "";
    height: 20px;
    width: 1px;
    right: 11px;
    top: -2px;
    background-color: #d0d0d0;
}
.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-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:40px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content.tm-boxwith-morebutton,
article.themetechmount-box-blog-classic .tm-blog-classic-box-content.tm-boxwith-morebutton {
    margin-bottom:35px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-post-cat {
	padding-bottom: 4px;
}
.single article.themetechmount-box-blog-classic{
	margin-bottom:70px;
	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;
    width: auto;
    margin-left: 0px;
}
.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: inherit;
    font-size: 14px;
}
article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
	overflow:hidden;
}
article.themetechmount-box-blog-classic .tm-post-featured-wrapper a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper a:after {
    opacity: 1;
}
.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;
}
.themetechmount-sidebar-true.themetechmount-sidebar-right .site-content-inner, 
.themetechmount-sidebar-true.themetechmount-sidebar-left .site-content-inner {
    position: relative;
}
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 {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	padding: 60px 60px;
	background-image: url(../images/row-bg-ten.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
}
.single article.themetechmount-box-blog-classic:before {
    content:unset;
}
.single article.themetechmount-box-blog-classic .entry-content img,
.single article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
	box-shadow: 0px 3px 65px 0px rgba(83.00000000000016,19.99999999999997,173,.07);
	border: 1px solid #fff;
	padding: 15px;
	background-color: rgba(255,255, 255,0.26);
	border-radius: 10px;
}
.single article.themetechmount-box-blog-classic h5 {
	font-size: 24px;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 8px;
}


/*** Blog Classic ( no image)***/
article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blogbox-classic-date .tm-post-date {
	display:none;
}
article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    margin: 0;
}
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-inoterior-icons";
    content: '\e809';
    font-style: normal;
    font-weight: normal;
    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{
    padding:40px 60px;
    position: relative;
	margin-top: 30px;
}
body.author .author-info{
	margin-bottom: 80px;
}
.author-info .author-title{
    margin-bottom: 5px;
    font-size: 26px;
	margin-top: 0px !important;
}
.author-info .author-avatar {
    margin: 9px 30px 0 0;
    float: left;
}
.author-info .author-avatar img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info .author-description{
	overflow:hidden;
}
.tm-author-social-links{
    margin: 0;
    margin-left: 116px;
    padding: 0;
    margin-top: 5px;
}
.tm-author-social-links ul{
	list-style: none;
}
.tm-author-social-links li{
	display: inline-block;
	margin-left: 10px;
}
.tm-author-social-links li a{
	display: block;
    width: 25px;
    height: 30px;
    line-height: 30px;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    background-color: #fff;
    border: 3px solid #cda274;
}
article.themetechmount-box-blog-classic.sticky:after {
    font-family: "tm-inoterior-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;
}
article.sticky .entry-content{
	margin-bottom: 0px;
}
article.sticky.themetechmount-box-blog-classic .tm-post-format-icon-wrapper:after {
	border-bottom-color: #FAFAFA;
}
/*** 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 {
    background: rgba(35,35, 35,1);
    padding: 110px 50px;
    text-align: center;
}
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;
}
.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: 18px;
	font-style: italic;
}

/*** 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%;
    background: rgba(35,35, 35,1);
    top: 0;
    left: 0;
    z-index: 1;
}
.tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 10px 40px;
}
.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;    
}

/*** 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: 65.25%;
    padding-top: 25px;
    height: 0;
}
.single-tm_portfolio .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
	padding-bottom: 40.25%;
}
.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;
}
.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;	
}
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: 205px;
}
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;	
}
.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
    display: flex;
    margin-bottom: 15px;
}
/*** Single Media ***/
.single-post .themetechmount-box-blog-classic .tm-post-featured-outer-wrapper {
    margin-bottom: 20px;
}
.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: 8px 0px 30px;
	margin: 0;
	box-shadow: unset;
	background-color:transparent;
}
.single-post article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
    padding: 15px 30px 30px;
}
.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: right;
}
.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: 500;
}
.single-post article.post .entry-content {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.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 {
    padding: 7px 25px;
    background-color: #f7f7f7;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
    margin-bottom: 7px;
	border-radius:0px;
}
.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:35px;
}
.single-post .comments-area {
    margin-top: 35px;
    margin-bottom: 0px
}
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h1,
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2, 
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h3,
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h4,
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h5, 
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h6 {
    margin-top: 20px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
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: 8px;	
}
.single-post .themetechmount-box-blog-classic ul.tm-blog-list li{
	list-style:none;
}
.single-post .themetechmount-box-blog-classic .tm-blog-list li i{
	margin-right:10px;
}
.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;
}

/*** Comment section ***/
.comments-area .comments-title,
.single-post .comments-area .comments-title,
#respond .comment-reply-title {
	font-size:30px;
    line-height:40px;
}
.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: #fff;
    border: 1px solid #f7f7f7;
}
.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: 1px solid;
    color: #fff;
    font-size: 13px;
    padding: 3px 25px 3px 25px;
    position: relative;
    font-weight: 600;
    background-color: transparent;
	border-radius:10px;
}
.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: #7b8095;
    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: 20px;
}
.pingback .comment-meta {	
	margin-left: 0px;	
	padding-left: 0px;
}
.trackback .comment-body,
.pingback .comment-body {
    margin-left: 0px;
}
.trackback .comment-body:before,
.trackback .comment-body:after,
.pingback .comment-body:before,
.pingback .comment-body:after {
    content:unset;
}

/*** 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: 34px;
    padding-bottom: 0px;
}
.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;
	font-style: italic;
}
.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;
    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: 125px;
}
.comment-form textarea,
.comment-form input[type="text"] {
	background-color: #fff;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comment-form p.form-submit {
	padding-top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
	-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.comment-box h2 {
	margin-top: 10px;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.comment-form textarea::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder {
	color:rgba(119, 119, 119,0.50);
}
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder {
	color:rgba(119, 119, 119,0.50);
}
.comment-form input[type="text"]:-ms-input-placeholder ,
.comment-form input[type="text"]:-ms-input-placeholder ,
.comment-form input[type="email"]:-ms-input-placeholder  {
	color:var(--body-fonts-color);
}

.comment-form input[type="submit"]{
	background-color:transparent;
	padding:16px 30px 16px;;
}

/*** 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:var(--body-blackfont-color);
    font-size: 15px;
    font-weight: 600;
    border-radius:10px;
    margin:0 3px 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.10);
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, .main-holder .site-content nav.woocommerce-pagination ul li .page-numbers:hover {
    background-color: var(--tm-skincolor-bg);
}
.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;
}

/*** Single Portfolio Left Image Right content ***/
.tm-pf-single-content-wrapper{
	padding-bottom: 100px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding-top:40px;
}
.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 {
    border: 1px solid #e3e3e3;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 0;
    background-color: #fff;
}
.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;
}
.tm-social-share-title{
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
	font-weight: 600;
    font-size: 18px;
}
.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 .themetechmount-pf-detailbox-title {
	display:none;
}
.tm-pf-view-left-image .tm-pf-single-content-area {
    margin-top: 35px;
}
.tm-portfolio-description h2{
    margin-bottom:0px;
    font-size: 34px;
    line-height: 40px;
}
.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;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .tm-pf-top-content{
	position:relative;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-details-area{
	position: absolute;
    right: 25px;
    bottom: -40px;
    z-index: 2;
}
.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: inline-block;
    padding: 15px 0px 15px 0px;
	width:48%;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child{
	border-bottom:none;
}
.themetechmount-pf-single-detail-box .tm-short-desc {
    padding-top: 15px;
    border-top: 1px solid #cccccc;
    margin-top: 29px;
	padding-bottom: 19px
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
	font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
	display: block;
}
.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:15px;
}
.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-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date i,
.tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date i{
   top: 11px;
}
.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:30px;
}
.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:25px;
}

/*** 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: #343c5c;
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 13px 30px;
    border-radius:0px;
    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: 25px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}
.single-tm_portfolio .tm-social-bottom-wrapper {
	display: block;
    clear: both;
    padding-top:5px;
}
.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 {
    display: block;
    height: 100%;
    background-color: #f8f8f8;
    padding: 40px 30px 16px 30px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title{
  position: relative;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 6px;
}
.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 .tm-team-social-links-wrapper ul li {
    list-style: none;
	font-size: 16px;
}
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-social-links-wrapper ul li:first-child {
    margin-left: 0px;
}
/*** Single Team member ***/
h2.tm-team-member-single-title {
    font-size:30px;
	line-height:40px;
	margin-bottom:0px;
}
.tm-team-member-single-position{
    font-size: 16px;
}
.tm-featured-wrapper.tm-tm_team_member-featured-wrapper {
    margin-left: -15px;
}
.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{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
	padding: 8px 0 10px 0px;
    width: 100%;
}
.tm-team-details-list li:before{
	content:'';
	position:absolute;
	top:18px;
	left:0;
	height:6px;
	width:6px;
	background-color:#e0e6ed;
}
.tm-team-member-single-title-wrapper .tm-short-desc {
	padding-top:18px;
}
.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:700;
	font-size: 16px;
    line-height: 26px;
}
.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:inline;
}
.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.col-xs-12{
	padding-left:0px;
	padding-top:70px;
	padding-bottom: 40px;
}
.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 {
	margin:0;
}

.single-tm_team_member .themetechmount-team-member-single-content-area  .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li a {
	border: 1px solid #e7e7e7;
}
.tm-team-details-list li:before {
	content: none;
}
.tm-team-member-single-content-wrapper  .tm-team-member-single-content {
	background-image: url(../images/team-img.png);
	margin:0;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/
.single-tm_team_member .themetechmount-team-img{
    padding-right:30px;
	margin-top:0px;
}
.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-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:30px;
	padding-bottom: 20px;
}
.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone {
    padding: 60px 25px 40px 40px;
}
.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    padding-top: 15px;
}

body .tm-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child{
	margin-top:0;
}


/*** 

====================================================================
	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-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;
	padding: 0;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
    margin-bottom: 0px;
    height: 79px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.tm-fid-with-icon.tm-fid-view-topicon h4{
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
	font-size:45px;
}
.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;
}
.tm-fid-with-icon.tm-fid-view-topicon h3 {
	position: relative;
}
.inside h3 {
	margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight:500;
    padding-top: 0px;
	color: inherit;
}
.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: 55px;
    font-size: 50px;
    line-height: 50px;
    top: 13px;
}
.inside.tm-fid-view-righticon h4,
.inside.tm-fid-view-lefticon h4 {
	font-size:37px;
    line-height:46px;
}
.inside.tm-fid-view-righticon h3,
.inside.tm-fid-view-lefticon h3 {
    font-size: 16px;
    line-height:18px;
}
.tm-fid.inside h4 {
    position: relative;
}
.tm-fid-without-icon.inside h4 {
   margin-top: 0px;
}
.tm-fid-without-icon.inside h3 span{
   padding-left: 0px;
}
.inside h3 span {	
	padding: 2px 4px 0px 4px;
	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 15px;
}
/*** 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:-15px;
}
.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;
}
.inside .tm-content-fid {
    text-align: center;
    height: 140px;
    padding-top: 18px;
    width: 140px;
	background-color: #1a1d22;
    border-radius: 50%;
	position:relative;
}


/*** 

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

 ***/  

.site{
    overflow: hidden;
}
.site-main {	
    position: relative;
    padding-top: 82px;
    z-index: 10;
}

/*** 

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

 ***/

.themetechmount-sidebar-true.page #primary .site-main{
	padding-bottom: 40px;
}
.themetechmount-sidebar-true .site-main{
	padding-top:70px;
} 
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: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 0;
    padding: 11px 15px;
	font-weight:500;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder,
.widget .search-form input::-webkit-input-placeholder {
	color:#7b8095;
}
.widget .woocommerce-product-search input:-moz-placeholder,
.widget .search-form input:-moz-placeholder {
	color:#7b8095;
}
.widget .woocommerce-product-search input:-ms-input-placeholder,
.widget .search-form input:-ms-input-placeholder  {
	color:#7b8095;
}
.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: 49px;
    height:51px;
    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;
}
.sidebar .widget:first-child {
	padding-top: 0;
}
#sidebar-left.sidebar .widget:first-child {
	margin-top:0px;	
}
.sidebar .widget {
    padding: 15px 0px 15px;
}
#sidebar-left.sidebar .widget{
	margin: 35px 0 35px;
    padding: 35px 25px 30px;
    background-color:transparent !important;
	overflow: hidden;
}
form.search-form {
    padding-bottom: 12px;
}
.sidebar .widget.widget-0padding-box{
	padding:0;
	box-shadow:unset;
	border:none;
}
.sidebar .widget .widget-title {
    padding-bottom: 12px;
    display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.sidebar .widget .widget-title:after {
	display: block;
    content: "";
    position: absolute;
    height:3px;
    width: 70px;
    left: 0;
    bottom: -1px;
	-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;
}
.sidebar .widget:hover .widget-title:after{
	 width: 100%;
}
.sidebar .widget.widget_search {
	padding:0;
	border:none;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder,
.widget .search-form input::-webkit-input-placeholder {
	color:inherit !important;
}
.widget .woocommerce-product-search input:-moz-placeholder,
.widget .search-form input:-moz-placeholder {
	color:inherit !important;
}
.widget .woocommerce-product-search input:-ms-input-placeholder,
.widget .search-form input:-ms-input-placeholder  {
	color:inherit important;
}
.sidebar .widget.widget_media_video:before,
.sidebar .widget.widget_media_image:before,
.sidebar .widget.widget-0padding-box:before,
.sidebar .widget.inoterior_all_post_list_widget:before,
.sidebar .widget.inoterior_category_list_widget:before,
.sidebar .widget.widget_search: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,
.sidebar.widget-area .widget.widget_media_image {
	border:none;
}
.sidebar.widget-area .widget.widget_media_video .widget-title,
.sidebar.widget-area .widget.widget_media_image .widget-title ,
.widget.woocommerce.widget_product_search .widget-title,
.sidebar.widget-area .widget.widget_search .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:70px;
    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: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;	
	color: inherit;
	margin-right: 5px;
}
.sidebar .social-icons li{
	border-top:none !important;
	padding: 0 !important;
}
.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;
}


/*** 

====================================================================
	Flyning Form Section
====================================================================

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

/*** 

====================================================================
	Custom Selectbox
====================================================================

 ***/ 
.select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.select2-container .select2-selection--single{
    height: 46px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height: 45px;
    padding-left: 15px;
    font-weight: normal;
	color: inherit;
	font-size: 14px;
}
.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: 41px;
    right: 5px; 
}
.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;    
}
.tm-textcolor-white .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, 0.03);
	border-color: transparent;	
}
.select2-container--default .select2-selection--single{
	background-color: rgba(0,0,0,.03);
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #e5e5e5;
}
.tm-textcolor-dark .select2-container--default .select2-selection--single,
.tm-textcolor-dark .select2-dropdown{
    border-color: rgba(0,0,0,.07);
}
.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: 15px;
	display: block;
	padding-top:5px;
} 
.wpcf7 label{
    display: block
}
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;
}
/*** Common Form  ***/
.wpcf7 .tm-commonform textarea{
    min-height: 100px;
}
div.wpcf7 .ajax-loader {
    position: absolute;
}

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

.wpcf7 .tm-commonform .field-group input[type="text"],
.wpcf7 .tm-commonform .field-group textarea,
.wpcf7 .tm-commonform .field-group input[type="email"]{
	padding-left:45px;
}

.wpcf7-checkbox .wpcf7-list-item{
	margin:0;
}
.wpcf7-checkbox label{
    font-weight: 400;
}

/*** 

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

 ***/ 


/*Heading subheding*/
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt{
	width:50%;
	margin: 0 auto;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper{
	margin-bottom: 40px;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper.tm-boxwithout-heading {
    margin-bottom: 0;
}
.tm-content-with-desc .tm-element-content-heading{
	margin-bottom:15px;
}	
.tm-element-heading-content-wrapper .tm-element-subheading {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header, 
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-element-content-desctxt {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header {
    width: 50%;
    text-align: left;
    position: relative;
    padding-right: 80px;
}
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    content: "";
    right: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.08);
    border-right-style: solid;
}


/*** 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: 28px;
    line-height: 38px;
    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;
}


/*** 

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

 ***/

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info {
	overflow: hidden;
    display: block;
    width: 100%;
}
.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 {
	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, 0.80);
}

.tm-textcolor-white .boxview-style4 .themetechmount-box-desc .themetechmount-testimonial-text,
.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;
}

/*** themetechmount-box-view-default  themetechmount-box-img ***/

.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-item-thumbnail{
    display: block;
    left: 0;
    right: 0;
}
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box{
	line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;    
    display: none;
    background-color: #0186d5;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.themetechmount-box-view-default .themetechmount-box-title {
    margin-top: 0px;
	position: relative;
}
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-author-name a:hover {
	color:#424242;
}

/*** 

====================================================================
	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;
} 
.themetechmount-box-client{
	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: 8px 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 .themetechmount-box-client .themetechmount-item-thumbnail-inner img{
	display: inline-block;
}
.themetechmount-box-client:hover .themetechmount-item-thumbnail-inner img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.tm-clientlogo-box-full-opacity .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip .themetechmount-box-client{
	margin: 44px 0;
	display: block;
}
.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}
.themetechmount-boxes-view-default .themetechmount-box-client {
    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 .themetechmount-box-client {
    padding-bottom: 10px;
}
.tm-shadowboxview-style-clientlogo .themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 150px;
}

/*** 

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

 ***/
 
.themetechmount-boxes-view-carousel .tm-box-col-wrapper{
	padding-left: 15px;
    padding-right: 15px;
}
.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;
}


/*** 

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

 ***/
.themetechmount-slider-wrapper{
    position: relative;
    z-index:1;
	background-color: transparent;
}
.tm-headerstyle-classic .themetechmount-slider-wrapper{
	z-index:9;
}
.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:none;
    text-align: center;
}
.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: var(--tm-skincolor-bg);	
    border-color: transparent;
}
.themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-boxes-row-wrapper .slick-next:before{
    font-family: "tm-inoterior-icons";
    content: "\e826";
    color: #3b2a82;
    font-size:25px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.themetechmount-boxes-row-wrapper .slick-prev:before{  
    content: '\e836';
    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-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;
}

/*** Slick dot desing ***/
.slick-dots {
    bottom:-50px;
}
.slick-dots li {
    width:40px;
    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: 40px;
    height: 8px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #d2d2d2;
    line-height: 0;
    padding: 0;
}
.slick-dots li.slick-active button {
    background-color:#5314ad;
}
.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);
}


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


/*** 

====================================================================
	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: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    border: none;
    text-transform: capitalize;
}
.themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link a {
	padding: 5px 21px;
	background-color: transparent;
	border:none;
    border-radius: 3px;

}
.tm-sortable-list .tm-sortable-link a:hover,
.tm-sortable-list .tm-sortable-link a.selected{	 
	color: #fff;
    border-color: transparent;
}
.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-portfolio.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner.themetechmount-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}
.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;
	display: block;
    width: calc(100% + 20px);
}
.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;
}

/*** Singel page ***/

.summary .clear{
    display: none;
}

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

.sidebar .gallery{
	margin-bottom: 0;
}

/***  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: 200px 0px;
	text-align:center;
}
.tm-headerstyle-classic-overlay section.error-404 {    
    padding:180px 20px 170px;
}
section.error-404 .tm-big-icon{
	font-size: 104px;	
}
section.error-404 .page-header{
	border-bottom: none;	
    margin: 0;
	    padding-top: 43px;
}
section.error-404 h1 {
font-size: 70px;
    line-height: 80px;
    margin-bottom:3px;
}
3section.error-404 .page-content p {
    font-size: 18px;
	line-height:28px;
    margin-bottom:0px;
} 
section.error-404 .search-form {
    position: relative;
	max-width: 390px;
    margin-top: 35px;
    padding-bottom: 0;
}
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.3;
}
section.error-404 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding-left: 45px;
    padding-right: 45px;
}
section.error-404 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button:hover {
	color:#fff;
}
.tm-sresults-no-content-w{
	padding-bottom: 80px;
	padding-top: 30px;
}
.tm-sresults-no-content-w h3{  
    font-size: 30px;
    line-height: 35px;  
}
.error404 .site-main {
    background-color: transparent !important;
}
section.error-404 h4 {
	font-size: 60px;
    line-height: 60px;
}
.tm-404-home-button {
    margin-top: 45px;	
}
section.error-404 h6 {
	font-size: 20px;
	margin-bottom:0px;
}
.tm-404-home-button a {
	color:#fff;
}
.tm-404-home-button .elementor-button-icon {
	padding-right:2px;
}
body.error404 .site-content-wrapper:after {
    position: absolute;
    display: block;
    width: calc(100% - 160px);
    height: calc(100% - 160px);
    top:80px;
    left:80px;
    content: '';
    opacity: 1;
    -o-transition: opacity .3s ease-in-out;
    z-index: 1;
    background-image: url(../images/inner-404-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
	background-size: cover;
    border-radius: 40px;
}
/*** 

====================================================================
	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;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent;
}
.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent; 
}
.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: #ffffff;
    border: 2px solid transparent;
    padding: 16px 27px;
    font-size: 15px;
}
.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: 24px;
    font-weight: 600;
    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: 0px;
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    padding-left: 70px;
    text-align: left;
    width: 100%;
    height: 52px;
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);    
	color: #fff;
}
.tm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}
.tm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "tm-inoterior-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    display: block;
    width: 55px;
    top:4px;
    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;
    font-weight: 500;
}
.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: 26px;
    line-height: 30px;
}
.tm-sresults-title-w h2 strong {
    font-weight: 700;
}
.search-results .tm-list.tm-list-style-icon li{
	position: relative;
	padding-bottom: 10px;
	list-style: none;
}
.search-results .tm-list.tm-list-style-icon .tm-list-li-content{
	padding-left: 7px;
}
.tm-sresults-title small a{
	font-weight: normal;
    margin-top: 0px;
    display: inline-block;
    padding: 2px 13px;
    display: inline-flex;
    position: absolute;
    font-size: 13px;
    line-height: 25px;
    height: 29px;
    border-radius:0px;
}
.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;
}
.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;
	padding: 0;
}
.tm-results-page>.row,
.tm-results-post>.row {
    padding-bottom: 37px;	
}

/*** Search widget ***/ 
.search-form .search-submit {
	display: block;
}
.widget .search-form label{
	display:block;
}


/* ==========================================================================
White Color Section
========================================================================== */

/*** 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{
	color: #fff !important;
}

.footer .tm-textcolor-white .tm-footer2-left,
.footer .tm-textcolor-white .tm-footer2-right,
.footer .tm-textcolor-white .widget ul.inoterior_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.65) !important;
}
.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover,
.tm-textcolor-white a,
.tm-textcolor-white{
	color: rgba(255, 255, 255, 1);
}
.site-footer .tm-textcolor-white a{
    color: rgba(255, 255, 255, 0.70);
}
.site-footer .tm-textcolor-white a:hover {
    color: rgba(255, 255, 255,1);
}
.themetechmount-topbar-wrapper.tm-textcolor-white {
	color: rgba(255, 255, 255, 0.95);
}
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
    color: rgba(255, 255, 255,0.80);
}
.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{
	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);
}


/*** VC Colum ***/

span.edit-link {
	padding: 7px 0px;
}
.edit-link a {
	background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: #232323;
}
.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;
}


/*** 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;
}
.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;
	box-shadow: none !important;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev {
	left:50%;
	margin-left:-195px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 50%;
    margin-right: -195px;
}

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

/*** Classic BlogPost Layout ***/
.tm-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
article.themetechmount-box-blog-classic .tm-entry-meta-wrapper{
    margin-bottom:15px;
    position: relative;
}
.themetechmount-box-blog-classic .themetechmount-box-desc-text {
	margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0,0.08);	
}
.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;
}
.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer {
    position: absolute;
    bottom: -30px;
    padding: 0;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left {
	clear: both;
    padding: 0px;
    float: left;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    background-color: #fff;
    position: relative;
    display: inline-block;
	position:relative;
	padding: 13px 30px 13px;
	border:1px solid;
}

.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}
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: left;
}
.single-tm_portfolio .tm-social-share-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
}
.single-tm_portfolio .tm-social-share-links a{
    color: var(--body-blackfont-color);
    background-color: rgba(255,255,255,0.26);
    border-color: rgba(255,255,255,1);
    margin-right:4px;
}
.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;
}
.post.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer>div {
    padding: 0;
    position: relative;
    display: inline-block;
}

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

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

/*** 

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

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

/* transition global css */

.themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-boxes-row-wrapper .slick-next:before,
.themetechmount-boxes-row-wrapper .slick-arrow{
	-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;
}


/* single Blockquote */

.single article.post blockquote:before {
	content: '';
	background-color: #cda274;
	-webkit-mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-01.svg) no-repeat 100% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
    position: absolute;
    height: 38px;
    width: 50px;
    transform: rotateZ(180deg);
    top: 25px;
	left:25px;  
	opacity: .5;
	z-index: -1;
    display: block;
}
.single article.post blockquote {
	display: block;
    padding: 38px 30px 15px 45px;
    position: relative;
    border-left: 5px solid;
	color:#343c5c;
    margin: 40px 0 45px 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    min-height: 100px;
    border-radius:0px;
	z-index: 1;
}

.single article.post blockquote cite {
	font-size: 16px;
	margin-top: -10px;
	position: relative;
	font-weight: 600;
}
 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;
}


/* span tag for category widget */
.sidebar .widget_product_categories li,
.sidebar .widget_categories li {
	position: relative;
}
.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: 600;
    line-height: 20px;
    text-align: center;
    padding: 3px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
}
.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;	
}

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

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

/*** 

====================================================================
	Pricing table 
====================================================================
*/

.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;
	padding: 0px 15px 25px;
}
.tm-ptablebox .themetechmount-ptable-main {
	text-align: left;
	display:block;
	position:relative;
	background-color: #fff;
	padding-bottom: 50px;
	padding-left: 45px;
	padding-right: 40px;
}
.tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main{
	padding-bottom:52px;	
}
.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tm-ptablebox .tm-ptablebox-content {
	transition: all 0.3s ease;
}
.tm-ptablebox .tm-ptablebox-title {
	padding-top:60px;
	padding-bottom: 10px;
	text-align: left;
}
span.prt-text-head1 {
    position: relative;
}
span.prt-text-head1:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--tm-secondary-bg);
    left: 0;
    bottom: -6px;
}
.ttm-ptablebox-price-w {	
    padding: 0px;
    margin-bottom: 0px;    
    display: block;
    top: 0;
}
.tm-ptablebox .tm-ptable-icon-wrapper{
	font-size: 30px;
    padding-top: 30px;
}
.tm-ptablebox .tm-ptable-icon-wrapper.tm-ptable-icon-type-image{
	padding-top: 0px;
}
.tm-ptablebox .tm-ptable-icon-type-image img{
	width: 100%;
    height: 195px;
}
.tm-ptablebox-frequency,
.tm-ptablebox .tm-ptablebox-cur-symbol{
	display: inline-block;	
}
.tm-ptablebox .tm-ptablebox-cur-symbol{
	font-size:25px;
	font-weight: 700;
	color: var(--tm-skincolor-bg) !important;
}
.tm-ptablebox .tm-ptablebox-price {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to right, #5414ad, #5414ad, #af2388, #d72977, #ff3067);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	vertical-align: middle;
}
.tm-ptablebox .tm-ptablebox-frequency {
	position: relative;
	font-size:14px;
	bottom: -10px;
}
.tm-ptablebox-for {
    font-size: 14px;
}
.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: 0px;
}
.tm-ptablebox-features .tm-feature-lines li:first-child{
	border-top: 1px solid #dddddd;
	padding-top: 25px;
}
.tm-ptablebox-features .tm-feature-lines li {
	padding: 4px 0 11px 0px;
	margin: 0;	
}
.tm-ptablebox .themetechmount-ptable-main {
    background-color: #fafbff;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:nth-child(2) .tm-ptable-btn a {
	background-color: var(--tm-secondary-bg);
	box-shadow: 0px 3px 27px 0px rgba(83, 20, 173, 0.44);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:nth-child(2) .tm-ptable-btn a:hover { 
	background-color: var(--tm-skincolor-bg);
	box-shadow: 0px 3px 27px 0px rgba(255, 48, 103, 0.44);	
}
.tm-titlebar .entry-subtitle {
    color: var(--body-fonts-color) !important;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptable-btn a:hover {
	background-color: var(--tm-secondary-bg);
	box-shadow: 0px 3px 27px 0px rgba(83, 20, 173, 0.44);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptable-btn a {
    background-color: var(--tm-skincolor-bg);
	box-shadow: 0px 3px 27px 0px rgba(255, 48, 103, 0.44);	
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 50px;
    border: unset;
	border-radius: 8px;	
}
.tm-ptablebox-features .tm-feature-lines li i{
	margin-right: 10px;
}
.tm-ptablebox .tm-ptablebox-title h3 {
	font-size: 22px;
    line-height: 32px;
	margin-bottom: 0;
}
.tm-ptablebox .tm-ptablebox-desc {
	padding:0;
}
.tm-ptablebox .tm-ptablebox-features {
	position: relative;
	padding: 30px 0px 10px;
}
.ttm-pricetable-column-w .ttm-featured-title {
	position: absolute;
	top: -35px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	color: #fff;
	padding: 5px 15px;
	background-color: #1a1d22;
}
.tm-ptablebox .tm-ptable-btn{
	display: block;
    margin-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: left;
}
.tm-ptablebox .tm-ptable-btn a{
	position: relative;
	padding: 11px 30px 12px;
    border: 1px solid #101010;
}
.tm-ptablebox .tm-ptable-btn a:hover{
	color: #fff;
}
.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
	margin-bottom:35px;
}


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


.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper{
	padding: 0px 50px 0px 0px;
    background-color: #fff;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
	margin-top:80px;
	margin-bottom:15px;
}
.testimonial_wrapper {
	position:relative;		
}
.testimonial_wrapper .themetechmount-box-desc {   
    border: none;
	text-align: left;
	padding: 105px 0px 40px 50px;
}
.slick_testim_info {
	padding-bottom: 21px;
}
.slick_testim_info p {
	line-height: 27px;
	font-size: 18px;
	font-style: italic;
}
.testimonials-nav {
    max-width: 230px;
    overflow: hidden;	
    margin-bottom: 10px !important;
	padding-top: 70px;
	display: block;
    float: left;
	z-index: 1;
}
.testimonials-info{
	display: inline;
}
.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 {
	margin: 0 auto;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	margin-bottom: 20px;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title{
    position: relative;
    width: 150px;
    left: -39px;
}
.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);
}	


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

/* underline links */
.tm-strong-underline strong,
.tm-text-underline {
	text-decoration: underline;
}


/* 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-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%;
    height: auto!important;
}
.tm-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.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:26px;
}
.tm-fid-view-circle-progress .tm-fid-title {
	text-align: center;
	padding-top:0px;
	font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.tm-fid-view-circle-progress .tm-circle-content sub {
    bottom: 0;
}
.tm-fid-view-circle-progress.inside h3 span {
    color: initial;
}
.tm-fid-view-circle-progress .tm-fld-contents{
	width:auto;
}
 /* floatingbar team search 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-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;
}


/* Testimonial New */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
	padding-bottom:23px;
}
.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-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: 17px;
    background-color: transparent;
    line-height:32px;
}
.themetechmount-boxes-testimonial .themetechmount-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
	margin: 0 auto;
}
.themetechmount-boxes-testimonial .themetechmount-box-img .themetechmount-item-thumbnail{    
    display: block;
	margin: 0 auto;
    float: none;
}
.themetechmount-box-testimonial .themetechmount-box-img img{
	border-radius:50%;
}
.themetechmount-boxes-testimonial .themetechmount-author-name {
	font-size: 17px;
    line-height: 19px;
    margin-bottom: 0px;
    -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-boxes-testimonial .themetechmount-box-footer {
    font-size: 14px;
    font-weight: normal;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: auto;
	right: auto;
	margin-left: -33px;
	right: 0;
}
.themetechmount-boxes-testimonial .themetechmount-ratting-star{
	overflow: hidden;
	padding: 10px 0 20px;
	display: block;
	line-height: 15px;
}
.themetechmount-boxes-testimonial .tm-inoterior-icon-star-1.tm-active,
.themetechmount-boxes-testimonial .tm-inoterior-icon-star-empty-1{
    color: #ffab00;
}
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star{
	bottom: -14px;
}

/*testimonial slickview*/

.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .tm-box-col-wrapper {
    margin-bottom: -40px !important;
}
.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .testimonials-info .slick-list{
	margin-top: -40px;
}
.themetechmount-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.testimonial_item .themetechmount-box-img img {
    width: 100%;
    height: auto;
}
.testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner{
	position:relative;
	overflow: hidden;
	border-radius: 3px;
	transition: all .5s ease;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .themetechmount-item-thumbnail{
	transform: scale(1);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .tm-box-img img{
	border:5px solid #000;
	border-radius:3px;
}
.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 {
    color: #7b8095;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before{
    
    text-align: center;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, 
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    bottom: -120px;
    top: auto;
}

/* Testimonial styles */

/* .themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 22px;
	padding-top: 45px;
} */
.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: 45px;
    width: 50px;
    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: "\f177";
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width:40px;
	border-radius:50%;	
}


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

.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 .tm-iconstyle-rounded .tm-box-icon {
    border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon i {
	color:#fff;
}
.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 {
	margin-bottom: 15px;	
}
.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading{
	font-size:21px;
	line-height:30px;
	position: relative;
	margin-bottom: 0;
}
.themetechmount-iconbox .themetechmount-iconbox-heading .tm-element-subheading{
	margin-bottom: 0;
}
.themetechmount-iconbox .tm-ihbox-btn{
	margin-top:10px;
}
.themetechmount-iconbox .tm-box-icon i,
.themetechmount-iconbox .tm-box-icon i.kw_inoterior {
    font-size:40px;
}
.themetechmount-iconbox .themetechmount-iconbox-icon {
    margin-bottom:15px;
}
.tm-col-bgcolor-darkgrey .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading,
.tm-col-bgcolor-skincolor .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading{
	color:#fff;
}
/*icon color*/

.themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text{
	color:#ffffff;
}
.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text{
	color:inherit;
}


.first-footer .widget-area {
	overflow: hidden;
}


/*progressbar*/

.elementor-progress-percentage {
	position: relative;
    padding-right: 0;
	left: 20px;
    top: 0;
    margin-top: -35px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 25px;
    width: 40px;
    line-height: 25px;
    background: #000;
    text-align: center;
}
.elementor-progress-percentage:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 5px solid #1b2a5b;
    border-left: 5px solid rgba(255,255,255,.15);
    border-right: 5px solid rgba(255,255,255,.15);
    left: 0px;
    right: 0;
    top: 25px;
    display: block;
    margin: 0 auto;
}


/***Row And Column ***/

body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}
.elementor-section.elementor-top-section{
	padding-top:82px;
	padding-bottom:80px;
}

/* white bg color */

.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, 
.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap, 
.elementor-column.elementor-inner-column.tm-col-bgcolor-white:not(.tm-bgimage-yes)>.elementor-widget-wrap{
	background-color: #ffffff !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-white, 
.elementor-section.elementor-top-section.tm-bgcolor-white:before, 
.elementor-section.elementor-inner-section.tm-bgcolor-white,
.elementor-progress-wrapper {
   background-color:#ffffff;
}

.elementor-inner-section, 
.elementor-widget-container, 
.elementor-button-wrapper, 
.elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, 
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before, 
.elementor-inner-section:before,
.tm-col-stretched-yes .tm-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, 
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before, .elementor-inner-section:before{
	background-color: transparent !important;
}
body.elementor-editor-active .elementor-top-section:before,
body.elementor-editor-active .tm-col-stretched-yes .tm-stretched-div:before{
   z-index: 0;
}
.elementor-column.elementor-top-column.tm-col-bgcolor-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
    background-color: rgba(255,255,255,.70) !important;
}

.elementor-column.tm-col-stretched-yes.tm-bgimage-yes{
    background-image: none;
    background-color: transparent;
}
.tm-bg-color-white,
.tm-bg-color-white .tm-stretched-div:before{
    background-color: #fff;
}
.tm-bg-color-white .tm-bgimage-yes.tm-stretched-div:before{
    background-color: rgba(255, 255, 255, 0.80);
}
.tm-col-stretched-yes .tm-stretched-div{
    position: absolute;
    height: 100%;
    top:0;
    left: 0;    
    width: auto;
    z-index: 1;
}
.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; 
}


.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading,
.tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading{
	color:#fff;
}
.tm-col-bgcolor-darkgrey .tm-element-content-desctxt,
.tm-col-bgcolor-skincolor .tm-element-content-desctxt{
	color:rgba(255,255,255,1);
}

.tm-pageslider-yes .site-header-main {
    border: 1px solid #fff;
    border-radius: 22px;
}
.tm-resources-area {
    float: right;	
}

.tm-resources-area  .widget_nav_menu .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    margin: 0;
    right:0px;
    opacity: 0;
    list-style-type: none;
    text-align: right;
    padding: 20px 0 22px;
    width: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-box-shadow: 0 7px 14px .36px rgba(0,0,0,.04);
    box-shadow: 0 7px 14px .36px rgba(0,0,0,.04);
	border-radius: 15px;
}
.tm-resources-area .tm-account-register-widget .tm-account-dropdown:before,
.tm-resources-area .widget_nav_menu .sub-menu:before {
position: absolute;
    right: 27px;
    top: -12px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    content: " ";
	}
.tm-resources-area  .widget_nav_menu .sub-menu li {
    margin: 0;
    line-height: 1em;
    display: block;
    float: none;
	padding: 0 10px !important;
}
.tm-resources-area  .widget_nav_menu .sub-menu li a {
    font-size: 15px;
    line-height: 24px;
    margin: 6px 0;
    display: inline-block;
    position: relative;
}
.tm-account-register-widget .tm-account-dropdown li a:not(:hover),
.tm-resources-area  .widget_nav_menu .sub-menu li a:not(:hover) {
    color: #7a719b;
}
.tm-resources-area .widget.widget_nav_menu ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.tm-resources-area .widget ul > li a {
    padding-left: 0px;
	font-weight:500;
}
.tm-resources-area .widget ul.sub-menu > li a {
    padding-right: 15px;
	font-weight:400;
}
.tm-resources-area .widget.widget_nav_menu ul.sub-menu > li a:before {
	content:unset;
}

.tm-resources-area .tm-account-register-widget .tm-account-dropdown {
    position: absolute;
    top: 100%;
    margin: 0;
    right:30px;
    opacity: 0;
    list-style-type: none;
    text-align: right;
    padding: 20px 0 22px;
    min-width: 177px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: #fff;
	border-radius: 15px;
}
ul.tm-account-dropdown > li {
    padding: 0;
}
.tm-account-register-widget:hover .tm-account-dropdown {
    visibility: visible!important;
    opacity: 1!important;
}
.tm-account-register-widget .tm-account-dropdown li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.tm-resources-area .tm-account-register-widget .tm-account-dropdown li a{
    display: block;
    position: relative;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
	font-weight: 400;
}

.tm-resources-area .widget_nav_menu {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    margin: 0 11px 0 0;
}
.tm-resources-area {
	float: right;
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px;
    padding-right: 20px;
	padding-top: 45px;
}
.tm-resources-area .widget_nav_menu {
	position:relative;
}
.tm-resources-area .widget_nav_menu:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    top: 36px;
    right:-5px;
    background-color: #dedede;
    z-index: 2;
}

.tm-account-register-widget {
    display: inline-block;
    vertical-align: middle;
}
.tm-header-searchbox {
    position: absolute;
    top: -30px;
	right: 275px;
}
.tm-header-searchbox input[type="search"] {
    width: 362px;
    border-radius: 2em;
    padding: 13px 15px;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 60px;
	border: none;
}
.tm-header-searchbox input::-webkit-input-placeholder {
	color: #cdcfda;
}
.tm-header-searchbox input:-moz-placeholder {
	color: #cdcfda;
	opacity:  1;
}
.tm-header-searchbox input::-moz-placeholder {
	color: #cdcfda;
	opacity:  1;
}
.tm-header-searchbox input:-ms-input-placeholder {
	color: #cdcfda;
}


.themetechmount-fullwide .site-header {
    padding-left:80px;
    padding-right:80px;
}

.tm-topbar-cta {
    position: relative;
    background: linear-gradient(to right, #5715ab 0%, #ff3067 100%);
    color: #fff;
    padding: 8px 20px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    min-width: 80px;
    font-size: 14px;
	margin-left: 4px;
}
.tm-topbar-cta a{
	color:#fff !important;
}
.tm-resources-inner .widget ul > li {
    padding: 0;
}
.tm-resources-inner:after {
    content: "";
    width: 160px;
    height: 55px;
    right:30px;
    top:68px;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    border-radius: 8px;
}

.tm-header-searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 18px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 30px;
    height: 51px;
    z-index: 1;
    border-radius: 0;
    background-image: url(../images/findicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    background-color: transparent;
}
.tm-header-searchbox input[type="submit"]:hover,
.tm-header-searchbox input[type="submit"]:focus {
    background-color: transparent;	
}
.tm-header-searchbox input[type="search"]:focus {
	background-color:#fff;
}
@media (min-width: 1200px) {
.tm-header-style-classic.tm-header-overlay #site-header-menu #site-navigation div.nav-menu > ul {
    padding-top:30px;
}
}
.tm-topbar-content strong {
	font-weight:500;
}

.tm-stepbox-content .tm-bottom-contentbox {
    padding-top: 35px;	
}
.tm-stepbox-content .tm-box-title h4 {
    margin-bottom:0px;
    font-size: 24px;
}
.tm-staticbox-style1 img {
	box-shadow: 0px 0px 12px 0px rgba(37, 37, 37, 0.09);
	border-radius: 15px;
}
.themetechmount-element-stepsboxbox-style1.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    right: 50px;
    bottom:-5px;
    top: auto;
    left: auto;
}
.themetechmount-element-stepsboxbox-style1.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
    right: 5px;
    bottom:-5px;
    top: auto;
    left: auto;
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    box-shadow: 0px 0px 12px 0px rgba(37, 37, 37, 0.09);
	background-color:#fff;
	padding:10px;
	border-radius:10px;
	margin-top: 10px;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-content{
	padding-top:20px;
}

.themetechmount-element-portfoliobox-style1 .slick-dots {
    bottom: -34px;
    left: 15px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.themetechmount-element-portfoliobox-style1 .slick-dots li {
 background-color: var(--tm-secondary-bg);
    position: relative;
    width: 100%;
    border-radius: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    -o-transition: transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1),-webkit-transform .8s cubic-bezier(.22,.61,.36,1);
}
.themetechmount-element-portfoliobox-style1 .slick-dots li.slick-active{
    opacity: 1;
}
.themetechmount-element-portfoliobox-style1 .slick-dots li button {
    height: 5px;
    width: 115px;
    border: 0;
    position: relative;
    margin: 9px 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
.themetechmount-element-portfoliobox-style1 .themetechmount-box-content h4 {
	margin-bottom:0px;
}

.themetechmount-blogbox-styleone .themetechmount-box-content {
    box-shadow: 0px 0px 12px 0px rgba(37, 37, 37, 0.09);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
	transition: all .5s ease-in-out;
}
.themetechmount-blogbox-styleone:hover .themetechmount-box-content {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgb(59 42 130 / 20%);
}
.themetechmount-blogbox-styleone .themetechmount-box-desc {
    padding: 30px 20px 25px;
    background: linear-gradient(to right, #f3eaf4 0%, #eae5fb 100%);
}

.themetechmount-slider-wrapper {
    background-image: url(../images/slider-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}
.tm-pageslider-yes .site-header-main {
    border:none;
}
.tm-gradient-text {
    background: linear-gradient(to right, #5414ad, #5414ad, #af2388, #d72977, #ff3067);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-gradient-digit .elementor-counter-number {
	    background: linear-gradient(to right, #5414ad, #5414ad, #af2388, #d72977, #ff3067);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-gradient-digit .elementor-counter-number-suffix {
	background: linear-gradient(to right, #5414ad, #ff3067, #ff3067, #d72977, #ff3067);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-top-contentbox {
    position: relative;	
}
.tm-top-contentbox .tm-stepbox-imagebox {
    padding-top:20px;
}
.tm-new-tag {
    width: 55px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--tm-skincolor-bg);	
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 0px;
    color: #fff;
}
}
.parallax-scroll-img-03 {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 5%;
}


.themetechmount-testimonial-box-view-style1 {
    margin: 0px;
}

.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-img,
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-title {
    position: relative;
    display: inline-block;
    float: none;
    text-align: center;
}

.themetechmount-testimonial-box-view-style1 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail {
    margin: 0 auto;
    text-align: center;
    width: 95px;
    height: 95px;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-author-name, 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-box-footer {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-content .themetechmount-box-img img {
    border: 3px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
}
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-testimonial-text,
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-post-item .themetechmount-box-content {
    text-align: center;
    background: transparent;
    border-left: none;
    font-size: 28px;
    line-height: 40px;
    margin: 12px 10px 23px;
    padding: 0px;
    color: #3b2a82;
    font-weight: 500;
}
@media (max-width: 767px){
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-testimonial-text, 
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-post-item .themetechmount-box-content {
    font-size:19px;
    line-height:30px;
   }
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-title {
    text-align: center;
    display: inline-block;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom:5px;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-title {
    margin-left: 0px;
    padding-top: 12px;
}
.tm-testimonial-box-view-style3 .themetechmount-box-author .themetechmount-box-footer,
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-footer {
    font-size: 11px;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-post-item .themetechmount-box-content:before {
    font-size: 21px;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #033a49;
    border-radius: 50%;
}

.themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-author-name {
    font-size: 18px;
    line-height: 24px;
    padding-right: 14px;
    color: var(--body-blackfont-color);
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-author-name:after {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -14px;
    background-color: #dadada;
}
.themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-box-footer {
    padding-left: 14px;
    font-size: 15px;
    color: var(--body-fonts-color);
    opacity: 1;
    font-weight: 400;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1.themetechmount-boxes-view-carousel.themetechmount-boxes-col-one  .slick-dots {
    bottom: 28px;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1.themetechmount-boxes-view-carousel.themetechmount-boxes-col-one .slick-dots li button {    
    height: 3px;
}
 .mailchimp-testimonialbox .tm-mailbtn {
    position: relative;
}
 .mailchimp-testimonialbox input[type="email"] {
    width:100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3b2a82;
    font-size: 15px;
    color:var(--body-fonts-color);
    padding-right: 45px;
    padding-left:0;
	border-radius: 0;
}
 .mailchimp-testimonialbox .btn[type=submit] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    font-size: 16px;
    border-radius: 5px;
    color: #3b2a82;
    padding: 11px 0px 11px 12px;
    background-color: transparent;
}
.tm-leftalign-text .elementor-counter .elementor-counter-title {
    text-align: left;
}

.footer .container-fullwide {
    padding-left: 80px;
    padding-right: 80px;
}

.themetechmount-iconbox-styleone .tm-iconbox-wrapper {
	text-align: center;
    display: inline-block;
    background-color: #fff;
	box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 38px;
	border-radius: 10px;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-icon-type-image {
    margin-top: -50px;
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 34px;
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
	margin-top: -8px;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-cta3-content-wrapper {
	position:relative;
	font-style: italic;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-cta3-content-wrapper:after {
content: "#";
    font-size: 75px;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    color: #3b2a82;
    opacity: 0.10;
    left: 0;
    font-family: "Poppins";
    font-weight:500;
	font-style: normal;
}
.themetechmount-iconbox.themetechmount-iconbox-styleone {
    display: inline-block;
    float: right;
}
.tm-header-style-classic.tm-header-overlay .tm-titlebar-main {
    padding-top: 115px;
}
/* tab style 1 */
.tm-tab-style1 ul.elementor-tabs-wrapper {
    padding-bottom: 130px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    padding-left: 0;
}
.tm-tab-style1 li.tm-elementor-tab-title {
    list-style: none;
    font-size: 20px;
    line-height: 31px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}
.tm-tab-style1 li.tm-elementor-tab-title.tm-tab-active span:before {
    color: #fff;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab-content.tm-tab-active {
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab-content {
    display: none;
    margin-left: -10px;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab-content-title {
    display: none;
}
.tm-tab-style1 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 44px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2em;
    top: 6px;
    left: 20px;
    right: 0;
    margin: auto;
}
.tm-tab-style1 li.tm-elementor-tab-title.tm-tab-active {
    background-color: var(--tm-skincolor-bg);
    border: 1px solid var(--tm-skincolor-bg);
}
.tm-tab-style1 li.tm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    top: 12px;
    display: block;
    left: 0px;
    right: 0;
    z-index: 2;
}
.elementor-widget-tm_tabbox_element .tm-elementor-tabs ul.elementor-tabs-wrapper span {
    position: absolute;
    top: -9px;
    font-size: 20px;
    font-weight: 500;
	width: calc(100% + 176px);
}
.tm-tab-style1 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 8px;
}
.tm-tab-style1 ul.elementor-tabs-wrapper li:last-child span {
    left: 28px;
}
.tm-tab-style1 .tm-tab-content .tm-tab-content-title {
    display: none;
}
.tm-tab-style1 li.tm-elementor-tab-title {
    list-style: none;
    font-size: 18px;
    line-height: 31px;
    color: var(--tm-secondary-bg);
    font-weight: 500;
    cursor: pointer;
}
.tm-tab-style1 .tm-tab-content {
    display: none;
}
.tm-tab-style1 li.tm-elementor-tab-title.tm-tab-active span:before {
    color: #fff;
}
.tm-tab-style1.tm-elementor-tabs .tm-tab-content.tm-tab-active {
    display: block;
}
.tm-tab-style1.tm-elementor-tabs .tm-tab-content {
    display: none;
    margin-left: -10px;
}
.tm-tab-style1.tm-elementor-tabs .tm-tab-content-title {
    display: none;
}
.tm-tab-style1 li.tm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 30px;
    top: 12px;
    display: inline-block;
    left: 10px;
    right: 0;
    z-index: 2;
	padding: 0px;
	
}
.tm-tab-style1 li.tm-elementor-tab-title:last-child {    
    border-radius: 30px;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
	width:100px;
	margin-bottom: 0;
}

.tm-col-hover-style1>.elementor-widget-wrap {
	transition: transform .4s !important;
}
.tm-col-hover-style1>.elementor-widget-wrap:hover {
	transform: translate3d(0px, -15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}
body .um .um-button.um-alt:hover, body .um input[type="submit"].um-button.um-alt:hover,
body .um input[type="submit"].um-button, body .um input[type="submit"].um-button:focus, body .um a.um-button, body .um a.um-button.um-disabled:hover, body .um a.um-button.um-disabled:focus, body .um a.um-button.um-disabled:active {
	background: var(--tm-skincolor-bg);
}
body .um .um-button.um-alt, body .um input[type="submit"].um-button.um-alt,
body .um input[type="submit"].um-button:hover, body .um a.um-button:hover {
	background: var(--tm-secondary-bg);
}
body .um .um-button.um-alt, body .um input[type="submit"].um-button.um-alt {
  color: #fff;
}
.entry-content .um-form {
	margin-bottom:80px;
}
body .um-field-label label {
  font-weight: 500;
  color:#7a719b;
}
body .um label {
	font-weight: 500;
}
body .um-account-side li {
    margin-bottom: 5px !important;
    background: #f5f1fd;
}
body .um-account-side li a {
    padding: 10px 0px;
    color: #7a719b;
}
body  .um-field-block,
body .um-account-side li a span.um-account-title {
    color: #7a719b;	
}
body .um-account-side li a:hover {
    color: #7a719b;
    background: #f5f1fd;
}
body .um-account-side li a.current span.um-account-icon, body .um-account-side li a.current:hover span.um-account-icon, body .um-dropdown li a:hover, body i.um-active-color, body span.um-active-color {
		color: var(--tm-skincolor-bg);
}
.tm-header-style-classic.tm-header-overlay .tm-titlebar-main:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    border: 1px solid #fff;
    border-radius: 22px;
    top: 35px;
    z-index: -1;
}
.tm-titlebar-main {
    position: relative;
}
.tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    padding-top: 88px;
    padding: 0 80px;
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner {
border-style: solid;
    border-width: 12px;
    border-color: #fff;
    padding: 0;
    background: linear-gradient(to right, #f3eaf4 0%, #eae5fb 100%);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.259);
    box-shadow: 0px 3px 65px 0px rgba(50, 0, 157, 0.24);
    margin-bottom: 0;
    background-size: cover;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-post-item {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content {
    padding: 21px 25px 29px;
    min-height: 232px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
	    font-size: 19px;
    line-height: 28px;
    margin-bottom: 2px;
}
.themetechmount-portfoliobox-style2.tm-new .themetechmount-post-item-inner .tm-star {
    display: block;
    margin-bottom: 5px;
}
.themetechmount-portfoliobox-style2 .tm-theme-subtitle {
	font-size:16px;
	line-height:20px;
    margin-bottom: 15px;
}
.themetechmount-portfoliobox-style2 .tm-theme-category {
    font-size: 14px;
	padding-top: 13px;
    border-top: 1px solid #d0d0d5;
    margin: 11px 0px 0px;
    padding-bottom: 5px;
}
/* .themetechmount-portfoliobox-style2 .tm-theme-meta {
    padding-top:17px;
    border-top: 1px solid #d0d0d5;
    margin: 11px 0px 0px;
} */
.themetechmount-portfoliobox-style2 .tm-theme-meta .tm-theme-category {
	font-size:14px;	
}
.themetechmount-portfoliobox-style2 .tm-theme-meta .tm-theme-price {
	font-size:25px;	
	text-align:right;
	color:var(--body-blackfont-color);
	font-weight: 500;
}

.tm-themelist-wrapper .themetechmount-box-portfolio {
	width: 33.33333%;
	float: left;
	padding: 0 15px;
	margin: 0 0 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body .searchandfilter h4 {
    margin: 0;
    padding: 0px 0 15px;
    font-size: 22px;
}
body .tm-search-filter-box ul {
	margin:0px;
	padding: 0;
}
body .searchandfilter label {
    font-weight: 400;
}
.searchandfilter label {
    padding-left: 5px !important;
}
.tm-theme-thumb-box {
	position:relative;
}
/* .themetechmount-portfoliobox-style2 .tm-tm_portfolio-featured-wrapper:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgb(87 21 171 / 90%);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
    border-radius: 0;
}
.themetechmount-portfoliobox-style2:hover .tm-tm_portfolio-featured-wrapper:after {
    opacity: 1;
}
 */
.themetechmount-portfoliobox-style2 .tm-theme-buttons-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.themetechmount-portfoliobox-style2:hover .tm-theme-buttons-wraper {
    opacity: 1;
}
.tm-theme-buttons-wraper .tm-btn {
    font-size: 14px;
	border-radius: 5px;
    font-weight: 500;
	padding: 7px 25px;
}
.tm-demo-button {
    margin-right: 15px;
    position: relative;
    background-color: #fff;
    color: #3b2a82;
}
.tm-demo-button:hover {
    background-color: var(--tm-skincolor-bg);		
    color:#fff;		
}
.tm-details-button {
background-color: transparent;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}
.tm-details-button:hover {
    background-color: #ffffff;	
    color: #3b2a82;
}
.sf-field-taxonomy-tm_portfolio_category {
	padding-top:0px !important;
}

article.tm-businesstheme-item .tm-ttmbusiness-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
article.tm-businesstheme-item .tm-ttmbusiness-title{
font-size: 22px;
    line-height: 35px;
    margin-bottom: 0;	
}
.tm-businesstheme-item .tm-box-content{
	padding-top:15px;
}
.tax-tm_portfolio_category article.tm-businesstheme-item,
.tm-themelist-wrapper article.tm-businesstheme-item {
	padding-bottom:15px;
}
@media only screen and (min-width: 680px) {
.tax-tm_portfolio_category article.tm-businesstheme-item,
.tm-themelist-wrapper article.tm-businesstheme-item {
	width: 50% !important;
	float: left;
	padding: 0 15px;
	padding-bottom: 35px;
}
}
.tax-tm_portfolio_category article.tm-businesstheme-item .tm-tm_portfolio-featured-wrapper,
.tm-themelist-wrapper article.tm-businesstheme-item .tm-tm_portfolio-featured-wrapper {
  box-shadow: 0px 3px 65px 0px rgba(83.0,19.99,173,.07);
}
.tm_sliderimgbox_inner .slider-img-box,
.tm-businesstheme-item {
	position:relative;
}
.tm_sliderimgbox_inner .slider-img-box:after {
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	top: 25px;
	left: 25px;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 1;
	border-radius: 10px;
}
.tm_sliderimgbox_inner .slider-demo-inner:hover .slider-img-box:after {
	opacity:1;	
}
.searchandfilter label {
    cursor: pointer;
}
.searchandfilter ul li ul li ul {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.searchandfilter ul li li {
	padding-bottom: 0;
}

.tm-theme-pagination {
	display: block;
    width: 100%;
    clear: both;
    text-align: center;	
	padding-top: 20px;
}
.tm-theme-pagination .page-numbers {
	padding: 14px 18px;
	border-radius: 5px;
	background-color: #ffffff;
	color: var(--body-blackfont-color);
	box-shadow: 0px 0px 12px 0px rgba(37, 37, 37, 0.09);
	font-size: 15px;
	font-weight: 600;
	margin-right: 5px;
}
.tm-theme-pagination .nav-next,
.tm-theme-pagination .nav-previous {
	display: inline-block;
	margin: 0 3px;
}
.tm-theme-pagination .page-numbers.current,
.tm-theme-pagination a.page-numbers:hover{
    background-color: var(--tm-skincolor-bg);		
    color:#fff;			
}

.tm-pf-view-left-image .themetechmount-pf-single-featured-area {
    background-image: url(../images/col-bg-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	    padding: 75px 75px 50px 75px;
    border-radius: 10px;
}
.themetechmount-pf-single-featured-area  .tm-tm_portfolio-featured-wrapper {
    padding: 15px 15px 15px 15px;
    background-color: #FFFFFF42;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
@media (min-width: 1200px) {
.tm-pf-view-left-image .themetechmount-pf-single-featured-area {
    width: 58%;
	margin: 0px 45px 80px 0px;
}
.tm-pf-view-left-image .themetechmount-pf-single-content-area {
    width:41%;
}
}
/*** 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: #343c5c;
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 13px 30px;
    border-radius:0px;
    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;	
}
.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 {
    display: block;
	height: 100%;
	background-color:transparent !important;
	padding: 40px 25px 48px 30px;
	background-image: url(../images/col-bg-2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: rgb(255, 255, 255);
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-content-area {
	background-color:#fff;
	padding:20px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.259);
	box-shadow: 0px 3px 65px 0px rgba(83, 20, 173, 0.07);
	height: max-content;
    display: inline-table;
}
.tm-theme-sales,
.tm-pf-single-content-wrapper .tm-item-pricebox .tm-theme-price {
	font-size:26px;
	line-height:36px;
	font-weight:500;
	color: var(--body-blackfont-color);	
}
.tm-pf-single-content-wrapper .tm-item-pricebox .tm-item-price{
	text-align:right;
}
.tm-pf-single-content-wrapper .tm-item-pricebox .tm-item-price h4 {
	font-size:44px;
	line-height:44px;
	margin-bottom: 0;
}
ul.tm-theme-info {
    padding-left: 17px;
}
ul.tm-theme-info li {
    padding:3px 0;	
}
ul.tm-theme-info li:first-child {
    padding-top:0px;	
}

.tm-item-button-box .tm-btn {
    font-size: 14px;
    border-radius:10px;
    font-weight: 500;
    padding: 18px 30px;
	color: #fff;
}
.tm-item-button-box .tm-wrap-cell {
	display:inline-block;
}
.tm-item-button-box .tm-wrap-cell:first-child {
	margin-right:6px;
}
.tm-item-button-box .tm-btn.tm-preview-button:hover,
.tm-item-button-box .tm-btn.tm-buy-button  {
	background-color: var(--tm-skincolor-bg);
	box-shadow: 0px 3px 27px 0px rgba(255, 48, 103, 0.44);
}
.tm-item-button-box .tm-btn.tm-buy-button:hover,
.tm-item-button-box .tm-btn.tm-preview-button  {
     background-color: var(--tm-secondary-bg);
	 box-shadow: 0px 3px 27px 0px rgba(83, 20, 173, 0.44);
}
.tm-item-salesdetail-box {
    padding-top: 35px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top:45px;
    margin-bottom:40px;
    padding-bottom: 34px;
}
.tm-theme-date {
    padding-top:5px;	
}
.tm-author-title {
    padding-left:22px;
}
.themetechmount-pf-single-detail-box .tm-share-icon {
    background: linear-gradient(to right, #5715ab 0%, #ff3067 100%);
    height: 40px;
    width: 40px;
    line-height: 40px;	
	color: #fff;
    display: inline-block;
    border-radius: 10px;
    float: left;
    text-align: center;
    margin-right: 10px;
	cursor:pointer;
}
.tm-theme-meta {
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color: var(--body-blackfont-color);	
}
.tm-theme-tags-area a {
	white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	color: #7a719b;
    font-weight: 400;
    padding: 8px 7px 6px 0;
}
.tm-theme-tags-area a:after {
    content: "|";
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
}
.tm-theme-tags-area .tm-meta-items a:last-child:after {
	content:unset;
}
.tm-theme-all-item {
    width: 33.33%;
	float: left;
}
.tm-theme-all-details {
    padding-top: 34px;
    border-top: 1px solid #cccccc;
    margin-top:15px;
    margin-bottom: 40px;
    padding-bottom: 34px;
}
.tm-theme-feature-title {
	font-size:30px;
	line-height:40px;
    margin-bottom: 0;	
}
.tm-theme-features .tm-features-item {
    padding: 3px 0;	
}

.tm-quicklink-box .tm-lefticon-box, .tm-quicklink-box .tm-righttext-box {
    display: table-cell;
}
.tm-quicklink-box .tm-lefticon-box {
    vertical-align: top;
    padding-top: 5px;
}
.tm-quicklink-box .tm-righttext-box {
    padding-left:20px;
}
.tm-quicklink-box .tm-righttext-box h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tm-quicklink-box .tm-img-box {
    width: 56px;
    height: 56px;
    background-color: var(--tm-skincolor-bg);
    border-radius: 10px;
    padding: 10px;
}
.tm-theme-plugins-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 27px;
    padding-top: 34px;
    border-top: 1px solid #cccccc;
}
.tm-quicklink-box {
    margin-bottom: 25px;
}
.tm-theme-tags-area, .tm-theme-plugins,.tm-theme-all-details {
	margin:0 -30px;
	margin-bottom: 30px;
}
body .um .um-button.um-alt,
#um-submit-btn:hover,
.tm-btn-style-flat.tm-btn-color-skincolor .elementor-button:hover,
.tm-button-withshadow:hover,
.elementor-element.elementor-widget-button.tm-btn-color-darkgrey:not(.tm-btn-style-text) .elementor-button {
    box-shadow: 0px 3px 27px 0px rgba(83, 20, 173, 0.44) !important;
}
body .um .um-button.um-alt:hover,
#um-submit-btn,
.tm-btn-style-flat.tm-btn-color-skincolor .elementor-button,
.tm-button-withshadow {
	box-shadow: 0px 3px 27px 0px rgba(255, 48, 103, 0.44) !important;	
}

.tm-title-wrapper {
	display:table;
	width:100%;
}
.tm-title-wrapper div {
	display:table-cell;
}
.tm-title-wrapper .tm-preview-wrapper {  
    float: right;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	opacity:0;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	padding-right: 24px;
}
.themetechmount-portfoliobox-style2:hover .tm-title-wrapper .tm-preview-wrapper {  
	opacity:1;
}
.themetechmount-portfoliobox-style2:hover .tm-title-wrapper .tm-preview-wrapper a {
position:relative;
}
.themetechmount-portfoliobox-style2:hover .tm-title-wrapper .tm-preview-wrapper a:before {
    content: '';
    background-color: #3b2a82;
    -webkit-mask: url(../images/button-icon.svg) no-repeat 100% 100%;
    mask: url(../images/button-icon.svg) no-repeat 100% 100%;
    position: absolute;
    height: 12px;
    width: 18px;
    top: 0px;
    right: -23px;
    opacity: 1;
    z-index: 0;
    display: block;
}

#edd_checkout_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#edd_checkout_wrap #edd_checkout_cart_form {
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 12px;
}
#edd_checkout_wrap #edd_checkout_form_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    -webkit-box-shadow: 0 0 12px 0 rgba(37,37,37,.09);
    box-shadow: 0 0 12px 0 rgba(37,37,37,.09);
    padding: 60px 60px 10px;
    margin-top: 12px;
	margin-bottom:70px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap {
    -webkit-box-shadow: 0 0 12px 0 rgba(37,37,37,.09);
    box-shadow: 0 0 12px 0 rgba(37,37,37,.09);
    padding: 40px 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}
#edd_checkout_cart td, #edd_checkout_cart th {
    text-align: left;
    border: 1px solid #eee;
    color:var(--body-fonts-color);
    padding: .5em 1.387em;
}
#edd_checkout_cart td {
    line-height: 25px;
    vertical-align: middle;
    background: #fff;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart thead {
    display: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tbody tr {
    border: none;
    position: relative;
}	
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tbody tr:last-child {
    border-bottom: 1px solid #ebebeb;
}

#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tbody .edd_cart_item td {
    padding-bottom: 18px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tbody tr .edd_cart_item_name {
    padding-left: 21px;
}

#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart td, #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart th {
    border: none;
    padding: 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart .edd_cart_actions .edd_cart_remove_item_btn {
    font-size: 0;
    position: absolute;
    left:-5px;
    top: 3px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart .edd_cart_actions .edd_cart_remove_item_btn:before {
    display: inline-block;
    content: '\e82f';
    font-family: "tm-inoterior-icons";
    font-size: 8px;
    background: none;
    background-color: #ff3067;
    border-radius: 2em;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tbody .edd_cart_item_image {
    display: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th.edd_cart_total {
    padding: 19px 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th span {
    float: right;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th {
    text-align: left;
    font-weight: 400;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th.edd_cart_tax {
    padding: 7px 0 21px 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row:last-child {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th.edd_cart_subtotal {
    padding-top: 17px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_final_total_wrap {
    display: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap fieldset {
    padding: 0;
    border: none;
    margin-bottom:50px;
}
#edd_checkout_wrap #edd_checkout_form_wrap legend {
	color: var(--body-blackfont-color);	
    font-size: 24px;
    line-height: 1.29em;
    font-weight: 500;
    margin: 0 0 21px;
    float: none;
    text-transform: capitalize;
}

#edd_checkout_wrap #edd_checkout_form_wrap label,
#edd_checkout_wrap #edd_checkout_form_wrap .edd-label, #edd_checkout_wrap #edd_checkout_form_wrap span.edd-description{
    display: none !important;
}

#edd_checkout_wrap #edd_checkout_form_wrap #edd_payment_mode_select_wrap label {
	display: inline-block !important;
}
#edd_checkout_wrap p {
    margin: 0;
}
#edd_checkout_wrap #edd_checkout_login_register input,
#edd_checkout_wrap #edd_register_account_fields input,
#edd_checkout_wrap #edd_checkout_form_wrap input.edd-input {
	border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#edd_checkout_wrap #edd_checkout_form_wrap input.edd-input {
    width: 100%;
}
#edd_checkout_wrap #edd_checkout_form_wrap input[type=email], #edd_checkout_wrap #edd_checkout_form_wrap input[type=password], #edd_checkout_wrap #edd_checkout_form_wrap input[type=tel], #edd_checkout_wrap #edd_checkout_form_wrap input[type=text], #edd_checkout_wrap #edd_checkout_form_wrap textarea {
    padding: 4px 0;
    margin-bottom: 17px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd-card-country-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd-card-state-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd-last-name-wrap {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd-card-country-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd-first-name-wrap {
    padding-right: 8px;
}
#edd_checkout_form_wrap select.edd-select {
width: 100%;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd-purchase-button {
width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    background-color: #ff3067;
    border-radius: 15px;
    border: none;
	    font-weight: 500;
}
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit,
#edd_checkout_wrap #edd_checkout_form_wrap #edd_login_fields #edd-user-login-submit .edd-submit.button {
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
    background-color: #ff3067;
    border-radius: 15px;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
}
#edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_discount_code {
    margin: 0 0 49px;
}
#edd_checkout_wrap #edd_checkout_form_wrap .edd-payment-icons {
    margin: 0 0 30px;
}
#edd_checkout_wrap .edd_empty_cart {
    display: block;
    width: 100%;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th.edd_cart_subtotal, #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tfoot .edd_cart_footer_row th.edd_cart_total {
	color: var(--body-blackfont-color);	
    font-size: 20px;
    line-height:30px;
    font-weight: 500;
}
#edd_checkout_wrap #edd_checkout_form_wrap label {
	font-weight: 500;
}
#edd_checkout_wrap .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap {
    margin: 0;
    margin-bottom: 30px;
}
#edd_checkout_wrap #edd_secure_site_wrapper {
    font-weight: 500;
}
.edd_form input.edd-input.required, .edd_form select.edd-select.required {
    color:#7a719b;
}
body .um a.um-link,
body .um-account-name a,
body .um-account-main div.um-account-heading {
	color: var(--body-blackfont-color);		
}

body .um .um-form input[type=text], body .um .um-form input[type=search], body .um .um-form input[type=tel], body .um .um-form input[type=password], body .um .um-form textarea,
body .um,
body .um-account-side li a span.um-account-icon, body .um-account-side li a.current span.um-account-icon, body .um-account-side li a.current:hover span.um-account-icon {
	color: var(--body-fonts-color);		
}
body .um .um-form input[type=text], body .um .um-form input[type=search], body .um .um-form input[type=tel], body .um .um-form input[type=password], body .um .um-form textarea {
	border-radius: 10px;
}
body .um-request-button {
	background-color: var(--tm-secondary-bg);	
}
body .um-request-button:hover {
	background-color: var(--tm-skincolor-bg);	
}
.um-account-main div.um-account-heading {
    padding-bottom: 15px;
}
body .um-account-name a:hover {
	color: var(--tm-skincolor-bg);		
}
.edd-checkout.themetechmount-fullwide .site-header {
  padding-left: 0;
  padding-right: 0;
}
.edd-blocks__confirmation-details a,
.tm-header-cta-btn a.elementor-button.elementor-size-md {
    padding: 18px 30px 17px 30px;
    font-weight: 500;
    color: var(--ttm-whitecolor);
    border-radius: 10px;
	background-color: var(--tm-skincolor-bg);	
    position: relative;
    font-weight:500;
    z-index: 9;
    font-size: 15px;
    color: #fff;
	-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;
	border-radius: 10px;
}
.tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
	background-color: var(--tm-secondary-bg);		
}
.edd-blocks__confirmation-details a:hover {
    color: #fff;	
}
.edd-table th,
body table#edd_purchase_receipt_products .edd_purchase_receipt_product_name,
.elementor-widget-shortcode strong,
.elementor-widget-shortcode b,
body #edd_user_history th,
body .edd-blocks-orders__order-id,
.wp-block-edd-confirmation .edd-blocks__row-label {
  font-weight: 500;
}
.edd-blocks-receipt__totals .edd-blocks-receipt__row-header {
  font-size: 16px;
}
.edd-blocks__confirmation-details {
	margin: 45px 0 70px;
	display: block;
}
.edd-blocks-receipt__totals .edd-blocks-receipt__row-item:last-child {
	border-bottom: none;
}
body #edd_user_history td, #edd_user_history th {
  padding: 10px 10px;
}
.edd-table th {
	color: var(--body-blackfont-color);	
	background: #e1dbf5;	
	padding: 10px 10px;
}
.edd_download_file a {
	position:relative;
}
.edd_download_file a:before {
    position: absolute;
    content: '\e806';
    font-family: "tm-inoterior-icons";
    font-size: 15px;
    display: block;
    top: -4px;
    text-align: center;
    left: -18px;
}
.edd_download_file {
    list-style: none;
}
#edd_purchase_receipt_products .edd_download_file a {
    margin-left: 15px;	
}
body #edd_user_history th {
  background: #e1dbf5;
}
body #edd_purchase_receipt_products td {
  padding: 10px 10px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_wrap #edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_wrap #edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_wrap #edd_checkout_form_wrap #edd_show_discount, 
#edd_checkout_wrap #edd_checkout_form_wrap .edd-cart-adjustment {
    background: #ded7f6;
    color: var(--body-fonts-color);
}
#edd_checkout_wrap input:-webkit-autofill,
#edd_checkout_wrap input:-webkit-autofill:hover,
#edd_checkout_wrap input:-webkit-autofill:active,
#edd_checkout_wrap input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
	 -webkit-text-fill-color: var(--body-fonts-color) !important;
}

body .um .um-button.um-alt,
.um input[type=submit].um-button {
    border-radius: 15px !important;
    font-weight: 500 !important;
}
body .um .um-form input:-webkit-autofill {
    -webkit-text-fill-color: var(--body-fonts-color);
}
.um-login .um-field-checkbox:not(.um-field) {
    margin: 20px 0;
}
body a.um-link-alt {
	color: var(--body-fonts-color);
}
.searchwp-live-search-results-showing {
	border-radius: 10px;
}
.searchwp-live-search-result p {
  padding: 10px 15px;
}
.comment-respond label {
	font-weight: 400;
}
.um-page-login .um-login ,
.um-page-register .um-register {
    max-width: 580px !important;
    box-shadow: 0px 0px 12px 0px rgba(37, 37, 37, 0.09);
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 0;
    transition: all .5s ease-in-out;
    border: none;
	margin-bottom: 70px !important;
}
.um-page-login .entry-content .um-form,
.um-page-register .entry-content .um-form {
    margin-bottom: 20px;
}
.mc4wp-alert.mc4wp-success {
    margin-top: 15px;
}
.tax-tm_portfolio_category .site-content-wrapper > .tm-container-for-content {
	width: 100%;
}


.tm-btn-style-text a.elementor-button-link:before,
.tm-btn-style-text a.elementor-button-link:after {
	content: "";
    background: #3b2a82;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom:-2px;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.tm-btn-style-text a.elementor-button-link:before {
    width:0;
	opacity:0;
	background: var(--tm-skincolor-bg);
}
.tm-btn-style-text a.elementor-button-link:hover:before {
    opacity: 1;
    left: 0;
    width: 100%;
    z-index: 1;
}
.tm-btn-shape-square.elementor-element.elementor-widget-button.tm-btn-style-text .elementor-button {
    padding: 0;
}
.themetechmount-portfoliobox-style2 .tm-theme-meta .tm-theme-category p{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
	padding-right: 20px;
	margin-bottom:0px;
}
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 35px;
    line-height: 40px;
}

.single-post.tm-empty-sidebar:not(.themetechmount-sidebar-bothright, .themetechmount-sidebar-bothleft) #primary {
  max-width: 1200px;
}

body.blog .tm-container-for-content {
	width: 94%;	
}
.um-page-account #um_field_general_user_login input {
	pointer-events: none;
}
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
	background-color: #fff !important;
}
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
	background-color: var(--tm-skincolor-bg) !important;
}

.tm-businesstheme-item .tm-tm_portfolio-featured-wrapper img {
	width: 100%;
	height: auto;	
}

/*** adbar ***/

.themetechmount-adbar-inner {
    line-height: 35px
}

.themetechmount-adbar-yes .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
    margin-top: 35px;
    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
}

.themetechmount-adbar-yes.adbar-close .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck),.themetechmount-adbar-yes.shown .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
    margin-top: 0
}

.themetechmount-adbar-inner .ttm-textcolor-highlight {
    font-size: 14px
}

.themetechmount-adbar-inner a.ttm-textcolor-highlight {
    text-decoration: underline;
    font-weight: 500;
    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
}

.themetechmount-adbar-wrapper.tm-textcolor-white a:hover {
    color: rgba(255,255,255,.7)
}

.themetechmount-adbar-wrapper {
    position: relative;
    display: none;
    z-index: 99
}

.home .themetechmount-adbar-wrapper {
    display: block;
    z-index: 111
}
.ad-close-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ad-close-btn:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tm-bgcolor-white .ad-close-btn {
    color: #000
}

.tm-wrap-cell.tm-align-left .ad-close-btn {
    right: 10px
}

.tm-wrap-cell.tm-align-right .ad-close-btn {
    left: 10px;
    right: auto
}

.tm-wrap-cell.tm-align-right .ad-close-btn {
    left: 10px;
    right: auto
}

.tm-adbar-content-left,.tm-adbar-content-right {
    float: left;
    width: 50%;
    display: table
}

.tm-adbar-content-right {
    float: right
}

.tm-align-center {
    text-align: center
}

.tm-adbar-content-center .tm-align-center {
    display: inline-block
}

.tm-adbar-content-center {
    width: 100%;
    text-align: center
}

.tm-adbar-content {
    float: left;
    width: 33.33%
}

.tm-adbar-contentright {
    float: right;
    width: 33.33%
}

.themetechmount-adbar-inner {
    line-height: 35px
}

.themetechmount-adbar-yes .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
    margin-top: 35px;
    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
}

.themetechmount-adbar-yes.adbar-close .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck),.themetechmount-adbar-yes.shown .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
    margin-top: 0
}

.themetechmount-adbar-inner .ttm-textcolor-highlight {
    font-size: 14px
}

.themetechmount-adbar-inner a.ttm-textcolor-highlight {
    text-decoration: underline;
    font-weight: 500;
    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
}

.themetechmount-adbar-wrapper.tm-textcolor-white a:hover {
    color: rgba(255,255,255,.7)
}

.themetechmount-adbar-wrapper {
    position: relative;
    display: none;
    z-index: 99
}

.home .themetechmount-adbar-wrapper {
    display: block;
    z-index: 111
}

.edd-checkout .edd-blocks__currency-selector {
	margin-bottom: 30px;
	margin-top: 15px;
	position: absolute;
	top: 110px;
	right: 30px;
	z-index: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields {
	padding: 30px 30px 30px;
}
#edd_checkout_wrap #edd_secure_site_wrapper {
	padding-top: 30px;
}
body .wp-block-edd-currency-selector .edd-submit.button.edd-multi-currency-button--selected {
	background: var(--tm-skincolor-bg) !important;
	border-color: var(--tm-skincolor-bg) !important;
	opacity: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields {
	background: #ded7f6;
}
#edd_checkout_wrap #edd_checkout_form_wrap .Input, #edd_checkout_wrap #edd_checkout_form_wrap .p-FauxInput,
#edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields select,
#edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields input {
	background-color: transparent;
	border:none;
	border-bottom: 1px solid #e5e5e5;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
	padding-bottom: 20px;
	display: contents;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap {
	padding: 90px 30px 30px;
}
.p-Input-input{
    outline: unset !important;
}


body .um-profile-nav-item a:hover,
body .um-profile-nav {
	background: var(--body-blackfont-color);
}
body .um-profile.um .um-name a{
	color: var(--body-blackfont-color);
}

.um .um-field-group-head, .picker__box, 
.picker__nav--prev:hover, .picker__nav--next:hover,
.um .um-members-pagi span.current, .um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover,
.upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, 
.um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
	background: var(--tm-skincolor-bg) !important;
}

.wp-block-edd-currency-selector .edd-submit:not(.edd-multi-currency-button--selected), .wp-block-edd-currency-selector .has-edd-button-background-color {
	background-color: var(--tm-secondary-bg) !important;
	border-color: var(--tm-secondary-bg);
}

.tax-tm_service_category .site-content-wrapper>.tm-container-for-content {
    width: 100%;
}

.tm-item-customization-box a.tm-btn {
	background-color: var(--tm-skincolor-bg);
  box-shadow: 0px 3px 27px 0px rgba(255,48,103,.44);
	font-size: 15px;
	border-radius: 10px;
	font-weight: 500;
	padding: 18px 30px;
	color: #fff;
	padding: 14px 30px;
	margin-top: 15px;
	display: inline-block;
}
.tm-item-customization-box a.tm-btn:hover{
	background-color: var(--tm-secondary-bg);
    box-shadow: 0px 3px 27px 0px rgba(83,20,173,.44);	
}
.tm-item-customization-box {
  padding-top: 35px;
  border-top: 1px solid #ccc;
  margin-top: 53px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tm-marquebox-style1 {
	width: 100%;
	animation: tm-marque-text 25s linear infinite;
	will-change: transform;
	white-space: nowrap;
}
.tm-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    opacity: 1;
    font-weight: 500;
}
.tm-marquebox-style1 ul.marquebox-list li span {
	cursor: pointer;
}
.tm-marquebox-style1 ul.marquebox-list li:after {
    content: '';
    position: absolute;
    left: -17px;
    bottom: 0px;
    top: 0;
    background-image: url(../images/marquee-sep.png);
    margin: auto 0;
    width: 35px;
    height: 35px;
    border: none;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.tm-bgcolor-gradient {
background-color: transparent;
  background-image: linear-gradient(to right, #5414ad , #e52c71 ) !important;
}


.themetechmount-portfoliobox-style2 .tm-readmore-button a {
	background-color: #d2c0f0;
	width: 100%;
	display: block;
	border-radius: 2em;
	text-align: center;
	padding: 4px 15px;
	font-size: 15px;
	font-weight: 500;
	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
}
.themetechmount-portfoliobox-style2 .tm-readmore-button a:hover {
    background-image: linear-gradient(to right, #5414ad, #e52c71);
    color: #fff;	
}
.themetechmount-portfoliobox-style2 .tm-readmore-button {
	border-top: 1px solid #fff;
	padding-top: 20px;
	display: block;
	clear: both;
	margin-top: 20px;
	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
}
.themetechmount-portfoliobox-style2 .tm-readmore-button i {
    position: relative;
    top: 2px;
    left: -3px;
}
/* .themetechmount-portfoliobox-style2 .tm-theme-price.tm-wrap-cell {
position: absolute;
    right: 30px;
    border: 0;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
    bottom: -15px;
    background-image: linear-gradient(to right, #5414ad, #e52c71) !important;
    border-radius: 15px;
    padding: 3px 15px;
    color: #fff;
} */
.themetechmount-portfoliobox-style2 .tm-theme-meta .tm-theme-price {
    font-size: 21px;
    text-align: right;
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.themetechmount-element-portfoliobox-style2 .themetechmount-boxes-row-wrapper {
	margin-top: 15px;
}
.themetechmount-iconbox-styletwo.themetechmount-iconbox {
  margin-bottom: 0;
}
.searchandfilter ul li.sf-field-search {
	margin-bottom: 20px;
}
.searchwp-live-search-result {
    flex-direction: row;
	flex-wrap: inherit;
}
.searchwp-live-search-result .searchwp-live-search-result--title a {
	font-weight: 500;
}

.themetechmount-portfoliobox-style2 .tm-readmore-button {
    display: flex;
}
.themetechmount-portfoliobox-style2 .tm-readmore-button a:first-child {
    margin-right: 15px;
}
.themetechmount-portfoliobox-style2 .tm-theme-subtitle {
    color: #7a719b;
    font-weight: 400;
	    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 20px;
	margin-bottom: 5px;
	    font-size: 14px;
}
.themetechmount-portfoliobox-style2 .tm-theme-subtitle a {
    color: #7a719b;
}
.headerlogo span.tm-sc-text {
    transform: translateX(45px);
    opacity: 1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    top: 49%;
    font-size: 23px;
    line-height: 45px;
    font-weight: 500;
    color: #3b2a82;
}
.themetechmount-boxes-view-carousel .themetechmount-portfoliobox-style2.tm-new .themetechmount-post-item-inner {
    box-shadow: 0px 3px 15px 0px rgba(50, 0, 157, 0.15);
    margin: 15px 0px !important;
}
.themetechmount-boxes-view-carousel .themetechmount-portfoliobox-style2.tm-new:hover .themetechmount-post-item-inner {
    box-shadow: 0px 3px 15px 0px rgba(50, 0, 157, 0.15);
}
.themetechmount-portfoliobox-style2.tm-new .tm-inoterior-icon-star-empty-1, .themetechmount-portfoliobox-style2.tm-new .tm-inoterior-icon-star-1.tm-active {
    color: #ffab00 !important;
}
.themetechmount-portfoliobox-style2 i.tm-inoterior-icon-star-empty-1 {
    display: none;
}
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-post-item .themetechmount-box-content {
    border-style: solid;
    border-width: 15px;
    border-color: #fff;
    padding: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius:8px;
    background: linear-gradient(
    87deg,
    rgba(245, 240, 246, 1) 0%,   /* #F5F0F6 */
    rgba(234, 229, 249, 1) 50%, /* #EAE5F9 */
    rgba(237, 226, 238, 1) 100% /* #EDE2EE */
	);
    box-shadow: 0px 3px 65px 0px rgba(83, 20, 173, 0.07);
    margin-bottom: 0;
    background-size: cover;
    padding:30px;
	margin: 0;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author {
    text-align: left;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-img {
    margin-right: 10px;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail {
    margin: 0 auto;
    text-align: center;
    width:50px;
    height:50px;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-content .themetechmount-box-img img {
    width: 50px;
    height:50px;
    margin-right: 10px;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-title {
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-img, .themetechmount-testimonial-box-view-style1 .themetechmount-box-author .themetechmount-box-title {
    position: relative;
    display: inline-block;
    float: none;
    font-weight: 600;
    font-size: 16px;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-box-footer {
    display: none;
}
 
.themetechmount-testimonial-box-view-style1 .themetechmount-ratting-star {
    overflow: hidden;
    padding:7px 0 0px;
    display: block;
    line-height: 15px;
}
 
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-box-desc .themetechmount-testimonial-text {
	text-align: left;
    background: transparent;
    border-left: none;
    font-size: 16px;
    line-height: 26px;
    margin: 12px 10px 10px;
    padding: 0px;
    font-weight: 500;
}
.tm-tab-style5.tm-elementor-tabs .elementor-tab-content section.elementor-section:not(.elementor-inner-section) {
    width: auto !important;
    left: 0 !important;
	margin-top: 0px;
}
.tm-tab-content-title {
	display:none;
}
 .tm-tab-style5 .elementor-tabs-wrapper {
	display:-webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tm-tab-style5 .tm-elementor-tab-title {
  position: relative;
  background-color:#f5f1fd;
  padding: 12px 20px;
  font-size: 16px;
  list-style: none;
  margin-right: 15px;
  overflow: hidden;
  cursor: pointer;
  border-style: solid;
  border-width: 8px;
  border-color: rgba(255, 255, 255,1);
  border-radius:8px;
  background-color: rgba(245, 241, 253,1);
  box-shadow: 0px 3px 65px 0px rgba(83, 20, 173, 0.07);
  font-weight: 500;
  color: #3b2a82;
      margin-bottom: 10px;
}
.tm-tab-style5 .elementor-tab-content {
	margin-top: 45px;
}
.tm-tab-style5.tm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;
    border-bottom: none;
	list-style: none;
}

.elementor-widget-tm_tabbox_element .tm-tab-style5.tm-elementor-tabs .tm-elementor-tab-title.tm-elementor-tab-list {
    position: relative;
    background-color: var(--tm-secondarycolor);
    padding: 12px 54px;
    font-size: 16px;
    list-style: none;
    margin-right: 15px;
    border-radius: 50px;
    overflow: hidden;
}

.tm-tab-style5.tm-elementor-tabs .elementor-tabs-wrapper .tm-elementor-tab-title.tm-elementor-tab-list.tm-tab-active {
    background-color: var(--tm-skincolor);
}

.elementor-widget-tm_tabbox_element .tm-tab-style5.tm-elementor-tabs .tm-elementor-tab-title.tm-elementor-tab-list .tm-elementor-tab-title span {
    font-size: 22px;
    line-height: 32px;
    color: var(--tm-whitecolor);
    vertical-align: middle;
    font-weight: var(--special-element-fontweight);
    font-family: var(--special-element-fontfamily)
}

.tm-tab-style5.tm-elementor-tabs .tm-elementor-tab-title.tm-elementor-tab-list {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    border: none;
    position: relative;
}

.tm-tab-style5.tm-elementor-tabs li:last-child {
    margin-right: 0px!important;
}
.tm-tab-content {
	display: none;
}
.tm-tab-content.tm-tab-active {
	display: block;
}

.tm-tab-style5 .tm-elementor-tab-title.tm-tab-active {
	background-color: #ff3067;
	color: #fff;
}
@media (min-width: 1500px) {
.tm-tab-style5 .tm-elementor-tab-title {
    min-width: 210px;
	text-align: center;
}
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-view-style1 .themetechmount-post-item .themetechmount-box-content {
    min-height: 297px;
}
}
@media (min-width: 1024px){	
.tm-explore-picks .tm-tab-style5.tm-elementor-tabs .elementor-tabs-wrapper {
    position: absolute;
    top: -105px;
    right: 0;
}
.tm-tab-style5 .elementor-tab-content {
    margin-top: 35px;
}
}
.tmm-marquee-wrapper {
    width: 100%;
}
.tmm-marquee {
    display: flex;
    animation: tmmMarquee 20s linear infinite;
}
.tmmMarqueereverse .tmm-marquee {
    animation: tmmMarqueereverse 20s linear infinite;
} 
.tmm-marquee-item {
    flex-shrink: 0; /* Prevent shrinking */
    margin-right: 30px;
    text-align: center;
	position:relative;
	overflow:hidden;
}
.tmm-marquee-img img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
	border-radius: 10px;
}
.tmm-marquee-title {
	font-size: 15px;
    margin: 5px 0 0;
    display: block;
    color:#fff;
}
body .tmm-marquee-desc {
    font-size:20px;
    margin: 0;
}
body .tmm-marquee-desc a:hover{
	color:var(--tm-skincolor-bg);
	
}
@keyframes tmmMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes tmmMarqueereverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.tmm-marquee-item .tmm-marquee-content:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 1;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.9); 
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tmm-marquee-item:hover .tmm-marquee-content:after {
    opacity: 1;
}

.tmm-marquee-item .tmm-marquee-inner {
    z-index: 2;
    opacity: 0;
    color: #3b2a82;
    letter-spacing: 0px;
    white-space: nowrap;
    border-radius: .3em;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 500;
    transition: opacity .3s cubic-bezier(.165,.84,.44,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tmm-marquee-item:hover .tmm-marquee-inner {
    opacity: 1;
}