/*
Theme Name: Teliqon
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 {
	margin: 0.4em 0 1.6em 1.6em;
}

img.alignright{

    margin: 10px 0 0px 10px;
}
.main-holder .vc_toggle .vc_toggle_content{
	    padding: 2px 13px;

}

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: 1em;
*/}

.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;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-right: 1.3333em;
		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: 66px;
	}

	.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: 74px;
	}

	.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;
		margin-left: -100%;
	}*/
	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.teliqon_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: 15px;
}

.widget_recent_comments li.recentcomments:before, .widget_recent_entries a:before, .widget_meta a:before, .widget_categories a:before, .widget_archive li a:before, .widget_pages li a:before, .widget_nav_menu li a:before {
    content: "\e808";
}
ul.teliqon_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';	  
}
ul.tm-recent-post-list > li > a:first-child {
    margin-left: 15px;
	margin-right: 0px;
	float: none;
	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 {
	left: auto;
    right: -19px;   
}
.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);
    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;
}



ul {
    list-style-type: none;
    
}


.themetechmount-iconbox-styletwo .tm-boxicon-small.tm-iconstyle-rounded.tm-boxiconbg-grey .tm-box-icon{
	padding-right: 8px;
}
.themetechmount-box-service.themetechmount-service-box-stylefour .themetechmount-box-title.tm-wrap-cell{
	padding-left: 0;
	padding-right: 30px;
}
.themetechmount-box-service.themetechmount-service-box-stylefour .themetechmount-serviceboxbox-readmore{
	padding-right: 0;
}
.themetechmount-service-box-stylefour .themetechmount-serviceboxbox-readmore:after{
	border-right-color: transparent;
    border-left-color: inherit;
}
.themetechmount-service-box-stylefour .themetechmount-serviceboxbox-readmore:after, 
.themetechmount-service-box-stylefour .themetechmount-serviceboxbox-readmore:before{
	left: 0;
    right: auto;
}
.tm-border-separator:after{
	right: auto;
}
.tm-fluid-menu .tm-vc_btn3-container .tm-vc_btn3-style-outline{
	padding-right: 10px;
}
.tm-fluid-menu .tm-vc_btn3-container .tm-vc_btn3.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty){
	padding-right: 25px;
    padding-left: 50px;
}
.tm-fluid-menu .tm-vc_btn3-container .tm-vc_btn3.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon{
	left: 30px;
	right: auto;
}
.themetechmount-testimonialbox-styleone .themetechmount-box-desc blockquote{
	text-align: right !important;
}
.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail{
	left: auto;
	right: 0;
}
.themetechmount-testimonialbox-styleone .themetechmount-box-content:after, 
.themetechmount-testimonialbox-styleone .themetechmount-box-content:before{
	left: auto;
    right: 40px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .themetechmount-testimonialbox-styleone .themetechmount-box-content, 
.themetechmount-testimonialbox-styleone .themetechmount-box-content{
    padding-left: 0;
    padding-right: 100px;
}
.themetechmount-progress-bar.vc_progress_bar .vc_single_bar .vc_bar{
	right: 4px;
}
.themetechmount-progress-bar.vc_progress_bar span.tm-vc_label_units.vc_label_units{
	margin-left: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-content .tm-entry-meta .tm-meta-line{
	padding-left: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .tm-entry-meta .tm-meta-line:after{
	right: auto;
    left: -8px;
}
.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after{
	border-left: 1px solid #eaeaea;
	left: -10px;
	border-right: hidden;
	right: auto;
}
.tm-column-inline .vc_column_container{
	float: right;
}
.tm-col-seprator .vc_column_container{
	border-left: 1px solid #dedede;
	border-right: none;
}
.tm-col-seprator .vc_column_container:last-child {
	border-left: none;
}
.tm-teliqonicon .tm-list-li-content{
	padding-right: 32px !important;
}
.tm-teliqonicon li i{
	right: 20px !important;
	transform: rotate(0deg) !important;
}
.themetechmount-testimonial-box-style4 .themetechmount-box-desc blockquote{
	text-align: right !important;
}
.themetechmount-testimonial-box-style4 .themetechmount-box-content{
	margin-right: -65px;
    margin-left: 60px;
}
.themetechmount-testimonial-box-style4 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail{
	border-left: none;
    border-right: 5px solid #a9c200;
}
.themetechmount-boxes-testimonial .themetechmount-testimonial-box-style4 .themetechmount-box-author .themetechmount-box-title{
	padding-right: 42px;
	padding-left: 0;
}
.themetechmount-testimonial-box-style4 .themetechmount-box-content .themetechmount-box-img img{
	margin-right: 20px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel.tm-slickstyleleft-2 .slick-dots{
	right: 0;
    left: auto;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots{
	margin-right: 8px;
}
.themetechmount-testimonial-box-style4 .themetechmount-box-author{
	text-align: right;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox>a{
	right: 0;
}
.tm-icon-position{
	left: auto !important;
	right: -27px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-desc {
    padding: 25px 13px 60px 35px;
    text-align: right;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-title h4{
	padding: 3px 0px 22px 20px;
}

.themetechmount-blogbox-styletwo .themetechmount-box-desc .entry-meta .posted-on{
	margin-right: 70px;
    margin-left: 0;
}
.themetechmount-blogbox-styletwo .themetechmount-more-button{
	margin-right: 37%;
}
.themetechmount-blogbox-styletwo .tm-entry-meta .tm-meta-line i{
	padding-left: 0;
}
.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:after{
	right: auto;
    left: -13px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading{
	padding-right: 3px;
	padding-left: 0;
}
.tm-col-bgcolor-skincolor .tm-col-seprator .vc_column_container {
    border-right: 1px solid rgba(255,255,255,.22);
    border-left: none;
}
.tm-col-bgcolor-grey .vc_row.wpb_row .tm-column-inner .tm-fid-view-lefticon{
	padding: 29px 40px 34px 15px;
}
.tm-fid-view-lefticon .tm-fld-contents{
	padding-right: 70px;
	padding-left: 0;
	text-align: right;
}
.tm-fid-view-lefticon .tm-fld-contents h4{
	float: right;
}
.themetechmount-teambox-style2 .themetechmount-box-social-links ul li i::before{
	margin-right: 0;
}
.themetechmount-teambox-style2:hover .themetechmount-box-content.tm-bg-layer1:after{
	left: 4px;
	right: auto;
	transform: rotate(90deg);
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-icon{
	padding-right: 22px;
}
.themetechmount-iconbox-stylesix .tm-iconbox-boxcontent .tm-cta3-content-wrapper{
	margin-right: 37px;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-vc_general h2{
    margin-right: 31px;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner>.tm-iconbox-wrapper{
	float: right;
}
.themetechmount-iconbox-stylesix {
    padding: 61px 117px 3px 0;
}
.tm-leftposition{
	left: auto;
    right: -15px;
    transform: rotate(0deg);
}
.tm-row .vc_toggle .vc_toggle_title .vc_toggle_icon{
	right: auto;
    left: 20px;
}
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-footer-readmore a:after{
	left: -18px;
}
.themetechmount-blogbox-styletwo span.tm-meta-line.comments-link{
	padding-right: 0 !important;
}
.tm-ptablebox-style-1 .tm-sbox-icon-wrapper{
	margin-right: -22px;
}
.themetechmount-ptables-w .tm-ptablebox-style-1 .tm-vc_btn3.tm-vc_btn3-color-black.tm-vc_btn3-style-outline{
	padding-right: 30px;
    padding-left: 40px;
}
.ttm-pricetable-column-w .tm-ptablebox-style-1 .tm-vc_btn3-container a:after{
	left: 27px;
	right: auto;
}
.themetechmount-service-box-stylefour .themetechmount-serviceboxbox-readmore a:before{
	left: -13px;
	right: auto;
}
.themetechmount-boxes-steps .steps-style2 .tm-box-iconbox{
	left: auto;
	right: 45px;
}
.themetechmount-boxes-steps .steps-style2 .tm-steps-desc {
    padding-right: 88px;
    padding-left: 0;
}
.themetechmount-boxes-steps .steps-style2 .tm-box-iconbox:before{
	transform: scaleX(-1);
	left: -12px;
}
.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .steps-style2 .tm-box-iconbox .tm-vc_icon_element .tm-vc_icon_element-inner .tm-vc_icon_element-icon{
	margin-left: 0;
}
.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 .tm-box-iconbox{
	right: 90px;
}
.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 .tm-box-iconbox:before{
	left: -12px;
}
.tm-fid.tm-fid-without-icon .tm-fld-contents{
	text-align: right;
}
.tm-processbox-wrapper .tm-processbox .tm-box-image:before{
	left: -98px;
    right: auto;
    transform: rotate(180deg);
}
.inside.tm-fid-view-lefticon{
	padding: 29px 40px 34px 15px;
}
.tm-col-seprator-about .vc_column_container{
	border-left: none;
}
.tm-testimonial-box-view-style2 .themetechmount-post-item{
	display: inline-flex;
	border-left: 1px solid #e4e4e4;
	border-right: none;
}
.tm-testimonial-box-view-style2 .themetechmount-box-img{
	left: auto;
	right: 29px;
}
.tm-testimonial-box-view-style2 .themetechmount-box-content{
	margin-left: 0;
	margin-right: 58px;
}
.tm-testimonial-box-view-style2 .themetechmount-box-desc .themetechmount-testimonial-text, 
.tm-testimonial-box-view-style2 .themetechmount-box-author{
	text-align: right;
}
.tm-testimonial-box-view-style2 .themetechmount-box-img:before{
	right: auto;
	left: -14px;
}
.tm-vc_btn3.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty){
	padding-right: 30px;
    padding-left: 45px;
}
.tm-vc_btn3.tm-vc_btn3-size-md.tm-vc_btn3-icon-right:not(.tm-vc_btn3-o-empty) .tm-vc_btn3-icon{
	left: 28px;
	right: auto;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox .tm-team-social-links{
	left: auto;
	right: 30px;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox .tm-team-social-links li:last-child a{
	padding-right: 0;
	border-right: 1px solid #dfd9d9;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox .tm-team-social-links li:first-child a{
	padding-right: 15px;
}
.themetechmount-teambox-style1 .themetechmount-team-iconbox .tm-teliqon-icon-share:before{
    transform: scaleX(-1);
}
.wpb-js-composer .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container{
	text-align: right;
}
.tm-single-image-wrapper.imagestyle-two .tm-single-image-inner img {
    padding-right: 19px;
}
.themetechmount-blogbox-styleone .themetechmount-box-content .entry-meta.tm-entry-meta{
    padding: 5px 0 8px 0;
}
.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-vc_general h2{
	margin-right: 64px;
}
.tm-headerstyle-infostack .tm-wrap-cell .tm-align-right:after{
	left: 0;
	right: auto;
}
.tm-align-right {
    text-align: left;
}
.tm-headerstyle-infostack .tm-topbar-content .tm-wrap-cell .top-contact li:last-child{
	padding-right: 0;
}
.tm-headerstyle-infostack .tm-topbar-content .tm-wrap-cell .top-contact li:first-child{
	padding-left: 30px;
}
.tm-header-style-infostack .tm-top-info-con{
	float: left;
}
.tm-header-style-infostack .tm-header-top-wrapper .site-branding{
	float: right;
	z-index: 0;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child{
	padding-left: 0;
	padding-right: 40px;
}
.tm-header-style-infostack .header-widget .header-content {
    padding-left: 0;
    padding-right: 12px;
    text-align: right;
}
.tm-header-style-infostack .tm-top-info-con > .header-widget:after{
	left: 0;
	right: auto;
}
.tm-header-style-infostack .site-branding:before{
	left: 0 !important;
    right: auto !important;
}
.tm-header-style-infostack .site-branding:after{
	left: -42%;
	border-left: 1px solid #e4e4e4!important;
	border-right: none !important;
}
.tm-header-style-infostack .kw-phone{
	left: 0;
	right: auto;
}
.tm-header-style-infostack .tm-header-small-search-form{
	margin-left: -8px;
    float: left;
}
.tm-header-style-infostack .tm-header-small-search-form:before{
	left: 0;
	right: auto;
}
.tm-header-style-infostack .tm-header-small-search-form input[type="search"]{
	padding: 0 30px 0 65px;
}
.tm-header-style-infostack .tm-header-small-search-form .header-search{
	right: auto;
    left: 20px;
}
.tm-header-style-infostack:not(.tm-header-style-toplogo) #site-header-menu #site-navigation div.nav-menu > ul > li:after{
	right: 0;
}
.tm-headerstyle-infostack .tm-wrap-cell.tm-align-right:after{
	left: 0;
	right: auto;
}
.tm-headerstyle-infostack #site-header-menu #site-navigation div.nav-menu > ul ul{
	text-align: right;
	right: 0;
	left: auto;
}
.tm-headerstyle-infostack #site-header-menu #site-navigation div.nav-menu > ul ul li > a:before{
	right: 20px;
	left: auto;
}
ul.widget_contact_wrapper li div{
	padding-right: 24px;
    padding-left: 0;
    border-right: 1px solid rgba(255,255,255,.08);
    border-left: none;
}
ul.tm-recent-post-list>li img{
	margin-right: 0;
}
.footer .widget.themetechmount_widget_recent_entries .tm-recent-post-list{
	text-align: right;
}
.second-widget-area .enhanced-text-widget .widget-text .mailchiptext{
	padding-right: 0;
	padding-left: 10px;
}
.tm_subscribe_form .btn{
	padding: 10px 25px 10px 30px;
	left: -2px;
    right: auto;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mc4wp-form-fields .tm_subscribe_form i{
	left: auto;
    right: 20px
}
ul.footer-nav-menu li:after{
	padding-right: 7px;
    padding-left: 0;
}
.footer-nav-menu li:last-child{
	padding-right: 14px;
}
.site-footer .widget.widget-3.widget_nav_menu ul li {
    display: inline-block;
    width: calc(50% - 3px);
    float: none;
    padding: 0 0 10px 0;
}
.widget.teliqon_all_post_list_widget li a:before{
	right: 0;
}
.widget .tm-file-links .tm-links i{
	margin-right: 0;
    margin-left: 20px;
}
.sidebar .widget .widget-title span:before{
	right: 0;
}
.sidebar .widget .widget-title{
	padding-left: 0; 
    padding-right: 13px;
}
.sidebar .widget ul.teliqon_contact_widget_wrapper li{
	padding-left: 0;
	padding-right:35px;
}
.sidebar .widget.teliqon_contact_widget{
	margin-left: 0;
}
ul.teliqon_contact_widget_wrapper li:before{
	right:0px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content{
	    padding: 50px 30px 50px 74px;
}
.themetechmount-box-blog-classic .tm-social-share-wrapper{
	float: left;
}
.sidebar .widget .widget-title:after{
	right: -25px;
}
.sidebar ul.tm-recent-post-list>li img{
	margin-left: 0;
}
.single-tm_team_member .tm-team-social-links-wrapper ul{
	text-align: right;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li:first-child{
	margin-left: 10px;
}
.tm-team-details-list .tm-team-list-title{
	margin-left: 3px;
	margin-right: 0;
}
article.themetechmount-box-blog-classic .tm-post-date{
	left: 40px;
	right: auto;
}
.themetechmount-box-blog-classic .tm-entry-meta.tm-entry-meta-blogclassic{
	display: flex;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line{
	padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i{
    margin-left: 0;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left{
	float: right;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a{
	padding: 18px 37px 14px 49px;
}
.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:before{
	left: 36px;
	right: auto;
}
.themetechmount-pagination .tm-teliqon-icon-arrow-right::before{
	transform: rotate(180deg);
}
.themetechmount-box-blog-classic .tm-blog-classic-box-content blockquote:before{
	right: 95px;
	left: auto;
}
.themetechmount-box-blog-classic .themetechmount-blogbox-sharebox .tm_tag_lists{
	float: right;
}
.single-tm_team_member .themetechmount-team-img{
	padding: 50px 25px 50px 0;
}
.themetechmount-team-member-single-featured-area{
	float: right;
	padding-left: 0;
}
.themetechmount-team-member-single-content-area .tm-team-member-content {
    padding: 100px 30px 0 0;
}
.tm-contactform-2 .tm-vc_general.tm-vc_btn3{
	float: right;
}
.tm-commonform.formstyle1 input[type="submit"]{
	float: right;
    padding: 17px 60px 16px 75px;
}
.tm-commonform.formstyle1 i{
	right: 150px;
    left: auto;
}
.tm-commonform.formstyle1 .col-md-3{
	float: right;
}
.site-footer .widget.widget-2 ul.tm-recent-post-list > li > a:first-child{
	margin-left: 18px;
}
.tm-col-seprator .vc_column_container{
	height: auto;
}
.tm-step-box-img img.vc_single_image-img.attachment-full{
	height: 668px;
    width: 434px;
    margin-bottom: -22px;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-blog-inner .row.slick-slider,
.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper.row.slick-slider {
    margin-right: -7px;
    margin-left: -7px;
}
.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 12px;
    padding-right: 9px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w{
	    margin-left: 0px;
    margin-right: 0;
}
a.pp_close{
	color: transparent;
}
.wpcf7 form .wpcf7-response-output{
	    margin: 6em -0.5em 1em 1em;
}
::selection {
    text-shadow: none;
    background: #a9c200;
    color: #262c31;
}
.tm-service-leftsidebar{
	padding-top: 35px !important;
}
.tm-contactform-1 textarea{
	padding-right: 50px;
}
.tm-contactform-1 input[type="email"], .tm-contactform-1 input[type="text"]{
	padding-right: 50px;
}
section.error-404 .search-form .search-field{
	padding-right: 50px;
    padding-top: 7px;
}
.tm-search-select-box .select2-container--default .select2-selection--single{
	padding-right: 30px;
}
.tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu > ul > li:last-child{
	border-bottom: none;
}
.themetechmount-boxes.themetechmount-boxes-steps .themetechmount-boxes-inner>.row.themetechmount-boxes-row-wrapper{
	padding-bottom: 60px;
}



@media only screen and (max-width: 391px){
	.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i{
		padding-right: 0 !important;
	}
	.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after{
		margin: 0px 4px;
	}
	.tm-header-style-infostack #site-header-menu #site-navigation .menu-toggle{
		left: 10px !important;
		right: auto;
	}
	.tm-element-heading-wrapper:not(.tm-heading-style-horizontal) .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
		margin-bottom: -30px;
	}
	.themetechmount-pagination{
		margin-bottom: 0;
	}
	section.error-404{
		padding: 50px 0;
	}
	.themetechmount-iconbox-styleeight .themetechmount-iconbox-inner{
		padding: 55px 55px 16px 30px;
	}
	.sidebar .widget ul.teliqon_contact_widget_wrapper li{
		margin-right: -20px;
	}
	 article.post .entry-content blockquote p{
	 	margin-bottom: 0 !important;
	 	    padding-right: 15px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
	 }
}
@media only screen and (max-width: 495px){
	.themetechmount-iconbox-stylesix {
    	padding: 30px 60px 3px 0;
	}
}
@media only screen and (max-width: 591px){
	.tm-social-share-wrapper .tm-social-share-links{
		float: right !important;
	}
}
@media only screen and (max-width: 680px){
	.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2{
		font-size: 38px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 767px){	
	.themetechmount-testimonial-box-style4 .themetechmount-box-content {
    	margin-right: 0;
    	margin-left: 0;
	}
	.tm-icon-position{
		right: 40px !important;
	}
	.tm-testimonial-box-view-style2 .themetechmount-post-item{
		display: block;
	}
	.tm-testimonial-box-view-style2 .themetechmount-box-content {
    	margin-right: 0;
	}
	.tm-testimonial-box-view-style2 .themetechmount-box-desc .themetechmount-testimonial-text, .tm-testimonial-box-view-style2 .themetechmount-box-author{
		text-align: center;
	}
	.themetechmount-team-member-single-content-area .tm-team-member-content{
		padding-top: 0 !important;
	}
	.widget-area.col-xs-12.col-sm-4.col-md-4.col-lg-4.second-widget-area:first-child{
		padding-right: 15px !important;
	}
	.single-tm_team_member .themetechmount-team-img{
		padding-bottom: 20px !important;
	}
	.single-tm_team_member .tm-team-member-view-default .themetechmount-team-img{
		margin-left: 40px;
	}
	.tm-vc_btn3-inline.vc_custom_1668401173663{
		padding-right: 0 !important;
	}

}
@media only screen and (max-width: 991px){
	.tm-col-seprator .vc_column_container{
		border-left: none;
	}
	.tm-icon-position{
		right: 20px;
	}
	.wpb_single_image.vc_align_left {
    	text-align: right;
	}
	.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper{
		float: right;
	}
	.tm-col-bgcolor-skincolor .tm-col-seprator .vc_column_container{
		border-right: none;
	}
	.themetechmount-ptables-w .ttm-pricetable-column-w{
		margin-left: 0;
		margin-right: 0;
	}
	.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 .tm-box-iconbox{
		right: 45px;
	}
	.themetechmount-boxes-steps .tm-steps-box.steps-style2 {
    	margin-right: -24px !important;
    	margin-left: 0 !important;
	}
	.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 {
    	margin-right: -24px !important;
    	margin-left: 0 !important;
	}
	.themetechmount-boxes-steps .steps-style2 .tm-box-iconbox{
		right: auto;
	}
	.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 .tm-box-iconbox{
		right: auto;
	}
	.tm-commonform.formstyle1 .col-md-3{
		float: none;
	}
	article.themetechmount-box-blog-classic .tm-blog-classic-box-content{
		padding: 50px 30px 50px 30px;
	}
	ul.widget_contact_wrapper li i{
	min-width: 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.themetechmount-blogbox-styleone .themetechmount-box-content .entry-meta.tm-entry-meta{
		padding-right: 15px;
	}	
}
@media only screen and (max-width: 1199px){
	.tm-row.tm-responsive-custom-96065959{
		padding-top: 70px !important;
    	padding-bottom: 70px !important;
	}
}

@media only screen and (max-width: 1200px){
	.tm-header-style-infostack #site-header-menu #site-navigation .menu-toggle{
		left: 0px;
		right: auto;
	}
	.tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu > ul > li{
		text-align: right;
	}
	.tm-header-style-infostack .righticon{
		left: 0;
		right: auto;
	}
	.tm-header-style-infostack .tm-header-top-wrapper .site-branding{
		z-index: 1;
	}
	.site-footer .widget.widget-3.widget_nav_menu ul li{
		width: 100%;
	}
	.break-991-colum .tm-column-inline .vc_column_container{
		float: right;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
	.tm-right-span .tm-col-wrapper-bg-layer {
    	margin-right: 0;
	}
}
@media only screen and (max-width: 1700px){
	.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2{
		margin-right: 0;
    	margin-left: 0 ;
	}
	.themetechmount-boxes-steps .tm-steps-box.steps-style2 {
    	margin-right: -45px;
    	margin-left: 45px;
    }
    .row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .tm-steps-box.steps-style2 .tm-box-iconbox {
    	right: 45px;
	}
	.themetechmount-boxes-steps .steps-style2 .tm-box-iconbox {
    	right: 0;
	}
	.row.themetechmount-boxes-row-wrapper .tm-box-col-wrapper.col-lg-12:nth-child(2) .steps-style2 .tm-box-iconbox .tm-vc_icon_element .tm-vc_icon_element-inner .tm-vc_icon_element-icon {
    	margin-left: 0;
	}
}
.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-left: 4px;
    padding-right:0px;
}
.widget.teliqon_all_post_list_widget li:last-child {
    border: 1px solid #e4e4e4 !important;
}
.widget .tm-file-links .tm-links:last-child {
    margin-bottom: 10px;
}
ul.tm-recent-post-list>li .post-date i {
    margin-left: 6px;
    margin-right:0px;
}
@media (max-width: 1200px){	
.tm-header-style-infostack #site-header-menu .container,
.container.tm-container-for-header {
    width: 100%;
	padding-right:0px;
}
.site-header-main.tm-wrap {
    margin: 0 15px 0 15px;
}
}
@media (max-width:991px){	
.site-footer .tm-container-for-footer {
	width:100%;
}
}
@media (max-width:480px){
.tm-togglestyle .tm-column-inner .vc_toggle img.alignright {
    width: 100%;
    margin-bottom: 15px;
}
}