/*
Theme Name: Buildtab
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Header
 * 9.0 - Widgets
 * 10.0 - Content
 *   10.1 - Posts and pages
 *   10.2 - Comments
 * 11.0 - Media Queries
 *    11.1 - Mobile Large
 *    11.2 - Tablet Small
 *    11.3 - Tablet Large
 *    11.4 - Desktop Small
 *    11.5 - Desktop Medium
 *    11.6 - Desktop Large
 *    11.7 - Desktop X-Large
 */


/**
 * 1.0 Reset
 */

body {
	direction: rtl;
	unicode-bidi: embed;
}

caption,
th,
td {
	text-align: right;
}




/**
 * 3.0 Elements */


caption,
th,
td {
	text-align: right;
}


/**
 * 4.0 Forms
 */

.post-password-form input[type="submit"] {
	right: auto;
	left: 0;
}


/**
 * 5.0 Navigations
 */

.main-navigation ul ul {
	margin-right: 0.8em;
	margin-left: auto;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 0;
	padding-left: 48px;
}

.dropdown-toggle {
	right: auto;
	left: 0;
}

.dropdown-toggle:after {
	right: -1px;
	left: auto;
}

.social-navigation li {
	float: right;
}

.social-navigation a:before {
	right: 0;
	left: auto;
}

.secondary-toggle {
	right: auto;
	left: 0;
}

.post-navigation .has-post-thumbnail a:before {
	right: 0;
	left: auto;
}

.pagination .prev {
	right: 0;
	left: auto;
}

.pagination .prev:before {
	content: "\f429";
	right: -1px;
	left: auto;
}

.pagination .next {
	right: auto;
	left: 0;
}

.pagination .next:before {
	content: "\f430";
	right: auto;
	left: -1px;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f429";
	margin-right: auto;
	margin-left: 0.2em;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f430";
	margin-right: 0.2em;
	margin-left: auto;
}


/**
 * 6.0 Accessibility
 */

.screen-reader-text:hover,
.screen-reader-text:focus {
	right: 5px;
	left: auto;
}


/**
 * 7.0 Alignments
 */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}


/**
 * 8.0 Header
 */

.site-branding {
	padding-right: 0;
	padding-left: 60px;
}


/**
 * 9.0 Widgets
 */

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin: 0.7667em 0.8em 0 0;
}


/**
 * 10.0 Content
 */

/**
 * 10.1 Posts and pages
 */

.entry-content .more-link:after {
	content: "\f430";
}

.author-link:after {
	content: "\f430";
}

.author-info .avatar {
	float: right;
	margin: 0 0 1.6em 1.6em;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: auto;
	margin-left: 2px;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: auto;
	margin-left: 0;
}

.page-links a,
.page-links > span {
	margin: 0 0 0.3333em 0.3333em;
}

.page-links > .page-links-title {
	padding-right: 0;
	padding-left: 0.5em;
}

.type-attachment .entry-header {
	clear: left;
}

.format-link .entry-title a:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}


/**
 * 10.2 Comments
 */

.comment-list .children > li {
	padding-right: 0.8em;
	padding-left: 0;
}

.comment-author .avatar {
	float: right;
	margin-right: 0;
	margin-left: 0.4em;
}

.bypostauthor > article .fn:after {
	right: 3px;
	left: auto;
}

.comment-metadata .edit-link {
	margin-right: 1em;
	margin-left: auto;
}

.pingback .edit-link {
	margin-right: 1em;
	margin-left: auto;
}

.comment-content ul,
.comment-content ol {
	margin: 0 1.3333em 1.6em 0;
}

.comment-reply-title small a {
	float: left;
}


/**
 * 11.0 Media Queries
 */


