/**
*	 Ryan (HTML)
*	 Copyright © Ryan by beshleyua. All Rights Reserved.
**/

/*
	RTL
*/

/*
	1. Basic
*/

html {
	margin-right: 0!important;
	margin-left: 0!important;
}

body {
	direction: rtl;
}

/*
	2. Container
*/

.page_wrap {
	justify-content: center;
	align-items: center;
}

.disable-sidebar.no-sticky-menu .card-inner, .no-sidebar .no-sticky-menu .card-inner {
	right: 480px;
	left: 0;
}

@media (max-width: 1120px) {
	.disable-sidebar.no-sticky-menu .card-inner, .no-sidebar .no-sticky-menu .card-inner {
		right: 0;
		left: 0;
	}
}

@media (max-width: 1120px) {
	.container {
		padding: 0 100px 0 15px;
	}
}

@media (max-width: 680px) {
	.container {
		padding: 58px 0 0 0;
	}
}

/*
	3. Columns
*/

.border-line-v:before {
	left: auto;
	right: -1px;
}

.border-line-h:after {
	right: 0;
	left: auto;
}

/*
	5. Typography
*/

/* links, buttons */

.lnk .arrow:after,
.button .arrow:after {
	left: 0;
	right: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.lnk:hover .arrow,
.button:hover .arrow {
	left: auto;
	right: 4px;
}

.button .text {
	padding-left: 0;
	padding-right: 14px;
}

.lnk .ion, .button .ion, .lnk .arrow, .button .arrow {
    left: auto;
    right: 0;
}

/*
	6. Forms
*/

button {
	text-align: right;
}

/* 7. Lists */
ul {
	padding-left: initial;
	padding-right: 0px;
}

ol {
	padding-left: initial;
	padding-right: 0px;
}

ul ul, ol ol, ul ol, ol ul {
	margin-left: initial;
	margin-right: 15px;
}

th {
	text-align: right;
}

dd {
	margin-left: initial;
	margin-right: 30px;
}

div.wpcf7 {
    direction: rtl;
}

div.wpcf7 .align-left {
    text-align: right !important;
}

.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(1) {
	padding-right: 30px;
	padding-left: 15px;
}

.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(2) {
	padding-right: 15px;
	padding-left: 30px;
}

/*
	12. Animations
*/
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}


/*
	13. Header
*/

.header {
	margin-right: 0;
	margin-left: 8px;
	left: auto;
	right: 0;
	float: right;
}

