/*
[RTL Stylesheet]
Plugin: Avas Core - For Avas Multi-Purpose WordPress Theme.
Author: theme-x
--------------------------------------------------------------------*/

.tx-owl-nav button.owl-prev {
	float: left;
}
p.elementor-heading-title {
    text-align: inherit !important;
}

/*  Call to Action
------------------------------------- */
.tx-call-to-action .title {
	text-align: inherit;
}
.tx-call-to-action.cta-icon-flex .icon {
	padding-left: 20px;
}

/* ---------------------------------------------------------
   Circle Info
------------------------------------------------------------ */
.tx-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all .3s ease
}

.tx-circle-info-sub-circle {
    color: #a3adb5;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 5px 15px 0 rgba(151, 163, 184, 0.3);
    background-color: #fff;
    border-radius: 50%;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 9
}

.tx-circle-info-sub-circle i {
    font-size: 26px;
    top: 0;
    position: relative
}

.tx-circle-info-sub-circle svg {
    width: 1em;
    height: 1em;
    fill: #a3adb5
}

.tx-circle-info-sub-circle:hover,
.tx-circle-info-sub-circle.active {
    color: #fff;
    box-shadow: 0 6px 13px 0 rgba(30, 135, 240, 0.3);
    background-color: #1e87f0;
    transition: background-color 1s
}

.tx-circle-info-sub-circle:hover svg,
.tx-circle-info-sub-circle.active svg {
    fill: #fff
}

.tx-circle-info-wrap {
    border-radius: 100%;
    margin: 60px auto;
    position: relative
}

.tx-circle-info-inner {
    border-radius: 50%;
    box-sizing: content-box;
    padding-bottom: unset;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9
}

.tx-circle-info-inner:before,
.tx-circle-info-inner:after {
    content: '';
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: block
}

.tx-circle-info-inner:before {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(163, 173, 181, 0.3)
}

.tx-circle-info-inner:after {
    height: 130%;
    width: 130%;
    border: 1px solid rgba(163, 173, 181, 0.1)
}

.tx-circle-info-content {
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 0;
    border-radius: 100%;
    background-color: #fff;
    transition: background-color 1s
}

.tx-circle-info-item {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2
}

.tx-circle-info-item.active {
    display: flex;
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both
}

.tx-circle-info-title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    display: block
}

.tx-circle-info-desc {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 1.88;
    text-align: center;
    margin: 0;
    transition: all .5s
}

.tx-circle-info-desc p {
    margin: 0
}

.tx-circle-info-icon.d-md-none {
    display: none
}

.tx-style-circle .tx-circle-info {
    overflow: hidden
}

.tx-style-circle .tx-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: background-image .2s ease-in-out
}

.tx-content-hide-yes .tx-circle-info-content-inner {
    display: none
}

@media (max-width:767px) {
    .tx-style-list .tx-circle-info-wrap {
        height: 100% !important;
        width: 100% !important;
        margin: auto !important
    }
    .tx-style-list .tx-circle-info-inner {
        display: none
    }
    .tx-style-list .tx-circle-info-content {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        transition: all .4s ease
    }
    .tx-style-list .tx-circle-info-content-inner {
        margin-right: var(--ep-icon-info-margin, 60px)
    }
    .tx-style-list .tx-circle-info-item {
        display: inherit;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 0
    }
    .tx-style-list .tx-circle-info-item.right {
        float: left
    }
    .tx-style-list .tx-circle-info-title {
        margin-bottom: 8px;
        text-align: right
    }
    .tx-style-list .tx-circle-info-desc {
        text-align: justify
    }
    .tx-style-list .tx-circle-info-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 18px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 15px 0 rgba(151, 163, 184, 0.3);
        transition: all .5s;
        cursor: pointer;
        color: #a3adb5
    }
    .tx-style-list .tx-circle-info-icon:hover {
        box-shadow: 0 6px 13px 0 rgba(30, 135, 240, 0.3);
        background-color: #1e87f0;
        color: #fff
    }
    .tx-style-list .tx-circle-info-icon:hover svg {
        fill: #fff
    }
    .tx-style-list .tx-circle-info-icon svg,
    .tx-style-list .tx-circle-info-icon i {
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        right: 50%
    }
    .tx-style-list .tx-circle-info-icon svg {
        width: 1em;
        height: 1em;
        fill: #a3adb5
    }
    .tx-style-list .tx-circle-info-icon.d-md-none {
        display: inherit
    }
    .tx-style-list .tx-circle-info-sub-circle {
        display: none
    }
}

