/*
Theme Name: Autovis
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: none;
	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;
	}

	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-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: 20px;
	}

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

	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 */
.prt-heading-style-horizontal.prt-element-align-center .prt-vc_general.prt-vc_cta3 .prt-vc_cta3-content .prt-vc_cta3-content-header {
	text-align: left;
	padding-left: 80px;
	padding-right: 0px;
}

.prt-heading-style-horizontal.prt-element-align-center .prt-vc_general.prt-vc_cta3 .prt-vc_cta3-content .prt-vc_cta3-content-header:after {
	left: 40px;
	right: auto;
}

.prt-heading-style-horizontal.prt-element-align-center .prt-vc_general.prt-vc_cta3 .prt-vc_cta3-content p {
	text-align: right;
}

.prt-header-style-centerlogo #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal {
	direction: ltr;
}

.prt-header-style-centerlogo .preyantechnosys-fbar-btn {
	margin-right: -22px;
}

/* Widget Area */
.prt-list.prt-list-style-icon .prt-list-li-content {
	padding-right: 25px;
	padding-left: 0px;
}

.widget .search-form .search-submit {
	left: 0px;
	right: auto;
}

.widget .widget-title:after {
	left: auto;
	right: 0;
}

ul.autovis_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-right: 0px;
    padding-left: 15px;
} */
.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.autovis_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.prt-recent-post-list > li > a:first-child {
	margin-left: 0;
	margin-right: 0px;
	float: none;
	float: right;
}

/* List style */
.prt-list.prt-list-style-icon.prt-list-textsize-small .prt-list-li-content {
	padding-left: 0px;
	padding-right: 16px;
}

.prt-list.prt-list-textsize-medium.prt-list-style-icon .prt-list-li-content {
	padding-left: 0px;
	padding-right: 22px;
}

.prt-list.prt-list-textsize-large.prt-list-style-icon .prt-list-li-content {
	padding-left: 0px;
	padding-right: 25px;
}

.prt-list.prt-list-style-icon.prt-list-textsize-xlarge .prt-list-li-content {
	padding-left: 0px;
	padding-right: 37px;
}

.prt-list.prt-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);
}

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

.prt-sbox.prt-sbox-iconalign-top-left .prt-vc_general.prt-vc_cta3 .prt-vc_cta3-icons {
	text-align: right;
}

.prt-sbox-iconalign-right-spacing .prt-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;
}

.prt-sbox-iconalign-left-spacing .prt-vc_cta3-icons-left.prt-vc_general.prt-vc_cta3 .prt-vc_cta3-icons {
	float: right;
}

.prt-vc_general.prt-vc_cta3.prt-vc_cta3-align-left .prt-vc_cta3-content, .prt-sbox.prt-sbox-iconalign-left-spacing  .prt-vc_cta3-icons-left.prt-vc_general.prt-vc_cta3 .prt-vc_cta3_content-container {
	text-align: right;
}

.prt-vc_general.prt-vc_cta3.prt-vc_cta3-icons-left .prt-vc_cta3_content-container {
	padding-left: 0em;
	padding-right: 1em;
}

.prt-vc_btn3.prt-vc_btn3-style-text.prt-vc_btn3-size-md.prt-vc_btn3-icon-right:not(.prt-vc_btn3-o-empty) {
	padding-right: 0px;
	padding-left: 30px;
}

.prt-vc_btn3.prt-vc_btn3-style-text.prt-vc_btn3-size-md.prt-vc_btn3-icon-right:not(.prt-vc_btn3-o-empty) .prt-vc_btn3-icon {
	right: auto;
	left: 0;
}

.prt-heading-style-vertical.prt-element-align-left .prt-vc_general.prt-vc_cta3 .prt-vc_cta3-content-header:after {
	right: 0;
	left: auto;
}

.prt-sbox-iconalign-before-heading.prt-sbox .prt-vc_general.prt-vc_cta3:not(.prt-vc_cta3-icon-size-xl) .prt-vc_cta3-icons {
	padding-left: 10px;
	padding-right: 0px;
}

/* Blog box */

/* .prt-entry-meta .prt-meta-line:after {
	left: auto;
    right: -19px;   
} 
.prt-entry-meta .prt-meta-line {
	padding-left: 22px;
	padding-right: 0px;
}*/
.prt-entry-meta .prt-meta-line i {
	padding-left: 5px;
	padding-right: 0px;
}

.preyantechnosys-events-box-view-top-image-details .preyantechnosys-post-readmore a:after, .preyantechnosys-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 */
.prt-tourtab-style1.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-style-outline .vc_tta-tab.vc_active>a, .prt-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;
}

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

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

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

.preyantechnosys-team-box-view-overlay:hover .preyantechnosys-box-social-links ul li {
	margin-right: 0px;
}

/* Progress bar */
.vc_progress_bar .vc_single_bar .vc_bar {
	right: 0;
	left: auto;
}

span.prt-vc_label_units.vc_label_units {
	left: 1px;
	right: auto;
}

.vc_progress_bar .prt-pbar-icon-true .vc_single_bar {
	margin-left: auto;
	margin-right: 60px;
}

.prt-pbar-single-bar-w {
	margin-right: 0;
}

/* Facts and Digit */
.prt-fid-view-lefticon-border .prt-fld-contents {
	padding-right: 102px;
	padding-left: 0;
	text-align: right;
}

.prt-fid-view-righticon-border .prt-fid-icon-wrapper:after, .prt-fid-view-lefticon-border .prt-fid-icon-wrapper:after {
	left: -35px;
	right: auto;
}

.preyantechnosys-boxes-textalign-left .prt-sortable-list ul {
	text-align: right;
}

.preyantechnosys-boxes-textalign-left .prt-sortable-list .prt-sortable-link {
	margin-left: 10px;
	margin-right: 0px;
}

.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-prev {
	right: auto;
	left: 0px;
}

.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-next {
	left: 40px;
	right: auto;
}

.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-left .prt-element-heading-wrapper {
	padding-left: 100px;
	padding-right: 0px;
}

.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-boxes-row-wrapper .slick-prev, .prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-row-wrapper .slick-prev {
	right: 50%;
	left: auto;
}