.header .top-menu ul li a:before {
	background: -moz-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.header .profile {
	text-align: right;
}

.header .profile .image {
	margin-right: 0;
	margin-left: 14px;
	float: right;
}

/* @media (max-width: 1120px) { */
	/* .header { */
		/* margin-left: 0; */
		/* margin-right: -85px; */
		/* right: auto; */
	/* } */
	/* .header .top-menu ul li:first-child a { */
		/* border-radius: 0 4px 4px 0; */
		/* -moz-border-radius: 0 4px 4px 0; */
		/* -webkit-border-radius: 0 4px 4px 0; */
		/* -khtml-border-radius: 0 4px 4px 0; */
	/* } */
	/* .header .top-menu ul li a:before { */
		/* background: -moz-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%); */
		/* background: -webkit-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%); */
		/* background: radial-gradient(ellipse at left, #dddddd 0%, rgba(255, 255, 255, 0) 70%); */
	/* } */
/* } */

@media (max-width: 680px) {
	.header {
		margin-right: 0;
		margin-left: 0;
		left: 0;
		right: 0;
	}
	.header .menu-btn {
		right: auto;
		left: 0;
	}
	.header .top-menu:before {
		background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	}
	.header .top-menu ul li:last-child a {
		border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
		-webkit-border-radius: 0 0 0 4px;
		-khtml-border-radius: 0 0 0 4px;
	}
	.header .profile {
		padding: 10px 18px 10px 62px;
	}
}

/*
	14. Card - Started
*/
.card-started {
	float: right;
}

.card-started:before {
	right: 0;
	left: auto;
	box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	-khtml-border-radius: 0 0 0 4px;
}

.card-started:after {
	left: 0;
	right: -15px;
}

.card-started .profile .slide:before,
.card-started .profile .slide:after,
.content-sidebar .profile .slide:before,
.content-sidebar .profile .slide:after {
	left: auto;
	right: -25%;
	transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
}

.card-started .profile .slide:after,
.content-sidebar .profile .slide:after {
	left: -25%;
	right: auto;
	transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
}

.card-started .profile .image:before,
.content-sidebar .profile .image:before {
	left: auto;
	right: -10px;
}

.card-started .profile .typed-cursor {
	margin-left: 0;
	margin-right: 5px;
}

.profile .main-menu ul li a .icon {
	left: auto;
	right: 0;
}

.profile .main-menu ul li .children_toggle {
	margin-left: 0;
	margin-right: -28px;
	left: -8px;
	right: auto;
}

.profile .main-menu ul li.page_item_has_children > a:before,
.profile .main-menu ul li.page_item_has_children > a:after {
	right: auto;
	left: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.profile .main-menu ul li.page_item_has_children > a:after {
	right: auto;
	left: 5px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/*
	15. Cards
*/
.card-inner {
	left: 0;
	right: 560px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
}

/* @media (max-width: 1120px) { */
	/* .card-started { */
		/* float: none; */
	/* } */
	/* .card-inner { */
		/* left: auto; */
		/* right: 0; */
		/* border-radius: 4px; */
	/* } */
/* } */

@media (max-width: 680px) {
	.disable-sidebar .header .top-menu ul li:first-child a {
		border-radius: 0 0 4px 0;
		-moz-border-radius: 0 0 4px 0;
		-webkit-border-radius: 0 0 4px 0;
		-khtml-border-radius: 0 0 4px 0;
	}
}

/* content */

.content .title:before {
	left: auto;
	right: -10px;
}

.content .title:after {
	left: 0;
	right: -30px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

/*
	16. Card - About
*/
/* About */

.info-list ul li {
	text-align: right;
}

.info-list ul li strong {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

.portfolio .lnk {
	left: 0;
	right: auto;
	text-align: right;
}

.portfolio .lnk .arrow {
	margin: 0 8px 0 0;
}

.pricing-items .pricing-item .feature-list ul li strong {
	margin: 0 5px 0 0;
}

.slimScrollBar {
	left: 1px!important;
	right: auto!important;
}

/* Services */
@media (max-width: 680px) {
	.service-items .col:after {
		background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	}
}

/*
	17. Resume
*/

.resume-title:after,
.skill-title:after {
	left: auto;
	right: 0;
}

.resume-title .icon,
.skill-title .icon {
	float: right;
}

.resume-title .name,
.skill-title .name {
	margin: 0 40px 0 0;
}

/* Resume */
.resume-items .resume-item:after {
	left: auto;
	right: 0;
}

/* Skills */

.skills-list ul li .progress .percentage {
	left: auto;
	right: 0;
}

/*
	18. Works
*/

.content.works .filter-menu {
	right: auto;
	left: 0;
}

.content.works .filter-menu .f_btn {
	margin: 0 15px 0 0;
}

@media (max-width: 680px) {
	.content.works .filter-menu {
		left: auto;
		right: 0;
	}
	.content.works .filter-menu button {
		margin: 0 0 0 15px;
	}
}

@media (max-width: 680px) {
	.content.works .filter-menu .f_btn {
		margin-left: 15px;
		margin-right: 0;
	}
}

/*
	20. Popups
*/

.mfp-content {
	text-align: right;
}

.mfp-wrap.popup-box .mfp-close,
.mfp-wrap.popup-box-inline .mfp-close {
	right: auto;
	left: -54px;
}

@media (max-width: 720px) {
	.mfp-wrap.popup-box .mfp-close,
	.mfp-wrap.popup-box-inline .mfp-close {
		right: auto;
		left: 0;
	}
}

.mfp-wrap.popup-box-inline .mfp-close {
	right: auto;
	left: 0;
}

@media (max-width: 720px) {
	.mfp-wrap.popup-box-inline .mfp-close {
		right: auto;
		left: 0;
	}
}

/*
	21. Single Post Text
*/

.blog-detail > span:first-child {
	padding-right: 4px;
	padding-left: 0;
}

.blog-detail > span {
	padding-right: 0;
	padding-left: 4px;
}

blockquote {
	border-left: none;
	border-right: 2px solid #78cc6d;
}

.single-post-text ul > li, .single-post-text ol > li, .comment-text ul > li, .comment-text ol > li, .blog-content ul > li, .blog-content ol > li {
	padding: 0 18px 0 0;
}

.single-post-text ul > li:before, .comment-text ul > li:before, .blog-content ul > li:before {
	left: auto;
	right: 0;
}

.post-text-bottom > span {
	margin-right: 0;
	margin-left: 20px;
}

.post-text-bottom .tags-links a, .post-text-bottom .tags-links span {
	margin: 0 0 10px 10px;
}

.post-text-bottom .tags-links a:first-child, .post-text-bottom .tags-links span:first-child {
	margin-right: 10px;
}

.prev.page-numbers:before, .next.page-numbers:before {
	left: auto;
	right: 0;
}

.next.page-numbers:before {
	left: 0;
	right: auto;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.prev.page-numbers:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.prev.page-numbers:hover:before {
	right: -4px;
	left: auto;
}

.next.page-numbers:hover:before {
	left: -4px;
	right: auto;
}

a.prev.page-numbers {
	padding: 0 15px 0 0;
}

a.next.page-numbers {
	padding: 0 0 0 15px;
}

.navigation.post-navigation .nav-links .nav-previous a {
	float: right;
	padding-right: 25px;
	padding-left: 0;
}

.navigation.post-navigation .nav-links .nav-previous a:before, .navigation.post-navigation .nav-links .nav-next a:after {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navigation.post-navigation .nav-links .nav-previous a:hover:before {
	right: -4px;
	left: auto;
}

.navigation.post-navigation .nav-links .nav-next a {
	float: left;
	padding-right: 0;
	padding-left: 25px;
}

.navigation.post-navigation .nav-links .nav-next a:after {
	left: 0;
	right: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.navigation.post-navigation .nav-links .nav-next a:hover:after {
	right: auto;
	left: -4px;
}

.post-text-bottom .post-edit-link {
	padding-left: 0;
	padding-right: 25px;
}

.post-text-bottom .post-edit-link:before {
	left: auto;
	right: 0;
}

/*
	22. Post Comments
*/

.post-comments .post-comment:before {
	left: 0;
	right: -30px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.post-comments .post-comment .image {
	float: right;
}

.post-comments .post-comment .desc {
	margin-left: 0;
	margin-right: 66px;
}

.post-comments .post-comment .desc .comment-time,
.post-comments .post-comment .desc .comment-date {
	margin: 0 0 0 7px;
}

.post-comments .post-comment .desc .comment-date {
	margin: 0;
	padding: 0;
}

.post-comments .post-comment .desc span.comment-reply {
	right: auto;
	left: 0;
}

.post-comments .post-comment .desc span.comment-reply a:before {
	margin-right: 0;
	margin-left: 5px;
	left: auto;
	right: 0;
}

.post-comments .post-comment .desc span.comment-reply a:hover:before {
	left: auto;
	right: -4px;
}

.post-comment.pingback .desc {
	margin-left: 0px;
	margin-right: 0px;
}

.post-comments ul.children ul.children {
	margin: 20px 20px 0 0;
}

.comment-respond .title_inner small {
	left: 0;
	right: auto;
}

@media (max-width: 1160px) {
	.post-comments .post-comment .desc {
		margin-left: 0;
		margin-right: 80px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
		margin-right: 0;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		margin: 20px 10px 0 0;
	}
}

@media (max-width: 680px) {
	.section .content .comment-respond .title.comment-reply-title {
		text-align: right;
	}
	.post-comments ul.children {
		padding: 15px 15px 15px 15px;
	}
	.post-comments ul.children ul.children {
		margin: 15px 10px 0 0;
	}
	.post-comments ul.children ul.children ul.children {
		margin: 15px 5px 0 0;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		margin: 15px 5px 0 0;
	}
	.post-comments .post-comment .desc {
		margin-left: 0;
		margin-right: 55px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
		margin-right: 0;
	}
	.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(1) {
		padding-left: 30px;
	}
	.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(2) {
		padding-right: 30px;
	}
}

/*
	23. Sidebar Widgets
*/

.content-sidebar {
	left: auto;
	right: -438px;
}

.content-sidebar .close {
	right: auto;
	left: -68px;
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	-khtml-border-radius: 0 0 0 4px;
}

.content-sidebar.active {
	left: auto;
	right: 0;
}

.content-sidebar .main-menu ul li:after,
.content-sidebar .main-menu ul li:first-child::before {
	left: auto;
	right: -25px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.content-sidebar .main-menu ul li .children_toggle {
	right: auto;
	left: 0;
}

.content-sidebar .main-menu ul li .icon {
	margin-right: 0;
	margin-left: 10px;
}

.content-sidebar .main-menu ul li.page_item_has_children > a:before,
.content-sidebar .main-menu ul li.page_item_has_children > a:after {
	right: auto;
	left: 25px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.content-sidebar .main-menu ul li.page_item_has_children > a:after {
	right: auto;
	left: 30px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.content-sidebar .main-menu ul li ul {
	padding: 10px 25px 10px 0;
}

.content-sidebar .widget ul ul {
	margin-left: 0;
	margin-right: 0;
}

.content-sidebar .widget ul ul ul {
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.content-sidebar .widget ul li li {
	padding-right: 15px;
	padding-left: 0;
}

.content-sidebar .widget ul li li:before {
	right: auto;
	left: 0;
}

.content-sidebar .widget ul li li li li {
	padding-left: 0;
	padding-right: 10px;
}

.search-form input.search-field {
	padding: 0 15px 0 50px;
}

.search-form input.search-submit {
	margin-left: 0;
	padding: 0;
	float: left;
}

.content-sidebar h2.widget-title:before {
	left: auto;
	right: -12px;
}

@media (max-width: 1120px) {
	.content-sidebar .main-menu ul li:after, .content-sidebar .main-menu ul li:first-child::before {
		left: auto;
		right: 0;
	}
}

@media (max-width: 680px) {
	.content-sidebar {
		left: auto;
		right: -100%;
	}
	.content-sidebar.active {
		left: auto;
		right: 0;
	}
	.content-sidebar .close {
		right: auto;
		left: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
	.post-comments .post-comment .desc .comment-time,
	.post-comments .post-comment .desc .comment-date {
		margin: 0;
	}
}

/* 1. Template Classic */

.theme-style-classic .info-list ul li {
	text-align: right;
}

.theme-style-classic .info-list ul li strong {
	margin-right: 0;
	margin-left: 8px;
}

.theme-style-classic .info-list ul li strong:after {
	margin-left: 0;
	margin-right: -3px;
}

.theme-style-classic .service-items .service-item {
	text-align: right;
}

.theme-style-classic .button .text {
	padding-right: 0;
}

/* 1. Template Dark */

.theme-style-dark .border-line-h:after {
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.theme-style-dark .lnks:before {
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.theme-style-dark .header .top-menu ul li a:before {
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.theme-style-dark .card-started:before {
	box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.1);
}

.theme-style-dark .content .title:after {
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 560px) {
	.theme-style-dark .service-items .col:after {
		background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	}

}

.theme-style-dark .post-box .blog-content blockquote {
	border-right: none;
}

.theme-style-dark .post-comments .post-comment:before {
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.theme-style-dark .content-sidebar .main-menu ul li:after, .theme-style-dark .content-sidebar .main-menu ul li:first-child::before {
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.theme-style-dark .button .text {
	padding-right: 0;
}

@media (max-width: 680px) {
	.theme-style-dark .header .top-menu:before {
		background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at right, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
	}
}

/*
	New Resume Styles
*/

.resume-items .resume-item .image {
	margin-left: 0;
	margin-right: 15px;
	float: left;
}

/*
	New Woocommerce Styles
*/

.header .cart-btn .cart-widget {
	left: auto;
	right: 80px;
}

.header .cart-btn .cart-widget:before {
	left: auto;
	right: -12px;
	border-right: 6px solid rgba(0,0,0,0);
	border-left: 6px solid rgba(0,0,0,0.8);
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
ul.cart_list li img,
ul.product_list_widget li img {
	margin-left: 0;
	margin-right: 15px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 0 30px 0 0;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	left: auto;
	right: 0;
}

.woocommerce ul.products.border-line-v:before,
.woocommerce ul.products.border-line-v:before {
	left: 0;
	right: -30px;
}

.woocommerce span.onsale {
	left: auto;
	right: 35px;
}

.woocommerce ul.products li.product .onsale {
	right: auto;
	left: 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	margin: 0 0 0 70px;
}

.woocommerce ul.products li.product .price {
	float: right;
}

.woocommerce ul.products li.product .price ins {
	margin-left: 0;
	margin-right: 5px;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
	float: left;
}

.woocommerce ul.products li.product .button.add_to_cart_button:before {
	left: auto;
	right: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: right;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	padding-left: 0;
	padding-right: 30px;
	float: left;
}

.woocommerce .product span.onsale {
	left: auto;
	right: 15px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	margin-right: 0;
	margin-left: 5px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	left: 0;
	right: -30px;
}

.woocommerce #reviews #comments ol.commentlist li:before {
	left: 0;
	right: -30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: auto;
	left: 15px;
}

.woocommerce ul.order_details li {
	margin-left: 2em;
	margin-right: 0;
}

.woocommerce-MyAccount-navigation ul:before {
	left: 0;
	right: -30px;
}

.woocommerce-account .addresses .title h3,
.addresses .title h3 {
	float: right;
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 66px 0 0;
}

@media (max-width: 680px) {
	.header .cart-btn {
		right: auto;
		left: 62px;
	}
	.header .cart-btn .cart-widget {
		left: 0;
		right: auto;
	}
	.header .cart-btn .cart-widget:before {
		left: 24px;
		right: auto;
	}
}

.header .top-menu.menu-minimal ul li a .name {
	right: 65%;
	left: 0;
}

.header .top-menu.menu-minimal ul li a:hover .name {
	right: 75%;
	left: auto;
}

/*--------------------------*/
/*----- Pyramid Enters -----*/
/*--------------------------*/

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes customrotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes customrotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes customrollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
}

@keyframes customrollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
}

.profile .main-menu ul li a {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
}

.card-started .profile .image:before, .content-sidebar .profile .image:before, .content .title:before, .content-sidebar h2.widget-title:before {
    transform: rotate(90deg);
}

.content .title:before {
	top: 5px;
}

.lnk::before, .button::before {
	left: 0;
	right: auto;
}

.lnk .ion, .button .ion, .lnk .arrow, .button .arrow, .lnk .fa, .button .fa {
    right: 0;
    left: auto;
}
.lnk:hover .arrow, .button:hover .arrow, .lnk:hover i, .button:hover i, .lnk:hover .ion, .button:hover .ion {
    right: 4px;
    left: auto;
}

.post-text-bottom > .social-share {
	margin-right: 0;
	margin-left: 30px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 0;
	margin-left: 5px;
}

input, textarea, button, input[type="submit"] {
    font-family: inherit;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-left: none;
}

.orderby {
	font-family: inherit;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, ul.cart_list li img, ul.product_list_widget li img {
    float: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 15px !important;
}

.content-sidebar h2.widget-title:before, .content-sidebar h2:before {
    right: -12px;
    left: auto;
}

.search-form input.search-submit, .wp-block-search .wp-block-search__button {
    left: 0;
    right: auto;
}

.resume-item .lnk i.fas {
	transform: scaleX(-1);
}

.solid-icons-style .resume-title .icon, .solid-icons-style .skill-title .icon, .border-icons-style .resume-title .icon, .border-icons-style .skill-title .icon {
    margin-left: 12px;
    margin-right: 0;
}

.layout-rounded-style .content-sidebar .close {
    border-radius: 26px 0 0 26px;
    -webkit-border-radius: 26px 0 0 26px;
}

.header .top-menu.menu-minimal ul li a .name {
    right: 65%;
    left: auto;
	white-space: nowrap;
}
.header .top-menu.menu-minimal ul li a:hover .name {
    right: 75%;
    left: auto;
}

.canvas.canvas-waves .wave-background {
    transform: rotate(280deg);
    right: 0;
    left: auto;
}
.wave-background .wave {
    right: 10%;
    left: auto;
    margin-right: -150px;
    margin-left: 0;
}

/*----- Elementor Styles -----*/

.skills-list.dotted ul li .progress .dg,
.skills-list.dotted ul li .progress .da {
	right: 0;
	left: auto;
}

.skills-list.list ul li .name {
	padding-right: 30px;
	padding-left: 0;
}
.skills-list.list ul li .name:before {
	right: 0;
	left: auto;
}

@media (max-width: 1199px) {
	.container {
		padding: 0 100px 0 15px;
		right: 0;
		left: auto;
	}
	.header {
		margin-right: -85px;
		margin-left: 0;
		right: auto;
	}
	.card-started {
		position: relative;
		float: none;
		width: auto;
		height: auto;
	}
	.card-inner {
		position: relative;
		margin: 15px 0;
		right: 0;
		left: auto;
		top: 0;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
		border-radius: 4px;
	}
}

@media (min-width: 1120px) {
	.woocommerce-checkout .header {
		right: auto;
	}
	
	.woocommerce-checkout .card-started {
		margin-right: 80px;
		margin-left: 0;
	}

	.woocommerce-checkout .card-inner {
		margin-right: 560px;
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	.container {
		margin: 0;
		top: 0;
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 118px 0 0;
		max-width: 400px;
	}
	.container, .container.hide-mobile-vcard {
		padding-top: 102px;
	}
	.header {
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		position: fixed !important;
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		height: 64px;
		max-width: 100%;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
	.logged-in .header {
		top: 45px;
	}
}