/**
 * 11.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-right: 0;
		margin-left: auto;
	    padding: 0 25px 0 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-right: 0;
		margin-left: auto;
	}

	blockquote {
		margin-right: -1em;
		margin-left: auto;
	}

	blockquote > blockquote {
		margin-right: 0;
		margin-left: auto;
	}

	.page-header {
		border-color: inherit;
		border-left: none;
		border-style: solid;
		border-width: 0 7px 0 0;
	}

	.page-title,
	.taxonomy-description {
		margin-right: -7px;
		margin-left: auto;
	}

	.comment-content ul,
	.comment-content ol {
		margin-right: 0;
		margin-left: auto;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-right: 1.3333em;
		margin-left: auto;
	}
}


/**
 * 11.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	blockquote {
		margin-right: -1.05em;
		margin-left: auto;
		padding-right: 0.85em;
		padding-left: 0;
	}

	.main-navigation ul ul {
		margin-right: 1em;
		margin-left: auto;
	}

	blockquote.alignright,
	.wp-caption.alignright
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	.site-branding {
		padding-right: 0;
		padding-left: 0;
	}

	.widget blockquote {
		margin-right: -1.2353em;
		margin-left: auto;
		padding-right: 1em;
		padding-left: 0;
	}

	.widget blockquote > blockquote {
		margin-right: 0;
		margin-left: auto;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.2857em 0.2857em;
	}

	.author-info .avatar {
		margin: 0 0 1.6471em 1.6471em;
	}

	.comment-list .children > li {
		padding-right: 1.2353em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}

	.bypostauthor > article .fn:after {
		right: 6px;
		left: auto;
	}
}


/**
 * 11.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	blockquote {
		margin-right: -1.0909em;
		margin-left: auto;
		padding-right: 0.9091em;
		padding-left: 0;
	}

	blockquote.alignright,
	.wp-caption.alignright
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	.site-branding {
		padding-right: 0;
		padding-left: 0;
	}

	.widget blockquote {
		margin-right: -1.2632em;
		margin-left: auto;
		padding-right: 1.0526em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.7188em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.25em 0.25em;
	}

	.author-info .avatar {
		margin: 0 0 1.6842em 1.6842em;
	}

	.comment-list .children > li {
		padding-right: 1.4737em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.6842em;
	}
}


/**
 * 11.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	body:before {
		right: 0;
		left: auto;
	}

	.sidebar {
		float: right;
		margin-right: auto;
	}
	blockquote {
		margin-right: -1.3333em;
		margin-left: auto;
		padding-right: 1.1111em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 30px;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	.widget blockquote {
		margin-right: -1.5em;
		margin-left: auto;
		padding-right: 1.1667em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4583em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.3333em 0.3333em;
	}

	.author-info .avatar {
		margin: 0 0 1.5em 1.5em;
	}

	.comment-list .children > li {
		padding-right: 0.8em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 0.8em;
	}

	.bypostauthor > article .fn:after {
		right: 3px;
		left: auto;
	}

	.site-branding {
		padding: 0;
	}


}


/**
 * 11.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	blockquote {
		margin-right: -1.05em;
		margin-left: auto;
		padding-right: 0.85em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 34px;
	}

	blockquote.alignright,
	.wp-caption.alignright
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	.widget blockquote {
		padding-right: 1.2143em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.2857em 0.2857em;
	}

	.author-info .avatar {
		margin: 0 0 1.6471em 1.6471em;
	}

	.comment-list .children > li {
		padding-right: 1.1667em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}

	.bypostauthor > article .fn:after {
		right: 6px;
		left: auto;
	}
}


/**
 * 11.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	blockquote {
		margin-right: -1.0909em;
		margin-left: auto;
		padding-right: 0.9091em;
		padding-left: 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 0;
		padding-left: 38px;
	}

	blockquote.alignright,
	.wp-caption.alignright
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	.widget blockquote {
		padding-right: 1.25em;
		padding-left: 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 1em 0 0;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0 0.25em 0.25em;
	}

	.author-info .avatar {
		margin: 0 0 1.6842em 1.6842em;
	}

	.comment-list .children > li {
		padding-right: 1.4737em;
		padding-left: 0;
	}

	.comment-author .avatar {
		margin-left: 1.64705em;
	}
}


/**
 * 11.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/* Heading Element */
.tm-heading-style-horizontal.tm-element-align-center .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header {
    text-align: left;
    padding-left: 80px;
	padding-right: 0px; 
}
.tm-heading-style-horizontal.tm-element-align-center .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content .tm-vc_cta3-content-header:after {
    left: 40px;
	right: auto;
}
.tm-heading-style-horizontal.tm-element-align-center .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content p{
    text-align: right;
}


.tm-header-style-centerlogo #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal {
   direction: ltr;
}
.tm-header-style-centerlogo .themetechmount-fbar-btn {
    margin-right: -22px;
}


/* Widget Area */

.tm-list.tm-list-style-icon .tm-list-li-content {
    padding-right: 25px;
	padding-left: 0px;
}
body.search .tm-sresult-form-wrapper .search-form .search-field {
    text-align: right;
	padding-left:0;
	padding-right: 15px;
}
.widget .search-form .search-submit {
    left: 0px;
	right: auto;
}
.widget .widget-title:after {
    left: auto;
    right: 0;
}

ul.buildtab_contact_widget_wrapper li:before,
.widget_recent_comments li.recentcomments:before, 
.widget_recent_entries a:before, 
.widget_meta a:before, 
.widget_categories a:before, 
.widget_archive li a:before, 
.widget_pages li a:before, 
.widget_nav_menu li a:before {
    left: auto;
	right: 0px;
}
.widget_recent_comments li.recentcomments, .widget_recent_entries a, .widget_meta a, .widget_categories a, .widget_archive li a, .widget_pages li a, .widget_nav_menu li a {    
    padding-left: 0px;
    padding-right: 20px;
}