/* #Counter
------------------------------------- */
.tx-counter-wrapper.style-1.right,
.tx-counter-wrapper.style-2.right,
.tx-counter-wrapper.style-3.right {
    text-align: left;
}
.tx-counter-wrapper.style-2.left .tx-counter-icon,
.tx-counter-wrapper.style-2.center .tx-counter-icon,
.tx-counter-wrapper.style-3.left .tx-counter-icon,
.tx-counter-wrapper.style-3.center .tx-counter-icon,
.tx-counter-wrapper.style-4.left .tx-counter-icon,
.tx-counter-wrapper.style-4.center .tx-counter-icon,
.tx-counter-wrapper.style-4.right .tx-counter-title {
    margin-right: 0;
    margin-left: 15px;
}
.tx-counter-wrapper.style-2.right .tx-counter-icon,
.tx-counter-wrapper.style-3.right .tx-counter-icon,
.tx-counter-wrapper.style-4.right .tx-counter-icon,
.tx-counter-wrapper.style-4.left .tx-counter-title,
.tx-counter-wrapper.style-4.center .tx-counter-title {
    margin-right: 15px;
    margin-left: 0;
}
.tx-counter-wrapper.style-2.left .tx-counter-title,
.tx-counter-wrapper.style-3.left .tx-counter-title {
    text-align: right;
}


/* Dual Button
------------------------------------- */
/*primary button*/
.tx-dual-btn-primary {
  margin-left: 15px;
}


/* Gallery
------------------------------------- */
.tx-gallery-categoy {
	text-align: left;
}
.tx-gallery-popup {
    margin-left: 15px;
}
.tx-gallery-link {
    margin-right: 15px;
}

/* #Heading
-------------------------------------- */
.tx-hd-sub, .tx-hd-title {
    text-align: right
}

/* Icon Box
------------------------------------- */
/*style 1*/
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc p,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc div,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h1,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h2,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h3,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h4,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h5,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc h6,
.tx-icon-box-wrap.style-1.center .tx-icon-box-desc {
    text-align: center;
}

/*style 2*/
.tx-icon-box-wrap.style-2.right {
	flex-direction: row;
}
/*style 3*/
.tx-icon-box-wrap.style-3.left .tx-icon-box-icon .tx-icon-box-title {
	margin-left: 0;
    margin-right: 15px;
}
.tx-icon-box-wrap.style-3.right .tx-icon-box-icon .tx-icon-box-title,
.tx-icon-box-wrap.style-2.left .tx-icon-box-icon {
    margin-right: 0;
    margin-left: 15px;
}
.tx-icon-box-wrap.style-3.left .tx-icon-box-desc {
    text-align: right;
}
.tx-icon-box-wrap.style-3.right .tx-icon-box-desc {
	text-align: left;
}

/* Image Hover
------------------------------------- */
/*Effect 2*/
.tx-ih-wrap.effect-3 .tx-ih-title {
	text-align: right;
}
.tx-ih-wrap.effect-3 .tx-ih-title:after {
	right: 0;
}
.tx-ih-wrap.effect-3 .tx-ih-desc {
	float: right;
	text-align: right;
}

/*Effect 3*/
.tx-ih-wrap.effect-4 .tx-ih-title,
.tx-ih-wrap.effect-4 .tx-ih-desc {
	text-align: right;
}

/*  Features
------------------------------------- */
.tx-ft-image-content, .tx-ft-text-content {
	text-align: right;
}

/*News Ticker*/
.tx-news-ticker-container .owl-carousel .owl-nav button.owl-prev, 
.tx-news-ticker-container .owl-carousel .owl-nav button.owl-next {
	font-size: inherit;
}
.tx-news-ticker-label {
	float: right;
}
.tx-news-ticker-container .owl-carousel .owl-stage-outer {
	float: right;
}
.elementor-widget-avas-news-ticker .tx-carousel.owl-carousel .owl-nav button.owl-next {
	left:15px;
}
.elementor-widget-avas-news-ticker .tx-carousel.owl-carousel .owl-nav button.owl-next,
.elementor-widget-avas-news-ticker .tx-carousel.owl-carousel .owl-nav button.owl-prev {
	font-size: 10px
}

/*  #Post Alter
------------------------------------- */
.tx-post-alter-text-content {
	text-align: right;
}
.tx-post-alter-text-content .comments-link,
.tx-post-alter-text-content .nickname,
.tx-post-alter-text-content .post-category,
.tx-post-alter-text-content .post-time,
.tx-post-alter-text-content .post-views {
	margin-left: 10px;
}
@media only screen and (min-width: 768px) {
	.tx-post-alter-wrap:nth-child(odd) .tx-post-alter-text-content,
    .tx-post-alter-wrap:nth-child(even) .tx-post-alter-image-content {
      transform: translateX(90px);
   	}
   	.tx-post-alter-wrap:nth-child(even) .tx-post-alter-image-content img {
      border-radius: 52px 0 0 52px;
   	}
   .tx-post-alter-wrap:nth-child(odd) .tx-post-alter-image-content img {
      
      border-radius: 0px 52px 52px 0px;
   	}
}