/* Testimonials */
.preyantechnosys-box-view-default .preyantechnosys-box-author .preyantechnosys-box-img {
	float: right;
}

.preyantechnosys-boxes-view-slickview.preyantechnosys-boxes-col-one .testimonial_item .preyantechnosys-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 */
.preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details {
	padding-right: 0;
}

.preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details i {
	padding-left: 10px;
	padding-right: 0;
	float: right;
	margin-top: 2px;
}

@media only screen and (min-width:1801px) {
	.prt-left-span .prt-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -500px;
	}

	.prt-right-span .prt-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -500px;
	}

}

@media only screen and (max-width:1600px) and (min-width:1401px) {
	.prt-left-span .prt-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -300px;
	}

	.prt-right-span .prt-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -300px;
	}

}

@media only screen and (max-width:1400px) and (min-width:1171px) {
	.prt-left-span .prt-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -200px;
	}

	.prt-right-span .prt-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -200px;
	}

}

@media only screen and (max-width:1170px) and (min-width:1000px) {
	.prt-left-span .prt-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -100px;
	}

	.prt-right-span .prt-col-wrapper-bg-layer {
		margin-right: auto;
		margin-left: -100px;
	}

}

@media only screen and (max-width:999px) {
	.prt-left-span .prt-col-wrapper-bg-layer {
		margin-left: auto;
		margin-right: -50px;
	}

	.prt-right-span .prt-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;
}

.prt-header-invert .preyantechnosys-fbar-btn {
	margin-left: 22px;
}

.prt-sresults-settings-wrapper {
	padding-left: 0px;
	padding-right: 15px;
}

/*home1*/
.preyantechnosys-boxes-view-carousel[data-prt-rtl="false"] {
	direction: ltr;
}

.preyantechnosys-box, .prt-element-content-desctxt {
	direction: rtl;
}

.preyantechnosys-iconbox-styleten.preyantechnosys-iconbox .prt-box-icon, .preyantechnosys-blogbox-styleone .preyantechnosys-box-content, .preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-desc blockquote, .prt-fid-view-righticon .prt-fld-contents, .prt-fid-view-lefticon .prt-fld-contents, .prt-fid.inside.prt-fid-with-icon.prt-fid-view-lefticonfive, .preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item, .preyantechnosys-servicebox-styleone .preyantechnosys-post-item, .tprt-ptablebox-price-w, .prt-ptablebox .preyantechnosys-ptable-main, .preyantechnosys-portfoliobox-style2.preyantechnosys-box-portfolio .preyantechnosys-box-title h4, .footer_customheadingblock .elementor-align-left, .prt-fid.prt-fid-view-lefticontwo, .preyantechnosys-blogbox-styletwo .preyantechnosys-bottom-content, .prt-post-featured-quote blockquote cite, .single article.post .prt-post-featured-quote blockquote cite, .prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree .prt-fld-contents, .prt-fid.inside.prt-fid-view-lefticonfour, .prt-fid.inside.prt-fid-view-lefticonfour .prt-fld-contents h4.prt-fid-inner {
	text-align: right;
}

.prt_coverimgbox_wrapper .prt_coverbox_contents, .prt-footer2-left, .preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-title, .prt-checkbox .wpcf7-list-item, article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-classic-footer-meta {
	float: right;
}

.elementor-widget-progress {
	text-align: right !important;
}

.elementor-widget-progress .elementor-progress-percentage {
	left: -15px;
	right: auto;
}

.award_picture img, .prt_listimgbox_wrapper .award_picture .overlay-bg, .first-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area:before, .mailchimp-inputbox button[type="submit"], .bottom-footer-inner .footer_logo:before {
	left: 0;
	right: auto;
}

.prt_coverimgbox_wrapper .prt-box-title:after {
	right: 0;
	left: auto;
}

.prt_coverimgbox_wrapper .prt-bottom-contentbox .prt-box-icon {
	margin-left: 20px;
	margin-right: 0;
}

.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line, .preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line {
	padding-left: 30px;
	padding-right: 0;
}

.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:after {
	left: 15px;
	right: auto;
}

.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:last-child {
	padding-left: 0;
}

.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line i {
	margin-left: 7px;
	margin-right: 0
}

/*footer*/
.prt-footer2-right, .prt-ptablebox.horizontal .prt-ptable-btn {
	text-align: left;
}

.site-footer .prt-container-for-footer>div>.row .widget-area:first-child .widget {
	margin-left: 30px;
	margin-right: 0;
}

.elementor-progress-percentage {
	padding-left: 15px;
	padding-right: 0;
}

.footer .mc4wp-form-fields input[type="email"], .footer.prt-bgcolor-darkgrey .mc4wp-form-fields input[type="email"] {
	padding: 0 25px 18px 26px;
}

.footer .widget .footer-nav-menu li {
	margin-left: 20px;
	margin-right: 0;
}

.site-footer .second-footer .prt-container-for-footer>div>.row .widget-area:first-child .widget {
	margin-left: 60px;
	margin-right: 0;
}

.bottom-footer-inner .footer_logo {
	margin-left: 30px;
	padding-left: 30px;
	margin-right: 0;
	padding-right: 0;
}

.footer .widget ul.social-icons > li {
	margin-left: 5px;
    margin-right: 0;
}

/*Homepage2*/
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon {
	margin: 0 0 0 25px;
}

.preyantechnosys-iconbox-stylefour .prt-iconbox-wrapper {
	padding: 40px 0 40px 40px;
}

.preyantechnosys-testimonialbox-styletwo .themetechmount-box-img {
	margin-left: 20px;
	margin-right: 0;
	float: right;
}

.preyantechnosys-testimonialbox-styletwo .prt-box-footer {
	text-align: right;
	display: inherit;
}

/*.prt-col-stretched-left .prt-stretched-div {
    margin-right: -301.5px!important;
    margin-left: 0!important;
}
.prt-col-stretched-right .prt-stretched-div {
    left: 0;
    right: auto;
} */
.prt-col-stretched-left .prt-stretched-div {
	margin-right: -500px !important;
	margin-left: 0 !important;
}

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