.widget_recent_comments li.recentcomments:before, .widget_recent_entries a:before, .widget_meta a:before, .widget_archive li a:before, .widget_pages li a:before, .widget_nav_menu li a:before {
    content: "\e808";
}
ul.buildtab_contact_widget_wrapper li {
    padding-left: 0px;
	padding-right: 30px;
}
.mailchimp-inputbox input[type="submit"], .mc_form_inside .mc_signup_submit .button, .main-holder .newsletter-widget .newsletter-submit {
    right: auto;
    left: 0; 
	border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.mailchimp-inputbox:after, .mc_form_inside .mc_merge_var:after, .widget_newsletterwidget .newsletter-widget:after {
    right: auto;
    left: 17px;
	content: '\e83a';
	display:none;	
}
ul.tm-recent-post-list > li > a:first-child {
	float: right;
}


/* List style */
.tm-list.tm-list-style-icon.tm-list-textsize-small .tm-list-li-content {
    padding-left: 0px;
	padding-right: 16px;
}
.tm-list.tm-list-textsize-medium.tm-list-style-icon .tm-list-li-content { 
    padding-left: 0px;
	padding-right: 22px;
}
.tm-list.tm-list-textsize-large.tm-list-style-icon .tm-list-li-content { 
    padding-left: 0px;
	padding-right: 25px;
}
.tm-list.tm-list-style-icon.tm-list-textsize-xlarge .tm-list-li-content {
	padding-left: 0px;
	padding-right: 37px;
}
.tm-list.tm-list-style-icon li i {   
    right: 2px;  
	left: auto;  
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tm-vc_icon_element.tm-vc_icon_element-outer.tm-vc_icon_element-align-left {
    text-align: right;
}

.tm-sbox.tm-sbox-iconalign-top-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    text-align: right;
}
.tm-sbox-iconalign-right-spacing .tm-vc_general{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.tm-sbox-iconalign-left-spacing .tm-vc_cta3-icons-left.tm-vc_general.tm-vc_cta3 .tm-vc_cta3-icons {
    float: right;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-left .tm-vc_cta3-content,
.tm-sbox.tm-sbox-iconalign-left-spacing  .tm-vc_cta3-icons-left.tm-vc_general.tm-vc_cta3 .tm-vc_cta3_content-container {
    text-align: right;
}
.tm-vc_general.tm-vc_cta3.tm-vc_cta3-icons-left .tm-vc_cta3_content-container {
    padding-left: 0em;
	padding-right: 1em;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) {
    padding-right: 0px;
	padding-left: 30px;
}
.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon {
    right: auto;
	left: 0;
}
.tm-heading-style-vertical.tm-element-align-left .tm-vc_general.tm-vc_cta3 .tm-vc_cta3-content-header:after {
    right: 0;
	left: auto;    
}
.tm-sbox-iconalign-before-heading.tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-vc_cta3-icon-size-xl) .tm-vc_cta3-icons {
    padding-left: 10px;
	padding-right: 0px;
}

/* Blog box */
.tm-entry-meta .tm-meta-line:after {
	right: auto;
    left: 10px;  
}
.tm-entry-meta .tm-meta-line {
	padding-left: 22px;
	padding-right: 0px;
}
.tm-entry-meta .tm-meta-line i {
    padding-left: 5px;
	padding-right: 0px;
}
.themetechmount-events-box-view-top-image-details .themetechmount-post-readmore a:after, 
.themetechmount-blogbox-footer-readmore a:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Accordion  Tab */
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-controls-icon-position-left.vc_tta-panel-title > a:before {
    right: 48px;
    left: auto;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left: auto;
	right: 20px;
}
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-right: 63px;
	padding-left: 0px;
	text-align:right;
}

/* Tour tab */
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a, 
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab>a {
    border-left-width: 2px;
    border-style: solid;
	border-right: none;
}

.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-outline .vc_tta-tab.vc_active>a, 
.tm-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab>a {
    border-left: none;
}

/* Team Member */
.themetechmount-team-box-view-overlay .themetechmount-box-social-links {
    right: 15px;
	left: auto;
}

.themetechmount-team-box-view-overlay .themetechmount-box-social-links ul li {
    margin-right: -60px;
	margin-left: auto;
}
.themetechmount-team-box-view-overlay:hover .themetechmount-box-social-links ul li {
    margin-right: 0px;
}

/* Progress bar */
.vc_progress_bar .vc_single_bar .vc_bar {
    right: 0;
	left: auto;
}
span.tm-vc_label_units.vc_label_units {  
    left: 1px;
	right: auto;
}
.vc_progress_bar .tm-pbar-icon-true .vc_single_bar {
	margin-left: auto;
    margin-right: 60px;
}
.tm-pbar-single-bar-w {
    margin-right: 0;
}

/* Facts and Digit */
.tm-fid-view-lefticon-border .tm-fld-contents {
    padding-right: 102px;
    padding-left: 0;
    text-align: right;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper:after, .tm-fid-view-lefticon-border .tm-fid-icon-wrapper:after {
    left: -35px;
    right: auto;
}

.themetechmount-boxes-textalign-left .tm-sortable-list ul {
    text-align: right;
}
.themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link {    
    margin-left: 10px;
	margin-right: 0px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-prev {
    right: auto;
    left: 0px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-next {
    left: 40px;
    right: auto;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper {
    padding-left: 100px;
	padding-right: 0px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-prev, 
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-prev {
    right: 50%;
	left: auto; 
}

/* Testimonials */
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img{
    float: right;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title {
	left: auto;
    right: -39px;    
}

.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 {
    text-align: right;
}

/* Single portfolio */
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {   
    padding-right: 0;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details i {
    padding-left: 10px;
	padding-right: 0;
	float: right;
    margin-top: 2px;
}

@media only screen and (min-width: 1801px){
	
	.tm-left-span .tm-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -500px;
	}
	
	.tm-right-span .tm-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -500px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 1401px){
	
	.tm-left-span .tm-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -300px;
	}
	.tm-right-span .tm-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -300px;		
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1171px){
	.tm-left-span .tm-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -200px;
	}
	.tm-right-span .tm-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -200px;	
	}
}
@media only screen and (max-width: 1170px) and (min-width: 1000px){
	.tm-left-span .tm-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -100px;
	}
	.tm-right-span .tm-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -100px;	
	}
}
@media only screen and (max-width: 999px){
	.tm-left-span .tm-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -50px;
	}
	.tm-right-span .tm-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -50px;	
	}
}
.vc_row[data-vc-full-width] {
    left: 0 !important;
    margin-right: 0;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, 
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    right: auto !important;
    left: 0 !important;
}

