* {
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

/* HEADER DEMO 1 */
.tj-header-area .header-button {
  margin-right: 55px;
  margin-left: 0;
}

.tj-header-area .header-info-list {
  margin-right: 35px;
  margin-left: auto;
}

.tj-header-area .menu-bar {
  margin-right: 25px;
  margin-left: 0;
  transform: scaleX(-1);
}

.tj-header-area .header-menu ul > li > a::before {
  background: linear-gradient(260deg, var(--tj-theme-primary) 0%, var(--tj-theme-secondary) 100%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.tj-header-area .header-menu ul > li.current > a::before,
.tj-header-area .header-menu ul > li.current-menu-ancestor > a::before,
.tj-header-area .header-menu ul > li:hover > a::before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.tj-header-area .header-menu ul > li > .sub-menu {
  right: 0;
  left: auto;
}

.tj-header-area .header-menu ul > li > .sub-menu > li > .sub-menu {
  right: 100%;
  left: auto;
  top: -10px;
}

.mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
}

.tj-header-area .mobile-menu ul li > .sub-menu > li {
  padding-right: 20px;
  padding-left: 0;
}

.mean-container .mean-nav ul li a {
  text-align: right;
}

/* HEADER DEMO 10 */
.tj-header-area.header-10 .logo-box {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.tj-header-area.header-10 .header-button {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 30px;
  padding-left: 0;
}

/* DEMO 1 */

/* HERO */
.hero-image-box:before {
  left: auto;
  right: 0;
}

/* SERVICES */
.tj_services .services-widget i {
  left: 55px;
  right: auto;
}

.tj_services .services-widget .service-item .right-box {
  padding-left: 15%;
  padding-right: 0;
}

.tj_services .services-widget i {
  transform: translateY(-50%) rotate(180deg);
}

.tj_services .services-widget .service-item:hover i,
.tj_services .services-widget .service-item.current i {
  transform: translateY(-50%) rotate(270deg);
}

/* PORTFOLIO */
.portfolio-filter .button-group .active-bg {
  right: auto;
}

.portfolio-box .portfolio-item .content-box i {
  left: 25px;
  right: auto;
}

.portfolio-box .portfolio-item .content-box i {
  transform: translateY(-50%) rotate(180deg);
}

.portfolio-box .portfolio-item:hover .content-box i {
  transform: translateY(-50%) rotate(270deg);
}

.portfolio-box .content-box {
  padding-right: 20px;
  padding-left: 50px;
}

/* TESTIMONIALS */
.testimonials-widget .testimonial-item .icon-box {
  direction: ltr;
  width: max-content;
  transform: translateX(calc(100% - 35px));
}

.testimonials-widget .testimonial-item .image-box img {
  border-radius: 5px 5px 125px 5px;
}

/* BLOG */
.blog-item .blog-thumb .category {
  left: auto;
  right: 15px;
}

.blog-item .blog-content .blog-title {
  text-align: right;
}

/* CONTACTFORM */
.contact-info-list .icon-box {
  right: 0;
  left: auto;
}

:is(.contact-info-list li):not(.contact-info-list-3 li, .contact-box.style-5 .contact-info-list ul li) {
  padding-right: 75px;
  padding-left: 0;
}

.contact-form {
  direction: rtl;
}

.form_group select,
.form_group .nice-select,
.form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.form_group textarea {
  text-align: right;
}

.nice-select {
  text-align: right !important;
}

.tj-nice-select::after {
  right: auto;
  left: 15px;
}

.nice-select .list {
  right: 0;
  left: auto;
}

.nice-select .option {
  text-align: right;
}

/* FOOTER */
.footer-menu ul li a::before {
  background: linear-gradient(260deg, var(--tj-theme-primary) 0%, var(--tj-theme-secondary) 100%);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.footer-menu ul li a:hover::before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

/* DEMO 2 */

/* HERO */
.tj-btn-primary .icon_box,
.tj-btn-primary-2 .icon_box {
  transform: rotate(225deg);
}

/* RESUME */
.works-inner .works-item::before , .works-item::before{
  right: 0;
  left: auto;
}

.works-inner .works-item , .works-item{
  padding-right: 50px;
  padding-left: 0;
}

.works-inner .works-item::after ,  .works-item::after{
  left: auto;
  right: 6px;
}

/* DEMO 3 */

/* HERO */
.hero-section.style-3 .hero-content-box {
  padding-left: 0;
  padding-right: 40px;
}

.hero-section:before {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -5%;
}

/* PORTFOLIO */
.project-btn .icon_box {
  transform: rotate(225deg);
}

/* TESTIMONIALS */
.testimonial-carousel2 .testimonial-item .icon-box {
  width: max-content;
  margin-left: auto;
}

/* FAQ */
.accordion-item .faq-title {
  text-align: right;
  padding: 20px 30px 20px 55px;
}

.accordion-item .faq-title::before {
  right: auto;
  left: 30px;
}

.accordion-item .faq-text {
  padding: 5px 30px 30px 10px;
}

/* CTA */
.text-section .section-header .section-title {
  font-size: 80px;
  direction: ltr;
}

.text-section .section-header .chat-mail .link::before {
  left: auto;
  right: 0;
}

.text-section .section-header .chat-mail .link i {
  transform: rotate(45deg);
}

/* DEMO 4 */

/* HERO */
.tj-hero-4-area::before {
  right: auto;
  left: 324px;
}

.tj-hero-4-bottom-reviews-wrap-thumb ul {
  padding-left: 2rem;
  padding-right: 0;
}

.tj-hero-4-bottom-reviews-wrap-thumb ul li {
  margin-right: -16px;
  margin-left: 0;
}

.tj-hero-4-subtitle::before {
  right: 15px;
  left: auto;
}

.tj-hero-4-subtitle {
  padding: 9px 32px 9px 22px;
}

.tj-hero-4-bottom-counter {
  left: -65px;
  right: auto;
}

.tj-hero-4-bottom-reviews {
  right: -30px;
  left: auto;
}

.tj-hero-4-bottom-thumb-shape-2 {
  left: -38%;
  right: auto;
}

.tj-hero-4-bottom-thumb-shape-1 {
  right: -38%;
  left: auto;
}

/* RESUME */
.tj-resume.style-4 .resume_item {
  margin-right: auto;
  margin-left: 0;
}

.tj-about-4-button .btn-inline {
  padding-right: 0;
  padding-left: 24px;
}

.btn-inline:hover > span {
  -webkit-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  transform: translateX(-24px);
}


.tj-about-4-button .btn-inline::after {
  content: "\f177";
  -webkit-transform: translateX(120%) translateY(-50%);
  -ms-transform: translateX(120%) translateY(-50%);
  transform: translateX(120%) translateY(-50%);
}

.tj-about-4-button .btn-inline:hover::after {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.tj-about-4-button .btn-inline::before {
  content: "\f177";
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.tj-about-4-button .btn-inline:hover::before {
  -webkit-transform: translateX(-120%) translateY(-50%);
  -ms-transform: translateX(-120%) translateY(-50%);
  transform: translateX(-120%) translateY(-50%);
}

/* TESTIMONIALS */
.star-ratings .fill-ratings {
  left: auto;
  right: 0;
}

/* FOOTER */
.footer-contact-infos .contact-footer-item .line {
  transform: scaleX(-1);
}

/* DEMO 5 */

/* HERO */
.tj-hero-5-thumb {
  right: auto;
  left: 0;
}

.tj-hero-5-thumb::after {
  left: auto;
  right: 0;
  background-image: linear-gradient(-92deg, #0d0612 0%, rgba(13, 6, 18, 0) 100%);
}

.light-mode .tj-hero-5-area .tj-hero-5-thumb::after {
  background-image: linear-gradient(-92deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.tj-hero-5-thumb-shape-2 {
  left: 22%;
  right: auto;
}

.tj-hero-5-thumb-shape-3 {
  right: auto;
  left: 23%;
}

.tj-hero-5-thumb-shape-4 {
  left: auto;
  right: 50%;
}

.tj-hero-5-thumb-shape-4-text-animed > div {
  left: 0;
}

/* SERVICES */
.tj-service-5-accordion-list-content {
  margin-left: 0;
  margin-right: 50px;
}

.tj-service-5-accordion-list {
  padding-left: 0;
  padding-right: 0;
}

.tj-service-5-accordion-list .accordion_item {
  padding: 30px 30px 30px 50px;
}

.tj-service-5-accordion-list-title span {
  margin-right: 0;
  margin-left: 4px;
}

.tj-service-5-accordion-list .accordion_item::before {
  left: 0;
  right: auto;
}

.tj-service-5-accordion-list-title::before {
  right: auto;
  left: 0;
  transform: rotate(90deg);
}

/* PORTFOLIO */
.portfolio_slider_5 {
  margin-right: calc((100% - 1296px) / 2);
  margin-left: 0;
}

.portfolio-item.style-5 .content-box .portfolio-arrow a i {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.portfolio-item.style-5 .content-box .portfolio-arrow a:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* RESUME */
.resume_wrapper_5 .resume_inner_5 {
  text-align: right;
}

.progress-item .item_bar .progress {
  right: 0;
  left: auto;
}

.progress-item .item_value {
  left: 0;
  right: auto;
}

/* TESTIMONIALS */
.testimonial-item.style-5 .icon-box {
  width: max-content;
  margin-left: auto;
}

/* CONTACTFORM  */
.contact-form-box.style-5 .tj-contact-form .form_group label {
  text-align: right;
}

/* DEMO 6 */

/* HERO */
@keyframes hover-underline {
	0% {
		transform: scaleX(1);
		transform-origin: left;
	}

	49% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(0);
		transform-origin: right;
	}

	to {
		transform: scaleX(1);
		transform-origin: right;
	}
}

.hero-wrapper-style-6 .group_overly span {
  left: 45%;
  right: auto;
}

.hero-wrapper-style-6 .group_overly span:nth-child(2) {
  left: 25%;
  right: auto;
}

.hero-wrapper-style-6 .group_overly span:nth-child(3) {
  left: 10%;
  right: auto;
}

.hero-wrapper-style-6 .group_overly span:nth-child(4) {
  left: 20%;
  right: auto;
}

.hero-wrapper-style-6 .group_overly span:nth-child(5) {
  left: 30%;
  right: auto;
}

.hero-wrapper-style-6 .hero-infos {
  margin-left: 0;
  margin-right: auto;
}

/* ABOUT */
.about-6-images .about-shapes {
  right: auto;
  left: -50px;
}

/* PORTFOLIO */
.portfolio-item.style-6 .portfolio-images .portfolio-link {
  right: auto;
  left: 30px;
}

.portfolio-item.style-6 .portfolio-content .portfolio-list ul li:last-child {
  padding-right: 15px;
  padding-left: 0;
}

.portfolio-item.style-6 .portfolio-content .portfolio-list ul li {
  border-right: none;
  border-left: 2px solid var(--tj-grey-1);
  padding-right: 0;
  padding-left: 15px;
}

/* RESUME */
.tj-resume-6-accordion-button .tj-resume-6-accordion-button-icon span {
  margin-right: 0;
  margin-left: 20px;
}

.tj-resume-6-accordion-button {
  padding-left: 30px;
  padding-right: 0;
}

.tj-resume-6-accordion-button::after {
  left: 0;
  right: auto;
}

.tj-resume-6-accordion-body span i {
  margin-right: 0;
  margin-left: 10px;
}

.light-mode .tj-resume-6-marquee-title {
  background: linear-gradient(to left, rgba(135, 80, 247, 0.1) 0%, var(--tj-heading-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tj-resume-6-accordion-button::after {
  font-family: initial;
}

/* PORTFOLIO */
.portfolio-item.style-6 .portfolio-content .portfolio-header .title a {
  background-position: right bottom;
}

/* BLOG */
.tj-blog-6-meta-item:not(:last-child) {
  padding-right: 0;
  padding-left: 18px;
  margin-right: 0;
  margin-left: 14px;
}

.tj-blog-6-meta-item:not(:last-child)::after {
  right: auto;
  left: 0;
}

.tj-blog-6-wrapper .tj-blog-6-title a {
  background-image: linear-gradient(to left, currentColor 0, currentColor 100%);
  background-position: right bottom;
}

/* CTA */
.tj-cta-6-socail ul li,
.tj-cta-6-socail ul li:first-child,
.tj-cta-6-socail ul li:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.tj-cta-6-socail ul li span {
  margin-right: 0;
  margin-left: 6px;
}

.tj-cta-6-socail ul li::after {
  right: auto;
  left: 0;
}

.tj-cta-6-socail ul {
  padding-left: 0;
  padding-right: 0;
}

.tj-cta-6-title {
  direction: ltr;
}

/* FOOTER */
.tj-footer-6-paragraph {
  padding-left: 0;
  padding-right: 16px;
}

.tj-footer-6-paragraph::before {
  left: auto;
  right: 0;
}

/* DEMO 7 */

/* HERO */

.tj-feature-7-title span i {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* ABOUT */
.tj-about-7-bottom {
  margin-right: auto;
  margin-left: 0;
}

/* TESTIMONIALS */
.tj-testimonial-7-wrapper.swiper-slide .icon-box {
  direction: ltr;
  width: max-content;
  transform: translateX(calc(100% - 35px));
}

/* BLOG */
.tj-blog-7-title a {
  background-image: linear-gradient(to left, currentColor 0, currentColor 100%);
  background-position: right bottom;
}

.tj-blog-6-btn::before {
  left: auto;
  right: 0;
}

/* DEMO 8 */

/* HERO */
.hero-section.style-8::before {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 5%;
}

.hero-section.style-8 {
  background-position: top left;
}

.hero-8-images .hero-circle {
  left: auto;
  right: -80px;
}

.hero-8-images .images_shapes {
  left: auto;
  right: -30%;
}

.hero-8-images .images_shapes-2 {
  left: 40px;
  right: auto;
}

.hero-8-images .hero-circle .rotate-image {
  direction: ltr;
}

.hero-8-images {
  margin-left: 0;
  margin-right: auto;
}

.hero-section.style-8 .hero-8-socials {
  right: 50px;
  left: auto;
}

.hero-section.style-8 .hero-8-socials .social-icons li a::before {
  background: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

/* MARQUEE */
.elementor-align-right .style-2 .funfact-item {
  align-items: start;
}

/* ABOUT */
.about-8-images::after {
  right: -10px;
  left: auto;
  border-radius: 14px 120px 14px 14px;
}

.about-8-images::before {
  border-radius: 14px 120px 14px 14px;
  right: 0;
  left: auto;
}

.about-8-images .about_shapes {
  left: 30px;
  right: auto;
}

/* SERVICES */ 
.service-slider-8.swiper .service-navigation {
  flex-direction: row-reverse;
}

/* RESUME */
.resume_item.style-8 .resume_date {
  margin-left: 0;
  margin-right: auto;
}

.resume_item.style-8 .desc {
  padding-left: 0;
  padding-right: 90px;
}

.resume_item.style-8 .resume_date .date i {
  margin-right: auto;
  margin-left: 5px;
}

/* MARQUEE */
.tj_marquee_wrap .tj_roll_bg {
  transform: rotate(1.09deg);
}

/* TESTIMONIALS */
.testimonial-item.style-8 .icon-box {
  direction: ltr;
  width: max-content;
  transform: translateX(calc(100% - 35px));
}

/* BLOG */
.tj-blog-8-meta span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: 15px;
}

.tj-blog-8-meta span::before {
  left: 0;
  right: auto;
}

/* CTA */
.cta-wrapper.style-8 .cta_shapes {
  right: auto;
  left: 14%;
}

.cta-wrapper.style-8 .cta_shapes_2 {
  left: auto;
  right: 12%;
}

.cta-wrapper.style-8 .cta-circle .rotate-image {
  direction: ltr;
}

.cta-wrapper.style-8 .cta-content .title {
  direction: ltr;
}


.blog-item.style-8 .blog_inner .anim_box .blog-8-content .blog-text .title a {
  background-position: right bottom;
}


/* DEMO 9 */

/* HERO */
.tj-hero-9-wrap {
  left: -9%;
  right: auto;
}

.tj-hero-9-award-shape {
  left: auto;
  right: 16%;
}

.tj-hero-9-award-ponter {
  left: auto;
  right: -38px;
  transform: scaleX(-1);
}

.tj-hero-9-award-wrap .line {
  left: -6px;
  right: auto;
}

.tj-hero-9-award-btn {
  margin-right: -122px;
}

.tj-hero-9-paragraph,
.tj-hero-9-counter-title {
  text-align: right;
}

.tj-hero-9-counter-desc {
  text-align: left;
}

.tj-hero-9-button {
  margin-left: auto;
  width: max-content;
}

.tj-hero-9-button i {
  transform: rotate(270deg);
}

.tj-hero-9-btn:hover i {
  transform: rotate(225deg);
}

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.tj-hero-9-wrapper .title {
  font-size: 150px;
}

.light-mode .tj-maquee-section.style-9 .maquee-bg-shape {
  background: unset;
}

/* SERVICES */
.tj-service-7-button {
  width: max-content;
  margin-right: auto;
}

/* PORTFOLIO */
.tj-project-9-navigation {
  flex-direction: row-reverse;
}

/* BLOG */
.blog-style-9-title a {
  background-image: linear-gradient(to left, currentColor 0, currentColor 100%);
  background-position: right bottom;
}

.tj-blog-7-meta span {
  padding-right: auto;
  margin-right: auto;
  padding-left: 20px;
  margin-left: 15px;
}

.tj-blog-7-meta span::before {
  left: 0;
  right: auto;
}

.blog-style-9-tag {
  left: auto;
  right: 16px;
}

/* DEMO 10 */

/* HERO */
.hero-10-images .mask_images {
  -webkit-mask-image: url(assets/images/shapes/mask-hero-10_hero.png);
  mask-image: url(assets/images/shapes/mask-hero-10_hero.png);
}

.hero-10-reviews-wrap {
  left: auto;
  right: 15px;
}

.hero-8-chats {
  right: 40%;
  left: auto;
}

.hero-section.style-10 .hero-10-socials {
  right: 50px;
  left: auto;
}

.hero-section.style-10 .hero-10-socials .social-icons li a::before {
  background-image: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

/* SERVICES */
.service-10-images {
  margin-right: 0;
  margin-left: 15px;
}

.service-10-images::before {
  right: auto;
  left: -15px;
}

/* BLOG */
.tj-blog-7-meta span:first-child {
  padding-right: 0;
  margin-right: 0;
}

.blog-style-9 .tj-blog-7-content {
  padding: 15px 0 15px 15px;
}


/* OTHERS */

/* BALL */
#ball {
  left: 0;
}

/* BLOG */
.tj-post__meta span i {
    margin-right: 0;
    margin-left: 8px;
}

.tj-single__post ul.key_points li {
    padding-left: 0;
    padding-right: 25px;
}

.tj-single__post ul.key_points li::before {
    left: auto;
    right: 0;
}

.wp-block-quote cite::before, blockquote cite::before {
    margin-right: 0;
    margin-left: 15px;
}

.tj-post__content .tj-post__title a {
    background-position: right bottom;
}

.tj-comments__wrap .tj-comment__title:before, .comment-respond .comment-reply-title:before {
  left: auto;
  right: 0;
}

.single-post_tag_share .tj_tag .tag__title {
  max-width: max-content;
}

.single-post__navigation .tj-navigation_post .tj-navigation-post_inner .tj-content .post_pagination_nav i {
  margin-right: auto;
  margin-left: 10px;
}

.single-post__navigation .tj-navigation_post .tj-navigation-post_inner.next_post .tj-content .post_pagination_nav i {
  margin-right: 10px;
  margin-left: auto;
}

.light-mode .tj-sidebar__widget .wp-block-search__input {
  background-color: var(--tj-off-white);
}

.tj-widget__search.form_group .search-btn {
  right: auto;
  left: 0;
}

.tj-widget__search.form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  padding: 16px 20px 16px 60px;
}

/* PORTFOLIO */

.portfolio_navigation .navigation_item.next-project {
  margin-left: 0;
  margin-right: auto;
}

.portfolio_navigation .navigation_item .project i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio_navigation .navigation_item.prev-project .project i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.portfolio_navigation .navigation_item .project:hover i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* SERVICES */
.sidebar_widget.services_list ul li a::before {
    content: "\f104";
    right: 0;
    left: 20px;
}

.sidebar_widget.services_list ul li a i {
    margin-right: 0;
    margin-left: 10px;
}

.check-list .list li {
    padding-left: 0;
    padding-right: 25px;
}

.check-list .list li i {
    right: 0;
    left: auto;
}

.services-widget .service-item i {
  right: auto;
  left: 55px;
}

.services-widget .service-item .right-box {
  padding-right: 0;
  padding-left: 15%;
}

.services-widget i:not(.service-item.style-10 .service-icon i, .service-item.style-10 .service-arrow i) {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.services-widget .service-item.current i:not(.service-item.style-10 .service-icon i, .service-item.style-10 .service-arrow i),
.services-widget .service-item:hover i:not(.service-item.style-10 .service-icon i, .service-item.style-10 .service-arrow i) {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

/* BREADCRUMB */
.breadcrumb_navigation span a:hover::after {
    left: auto;
    right: 0;
}

/* NUMBERS */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  direction: ltr;
  font-family: var(--tj-ff-body);
}

/* BUTTONS */

.tj-header-area.header-10 .header-button .btn i,
.tj-btn-primary > i,
.tj-header-area.header-10 .header-button .btn i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.service-item.style-10 .service-arrow i {
  -webkit-transform: translateY(0) rotate(270deg);
  -ms-transform: translateY(0) rotate(270deg);
  transform: translateY(0) rotate(270deg);
}

.service-item.style-10:hover .service-arrow i {
  -webkit-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}


.portfolio-box .portfolio-item.style-10 .portfolio-content .portfolio-arrow .link .icon_box,
.tj-service-7-button a .icon_box,
.tj-project-7-icon .icon_box,
.tj-service-item.style-8 .service-link a .icon_box,
.portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box,
.cta-wrapper.style-8 .circle-button .circle .icon_box,
.blog-item.style-8 .blog_inner .anim_box .blog-8-content .blog-arrow .icon_box,
.tj-blog-6-btn .icon_box,
.hero-wrapper-style-6 .hero-infos .hero-button .hero-btn .icon_box,
.portfolio-item.style-6 .portfolio-images .portfolio-link .icon_box,
.cta-inner-5 .cta-content .cta-button .cta-link .icon_box,
.tj-footer-7-top-submit-btn .icon_box,
.portfolio-wrapper-8 .portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}


/* BG */

.tj-btn-primary {
  background-position: -100%;
}

.tj-btn-primary:hover {
  background-position: 0%;
}

.hero-title {
  background-image: linear-gradient(to left, var(--tj-heading-primary) 0%, var(--tj-heading-secondary) 100%);
}

.section-header .section-title {
  background-image: linear-gradient(to left, var(--tj-heading-primary) 0%, var(--tj-heading-secondary) 100%);
}

.services-widget .active-bg {
  background-image: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.portfolio-box .content-box {
  background: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.portfolio-filter .button-group .active-bg:not(.portfolio-filter.style-10 .active-bg) {
  background: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.resume-widget .resume-item:before {
  background-image: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.blog-item .blog-content::before {
  background-image: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%)
}

.contact-info-list .icon-box {
  background-image: linear-gradient(199deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.portfolio-tem.style-8 .portfolio-content .arrow_link::before {
  background: linear-gradient(90deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
}

.blog-wrapper-8 .active-bg {
  background: linear-gradient(-90deg, var(--tj-theme-primary) 0%, var(--tj-theme-secondary) 110.61%);
}

/* SCROLL BTN */

.gerold-scroll-top {
  right: auto;
  left: 30px;
}

.hero_scroll {
  left: auto;
  right: 0;
}

/* 404 */

.tj-error__content .error_plug {
  mask-position: right;
}

/*  */

.rtl #wpadminbar * {
  font-family: Morabba,Vazirmatn ,Shabnam, Tahoma,Arial,sans-serif;
}


/* NUMBERS */

.odometer-inside * {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

/* MENU */

.light-mode .tj-header-area .header-menu ul > li > .sub-menu {
  background-color: var(--tj-off-white);
}

/* SIDEBAR */

.tj-sidebar__widget .wp-block-search__input {
  color: #fff;
}

/* COMMENTS */

.tj-comments__container #cancel-comment-reply-link {
  margin-left: 0;
  margin-right: 10px;
}

.tj-latest__comments .tj__comment .children {
  padding-left: 0;
  padding-right: 30px;
}

/* LETTER SPACING */

.section-header.style-4 .subtitle,
.tj-about-7-wrapper .subtitle,
.section-header.style-5 .subtitle {
  letter-spacing: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  /* DEMO 10 */

  /* HERO */
  .hero-section.style-10 .hero-10-socials,
  .hero-section.style-8 .hero-8-socials {
      left: auto;
      right: 10px;
  }

  .hero_scroll {
    left: auto !important;
    right: -35px !important;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrapper .title {
    font-size: 130px;
  }

  /* DEMO 4 */

  /* HERO */
  .tj-hero-4-bottom-counter {
    left: 0;
    right: auto;
  }
}

/* Extra Large Devices */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* HEADER DEMO 1 */
  .tj-header-area .header-button {
    margin-right: 35px;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrap {
    left: 0;
    right: auto;
  }

  /* DEMO 10 */

  /* HERO */
  .hero-content-box.style-10,
  .hero-content-box.style-8 {
    padding-left: 0;
    padding-right: 25px;
  }

  .hero-section.style-10 .hero-10-socials,
  .hero-section.style-8 .hero-8-socials {
    left: auto;
    right: 10px;
  }

  .hero_scroll {
    left: auto !important;
    right: -35px !important;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrapper .title {
    font-size: 125px;
  }

  /* DEMO 5 */

  /* HERO */
  .tj-hero-5-thumb {
    background-position: center right;
  }

  /* DEMO 4 */

  /* HERO */
  .tj-hero-4-bottom-counter {
    left: 0;
    right: auto;
  }

  .tj-hero-4-bottom-thumb-shape-2 {
    left: -25%;
    right: auto;
  }
  
  .tj-hero-4-bottom-thumb-shape-1 {
    right: -25%;
    left: auto;
  }
}

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* HEADER DEMO 1 */
  .tj-header-area .header-button {
    margin-right: 20px;
  }
  .tj-header-area .header-info-list {
    margin-right: 15px;
  }
  /* HEADER DEMO 6 */
  .tj-header-9-right {
    margin-right: auto;
    margin-left: 0;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrap {
    left: auto;
    right: 50%;
    transform: translateX(50%) translateY(0);
  }

  /* DEMO 10 */

  /* HERO */
  .hero-content-box.style-10,
  .hero-content-box.style-8 {
    padding-left: 0;
    padding-right: 35px;
  }

  .hero-section.style-10 .hero-10-socials,
  .hero-section.style-8 .hero-8-socials {
    left: auto;
    right: 10px;
  }

  .hero_scroll {
    left: auto !important;
    right: -35px !important;
  }
  
  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrapper .title {
    font-size: 100px;
  }


  /* DEMO 8 */

  /* RESUME */
  .resume_item.style-8 .resume-content .resume_date {
    margin-left: 0;
    margin-right: auto;
  }

  .elementor-align-right .style-2 .funfact-item {
    align-items: center;
  }

  /* DEMO 6 */

  /* ABOUT */
  .about-6-images .about-shapes {
    right: auto;
    left: -75px;
  }

  /* DEMO 5 */

  /* HERO */
  .tj-hero-5-area {
    padding: 0;
  }

  .tj-hero-5-thumb {
    background-position: center right;
    height: 100%;
  }

  /* DEMO 4 */

  /* HERO */
  .tj-hero-4-bottom-counter {
    left: 0;
    right: auto;
  }

  .tj-hero-4-bottom-reviews {
    right: 0;
    left: auto;
  }
}

/* Tablet Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* HEADER DEMO 1 */
  .tj-header-area .header-button {
    margin-right: auto;
  }
  .tj-header-area .header-info-list {
    margin-right: 15px;
  }

  /* HEADER DEMO 5 */
  .tj-header-5-right {
    margin-right: auto;
    margin-left: 0;
  }
  /* HEADER DEMO 6 */
  .tj-header-9-right {
    margin-right: auto;
    margin-left: 0;
  }

  /* DEMO 5 */

  /* HERO */
  .tj-hero-5-area {
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }

  .tj-hero-5-thumb-mobile {
    margin-bottom: 0;
  }

  /* PORTFOLIO */
  .portfolio_slider_5 {
    margin-right: auto;
  }

  /* DEMO 8 */

  /* RESUME */
  .resume_item.style-8 .resume-content .resume_date {
    margin-left: 0;
    margin-right: auto;
  }

  /* MARQUEE */
  .elementor-align-right .style-2 .funfact-item {
    align-items: center;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrap {
    right: 50%;
    left: auto;
    transform: translateX(50%) translateY(0);
  }

  .tj-hero-9-award-shape {
    left: 10%;
    right: auto;
  }


  /* DEMO 10 */

  /* HERO */
  .hero-content-box.style-10,
  .hero-content-box.style-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.style-10 .hero-10-socials,
  .hero-section.style-8 .hero-8-socials {
    left: auto;
    right: auto;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrapper .title {
    font-size: 74px;
  }

  .tj-hero-9-award-shape {
    top: 0;
    right: auto;
    left: 15%;
  }

  /* DEMO 6 */
  
  /* HERO */
  .hero-wrapper-style-6 {
    flex-direction: column;
  }

  .hero-wrapper-style-6 .hero-infos {
    margin: 0 auto;
  }

  /* DEMO 4 */

  /* HERO */
  .tj-hero-4-bottom-counter {
    left: auto;
    right: auto;
  }

  .tj-hero-4-bottom-reviews {
    right: 0;
    left: auto;
  }

  /* DEMO 3 */

  /* PORTFOLIO */
  .works-inner .works-item , .works-item {
    padding-right: 35px;
    padding-left: 0;
  }
}

/* Mobile Devices */
@media only screen and (max-width: 767px) {
  /* HEADER DEMO 1 */
  .tj-header-area .header-button {
    margin-right: auto;
  }

  /* HEADER DEMO 5 */
  .tj-header-5-right {
    margin-right: auto;
    margin-left: 0;
  }
  /* HEADER DEMO 6 */
  .tj-header-9-right {
    margin-right: auto;
    margin-left: 0;
  }
  /* HEADER DEMO 10 */
  .tj-header-area.header-10 .logo-box {
    padding-right: 0;
    padding-left: 15px;
  }

  /* DEMO 1 */

  /* SERVICES */
  .tj_services .services-widget .service-item .right-box {
    padding: 0;
  }

  .tj_services .services-widget .service-item .left-box {
    padding: 0 0 0 25px;
  }

  :is(.contact-info-list li):not(.contact-info-list-3 li, .contact-box.style-5 .contact-info-list ul li) {
    padding-right: 65px;
    padding-left: 0;
  }

  /* DEMO 3 */

  /* HERO */
  .hero-section.style-3 .hero-content-box {
    padding-right: 0;
  }

  /* FAQ */
  .accordion-item .faq-title::before {
    left: 15px;
    right: auto;
  }

  /* PORTFOLIO */
  .works-inner .works-item , .works-item {
    padding-right: 35px;
    padding-left: 0;
  }

  /* DEMO 5 */

  /* HERO */
  .tj-hero-5-area {
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }

  .tj-hero-5-thumb-mobile {
    margin-bottom: 0;
  }

  /* PORTFOLIO */
  .portfolio_slider_5 {
    margin-right: auto;
  }

  /* DEMO 8 */

  /* RESUME */
  .resume_item.style-8 .resume-content .resume_date {
    margin-left: 0;
    margin-right: auto;
  }


  /* MARQUEE */
  .elementor-align-right .style-2 .funfact-item {
    align-items: center;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrap {
    right: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }

  .tj-hero-9-award-shape {
    left: 10%;
    right: auto;
  }


  /* DEMO 10 */

  /* HERO */
  .hero-content-box.style-10,
  .hero-content-box.style-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.style-10 .hero-10-socials,
  .hero-section.style-8 .hero-8-socials {
    left: auto;
    right: auto;
  }

  /* SERVICES */
  .services-widget .service-item .left-box {
    padding: 0 0 0 25px;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-wrapper .title {
    font-size: 50px;
  }

  .tj-hero-9-award-shape {
    top: 0;
    right: auto;
    left: 0;
  }

  /* DEMO 6 */
  
  /* HERO */
  .hero-wrapper-style-6 {
    flex-direction: column;
  }

  .hero-wrapper-style-6 .hero-infos {
    margin: 0 auto;
  }


  /* DEMO 4 */

  /* HERO */
  .tj-hero-4-bottom-counter {
    left: auto;
    right: auto;
  }

  .tj-hero-4-bottom-reviews {
    right: 0;
    left: auto;
  }
}

@media (max-width: 575px) {
  /* DEMO 2 */

  /* FAQ */
  .accordion-item.style-2 .faq-title {
    padding: 16px 15px 16px 50px;
  }

  /* DEMO 6 */

  /* CTA */
  .tj-cta-6-socail ul li {
    margin-right: auto;
    margin-left: auto;
  }

  .tj-cta-6-socail ul li:nth-child(3),
  .tj-cta-6-socail ul li:nth-child(4) {
    margin-bottom: 20px;
  }

  /* ABOUT */
  .about-6-images .about-shapes {
    right: auto;
    left: -80px;
  }

  /* DEMO 9 */

  /* HERO */
  .tj-hero-9-award-ponter {
    left: auto;
    right: -23px;
    bottom: -43px;
  }

  .tj-hero-9-award-btn {
    margin-left: 0;
    margin-right: -95px;
  }

  /* DEMO 8 */

  /* RESUME */
  .resume_item.style-8 .desc {
    padding-left: 0;
    padding-right: 0;
  }

  .resume_item.style-8 .resume-content {
    flex-direction: column;
    gap: 20px;
  }

  .resume_item.style-8 .resume-content .resume_date {
    margin-left: 0;
    margin-right: 0;
  }

  /* DEMO 4 */

  /* HERO */

  .tj-hero-4-bottom-thumb-shape-2 {
    left: -26%;
    right: auto;
  }
  
  .tj-hero-4-bottom-thumb-shape-1 {
    right: -26%;
    left: auto;
  }
}