/*  #Portfolio
------------------------------------- */
.tx-port-enlrg-content-right {
	text-align: right;
}

/*post carousel*/
.tx-carousel.owl-carousel .owl-nav button.owl-next {
    position: relative;
    left: 35px;
}
.post-carousel-wrapper {
	text-align: right;
}
.post-carousel-wrapper .tx-post-list-meta {
	float: right;
}
.tx-post-list-desc {
	display: inline-block;
}
.post-carousel-wrapper .tx-post-list-category {
	padding-right: 15px;
}

/* Post Grid
------------------------------------ */
.tx-post-grid-style-2 .tx-date-style {
	left: auto;
	right: 15px;
}

/*  Post List
------------------------------------- */
.tx-post-list-wrap-first.style-2 .tx-post-list-meta {
	display: flow-root;
}
.tx-post-list-wrap-first .tx-post-list-title,
.tx-post-list-wrap-first .tx-post-list-category,
.tx-post-list-wrap-first.style-2 .tx-post-list-desc,
.tx-post-list-wrap-last .tx-post-list-title {
	text-align: right;
}
.tx-post-list-wrap-last .tx-post-list-left {
	margin-right: 0;
	margin-left: 15px;
}

.tx-post-list-wrap-last.style-3 .tx-post-list-meta {
	display: flex;
}

/*  Post Tiled
------------------------------------- */
.post-tiled-category, .post-tiled .post-tiled-title,
.tx-services-overlay-item .tx-services-title {
	text-align: right;
}

/* Team Alter
------------------------------------- */
@media only screen and (min-width: 768px) {
	.tx-team-alter-wrap:nth-child(even) .tx-team-alter-image-content, 
	.tx-team-alter-wrap:nth-child(odd) .tx-team-alter-text-content {
	    transform: translateX(90px);
	}
	.tx-team-alter-wrap:nth-child(odd) .tx-team-alter-text-content {
	    padding: 45px 130px 45px 45px;
	    border-radius: 50px 0 0 50px;
	}
	.tx-team-alter-wrap:nth-child(even) .tx-team-alter-text-content {
	    padding: 45px 50px 45px 130px;
	    border-radius: 0 50px 50px 0;
	}
}

/*  Recent Post widget
------------------------------------- */
.rpt .post-views {
	margin-top: 5px;
}

/*timeline*/
@media (min-width: 64rem) {
	.tx-timeline-icon {
		margin-right: calc(5% - 25px);
	}
	.tx-timeline-date { 
		left: auto;
		right: 45%;
	}
	.tx-timeline-container:nth-child(even) .tx-timeline-date {
		left: 45% !important;
		right: auto !important;
	}
}

.tx-timeline-content::before {
	border: none !important;
}

@media (max-width: 768px) {
	.tx-timeline-content {
		margin-right: 1.25em;
	}
	.tx-timeline-line {
		left: auto;
		right: 18px;
	}
}

/* ---------------------------------------------------------
   SpriteSpin
------------------------------------------------------------ */
.tx-spritespin .tx-wig-icon {
    transition: all .25s ease-out
}

.tx-spritespin .tx-wig-icon i {
    font-size: 24px
}

.tx-spritespin.fb-icon-on-hover-yes .tx-wig-icon {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24, .85, .58, 1)
}

.tx-spritespin.fb-icon-on-hover-yes:hover .tx-wig-icon {
    opacity: 1
}

/*testimonial*/
.tx-carousel.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    right: 25px;
    float: none;
}
.tx-testimonial-wrap.tx-nav-middle .tx-carousel.owl-carousel .owl-nav button.owl-prev {
    left: auto;
}
.tx-testimonial-wrap.tx-nav-middle .tx-carousel.owl-carousel .owl-nav button.owl-prev .la-angle-left:before {
	content: "\f112";
}
.tx-testimonial-wrap.tx-nav-middle .tx-carousel.owl-carousel .owl-nav button.owl-next {
    right: auto;
}
.tx-testimonial-wrap.tx-nav-middle .tx-carousel.owl-carousel .owl-nav button.owl-next .la-angle-right:before {
	content: "\f111";
}

/*  WooCommerce
------------------------------------- */
.elementor-widget-container .woocommerce ul.products li.product .itsnew.onsale {
	left: auto;
}