.tm-header-invert .themetechmount-fbar-btn {
    margin-left: 22px;
}
.tm-sresults-settings-wrapper {
	padding-left: 0px;
    padding-right: 15px;
}

/*Home Page1*/
.mailchimp-inputbox button:hover i, .elementor-element .elementor-button-link:hover .elementor-align-icon-left, .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:after, .elementor-element.tm-btn-style-text .elementor-button-link:hover .elementor-align-icon-right, .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:hover:after, .themetechmount-iconbox .tm-iocnbox-btn a:hover:after, .themetechmount-box-blog .themetechmount-blogbox-desc-footer a:hover:after {
    -webkit-animation: tfRightToleft 0.5s forwards;
    -moz-animation:tfRightToleft 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}
.tm-col-border .elementor-widget-wrap.elementor-element-populated:after {
    left: auto;
    right: -24px;
}
.tm-seperator-solid.tm-element-heading-content-wrapper.right-align .tm-content-header {
    padding-right: 28px;
	padding-left: 0;
}
.tm-textblock blockquote {
    padding: 0 50px 15px 25px;
    margin: 0 40px 0 30px;
}
.tm-textblock blockquote:before, .themetechmount-testimonialbox-styleone .themetechmount-box-desc blockquote:before {
	right:0;
}
.tm-header-text-area, #site-header-menu #site-navigation .nav-menu, #site-header-menu, .tm-header-icons, .tm-header-icon, #site-header-menu #site-navigation .mega-menu-wrap, .menu-tm-main-menu-container, .tm-link-pos .themetechmount-element-portfoliobox-style1 .tm-sortable-list ul, .single-tm_portfolio .nav-links .nav-next, article.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore, .footer .widget span.service-price, .footer .widget .tm-openhour span.sundaylist {
    float: left;
}
.tm-col-stretched-left .tm-stretched-div {
    margin-right: -500px!important;
	right: 0;
    margin-left: 0px !important;
}
.tm-col-stretched-right .tm-stretched-div {
    margin-left: -500px!important;
    margin-right: 0px !important;
}
.tm-sortable-list .tm-sortable-link:last-child {
    margin-right: 10px;
}
.themetechmount-iconbox.tm-textalign-left *, .themetechmount-boxes-testimonial .themetechmount-box-desc blockquote, .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header, .themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc, .tm-fid.tm-fid-view-style5 .tm-fld-contents, .tm-factindigit .tm-fid.tm-fid-view-style5 .tm-fld-contents, .themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .tm-box-footer, .tm-fid-view-lefticon .tm-fld-contents, .elementor-accordion, .tm-align-left, .single-tm_team_member .tm-team-social-links-wrapper ul, .tm-post-prev-next-buttons .pagination-content, .footer .widget.themetechmount_widget_recent_entries .tm-recent-post-list, .themetechmount-blogbox-styleone .themetechmount-box-desc, .tm-search-overlay .tm-site-searchform input[type="search"], .tm-header-style-infostack .header-widget .header-content, .tm-header-style-infostack .header-widget .header-icon, .tm-header-text-area .header-info-widget {
    text-align: right;
}
/*About us1*/
.themetechmount-teambox-style2 .tm-member-social .themetechmount-team-icon, .themetechmount-teambox-style2 .themetechmount-box-social-links {
    left: 40px;
    right: auto;
}
.themetechmount-teambox-style2 .tm-member-social:before {
    left: 34px;
    right: auto;
}
.themetechmount-teambox-style2 ul.tm-team-social-links {
    padding: 0;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-author-name {
    padding-left: 10px;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo:after {
	left: 0;
    right: auto;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-img {
    margin-right: -140px;
	margin-left: 0;
}
.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo {
    margin: 15px 25px 40px 0;
    padding: 30px 75px 28px 30px;
}
.elementor-widget-tabs.tm-border-tab .elementor-tab-content {
    padding: 10px 30px 10px 20px;
}
.elementor-element.tm-border-tab .elementor-tab-title {
    margin-left: 20px;
    margin-right: 30px
}
.themetechmount-iconbox .tm-iocnbox-btn a {
	padding-left: 25px;
	padding-right: 0;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a {
	padding-left: 25px;
	padding-right: 0;
}
.themetechmount-box-blog .tm-box-post-date {
    left: 15px;
	right: auto;
}
.tm-entry-meta .tm-meta-line i.kw_buildtab {
    padding-right: 0;
}
.tm-progressbar span.elementor-progress-percentage {
    right: -1px;
    left: auto;
}
.tm-progressbar span.elementor-title, .tm-progress1 span.elementor-title, .tm-topbar-content .tm-align-right, .tm-progress .elementor-widget-progress .elementor-title, .tm-progress .elementor-widget-progress .elementor-title {
    text-align: left;
}
.work-column.tm-col-stretched-left .tm-stretched-div {
    margin-left: -125px !important;
}
.themetechmount-testimonialbox-styleone .themetechmount-box-img .themetechmount-item-thumbnail {
    margin: 0 1px 0 12px;
}
/*Home Page2*/
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a {
	padding-left: 25px;
}
.tm-progress1 span.elementor-progress-percentage {
    left: auto;
    right: 0;
}
.elementor-progress-percentage {
    padding-right: 6px;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading {
    padding-right: 25px;
	padding-left: 0;
}
.inside.tm-fid-view-style5 {
    margin-right: 87px;
	margin-left: 0;
} 
.tm-fid.tm-fid-view-style5 .tm-fid-left .tm-fid-icon-wrapper {
    right: -84px;
    left: auto;
}
.tm-fid.inside.tm-fid-view-style5 h4 {
    margin-left: 15px;
}
.tm-ptablebox .tm-ptable-btn a {
    padding: 14px 30px 14px 50px;
}
.tm-ptablebox .tm-ptable-btn a:after {
    margin-right: 10px;
	content: '\e865';
}
.ttm-ptablebox-price-w {
    padding: 16px 0 5px 20px;
}
.tm-ptablebox .tm-price-text {
    margin-right: -30px;
}
.tm-ptablebox .tm-ptablebox-frequency {
    padding-right: 16px;
}
.tm-ptablebox .tm-ptablebox-price {
    padding-right: 14px;
}
.tm-ptablebox .tm-ptablebox-cur-symbol {
    margin-left: -10px;
}
.tm-ptablebox .tm-ptable-icon-wrapper {
    border-left: 1px solid rgba(0,0,0,.08);
	border-right: 0;
}
div.pp_default .pp_expand, body div.pp_default .pp_close  {
    font-size: 0;
}
/*Home Page3*/
.tm-factindigit .tm-fid.tm-fid-view-style5 .tm-fld-contents .tm-digit-content, .tm-fid-view-lefticon.inside h4 {
	float:right;
}
.tm-factindigit .inside.tm-fid-view-style5 {
    margin-right: 0;
}
.themetechmount-servicebox-styletwo .tm-service-icon {
    right: 0;
}
.tm-fid-view-lefticon .tm-fld-contents {
	padding-right: 70px;
}
.tm-buildtab-icon-arrow-right:before {
    transform: rotate(180deg);
}
.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo:before {
    border-left: 42px solid transparent;
    border-right: 0;
    left: 110px;
    right: auto;
}
/*Topbar and Header*/
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
    padding-right: 16px;
    padding-left: 0;
}
.themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child {
    padding-right: 0px!important;
	padding-left: 16px!important;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
    padding-right: 16px;
    padding-left: 0;
}
.top-contact i {
    margin-left: 7px;
    margin-right: 0px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
    right: 0;
    left: auto;
}
.tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child, .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-right: 10px;
    padding-left: 0;
}
.tm-headerstyle-classic .top-contact.tm-highlight-right {
    margin-right: -4px;
    margin-left: 0;
}
.tm-headerstyle-classic .site-header-main .headerlogo:before {
    right: auto;
    left: 100%;
}
.tm-header-text-area {
    padding-right: 24px;
    padding-left: 0px;
}
.tm-header-invert .tm-header-icons {
    padding-right: 17px;
    padding-left: 15px;
}
.tm-header-menu-position-center #site-header-menu {
    float: none !important;
}
.tm-header-invert .tm-header-icon, .tm-header-invert .themetechmount-fbar-btn {
    margin-left: 0;
    margin-right: 10px;
}
.tm-header-icons:not(.tm-textarea-empty):before {
    left: 0px;
    right: auto
}
.header-info-widget .elementor-button-link.elementor-button .elementor-align-icon-right {
    margin-right: 0;
    float: right;
    margin-left: 0;
}
.tm-headerstyle-classic .site-header-main .headerlogo {
    padding-left: 0px;
    margin-right: 0;
}
.tm-headerstyle-classic .tm-header-invert .elementor-button-content-wrapper {
    display: -webkit-box;
}
.tm-headerstyle-classic .tm-btn1 .tm-buildtab-icon-right-thin:before {
    transform: rotate(180deg);
	margin-right: 18px;
}
.tm-header-style-classic .tm-search-overlay, .tm-header-overlay .tm-search-overlay {
    left: 50px;
    right: auto;
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li.mega-menu-flyout ul.mega-sub-menu ul.mega-sub-menu, #site-header-menu #site-navigation div.nav-menu > ul li > ul ul {
    border-left: 0;
    right: 100%;
    left: auto;
}
#site-header-menu #site-navigation div.nav-menu > ul ul li > a, .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a, .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li.mega-menu-megamenu .mega-sub-menu a {
    text-align: right;
}
#site-header-menu #site-navigation div.nav-menu > ul > li ul li.page_item_has_children > a:after, #site-header-menu #site-navigation div.nav-menu > ul > li ul li.menu-item-has-children > a:after {
    content: "\f104";
    left: 20px;
    right: auto;
	transition: all .6s ease;
}
#site-header-menu #site-navigation div.nav-menu > ul > li ul li.menu-item-has-children > a:hover:after {
    left: 20px;
	transition: all .6s ease;
}
#site-header-menu #site-navigation div.nav-menu > ul > li i {
    left: auto;
    right: -12px;
}
#site-header-menu #site-navigation div.nav-menu > ul ul li > a:before, .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li > a:before {
    right: 0;
    border-right: 3px solid #ffa800;
	border-left: 0;
}
#site-header-menu #site-navigation .sep-img {
    left: 68%;
}
.tm-headerstyle-classic .themetechmount-topbar-wrapper .social-icons li, .tm-header-overlay .themetechmount-topbar-wrapper .social-icons li, .tm-search-overlay .tm-site-searchform input[type="search"], .tm-header-style-infostack .tm-header-top-wrapper .site-branding, .tm-header-style-infostack .kw-phone .tm-header-icons, .tm-header-overlay .site-header .themetechmount-social-links-wrapper, .tm-header-overlay .social-icons li, .tm-header-overlay #site-header-menu #site-navigation .nav-menu {
    float: right;
}
.tm-search-overlay .w-search-form-row:before {
    left: -12px;
    right: auto;
    border-right: 10px solid;
    border-left: 0;
    border-right-color: #ffa800;
}
.tm-search-overlay {
    border-left-color: #ffa800!important;
	border-left: 3px solid;
    border-right: 0;
}
/*Header-infostack*/
.tm-header-style-infostack .tm-top-info-con > .header-widget:after {
    left: 0px;
    right: auto;
}
.tm-header-style-infostack .header-widget .header-content {
    padding-right: 12px;
    padding-left: 0;
}
.tm-header-style-infostack .tm-top-info-con {
    float: left;
    text-align: right;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child {
    padding-left: 0;
}
.tm-header-style-infostack .kw-phone .ttm-custombutton {
    padding: 0 18px 0 30px;
    margin-right: 20px;
    margin-left: 0;
}
.tm-header-style-infostack .ttm-custombutton i {
    padding-right: 10px;
    padding-left: 0;
}
.tm-header-iconbox .header-content {
    padding-right: 10px;
    padding-left: 0;
}
.tm-header-style-infostack .kw-phone {
    padding: 0px 8px 0px 0;
}
.tm-header-style-infostack .kw-phone {
    left: -1px;
    right: auto;
}
.tm-header-style-infostack #site-header-menu #site-navigation .nav-menu {
    float: right;
    margin-right: 7px;
    margin-left: 40px;
}
.tm-topbar-content .tm-wrap-cell div:before {
    left: auto;
    right: 0;
}
.tm-topbar-content .tm-wrap-cell div {
    margin-right: 15px;
    margin-left: 0;
}
.tm-search-overlay {
    left: 50px;
    right: auto;
}
/*Header overlay*/
.tm-header-style-classic.tm-header-invert .container-fullwide #site-header-menu {
    margin-right: 20px;
    margin-left: 0;
	float: none;
    display: block;
}
.tm-header-overlay .tm-overlay-iconbox .header-content {
    padding-right: 10px;
    padding-left: 0;
}
.tm-header-overlay .site-branding {
    padding-left: 100px !important;
    padding-right: 0 !important;
    margin-left: 40px;
    margin-right: 0;
	border-left: 1px solid rgba( 255,255,255,0.2);
    border-right: 0;
}
.tm-header-invert .site-header-main.container-fullwide {
    padding-right: 50px;
}
/*Footer*/
.mailchimp-inputbox button[type="submit"] {
	left: 0;
	right: auto;
}
.tm-buildtab-icon-right-thin:before {
	transform: rotate(180deg);
}
.mailchimp-inputbox button i {
    margin-right: 2px;
}
.footer .tm-ctabox-row .widget-area .texticon1 .tm-iconlink {
    padding-left: 12px;
	padding-right: 0;
}
ul.tm-recent-post-list>li .post-date i {
    margin-left: 6px;
	margin-right: 0;
}
ul.tm-recent-post-list>li img {
    float: right;
    margin-left: 18px;
    margin-right: 0;
}
.widget_recent_comments li.recentcomments:before, .widget_recent_entries a:before, .widget_meta a:before, .widget_categories a:before, .widget_archive li a:before, .widget_pages li a:before, .widget.widget_nav_menu li a:before, .widget_product_categories a:before {
    right: 0;
    transform: rotate(180deg);
    left: auto;
}
.footer-nav-menu li:first-child {
    padding-right: 0;
}
.footer-nav-menu li {
    padding-left: 14px;
}
ul.footer-nav-menu li:after {
    padding-right: 7px;
}
.bottom-footer-text:before {
    left: 0;
}
.bottom-footer-text:after {
    left: 70%;
    right: auto;
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    right: 50%;
    left: auto;
}
.site-footer .tooltip-top:after, .site-footer .tooltip:after, .site-footer [data-tooltip]:after {
    margin-right: -15px;
    margin-left: 0;
}
/*About us2*/
.tm-progress span.elementor-progress-percentage {
    right: 0;
}
.stepline .img1 {
    right: 55px;
    left: 0;
}
.stepline li {
    padding-right: 215px;
    padding-left: 0;
}
.stepline li:nth-child(even) .img1 {
    left: 55px;
    right: auto;
}
.stepline li:nth-child(even) {
    padding-left: 215px;
    padding-right: 0;
    text-align: left;
}
.stepline li:after {
    right: -57px;
    left: auto;
}
.stepline li:before {
    right: -77px;
    left: auto;
}
.stepline li:nth-child(even):after, .stepline li:nth-child(even):before, .stepline li i {
    right: auto;
    left: -10px;
}
.stepline li:nth-child(even):before {
    left: -30px;
}
.stepline li i {
    left: 0;
}
.stepline li .btnlink a.btn {
    padding: 6px 0 6px 25px;
}
.stepline li .btnlink1 a.read-btn {
    padding-left: 25px;
	padding-right: 0;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left:before {
    background-color: transparent;
}
.elementor-accordion .elementor-active.elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left:before {
    border-left: 1px solid rgba(255,255,255,.2);
	border-right: 0;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-ptable-icon-wrapper:after {
    left: 0;
	right: auto;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-ptable-icon-wrapper:before {
    right: 0;
    left: auto;
}
/*Team details*/
.themetechmount-deatils-content-area .tm-authorbox {
    padding: 10px 10px 10px 30px;
	right: -140px;
    left: auto;
}
.themetechmount-deatils-content-area .tm-authorbox .tm-left-content {
    padding-right: 20px;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li {
    margin-right: 7px;
	margin-left: 0;
}
/*Services*/
.tm-tab-style1 .elementor-tabs .elementor-tab-title.elementor-active:after {
    border-right: 18px solid #fff;
    border-left: 18px solid transparent;
    left: -36px;
    right: auto;
}
.tm-tab-style1 .elementor-tabs .elementor-tab-title {
    margin: 10px 5px 18px 18px;
}
/*Sidebar*/
.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.buildtab_all_post_list_widget li a:before, .widget.buildtab_category_list_widget li a:before {
    border-right: 5px solid #ffa800;
	border-left: 0;
}
.sidebar .widget.buildtab_category_list_widget ul>li a:after, .sidebar .widget.buildtab_all_post_list_widget ul>li a:after {
    left: 20px;
	transform: rotate(180deg);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.buildtab_all_post_list_widget li a:hover:before, .widget.buildtabcategory_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.buildtab_all_post_list_widget li.tm-post-active a:before, .widget.buildtab_category_list_widget li.current-cat a:before, .sidebar .widget .widget-title:before {
    right: 0;
}
.sidebar .widget .widget-title:after {
    right: 7px;
	left: auto;
}
.sidebar .widget .widget-title {
    padding-left: 0;
    padding-right: 22px;
}
/*Services2*/
.themetechmount-teambox-style1:before {
    border-right: 10px solid var(--tm-skincolor-text);
	border-left: 0;
}
.themetechmount-teambox-style1 .tm-member-social {
    left: 25px;
}
.multi-columns-row .col-md-4:nth-child(3n+4) {
    clear: left;
}
/*portfolio*/
.themetechmount-portfoliobox-style1 .tm-portfolio-icon a {
    left: 0;
	right: auto;
	transform: translateX(-50px);
}
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    margin: -51px 0 5px 26px;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    margin-left: 0;
}
.tm-pf-view-top-image ul {
	padding: 0;
}
/*contact us*/
.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading {
    padding-right: 25px;
    padding-left: 0;
}
/*Blog calssic*/
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    padding-right: 0;
    padding-left: 25px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta, .tm-social-share-wrapper .tm-social-share-title, .tm-social-share-wrapper .tm-social-share-links, .tm-social-share-wrapper .tm-single-top-btn, .single-tm_team_member .themetechmount-team-member-single-featured-area, .single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
    float: right;
}
.single article.post .tm-quote-imgbox blockquote:after {
    left: 15px;
    right: auto;
}
.wp-block-cover, .wp-block-cover-image {
    margin: 0 0 1.5em 1.75em;
}
.single-post article.post .entry-content ol.tm-post-num-list li:before {
    right: 15px;
    left: auto;
}
.single-post article.post .entry-content ol.tm-post-num-list li {
    padding-right: 40px;
    padding-left: 0;
}
.pagination-item.next .pagination-content {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:after, .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:after, .themetechmount-iconbox .tm-iocnbox-btn a:after, .themetechmount-box-blog .themetechmount-blogbox-desc-footer a:after {
    left: 0;
	right: auto;
	content: '\e865';
}
.pagination-item.prev .pagination-content {
    padding-left: 0;
    padding-right: 15px;
}
.widget.tm-sidebar-contact-banner .elementor-button .elementor-align-icon-right {
    left: 20px;
    right: auto
}
.widget.tm-sidebar-contact-banner .elementor-widget-button .elementor-button-link {
    padding: 15px 30px 15px 50px;
}
.tm-cnt-iconbox {
    text-align: right;
	left: 0;
    right: auto;
}
.tm-cnt-iconbox:before {
	left:auto;
    right: -40px;
	border-left: 0;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 40px;
}
.tm-cnt-iconbox .header-content {
    padding-right: 10px;
    padding-left: 0;
}
.sidebar .widget_product_categories li span, .sidebar .widget_categories li span {
    left: 0;
    right: auto;
}
.single-post .themetechmount-tags-links-title {
    padding-left: 7px;
    padding-right: 0;
}
.single-post .tm-social-share-title {
	padding-right: 0;
	padding-left: 10px;
}
/*slider*/
.tm-slider-button i {
    margin-left: 0; 
	margin-right: 5px;
}
.tm-slider-button:hover i {
    -webkit-animation: tfRightToleft 0.5s forwards;
    -moz-animation: tfRightToleft 0.5s forwards;
    animation: tfRightToleft 0.5s forwards;
}
#site-header-menu #site-navigation div.nav-menu > ul ul {
		left: auto;
		right: 0;
}
@media (max-width: 1200px) {
	.site-branding {
		float: left;
		padding-left: 0;
	}
	.tm-header-invert .tm-header-icons {
		right: 0;
		left: auto;
	}
	.tm-header-invert .tm-header-icon, .tm-header-invert .themetechmount-fbar-btn {
		right: 15px;
	}
	.tm-headerstyle-classic .site-header-main .headerlogo {
		padding-left: 0;
	}
	#site-header-menu #site-navigation div.nav-menu > ul > li {
		text-align: right;
	}
	.righticon {
		right: auto;
		left: 0px;
	}
	.tm-header-style-classic .tm-search-overlay, .tm-header-overlay .tm-search-overlay {
		right: 50px;
		left: auto;
	}
	.tm-textblock blockquote {
		margin: 0 40px 0 0;
	}
	.first-footer .widget-area {
		float: right;
	}
	.tm-header-overlay .site-branding {
		padding-left: 0px!important;
		margin-left: 0;
		border-left: 0;
	}
	.tm-team-details-line.tm-team-extra-details-line-phone {
		width: 100%;
	}
	.multi-columns-row .col-md-4:nth-child(3n + 4) {
	    right: 0!important;
		left: auto!important;
	}
	.tm-header-style-infostack .tm-header-top-wrapper .site-branding, .tm-search-overlay .tm-site-searchform input[type="search"] {
		float:left;
	}
	.tm-search-overlay .tm-site-searchform input[type="search"] {
		text-align: left;
	}
	.tm-search-overlay .w-search-form-row:before {
		right: -12px;
		left: auto;
		border-left: 10px solid;
		border-right: 0;
		border-left-color: #ffa800;
	}
	.tm-search-overlay {
		border-right-color: #ffa800!important;
		border-right: 3px solid;
		border-left: 0;
		left: 50px;
		right: auto;
	}
	.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
		margin-right: 0;
		width: 24.6%;
	}
	.elementor-section.tm-resetpadding-1200px {
		padding-right: 15px !important;
		padding-left: 0 !important;
	}	
}
@media (max-width: 1024px) {
	.tm-link-pos .themetechmount-element-portfoliobox-style1 .tm-sortable-list ul {
		float: none;
	}
	.tm-textblock blockquote {
		margin: 0;
	}
	.tm-col-res-margin, .tm-bg-res-margin .elementor-widget-wrap.elementor-element-populated {
		margin-left: 0;
	}
	.elementor-inner-section.tm-2-column-view-tablet.tm-column-break-ipad-no .elementor-container .elementor-column, .tm-2-column-view-tablet .elementor-column {
		width: 50% !important;
	}
	.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
		width: 40%;
	}
}
@media (max-width: 991px) {
	.stepline li {
		padding-right: 50px;
	}
	.stepline li:nth-child(even) {
		padding-left: 50px;
	}
	.tm-team-details-line.tm-team-extra-details-line-phone {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.tm-tab-style1 .elementor-tabs .elementor-tab-title {
		margin: 10px 10px 18px 0;
	}
	.prev-link_wrapper, .next-link_wrapper {
		width: 100%;
	}
	.next-link_wrapper {
		width: auto;
		float: left;
	}
	.tm-post-prev-next-buttons .pagination-img img {
		width: 90px;
	}
	.multi-columns-row .col-sm-6:nth-child(2n + 3) {
		float: right;
	}
	.themetechmount-deatils-content-area .tm-authorbox {
		right: 0;
		left: auto;
	}
}
@media (max-width: 767px) {

	.footer-nav-menu li {
		padding-left: 0;
	}
	.tm-footer2-left p, .tm-footer2-right {
		text-align: right!important;
		margin: 0;
	}
	.themetechmount-teambox-style1 .themetechmount-team-image-box img, .tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
		width: 100%;
	}
	.tm-tab-style1 .elementor-tabs .elementor-tab-title i {
		padding-bottom: 10px;
	}
}
@media (max-width: 591px) {
	.single-tm_portfolio .tm-pf-single-category-w, .single-post .tm_tag_lists {
		float: right;
	}
}
@media (max-width: 590px) {
	.stepline li {
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
	}
	.stepline li:nth-child(even) {
		transform: none;
		padding: 0;
		text-align: right;
	}
	.elementor-inner-section.tm-2-column-view-tablet.tm-column-break-ipad-no .elementor-container .elementor-column, .tm-2-column-view-tablet .elementor-column, .single-tm_portfolio .tm-pf-single-category-w, .single-post .tm_tag_lists {
		width: 100% !important;
	}
	.themetechmount-box.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 {
		padding-top: 0;
	}
	.main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.tm-col-res-margin, .tm-bg-res-margin .elementor-widget-wrap.elementor-element-populated {
		margin-left: 15px !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1380px){
	.site-header-main.container-fullwide {
		padding-left: 15px;
	}
	.tm-header-overlay .site-branding {
		padding-left: 20px !important;
		padding-right: 0px !important;
		margin-left: 15px;
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date, .tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
		margin-left: 15px;
		margin-right: 0;
	}
}
@media (max-width: 620px) {
	.single-post article.post ol {
		padding: 0 25px 0 0;
	}
}