.prt-customimage-bg.prt-col-stretched-right .prt-stretched-div {
	margin-right: -240px !important;
}

.prt-iconboxsection-resp .elementor-widget-wrap {
	margin-left: -301.5px !important;
	margin-right: 0 !important;
}

.prt-fid-view-lefticon .prt-fld-contents {
	padding-right: 80px;
	padding-left: 0;
}

.inside.prt-fid-with-icon.prt-fid-view-lefticon:before {
	left: 50px;
	right: auto;
}

.preyantechnosys-linkeffect-border .preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a:hover, .preyantechnosys-linkeffect-border .preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 a:hover, .preyantechnosys-linkeffect-border .preyantechnosys-box-blog .preyantechnosys-box-content h4 a:hover, .preyantechnosys-linkeffect-border .preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore a:hover, .preyantechnosys-linkeffect-border .prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-box-subtitle, .preyantechnosys-linkeffect-border .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover, .preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .entry-header .prt-meta-line a:hover, .preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3 a:hover, .preyantechnosys-linkeffect-border .sidebar ul.prt-recent-post-list>li .post-detail a:hover {
	background-size: 100% 1px, 0 1px;
}

.preyantechnosys-box-team.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li {
	margin-left: 5px;
	margin-right: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.prt-fid-view-lefticonfive .prt-fid-icon-wrapper {
	margin-left: 20px;
	margin-right: 0;
}

.preyantechnosys-portfoliobox-style2 .prt-icon {
	left: -50px;
	right: auto;
	transform: translateX(-50px);
}

.preyantechnosys-portfoliobox-style2:hover .prt-icon {
	left: 30px;
	right: auto;
}
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header {
	text-align: right;
	padding-left: 80px;
	padding-right: 0;
}
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header:after {
	left: 65px;
	right: auto;
	border-left-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.08);
	border-left-style: solid;
}

.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:before {
	transform: rotate(180deg);
}

.preyantechnosys-blogbox-styletwo .prt-post-author {
	margin-left: 10px;
	margin-right: 0;
	display: inherit;
	float: right;
}

.preyantechnosys-blogbox-styletwo .prt-box-post-author {
	display: inherit;
}

/*About us1*/
.aboutus-quote img {
	margin-left: 15px;
	margin-right: 0;
}

.aboutus-quote .quote-desc {
	width: 86%;
}

/*Faq*/
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin-left: 10px !important;
	margin-right: 0 !important;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-left: 0 !important;
}

.elementor-widget.iconlistblock-style2.elementor-list-item-link-inline .elementor-icon-list-item {
	margin: 0 0 0 30px;
}

.prt-searchbox .widget .search-form .search-submit {
	left: 0;
	right: auto;
	background-position: right;
}

.prt-searchbox .widget .search-form .search-field {
	padding: 21px 21px 21px 45px;
}

/*Team detail*/
.prt-team-member-single-title-wrapper .prt-team-data {
	margin-right: 20px;
	margin-left: 0;
	padding: 0 15px 0 50px;
}

.single-tm_team_member .preyantechnosys-team-member-single-featured-area.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
	float: right;
	width: 50%;
}

.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li a {
	margin-left: 8px;
	margin-right: 0;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 22px;
	margin-left: 10px;
	float: right;
}

.wpcf7-checkbox input[type="checkbox"]:before, .prt-checkbox input[type="checkbox"]:before {
	right: -20px;
	left: auto;
}

/*Header and topbar*/
.prt-header-overlay.prt-header-style-classic2 .prt-align-right {
	text-align: left;
}

.prt-header-overlay.prt-header-style-classic2 .prt-align-left, .prt-header-text-area .header-info-widget {
	text-align: right;
}

.prt-topbar-content .prt-wrap-cell .top-contact li:before {
	right: -4px;
	left: auto;
}

.preyantechnosys-topbar-wrapper:not(.prt-borderbottom-yes) .prt-wrap-cell:not(.prt-align-right) .top-contact li:first-child {
	padding-right: 0px !important;
	padding-left: 30px !important;
}

.prt-header-text-area {
	padding-right: 33px;
	padding-left: 0;
}

.prt-wrap-cell:not(.prt-align-right) .top-contact li:first-child {
	padding-right: 0;
	padding-left: 30px;
}

.prt-header-overlay.prt-header-style-classic2 .site-branding, .preyantechnosys-topbar-wrapper .social-icons li {
	float: right;
}

.prt-header-text-area, #site-header-menu #site-navigation .nav-menu, #site-header-menu, .prt-header-icons, .prt-header-icon, #site-header-menu #site-navigation .mega-menu-wrap, .menu-prt-main-menu-container {
	float: left;
}

.prt-header-overlay .prt-header-icons {
	float: left;
}

.prt-header-icons {
	padding-right: 17px;
	padding-left: 0;
}

.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
	padding-right: 15px;
	padding-left: 0;
}

.prt-header-overlay .prt-topbar-content .prt-wrap-cell .top-contact li:first-child {
	padding-right: 0;
}

.prt-header-icons .preyantechnosys-fbar-btn, .prt-header-icons .prt-header-icon {
	margin-right: 7px;
	margin-left: 0;
}

.prt-header-icons:before {
	left: -15px;
	right: auto;
}

.prt-header-overlay .prt-topbar-content .prt-wrap-cell .top-contact li:last-child {
	padding-left: 0;
	padding-right: 20px;
}

.prt-header-overlay .preyantechnosys-topbar-wrapper .social-icons li:last-child {
	padding: 0 !important;
}

#site-header-menu #site-navigation div.nav-menu > ul ul {
	text-align: right;
}

.preyantechnosys-linkeffect-border #site-header-menu #site-navigation div.nav-menu > ul > li > ul.sub-menu li:hover > a:before {
	right: 0;
	left: auto;
}

/*contact us*/
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon-overlay {
	left: 20px;
	right: auto;
}

.preyantechnosys-iconbox-stylenine.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
	margin-left: 20px;
	margin-right: 0;
}

/*blog classic*/
article.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer {
	float: left;
}

.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line {
	padding-left: 40px;
	padding-right: 0;
}

.preyantechnosys-box-blog-classic .entry-header .prt-meta-line.byline a {
	margin-right: 5px;
	margin-left: 0;
}

article.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line:after {
	left: 19px;
	right: auto;
}

.prt-post-format-quote cite:before {
	right: 0;
	left: auto;
}

article.post.preyantechnosys-box-blog-classic .prt-post-featured-quote blockquote {
	padding-right: 85px;
	padding-left: 0;
}

ul.prt-recent-post-list>li img {
	float: right;
	margin-left: 21px;
	margin-right: 0;
}

.prt-blog-classic-box-content .prt-entry-meta .prt-meta-line i {
	display: inline-block;
	padding-left: 8px;
	padding-right: 0;
}

article.preyantechnosys-box.preyantechnosys-box-blog-classic .entry-meta, .prt-bottomtext strong.custom-heading, .single-post article.preyantechnosys-box-blog-classic .prt-entry-meta, .preyantechnosys-box-blog-classic .prt-meta-line .byauthor {
	display: inline-flex;
}

.widget .search-form .search-field {
	padding: 15px 15px 14px 70px;
}

.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing li i {
	margin-left: 10px;
	margin-right: 0;
}

.site-content-wrapper #sidebar-left.sidebar {
	padding-top: 70px;
	padding-right: 28px;
}

.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-left .site-content-inner:before {
	margin-right: -1px;
	margin-left: 0;
	right: auto;
}

.single-tm_portfolio .prt-pf-single-category-w, .single-post .tm_tag_lists, .prt-social-share-wrapper .prt-social-share-title, .prt-social-share-wrapper .prt-social-share-links, .prt-social-share-wrapper .prt-single-top-btn {
	float: right;
}

.post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-title, .single-post .themetechmount-tags-links-title {
	margin-left: 5px;
	margin-right: 0;
}

.preyantechnosys-box-blog-classic .prt-social-share-wrapper {
    float: none;
}

.post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-title {
	margin-left: 10px;
	margin-right: 0;
}

/*services2*/
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree h4 {
	margin-left: 15px;
	margin-right: 0;
}

.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree .prt-fid-inner sup {
	margin-right: -5px;
	margin-left: 0;
}

/**/
.prt-header-invert .site-header-main.container-fullwide .preyantechnosys-fbar-btn {
	padding-left: 0px;
	padding-right: 0;
}

/*portfolio*/
.prt-sortable-list .prt-sortable-link:last-child {
    margin-right: 11px;
}

.prt-sortable-list .prt-sortable-link:first-child {
    margin-right: 0px;
}

/*titlebar*/

.prt-titlebar-style1 .prt-titlebar h1.entry-title:before {
  left: auto;
    right: 0;
}

.prt-titlebar-style1 .prt-titlebar h1.entry-title {
    padding-left: 0px;
    padding-right: 20px;
}

/*alertboxes*/
.elementor-widget-alert .elementor-alert button.elementor-alert-dismiss {
	left: 15px;
    right: auto;
}

.elementor-widget-alert .elementor-alert {
	border-right: 5px solid;
	border-left: 0!important;
}

@media (max-width:1350px) {
	.prt-ptablebox.horizontal .prt-ptablebox-features .prt-feature-lines {
		margin-left: 35px
	}

	.iconlistblock-style2.elementor-list-item-link-inline ul.elementor-icon-list-items li.elementor-icon-list-item {
		margin: 0 0 20px 10px;
	}

}

@media (min-width:1200px) {
	.prt-header-style-classic .header-info-widget .header-widget-main {
		display: flex;
		padding-left: 40px;
		margin-left: 27px;
		border-left: 1px solid var(--prt-bordercolor);
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}

	.preyantechnosys-fullwide .prt-header-style-classic .prt-header-text-area {
		padding-right: 0;
		padding-left: 25px;
	}

	.prt-header-style-classic.prt-header-invert .container-fullwide #site-header-menu {
		margin-right: 20px;
		margin-left: 0;
	}

	.prt-header-style-classic .header-info-widget .header-widget-main .header-icon {
		padding: 0 0 0 16px;
	}

	.prt-header-menu-position-center.prt-mmmenu-override-yes #site-header-menu {
      float: none;
   
    }

	.preyantechnosys-fbar-yes .prt-header-style-classic.prt-header-style-classic-two .site-header-main.container-fullwide {
		padding-right: 0px!important;
	}

}

@media (max-width:1200px) {
	.prt-iconboxsection-resp .elementor-widget-wrap {
		margin-left: 0 !important;
	}


	.prt-team-member-single-title-wrapper .prt-team-data {
		margin-right: 0;
		padding: 0 0 0 15px;
	}

	.prt-header-icon {
		padding-right: 10px;
		padding-left: 0;
	}

	.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon-overlay {
		left: 0;
		right: auto;
	}

	.prt-header-icons {
		left: 60px;
		right: auto;
	}

}

@media (max-width:1024px) {
	.elementor-tablet-align-left {
		text-align: right;
	}

	.prt-fid-view-lefticon .prt-fld-contents {
		padding-right: 0;
	}

	.aboutus-quote img {
		margin-right: 0;
	}

}

@media (max-width:767px) {
	.prt-footer2-left, .prt-footer2-right {
		text-align: right;
	}

	article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-classic-footer-meta {
		float: none;
	}

	article.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer {
		float: right;
	}

	article.post.preyantechnosys-box-blog-classic .prt-post-featured-quote blockquote {
		padding-right: 75px;
	}

}

@media (min-width:991px) {

	/* .prt-ptablebox.horizontal .prt-ptable-btn {
		text-align: right;
	} */
	.prt-ptablebox.horizontal .preyantechnosys-ptable-main {
		padding: 40px 60px 25px 40px;
	}

}

@media only screen and (max-width:479px) {
	.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line {
		padding-left: 32px;
		padding-right: 0;
	}

	article.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line:after {
		left: 15px;
	}

}

/*----------------------------RTL Css-----------------------------------------*/
.prt-col-stretched-right .prt-stretched-div {
    margin-left: -500px !important;
    margin-right: 0 !important;
}
.prt-col-stretched-left .prt-stretched-div {
    margin-right: -500px !important;
    margin-left: 0!important;
}

.preyantechnosys-element-servicebox-styleone.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-prev {
    right: auto;
    left: 38.96%;
}
.preyantechnosys-element-servicebox-styleone.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-next {
    right: auto;
    left: 41.5%;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials.col-md-6 {
    padding: 88px 45px 88px 20px;
    border-radius: 30px 0 0 30px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore a:after {
    left: auto;
    right: 0;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-content {
    display: flex;
}
.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
	border-radius: 0 30px 30px 0;
}
.prt-fid-view-lefticontwo .prt-fld-contents h3:after {
    right: 30px;
    left: auto;
}
.prt-fid-view-lefticontwo .prt-fld-contents h3 {
    padding-right: 25px;
    padding-left: 0;
}
.tm-adv-tab-style1.elementor-widget-tabs .elementor-tabs {
    text-align: right;
}
.prt-adv-fact-text {
    text-align: right;
    padding-right: 25px;
    padding-left: 0;
}
.tm-adv-tab-style1 .elementor-tab-title {
    padding: 20px 0px 20px 70px !important;
}
.tm-adv-tab-style1 .elementor-tab-desktop-title.elementor-active:after {
    right: 0px !important;
    left: auto !important;
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials {
    right: 0;
    left: 60px;
    padding: 4px 90px 7px 0px;
    text-align: right;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-box-desc:after {
    right: -30px;
    left: auto;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-serviceboxbox-readmore {
    left: 0;
    right: auto;
}
.prt-staticbox-style1 .prt-stepbox-content {
    text-align: right;
}
.prt-staticbox-style1 .prt-stebox-wrapper:before {
    border-radius: 160px 0 0 160px;
}
.prt-box-icon.prt-wrap-cell {
    right: 8%;
    left: auto;
}
.prt-staticbox-style1 .prt-box-content.prt-wrap-cell {
    text-align: right;
    padding: 0px 123px 0 42px;
}
.prt-staticbox-style1 .prt-stepbox-content .process-num {
	margin-left: 30px;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-stebox-wrapper:before {
    border-radius: 0 160px 160px 0;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-icon {
    right: auto;
    left: 3%;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-content {
    text-align: right;
    padding: 67px 31px 0 85px;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-number.prt-wrap-cell {
    margin-right: 36px;
    margin-left: 0;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-stepbox-content .process-num {
    margin-right: 0;
}
.prt-fid.prt-fid-view-lefticonthree {
    text-align: right;
}
.prt-ptablebox .prt-ptablebox-frequency {
    padding-right: 31px;
    padding-left: 0;
}
.prt-ptablebox-heading {
    padding: 0 40px 30px 0px;
}
.prt-ptablebox .prt-ptablebox-features {
    padding: 30px 40px 0px 0px;
}
.prt-ptablebox .prt-ptable-btn {
    padding: 0 40px 0 0px;
}
.prt-ptablebox-features .prt-feature-lines li i {
    margin-left: 10px;
    margin-right: 0;
}
.prt-cover-styleone .prt-cover-content.prt-coverbox-predefined {
    padding: 210px 80px 170px 0px;
}
.preyantechnosys-static-sub-title:after {
    right: 0;
    left: auto;
}
.prt-cover-styleone .preyantechnosys-static-box-desc ul {
    padding: 0 25px 0 0px;
}
.prt-cover-styleone li.prt-ptable-line:before {
    right: -23px;
    left: auto;
}
.prt-history-box-wrapper .prt-history-box-content .col-lg-5 {
    float: right;
}
.prt-historybox-style1 .post-date-main h5 {
    padding-right: 100px;
    padding-left: 0;
}
.prt-historybox-style1 .prt-history-box-wrapper .prt-history-box-details {
    padding-right: 70px;
    padding-left: 0;
}
.prt-historybox-style1 .prt-historybox-description {
    text-align: right;
}
.prt-historybox-style1 .prt-history-box-wrapper .prt-history-box-details a {
    padding: 0 70px 0 0px;
}
.prt-historybox-style1 .prt-history-box-wrapper .prt-box-Button-link h6:after {
    left: 1px;
    right: auto;
    transform: rotate(180deg);
}
.elementor-accordion .elementor-tab-title.elementor-active {
    padding: 15px 20px 9px 0px !important;
}
.single-tm_service.single.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-left .site-content-inner:before {
    right: auto;
    left: 0;
    width: 743px;
}
.single-tm_service .elementor-widget-tabs .elementor-tab-content {
    margin-left: 20px;
    margin-right: 0;
}
.prt-list-service-det .fa-chevron-right:before {
    padding-right: 17px;
}
.prt-list-service-det .elementor-widget .elementor-icon-list-icon i:after {
    right: 0;
    left: auto;
}
.widget.autovis_all_post_list_widget li a:after {
    right: -21px;
    left: auto;
}
.sidebar .widget ul.prt-all-post-list > li {
    padding: 23px 22px 27px 0px;
}
.preyantechnosys-servicebox-stylethree .prt-servicebox-detials.preyantechnosys-overlay {
    border-radius: 10px 0 0 10px;
    text-align: right;
}
.prt-box-col-wrapper .preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper {
    border-radius: 0 10px 10px 0;
}
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner:before {
    right: 0;
    left: auto;
    width: 740px;
}
.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing li {
    padding-right: 13px;
    padding-left: 0;
}
.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing li:after {
    right: 1px;
    left: auto;
}
.sidebar .widget.widget_categories li a {
    padding-right: 35px;
    padding-left: 0;
}
.widget_categories li a:after {
    right: 0;
    left: auto;
}
.sidebar .widget .search-form .search-submit {
    left: -1px;
    right: auto;
}
.single article.post blockquote {
    padding: 35px 200px 27px 30px;
    text-align: right;
}
.single article.post blockquote:before {
    left: auto;
    right: 30px;
}
.single-post .prt-social-share-links ul li:last-child {
    padding-left: 0;
    padding-right: 10px;
}
.mailchimp-footerbox .btn[type=submit] {
    left: 20px;
    right: auto;
}
input[type="checkbox"]:before {
    right: -21px;
    left: auto;
}
input[type="checkbox"]:checked:after {
    right: -17px;
    left: auto;
}
.mailchimp-footerbox .tm-mailbtn i.prt-autovis-icon-arrow-right {
    transform: rotate(180deg);
}
.bottom-footer-text .footer-nav-menu li {
    padding-left: 15px;
    margin-left: 10px;
    padding-right: 0;
    margin-right: 0;
}
.footer-nav-menu li:first-child {
    padding-left: 15px;
}
.footer-nav-menu li a:after {
    margin-right: 15px;
    padding-left: 0;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area:first-child {
    margin-left: 0;
    margin-right: 14px;
    padding-right: 0;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area:last-child {
    margin-right: 0;
    margin-left: 15px;
    padding-left: 0;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line {
    padding-right: 0px !important;
    padding-left: 20px;
}
.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:after {
    right: 10px;
    left: auto;
}
/*---Portfolio style1---*/
.preyantechnosys-portfoliobox-style1 .featured-content {
    padding: 45px 140px 35px 0px;
}
.preyantechnosys-portfoliobox-style1 .featured-content:before {
    left: auto;
    right: 0;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item {
    display: flex;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay {
	padding: 0 33px 0 0px;
}
.preyantechnosys-element-portfoliobox-style1 .prt-content-header {
    padding: 50px 0px 45px 90px;
}
.preyantechnosys-element-portfoliobox-style1 .prt-content-header:before {
    left: -11px;
    right: auto;
}
.prt-cover-styleone .prt-covershow-item:nth-child(even) .prt-cover-image {
    width: 41.66666667%;
}
.preyantechnosys-portfoliobox-style4 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
	transform: translateY(-40px) scale(1.3);
}
.preyantechnosys-portfoliobox-style4:hover .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    transform: translateY(-20px) scale(1.3);
}
.prt-sortable-list .prt-sortable-link a:after {
    right: auto;
    left: 0;
}
@keyframes prt-marque-text {
    100% {
        transform: translate(100%, 0);
    }
    0% {
        transform: translate(20%, 0);
    }
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    margin-top: -15px;
}
.single-tm_servicebody.preyantechnosys-sidebar-left .site-content-wrapper #primary.content-area {
    padding-left: 0px!important;
    padding-right: 13px;
}
.single-tm_service.preyantechnosys-sidebar-right #sidebar-right.widget-area.col-md-3 {
    padding-left: 17px;
}
body.preyantechnosys-sidebar-right.single-tm_service .site-content-wrapper #primary.content-area {
    padding-right: 40px!important;
}
.sidebar .widget .tagcloud a {
	margin: 0 0px 10px 6px;
}
#floatingbar-widgets .widget ul.social-icons li a {
    text-align: right;
    margin-right: 0;
    margin-left: 6px;
}
.prt-video-slider1 {
    border-radius: 0;
}
[dir='rtl'] .preyantechnosys-element-teambox-style2 .slick-slide {
    float: left;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-image-box:after {
    right: -16px;
    left: 0px;
}
section.error-404 {
    text-align: right;
}
.prt-sresult-form-sbtbtn-wrapper {
    right: auto;
    left: 0;
}
.prt-search-select-box {
    padding-right: 0;
    padding-left: 138px;
}
body.search .prt-sresult-form-wrapper .search-form .search-field {
    padding-right: 70px;
    text-align: right;
    padding-left: 0;
}
.prt-sresult-form-wrapper .search-form:after {
    right: 0;
    left: auto;
    border-left: 1px solid #D7D7D7;
    border-right: 0;
}

@media (max-width: 1200px) {
.prt-headerstyle-classic-overlay2 .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-menu-toggle {
    left: -5px;
    right: auto;
} 
.prt-header-invert .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap .mega-menu-toggle {
    right: 30px;
}
.prt-headerstyle-classic-overlay .prt-stickable-header-w {
    background-color: #000;
}
.prt-headerstyle-classic-overlay2 #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after,
.prt-headerstyle-classic-overlay2 #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
.prt-headerstyle-classic-overlay2 #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    background-color: #000;
}
#mega-menu-wrap-preyantechnosys-main-menu #mega-menu-preyantechnosys-main-menu > li.mega-menu-item {
    display: block;
}
.prt-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.open {
    position: static;
    visibility: visible;
}
.prt-headerstyle-classic-overlay2 .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item {
    height: auto !important;
    background: transparent;
}
.prt-headerstyle-classic-overlay2 #site-header-menu #site-navigation .righticon {
    top: auto;
    bottom: 15px;
}
.site-header-main.prt-wrap .prt-wrap-cell {
    padding-left: 15px;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-stepbox-content .process-num {
    margin: 0 auto;
}
.prt-headerstyle-classic-overlay2 .site-header-main.prt-wrap .prt-wrap-cell {
    padding-right: 10px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 15px;
}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 0;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area {
    width: 48%;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-image-box:after {
    width: auto;
}
}	
@media (max-width: 1024px) {
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-icon,
.prt-staticbox-style1 .prt-box-icon.prt-wrap-cell {
    right: 0;
    left: auto;
}	
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-content,
.prt-staticbox-style1 .prt-box-content.prt-wrap-cell {
    text-align: center;
    padding: 0 0 20px;
}
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-number.prt-wrap-cell,
.prt-staticbox-style1 .prt-stepbox-content .process-num {
    margin: 0 auto;
}
.prt-cover-styleone .prt-cover-content.prt-coverbox-predefined {
    padding: 0;
}
article.preyantechnosys-box-blog-classic p.has-text-align-center.prt-left-space {
    text-align: right;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-content {
    display: block;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials.col-md-6,
.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
    border-radius: 0;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials.col-md-6 {
    padding: 38px 20px 38px 30px;
}
.preyantechnosys-ptables-w.vertical .tprt-pricetable-column-w {
    float: right;
}
body.preyantechnosys-sidebar-right.single-tm_service .site-content-wrapper #primary.content-area {
    padding-right: 0px!important;
    padding-left: 0;
}
.prt-covershow-box .covershow-holder {
    top: 60px;
    bottom: 0;
    right: -10px;
    left: 0;
}
.prt-covershow-item.active {
    bottom: -20px;
    right: 0px !important;
    top: auto;
    left: auto !important;
}
}
@media (max-width: 991px) {
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner:before,
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-left .site-content-inner:before {
    width: auto !important;
}	
.site-content-wrapper #sidebar-left.sidebar {
    padding-top: 0;
    padding-right: 15px !important;
}
.search-results .prt-sresults-second-row .prt-box-col-wrapper {
    float: right;
}
}	
@media (max-width: 768px) {
.tm-adv-tab-style1 .elementor-tab-title {
    padding: 10px 0px 10px 70px !important;
}
.tm-adv-tab-style1 .elementor-tab-content {
    padding: 10px 0px 10px !important;
}
.preyantechnosys-element-portfoliobox-style1 .prt-viewproject-btn-wrapper {
    text-align: right;
    padding-top: 30px;
}
.prt-adv-fact-text {
    padding-right: 0;
}
.prt-history-box-wrapper .prt-history-box-content .col-lg-7 {
    width: 100%;
}
.single .post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-links {
    text-align: right;
    float: right;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area {
    width: 100%;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area:last-child {
    margin-right: 15px;
    margin-left: 0;
    padding-left: 15px;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    background-position: 100%;
}
.preyantechnosys-box-portfolio.preyantechnosys-portfoliobox-style1:hover .preyantechnosys-box-title h4 {
    opacity: 1;
}
}	
@media (max-width: 782px) {
.preyantechnosys-box-blog-classic .prt-social-share-wrapper {
    float: right;
    padding-bottom: 15px;
}
}	
@media (max-width: 591px) {
.prt-history-box-wrapper .prt-history-box-content .col-lg-5 {
    width: 100%;
}
.prt-historybox-style1 .post-date-main h5 {
    padding-right: 0;
}
.prt-historybox-style1 .prt-history-box-wrapper .prt-history-box-details {
    padding-right: 0;
    display: block;
}
.prt-historybox-style1 .prt-history-box-wrapper .prt-box-Button-link h6:after {
    right: 0;
}
.single article.post blockquote {
    padding: 35px 30px 27px 30px;
}
}	
@media (max-width: 480px) {
.prt-covershow-item.active {
    bottom: -70px;
    top: auto;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay {
    padding: 0;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item {
    display: block;
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials {
    padding: 4px 50px 7px 0px;
}
.prt-title-res h2.elementor-heading-title.elementor-size-default {
    font-size: 70px !important;
    line-height: 80px !important;
}
.prt-covershow-item.active {
    top: auto;
    bottom: -70px;
    right: auto !important;
    left: 50px !important;
}
}	
@media (min-width: 768px){
.comment-body .reply {
    left: 15px;
    right: auto;
}
}
@media (min-width: 1200px){
.prt-headerstyle-classic-overlay2 .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item:first-child {
    border-radius: 0 30px 30px 0;
    padding: 0 27px 0 0;
}
.prt-headerstyle-classic-overlay2 .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item:last-child {
    border-radius: 30px 0 0 30px;
    padding: 0 0 0 27px;
}
.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrow-below .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-next {
    left: 50.22%;
    right: auto;
}
.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrow-below .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 50.22%;
    left: auto;
}
.prt-headerstyle-classic-overlay .site-title:before {
    left: -46px;
    right: auto;
}
.prt-headerstyle-classic-overlay .prt-header-overlay .prt-header-icons {
    border-right: 1px solid rgb(255 255 255 / 16%);
    border-left: 0;
}
.prt-headerstyle-classic-overlay .site-header-main-inner {
    padding: 0 45px 0 20px;
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn {
    margin: 0 15px 0 0px;
}
.prt-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 {
	background-color: transparent;
	text-align: right;
}
#mega-menu-wrap-preyantechnosys-main-menu #mega-menu-preyantechnosys-main-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: left;
}
.prt-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 {
    right: calc(100% + 25px);
    left: auto;
}
.prt-headerstyle-classic-overlay2 .prt-header-text-area .header-info-widget .header_contect span {
	text-align: left;
}
.prt-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:before {
	margin: 0 0px 0 6px;
}
.footer .footer-rows .second-footer .second-footer-inner .widget-area {
    padding: 50px 15px;
}
.footer .prt-footer-second {
    padding-bottom: 0;
}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.prt-adv-fact-gradient {
    width: 35%;
}
}	
@media only screen and (min-width: 1025px) and (max-width: 1500px){
.prt-strech-service.elementor-element.elementor-top-section {
    padding: 100px 15px 0px 0px;
}
.prt-title-res .elementor-inner-column .elementor-element.elementor-widget-image {
	text-align: center;
}
.prt-fid-view-lefticontwo .prt-fld-contents h3 {
    padding-right: 0;
}
.prt-adv-fact-gradient {
    width: 100%;
}
.prt-adv-fact-text {
    text-align: right;
    padding-right: 0;
    display: block;
    width: 100%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1340px){
.prt-cover-styleone .prt-cover-content.prt-coverbox-predefined {
    padding: 54px 10px 170px 20px;
}
.prt-cover-styleone .prt-covershow-item:nth-child(even) .prt-cover-image {
    width: 100%;
}
}	
@media only screen and (min-width: 1340px) and (max-width: 1600px){
.prt-cover-styleone .prt-cover-content.prt-coverbox-predefined {
    padding: 100px 20px 100px 20px;
}
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner {
	position: relative;
}
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner:before {
    right: -342%;
    width: 5000px;
}
}	
@media only screen and (min-width: 1200px) and (max-width: 1340px){
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner {
	position: relative;
}
.single-tm_service.preyantechnosys-sidebar-true:not(.prt-empty-sidebar).preyantechnosys-sidebar-right .site-content-inner:before {
    width: 5000px;
    right: -393%;
}
}	
@media only screen and (min-width: 1100px) and (max-width: 1340px){
.prt-staticbox-style1 .prt-stepbox:nth-child(even) .prt-box-icon {
    width: 77%;
}
}	
#mega-menu-wrap-preyantechnosys-main-menu #mega-menu-preyantechnosys-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 6px 0 0px;
}

.preyantechnosys-element-testimonialbox-style-2 .preyantechnosys-testimonial-text {
    text-align: right;
}
.preyantechnosys-testimonialbox-styletwo span.preyantechnosys-box-footer {
    padding-left: 0;
    padding-right: 15px;
}
.preyantechnosys-testimonialbox-styletwo span.preyantechnosys-box-footer:before {
    left: auto;
    right: 6px;
}
.preyantechnosys-carbox-style5 .preyantechnosys-box-content {
    text-align: right;
}
.preyantechnosys-carbox-style5 .preyantechnosys-car-top-detail {
    padding-right: 0;
}
.preyantechnosys-footer-style1 .widget-area.first-widget-area.col-lg-6 {
    padding-left: 140px;
    padding-right: 0;
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 0;
}
.preyantechnosys-footer-style1 .widget-area.first-widget-area.col-lg-6:last-child {
    padding-right: 120px;
    padding-left: 0;
    border-left: 0;
}
.preyantechnosys-car-search .car-search-widget .search_by_category .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 15px;
}
.noUi-horizontal .noUi-handle {
    left: 0;
}
.preyantechnosys-iconbox-stylethree .prt-iconbox-wrapper {
    text-align: right;
}
@media (min-width: 1200px) {
    .prt-header-overlay.prt-header-style-classic3 .prt-header-icons {
        float: right !important;
        margin: 0 0px 0 30px;
        padding: 0;
    }
.prt-header-login {
    float: left;
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}
}

.prt-headerstyle-classic-overlay3 .preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w {
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
}
.preyantechnosys-carbox-style6 .preyantechnosys-box-content {
    text-align: right;
}
.preyantechnosys-carbox-style1 .prt-featured-outer-wrapper {
    padding-left: 0;
    padding-right: 50px;
}
.preyantechnosys-carbox-style1 .preyantechnosys-box-content,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .entry-header{
	text-align: right;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:before, .preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line:before {
    left: 3px !important;
    right: auto !important;
}
.rtl-img .elementor-widget-container {
    --e-transform-rotateX: 180deg !important;
}
.prt-element-heading-content-wrapper .prt-element-subheading {
    right: -113px;
    left: 0;
}
.prt-team-member-single-content-wrapper .prt-team-social-links-wrapper ul li a {
    padding-right: 0;
    padding-left: 35px;
}
.tm-commonform-button {
    text-align: right;
}
.prt-form-group,
.prt-footer-fid,
.preyantechnosys-element-testimonialbox-style-1 .preyantechnosys-box-content{
    text-align: right;
}
.search-form input[type="submit"].search-submit,
.search-form input[type="search"] {
    border-radius: var(--prt-button-shape);
}
.footer .mc4wp-form-fields .mailchimp-inputbox-style1 button[type=submit] {
    right: auto;
    left: 0;
}
.footer .mc4wp-form-fields .mailchimp-inputbox-style1 input[type=email], .footer .mc4wp-form-fields .mailchimp-inputbox-style1 input[type=text] {
    padding: 12px 20px 12px 50px !important;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title {
    padding-left: 0;
    padding-right: 20px;
}
.prt-header-login-page .field-icon {
    float: left !important;
    margin-right: 0 !important;
    margin-left: 20px;
}
input[type="checkbox"], input[type="radio"] {
    float: left;
}
.single.single-tm_car .prt-titlebar-default .prt-titlebar-main-inner {
    text-align: right;
}
.widget.autovis_category_list_widget li a:after {
    left: 0;
    right: auto;
}
.preyantechnosys-carbox-style4 .preyantechnosys-box-content {
    text-align: right;
}
.prt-car-top.default.prt-car-run:before, .prt-car-top.default:before {
    left: 4px;
}
.single.single-tm_car .prt-titlebar-default .prt-car-meta-location .preyantechnosys-car-detail i {
    padding-right: 0;
    padding-left: 7px;
}
.prt-align-right {
    text-align: left;
}
.prt-align-left {
    text-align: right;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    padding-right: 20px;
    padding-left: 0 !important;
}
.prt-topbar-content .prt-wrap-cell div:before {
    right: 0;
    left: auto;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    margin-right: 20px;
}
@media (min-width: 1200px) {
.prt-headerstyle-classic-overlay .site-header .prt-header-login {
    float: left;
    position: relative;
    z-index: 1;
    padding-right: 35px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}
.prt-headerstyle-classic-overlay .site-header .prt-header-login:before {
    left: auto;
    right: 0;
}
#site-header-menu #site-navigation div.nav-menu > ul > li a:before, #site-header-menu #site-navigation div.nav-menu > ul > li > ul.sub-menu a:before, .prt-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 {
     content: unset;
}
}
.second-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area:before {
    right: auto;
    left: 0;
}
.prt-showcasebox-style1 .prt-showcase-title {
    float: left !important;
}
.prt-showcasebox-style1 .prt-showcase-description {
    right: 0 !important;
    left: auto !important;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-title {
    transform: scale(1.08) translateX(20px) !important;
}
.second-footer.prt-widgetsep-yes .widget-area:not(:first-child) .widget {
    padding-left: 0;
    padding-right: 65px;
}
.preyantechnosys-box-blog.preyantechnosys-box-view-left-image .prt-featured-wrapper,
.preyantechnosys-blog-box-view-left-image .prt-featured-wrapper img,
.preyantechnosys-blogbox-stylefour .prt-featured-wrapper img {
    border-radius: 0 var(--prt-border-radius) var(--prt-border-radius) 0;
}

.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-content-right,
.preyantechnosys-blogbox-stylefour .preyantechnosys-content-right {
    border-radius: var(--prt-border-radius)  0 0 var(--prt-border-radius);
    text-align: right;
}
.single-post.preyantechnosys-blogdetails-style1 .preyantechnosys-box-blog-classic .preyantechnosys-small-text {
    display: inline;
}
.prt-headerstyle-classic-overlay .preyantechnosys-topbar-wrapper .prt-wrap-cell.prt-align-right .top-contact li a {
    margin-left: 0;
    margin-right: 10px;
}
.preyantechnosys-carbox-style1 .preyantechnosys-car-top {
    left: 15px;
    right: auto;
}
img.tm-popup-logo {
    width: 150px;
}