/*
1. Section Heading
============================*/
.ata-section-title{
	display: block;
	padding-bottom: 20px;
	position: relative;
}
.ata-section-title.ata_heading_style_3:before,
.ata-section-title.ata_heading_style_3:after{
	content: "";
	position: absolute;
	left: 50%;
	right: 0px;
	width: 120px;
	border-bottom: 1px solid var(--secondary-color);
	bottom: 0px;
	transform: translateX(-65px);
}
.ata-section-title.ata_heading_style_3:after{
	bottom: 6px;
	transform: translateX(-55px);
	opacity: 0.4;
}

.ata-section-title.ata_heading_style_4 .heading span{
  background: #2196f3;
  color: #fff;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 700;
  animation: fadeBlock 1s ease;
  display: inline-block;
}

@keyframes fadeBlock {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
2.Service Section
============================*/
.icon-box-wrap .item-box {
	position: relative;
	display:block;
	text-align: center;
	padding: 35px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	height:100%;
}
.icon-box-wrap .item-box i{
	font-size: 2.5rem;
	color:var( --secondary-color);
	display:block;
}
.icon-box-wrap .boxstyle-box{
	margin-bottom: 25px;
}
.icon-box-wrap .item-box .heading{
	display:block;
	padding:25px 0px 15px 0px;
	margin-bottom: 0px;
}


.icon-box-wrap .item-box.animated i,
.icon-box-wrap .item-box.animated .heading,
.icon-box-wrap .item-box.animated .desc,
.ata-features-block .be-feature-box.animated .be-icon,
.ata-features-block .be-feature-box.animated .heading,
.ata-features-block .be-feature-box.animated .joyas-text,
.ata-features-block .be-feature-box.animated .link-btn{
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    height: auto;
}
.icon-box-wrap .item-box.animated:hover i,
.ata-features-block .be-feature-box.animated:hover .be-icon{
	transform: translateY(-5px);
}
.icon-box-wrap .item-box.animated:hover .heading,
.ata-features-block .be-feature-box.animated:hover .heading{
	transform: translateY(-15px);
}
.ata-features-block .be-feature-box.animated .joyas-text,
.ata-features-block .be-feature-box.animated .link-btn{
	-webkit-transition: 1200ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 1200ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 1200ms cubic-bezier(0.17, 0.67, 0, 1.01);
    height: auto;
}
.icon-box-wrap .item-box.animated:hover .desc,
.ata-features-block .be-feature-box.animated:hover .joyas-text,
.ata-features-block .be-feature-box.animated:hover .link-btn{
	transform: translateY(-20px);
}
.joyas-carousel.ata-testimonials-widgets .owl-dots{
	bottom: -20px;
}
.icon-box-wrap .item-box::before {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	z-index:-1;
	content: "";
	position: absolute;
	border:3px solid var( --secondary-color);
	transition: all 0.4s ease 0s;
	opacity:0;
}
.icon-box-wrap .item-box:hover::before{
	transition: all 0.4s ease 0s;
	left:-10px;
	bottom:-10px;
	top:10px;
	right:10px;
	opacity:1;

}
.icon-box-wrap .boxstyle-separator{
	border-right: 1px solid #f0f0f0;
}
.icon-box-wrap .boxstyle-separator .item-box{
	border: none;
	
}
.icon-box-wrap .boxstyle-separator.last{
	border-right: none;
}
.icon-box-wrap .item-box .d-flex  i{
	margin-right: 15px;
	font-size: 2rem;
}
.icon-box-wrap .item-box.side{
	padding-top: 10px;
	padding-bottom: 10px;
}
.icon-box-wrap .item-box.side .heading{
	padding: 0;
	padding-top: 5px;
}
.icon-box-wrap .item-box.side .side-txt{
	text-align: left;
}
/*---------------------------------------------------------*/
	/* PRICE TABLE
/*-------------------------------------------------------*/

.bc-pricing {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 30px 25px 25px 25px;
}
.bc-pricing .price-title {
	position: relative;
}

.bc-pricing.active {
	position: relative
}
.card-ribbon {
	position: absolute;
	overflow: hidden;
	top: -10px;
	left: -10px;
	width: 114px;
	height: 114px;
	z-index: 99
}
.card-ribbon span {
	position: absolute;
	display: block;
	width: 165px;
	padding: 5px 0;
	background-color: var(--secondary-color);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	left: -37px;
	top: 21px;
	transform: rotate(-45deg);
	height:39px;
	line-height:31px;
}
.card-ribbon::before, .card-ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid var(--secondary-color);
	border-top-color: transparent;
	border-left-color: transparent
}
.card-ribbon::before {
	top: 0;
	right: 0
}
.card-ribbon::after {
	bottom: 0;
	left: 0
}
.bc-pricing .price-title .price-wrap{
	font-weight: 700;
	color: var(--tertiary-color);
	background: var(--secondary-alpha);
	text-align: center;
	font-size: 2.6rem;
	margin: 10px -25px;
	padding: 20px 0px;
}
.bc-pricing.active .price-title .price-wrap{
	background: var(--secondary-color);
	color: var(--quaternary-color);
}
.bc-pricing .price-title .price-wrap small {
	font-family: var(--body-font);
	vertical-align: super;
	font-weight: normal;
	margin-left: 10px;
	color: var(--primary-color);
	font-size: 16px;
}
.bc-pricing.active .price-title .price-wrap small{
	color: var(--quaternary-color);
}

.bc-pricing .price-title h5 {
	letter-spacing: 2px;
	position: relative;
	display: block;
	padding-bottom: 10px;
}
.bc-pricing ul {
	margin: 0px 0 0;
	padding: 10px;
	text-align: left;
	list-style: none;
}
.bc-pricing ul li {
	padding: 10px 0px 0px 25px;
	position: relative;

}
.bc-pricing ul li i{
	position: absolute;
	left: 2px;
	top: 11px;
	color: var(--secondary-color);;
}
.bc-pricing ul li i.bi-x{
	color: #BDBDBD;
}
.bc-pricing .price-footer {
	padding-top: 30px;
}

.bc-pricing .btn{
	width: 100%;
	border-radius: 0px;
	display: block;
}
.bc-pricing .btn.active{
	 background: var( --secondary-color );
	 border:1px solid var( --secondary-color );
	color: var(--quaternary-color);
}
.bc-pricing .btn.active:hover, .bc-pricing .btn.active:focus {
	background: none;
	color: var( --secondary-color );
}


.ata-category-grid-wrp figure{
	position:relative;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	margin-bottom: 25px!important;
	/*min-width: 210px;
	min-height: 210px;
	display: inline-block;
	margin: 0px auto!important;*/
	 width: 100%;
  padding-top: 100%;
	
}
.ata-category-grid-wrp [class*="col-"]{
	padding-top: 15px;
	padding-bottom: 10px;
}
.ata-category-grid-wrp [class*="col-"] figure{
	display: block;
	height: 100%;
}

.ata-category-grid-wrp figure a.box_wrp{
	overflow:hidden;
	display:block;
}
.ata-category-grid-wrp img{
	width:100%;
	height:auto;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.ata-category-grid-wrp figure:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ata-category-grid-wrp figure:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background:rgba(0,0,0,0.3);	
	z-index:9;
}

.ata-category-grid-wrp figcaption{
	left:10%;
	right:10%;
	top:50%;
	position:absolute;
	color:#000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:99;
	color: #fff;
}
.ata-category-grid-wrp figcaption i{
	font-size:30px;
	padding-bottom:20px;	
}
.ata-category-grid-wrp figure:hover figcaption {
    top: 40%;
}
.ata-category-grid-wrp .desc{
	padding-bottom: 20px;
	line-height:25px;
}
.ata-category-grid-wrp .theme-btn{
	border: none!important;
	padding: 8px 15px!important;
}
.ata-category-grid-wrp figure:hover .theme-btn
{
	/*margin-top:-30px;
	transition-delay: 0.2s;*/
}
.ata-category-grid-wrp a.link-btn{
	color: var(--secondary-color);
}
.ata-category-grid-wrp a.link-btn:hover,
.ata-category-grid-wrp a.link-btn:focus{
	color: var(--tertiary-color);
}
.ata-category-grid-wrp figcaption a.link-btn i{
	font-size: inherit;
}
.ata-category-grid-wrp figure.round-box{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	max-width: 100%;
	height: auto;
}
.ata-category-grid-wrp [class*="col-"]{
	text-align: center;
}
.ata-category-grid-wrp [class*="col-"] figure.round-box.hide_thumbnail{
	display: inline-block;
}


/*--------------------------------*/
/*           5.testimonials Bar
/*--------------------------------*/
.testimonial-item {
    padding:20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
	position:relative;
}
.owl-item.active.center .testimonial-item {
	background: var(--secondary-color);
}
.testimonial-item .bi-quote{
	transform: rotate(180deg);
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 4em;
	color: var(--secondary-color);
}

.testimonial-item .customer-thumb img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	max-width: 30%;
	height: auto;
}
.testimonial-item .heading{
	margin: 0px;
	padding: 20px 0px 10px 0px;
	color: var(--tertiary-color);
}
.testimonial-item .heading i{
	margin: 2px 5px 0px 5px;
}
.testimonial-item .heading span{
	font-size: 12px;
	margin-bottom: 1px;
	color: var(--primary-color);
}
.owl-item.active.center .testimonial-item,
.owl-item.active.center .testimonial-item i,
.owl-item.active.center .testimonial-item .heading,
.owl-item.active.center .testimonial-item .heading span
{
	color: var(--quaternary-color);
}
.smart_attribute_as_widgets.smart_attribute .image a{
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
	border: 1px solid #f0f0f0;
	cursor:pointer;
	background:#fff;
	-webkit-border-radius:10px; 
    -moz-border-radius: 10px;
     border-radius: 10px;
	 text-align:center;
}

/*--------------------------------*/
/*   .Product Grids
/*--------------------------------*/
@media screen and (min-width: 1024px) {	
	.joyas-product-grids ul.products li.product.first{
		clear:none!important;	
	}
	.joyas-product-grids ul.products li.product,
	.joyas-product-grids ul.products li.product.last{
		margin-right: 3.8%!important;	
	}
	.joyas-product-grids ul.products li.product.fs-last-item{
		margin-right:0px!important;	
	}

}
@media only screen and (min-width: 601px) and (max-width: 1024px){
	
	.woocommerce.joyas-product-grids ul.products li.product.columns-sm-3,
	.shortcode-sm-3  ul.products li.product{
		width: 29.5% !important;
		float:none!important;
		margin:1.5%!important;
		display:inline-block!important;
		vertical-align:top!important;
	
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-sm-4,
	.shortcode-sm-4  ul.products li.product{
		width: 21% !important;
		float:none!important;
		margin:1.5%!important;
		display:inline-block!important;
		vertical-align:top!important;
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-sm-2,
	.shortcode-sm-2  ul.products li.product{
		width: 45% !important;
		float:none!important;
		margin:2%!important;
		display:inline-block!important;
		vertical-align:top!important;
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-sm-1,
	.shortcode-sm-1  ul.products li.product{
		width: 98% !important;
		float:none!important;
		margin:2%!important;
		clear:both;
	}
	
}

@media screen and (max-width: 600px) {
	.woocommerce.joyas-product-grids ul.products li.product.columns-xs-3{
		width: 31.33% !important;
		float: left!important;
		margin:2%!important;
	
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-xs-4{
		width: 23% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-xs-2{
		width: 48% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.joyas-product-grids ul.products li.product.columns-xs-1{
		width: 98% !important;
		float:none!important;
		margin:2%!important;
		clear:both;
	}
	.shortcode-xs-2  ul.products li.product{
		width: 45% !important;
		float:none!important;
		margin:2%!important;
		display:inline-block!important;
		vertical-align:top!important;
	}
}

/*---------------------------------------------*/
			/*/	#product-carousel
/*----------------------------------------------*/
.joyas-carousel{
	position:relative;
	margin: 0px -10px;
}
.joyas-carousel .owl-stage-outer{
	overflow:hidden;
}
.woocommerce.fs-product-carousel-wrap{
	padding-left: 5px;
}
.woocommerce.fs-product-carousel-wrap ul.products li.product{
	width:auto;
	float:none;
	display:block;
	clear:both;
	padding: 0px!important;
	margin:5px!important;
	
}
.woocommerce.fs-product-carousel-wrap ul.products li.product:before,
.woocommerce.fs-product-carousel-wrap ul.products li.product:after{
	display: none;
}
.joyas-carousel .owl-nav button{
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-30px);
	width:40px;
	height:40px;
	text-align:center;
	padding:0px;
	
}
.joyas-carousel .owl-nav button i{
	width:40px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	font-size: 18px;
}
.joyas-carousel .owl-nav button.owl-prev{
	left:auto;
	right:0px;
}
.joyas-carousel .owl-dots{
	display:block;
	text-align:center;
	width:100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.joyas-carousel .owl-dots button{ padding: 0px; 
	width: 50px; 
	height: 5px;
	margin: 0px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px; }
.joyas-carousel .owl-dots.disabled,
.joyas-carousel .owl-nav.disabled{
	display: none;
}

/*---------------------------------------------*/
			/*/	#product-tab
/*----------------------------------------------*/

.ata-product-nav-tab .nav-tabs .nav-link{
    font-family: var( --heading-fonts );
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    font-weight: normal !important;
    padding: 9px 20px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-right: 3px;
}
.ata-product-nav-tab .nav-tabs .nav-link i{
	margin-right:5px;
	display:inline-block;	
}
.ata-product-nav-tab .nav-tabs .nav-link:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-right: 8px solid transparent;
    border-top: 8px solid var(--secondary-color);
    border-left: 8px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.ata-product-nav-tab .nav-tabs .nav-link.active:after {
    opacity: 1;
}
.ata-product-nav-tab .nav-tabs{
    border: none;
    margin-bottom: 50px;
   
}
.ata-product-nav-tab .nav-tabs.center{
	
	justify-content: center;
}
.ata-product-nav-tab .nav-tabs.right{
	
	justify-content: end;
}
/*---------------------------------------------*/
			/*/	#product-tab
/*----------------------------------------------*/
.ata-cat-product-captions{
    display: block;
    padding: 30px;
	position:absolute;
	left:10px;
	right:10px;
	top:0px;
	bottom:0px;
	z-index:2;
}
.ata-cat-product-captions h3{
    display: block;
    padding-bottom: 10px;
}
.ata-cat-product-captions .desc{
	padding-top:10px;	
}
.ata-sidebar-info{
	position:relative;	
}
.ata-sidebar-info .sidebar-info:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:-1;
}

ul.products.ata-product-sidebar-carousel .owl-nav{
	position:absolute;
	left:-120px;
	top:30px;
	z-index:99;	
}
ul.products.ata-product-sidebar-carousel .owl-nav button{
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-right:2px;
	font-size:30px;
	padding:5px;
	width:40px;
	height:40px;
	line-height:15px;
}
ul.products.ata-product-sidebar-carousel .owl-nav button span{
	line-height:15px;
	display:block;
	margin-top:-3px;	
}



.ata-product-sidebar-carousel .owl-stage-outer{
	overflow:hidden;
		
}
.woocommerce ul.products.ata-product-sidebar-carousel li.product{
	width:100%!important;
	float:none;
	display:block;
	clear:both;
	box-shadow: 0px 0px 10px 0px rgba(74,74,74,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(74,74,74,0.1);
	margin:10px 0px;
}
.ata-product-sidebar-carousel .owl-item{
	padding:0px 10px;	
}

.ata-product-sidebar-carousel .owl-dots{
	display:none;
}
ul.products.ata-product-sidebar-carousel li.product{
	padding-bottom:10px;
	margin-bottom:0px;
}

ul.products.ata-product-sidebar-carousel .owl-nav{
	
}

ul.products.ata-product-sidebar-carousel .owl-nav{
	
}

.ata-sidebar-category-product.order-1 ul.products.ata-product-sidebar-carousel .owl-nav{
	right:-120px;
	left:auto;	
}
.ata-sidebar-info.order-2{
	text-align:right;
}


  
.ata-testimonial-block{
	overflow:hidden;
	position:relative;
	
}
.ata-testimonial-block .owl-item{
	float:left;	
	
}
.elementor-widget-product-category-child .ata-product-category-grid-child-wrp .desc{
	font-weight:normal!important;	
}

#content .joyas-single-post .post.product-cat{
	padding-bottom:50px;	
}

ul.ata-child-category{
	display:block;
	padding:0px;
	padding-top:20px;
	
}
ul.ata-child-category li{
	display:block;
	list-style:none;
	position:relative;
	border-bottom:1px solid #F2F2F2;
}
ul.ata-child-category li a{
	display:block;
	padding:10px 15px;	
}

/*---------------------------------------------------------------*/
/*-------------------- fs-product-slider -----------------------*/
/*---------------------------------------------------------------*/
.fs-product-slider{
	display:block;
	height:inherit;
	position:relative;
	
}
.fs-product-slider .owl-stage-outer{ width: 100%; overflow: hidden; }
.fs-product-slider .slide-item .theme-btn{
	margin-top: 30px;
	display: inline-block;
	
	height: auto;
	line-height: inherit;
	padding: 3px 30px!important;
}
.fs-product-slider .slide-item{
	position:relative;
	height:100%;
	display:block;
	
}
.fs-product-slider .slide-item .element-btn{
	   display: inline-block;
	   padding: 0 30px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  
	  font-size: 18px;
	  margin-top: 30px;
	
}
.fs-product-slider .slide-item img{
	width:auto;
	height:100%;
	
	left:0px;
	right:0px;
	/*transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	top:50%;*/
}

.fs-product-slider .slide-item.slider-image-cover img{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
}
.fs-product-slider .slide-item.slider-image-cover_center img{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	top:50%;
}

.fs-product-slider .captions-desc{
	position:absolute;
	left:20%;
	right:20%;
	top:50%;
	background-color: rgba(256,256,256,0.8);
	padding:30px;
	text-align:center;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
}
.fs-product-slider .owl-item {
	float:left;
	
}
.fs-product-slider .fs-slider-heading,
.fs-product-slider .fs-slider-text{
	display:block;
	padding-bottom:20px;
	margin:0px;
	
}


.fs-product-slider{
	position: relative;
}
.fs-product-slider .owl-nav,
.fs-product-slider .owl-dots{
	position: absolute;
	left: -17px; right: -17px;
	top: 50%;
	margin-top: -17px;
}
.fs-product-slider .owl-dots{
	left: 0; right: 0;
	text-align: center;
	bottom: 20px; top: auto;
}
.fs-product-slider .owl-nav.disabled{
	display: none;
}
.fs-product-slider .owl-nav button{
	display: block;
	padding: 0px;
	background: none;
	font-size: 35px;
	line-height: 35px;
	color: var(--tertiary-color);
	border: none;
}

.fs-product-slider .owl-nav button.owl-prev{
	float: right;
}
.fs-product-slider .owl-nav button:hover,
.fs-product-slider .owl-nav button:focus{
	color: var(--secondary-color);
}
.fs-product-slider .owl-dots button{ padding: 0px; 
	width: 50px; 
	height: 5px;
	margin: 0px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px; }
.fs-product-slider .owl-dots.disabled{
	display: none;
}

.ata-product-nav-tab .nav-tabs.fs-tab-sidebar{
	display:block;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-item{
	float:none;
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	clear:both;
	border-radius:0px!important;
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link::after {
	left: auto;
	top:50%;
	bottom:auto;
	content: "";
	left:auto;
	right:-19px;
	margin-top:-10px;
	border-top: 10px solid transparent!important;
	border-bottom: 10px solid transparent;
	border-left: 10px solid var(--secondary-color);
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link{
	-webkit-border-radius:0px;
	border-radius:0px;
	border-bottom:none;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar li.nav-item:last-child a{
	border-bottom:1px solid #000;!important;
}

.ata-product-nav-tab .nav-tabs.fs-tab-sidebar.sidebar-right .nav-link{
	text-align:right;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar.sidebar-right .nav-link::after {
	border-left: 10px solid transparent!important;
	border-right: 10px solid var(--secondary-color);
	right:auto;
	left:-13px;
}
.ata-product-nav-tab .nav-tabs.sidebar-right  .nav-link i{
	margin-right:0px;
	margin-left:10px;
}
/* ============================
2.Service Section
============================*/
.fs-blog-section{
	
	width:100%;
}
.fs-blog-section .content-wrap{
	padding-bottom: 10px;
}
.fs-blog-section .widgets-post {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0;
	padding:30px!important;
	
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.fs-blog-section .post-media{
	position:absolute;
	left:0px;
	bottom:0px;
	top:0px;
	right:auto;
	width:50%;
	overflow:hidden;
}
.fs-blog-section .post-media img{
	width:auto;
	height:100%;
	max-width:inherit;
}
.fs-blog-section .post-body {
    flex: 1;
    -ms-flex: 1;
    z-index: 1;
    position: relative;
    margin: 0 0 0 20%;
    padding: 30px;
    border: 0;
    background-color: #fff;
}
.fs-blog-section .post-body .post-date {
    display: inline-block;
    float: none;
    width: auto;
    padding:0px 10px;
    color: #fff;
    background-color: #222529;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: none;
	font-size:12px;
	font-weight:700;
	margin-bottom:15px;
}
.fs-blog-section .post-body .blog-txt{
	padding-bottom:20px;
}
.fs-blog-section .owl-nav.disabled{
	display:none!important;
}
.fs-blog-section .owl-dots{
	display:block;
	text-align:center;
	width:100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -20px;
}
.fs-blog-section .owl-dots button{
	padding:0px;
	background:none;
	border:none;
	width: auto;
	margin: 0px;
}
.fs-blog-section .owl-dots span {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid var(--tertiary-color);
        
    border-radius: 50%;
}

.fs-blog-section .owl-dots .owl-dot.active span,.fs-blog-section .owl-dots .owl-dot:hover span {
    border-color: var(--secondary-color);
    background: transparent;
}
.fs-blog-section .owl-dots .owl-dot span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    position: absolute;
    left:4px;
    top:4px;
    margin-top: -.35rem;
    margin-left: -.35rem;
    background-color: var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s;
    border-radius: 50%;
}
.fs-blog-section .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
/*--------------------------------*/
/*           5.Progress Bar
/*--------------------------------*/

.ata-team-item{
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	text-align:center;
	box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.048);
	margin-bottom:30px;
	padding:20px 20px 30px 20px;
	overflow:hidden;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	
}
.ata-team-block.standard .ata-team-item,
.ata-team-item img{
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.ata-team-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ata-team-item img {
    -transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ata-team-item  .team-image{
	overflow:hidden;
	position:relative;
	margin:-20px -20px 30px -20px;
}
.ata-team-item .position{
	color:#61ce70;
	display:block;
	padding-bottom: 10px;
}
.ata-team-block.standard .ata-team-item  .team-image,
.ata-team-block.round .ata-team-item .team-image{
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;	
}
.ata-team-block.standard .item-comment,
.ata-team-block.standard .position{
	position:relative;
	z-index:99;	
}

.ata-team-block.round .ata-team-item{
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
ul.ata-social-profile{
	position:absolute;
	z-index:99;
	margin:0px;
	padding:0px;
	left:0px;
	right:0px;
	bottom:15px;
	top:auto;
	text-align:center;	
}
ul.ata-social-profile li{
	display:inline-block;
	transition: transform 0.3s ease;
	-webkit-transform: translateY(55px);
	transform: translateY(55px);
}
ul.ata-social-profile li:nth-child(2){
	transition-delay: 100ms;
}
ul.ata-social-profile li:nth-child(3){
	transition-delay: 200ms;
}
ul.ata-social-profile li:nth-child(4){
	transition-delay: 300ms;
}
ul.ata-social-profile li:nth-child(5){
	transition-delay: 400ms;
}
ul.ata-social-profile li:nth-child(6){
	transition-delay: 500ms;
}
ul.ata-social-profile li:nth-child(7){
	transition-delay: 600ms;
}
.ata-team-item:hover ul.ata-social-profile li{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
ul.ata-social-profile li a{
	display:block;
	width:30px;
	height:30px;
	background:var(--secondary-color);
	font-size:16px;
	line-height:32px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:var(--quaternary-color);
}
ul.ata-social-profile li a:hover,
ul.ata-social-profile li a:focus{
	background:var(--quaternary-color);
	color:var(--secondary-color);
}

/*============================
	Product Category List
============================*/
.woo-sidebar-cat .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-family:var( --heading-font );
    padding: 15px 17px;
    text-transform: uppercase;
    background: #333;
	letter-spacing:1px;
}
.woo-sidebar-cat .head i{
	margin-right:10px;	
}
.woo-sidebar-cat ul{
	display:block;
	margin:0px;
	padding:0px;	
}
.woo-sidebar-cat ul > li{
	border: 1px solid #ebebeb;
	border-top:none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: relative;
	width: 100%;
	list-style:none;
	padding:0px;
	margin:0px;
	background: #f7f7f7;	
	font-family:var( --heading-font );
}
.woo-sidebar-cat ul {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.woo-sidebar-cat ul > li > a {
    padding: 13px 15px;
    color: var(--primary-color);
 	font-family:var( --heading-font );
	display:block;
	position:relative;
}
.woo-sidebar-cat ul > li > a .icon {
    font-size: 18px;
    margin-right: 15px;
}
.woo-sidebar-cat ul > li > a:after {
    color: var(--primary-color);
    content: "\ea98";
    float: right;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 20px;
    font-family: IcoFont;
}

.woocommerce li.product.hide-price-widget .product_wrap .price,
.woocommerce ul.products li.product.hide-price-widget .star-rating{
    display: none!important;
}


/*============================
	Feature box
============================*/

.be-feature-box {
	padding: 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	margin:14px 0px;
	height: 100%;
}
.ata-features-block .mb-20{
	margin-bottom: 25px;
}
.be-feature-box .box-wrp {
	position: relative;
	z-index: 999
}
.be-feature-box .box-wrp .be-icon i {
	text-align: left;
	font-size: 2.5rem;
	color: var(--secondary-color);
	
}
.be-feature-box .box-wrp .heading{
	color: var(--tertiary-color);
	margin: 20px 0px 15px 0px;
	padding: 0px;
}
.be-feature-box:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
.be-feature-box:hover:before,
.be-feature-box.hover:before {
	background: rgba(0,0,0,.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	-moz-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	box-shadow: 0 0 30px 5px rgba(102,102,102,.25)
}
.be-feature-box:hover .box-wrp .heading,
.be-feature-box.hover .box-wrp .heading{
	color: #fff
}
.be-feature-box:hover .box-wrp,
.be-feature-box.hover .box-wrp {
	color: #fff
}
.be-feature-box .link-btn{
	display: inline-block;
	margin-top: 15px;
	color: var(--secondary-color);
}
.be-feature-box .link-btn:hover,
.be-feature-box .link-btn:focus{
	text-decoration: underline;
}
.ata-logo-widgets .owl-item{
	text-align: center;
}
.joyas-carousel.ata-logo-widgets .owl-dots{
	bottom: -20px;
}
.ata-logo-widgets .owl-item .logo-item{
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.ata-logo-widgets .owl-item:hover .logo-item{
	border: 1px solid var(--secondary-color);
}
/*
* -------------------------------------------------------------
*    07.Gallery
* -------------------------------------------------------------
*/
.gallery-item{
	text-align: center;
}
.gallery-item a.gallery-image{
	position: relative;
	display: inline-block;
}
.gallery-item a.gallery-image i{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	transform: translate(-20px,-100px);
	color: #fff;
	z-index: 99;
	transition: all 0.4s ease 0s;
	opacity: 0;
	
}
.gallery-item a.gallery-image:before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.gallery-item a.gallery-image:hover i,
.gallery-item a.gallery-image:focus i{
	transform: translate(-20px,-20px);
	opacity: 1;
}
.gallery-item a.gallery-image:hover:before,
.gallery-item a.gallery-image:focus:before{
	opacity: 1;
}

/*--------------------------------*/
/*           5.Our Services
/*--------------------------------*/	
.joyas-intro-showcase .image-captions-item{
	position:relative;
	display:block;
	margin:20px 0px;
	padding-right:35px;
	padding-bottom:35px;
}
.joyas-intro-showcase .image-captions-item .caption-text{
	position:absolute;
	right:0px;
	bottom:0px;
	max-width:65%;
	color:#FFF;
	padding:30px;
	z-index:9;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	background:var(--secondary-color);
}
.joyas-intro-showcase .image-captions-item img{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s ease;
}
.joyas-intro-showcase .image-captions-item:hover img{
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	transform: translateY(-7px);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.5s ease;
}
.joyas-intro-showcase .image-captions-item .caption-text,
.joyas-intro-showcase .image-captions-item img{
	border-radius: 8px;
}

.joyas-intro-showcase .image-captions-item::after,
.joyas-intro-showcase .image-captions-item .caption-text::after {
	background: #fff none repeat scroll 0 0;
	bottom:-15px;
	content: "";
	height: 40px;
	left: 0;
	right: 0px;
	position: absolute;
	transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	width: 100%;
	z-index: 9;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	z-index:1;
	background:inherit;
	
}
.joyas-intro-showcase .desc-wrap{
	padding-bottom: 10px;
}
.read_more_link {
	display: flex;
}
.read_more_link span{
	transition: all 0.3s ease-in-out;
}
.read_more_link i{
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
}
.read_more_link:hover i,
.read_more_link:focus i{
	margin-left: 10px;
}
.read_more_link:hover span,
.read_more_link:focus span{
	margin-left: 5px;
}

/*-------------spotlight-item----------------*/
.joyas-content-spotlight .spotlight-item{
	display: block;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.joyas-content-spotlight .spotlight-item .box-wrp{
	padding: 20px;
}
.joyas-content-spotlight .spotlight-item{
	transition: transform 0.3s ease;
	transform: translateY(0px);
	margin-top: 20px;
}
.joyas-content-spotlight .spotlight-item:hover{
	transform: translateY(-10px);	
}
.joyas-content-spotlight .spotlight-item .desc-wrap{
	padding-bottom: 10px;
}
.joyas-content-spotlight .spotlight-item a.min-theme-btn{
	text-decoration: underline!important;
}
.joyas-content-spotlight .spotlight-item a.min-theme-btn:hover,
.joyas-content-spotlight .spotlight-item a.min-theme-btn:focus{
	text-decoration:none!important;
}
/*-------------progress----------------*/
.joyas-progress-wrap.circle{
	text-align: center;
}
.joyas-progress-wrap .circular-progress {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    padding-bottom: 40px;
}
.joyas-progress-wrap .circle-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.joyas-progress-wrap .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3;
}
.joyas-progress-wrap .circle {
    fill: none;
    stroke: #007bff; /* Bootstrap primary color */
    stroke-width: 2.8;
    stroke-linecap: round;
    transition: stroke-dasharray 0.6s ease;
}
.circle-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.joyas-progress-wrap .progress{
	margin-bottom: 20px;
}
/*-------------timeline----------------*/
.joyas-timeline-wrapper.style-1 .joyas-timeline-item {
  border-left: 3px solid #0073aa;
  padding-left: 20px;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-radius: 6px;
  position: relative;
}
.joyas-timeline-wrapper.style-1 .joyas-timeline-item::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 15px;
  width: 16px;
  height: 16px;
  background:inherit;
  border-radius: 50%;
  border: 2px solid #fff;
}
.joyas-timeline-wrapper.style-1 .joyas-timeline-item i.icon{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%!important;
	left: -15px;
	top: 10px;
	background: inherit;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}
.joyas-timeline-wrapper.style-1 .joyas-timeline-title {
  font-size: 18px;
  font-weight: bold;
}
.joyas-timeline-wrapper.style-1 .joyas-timeline-period {
  font-style: italic;
  color: #666;
}

.joyas-timeline-wrapper.style-2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.joyas-timeline-wrapper.style-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  border-radius: 4px;
  background: rgb(215,228,237);
  left: 50%;
  margin-left: -2px;
  background: rgba(197,202,213,.7);
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item{
	position: relative;
	margin-bottom: 30px;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item .content-wrap {
	width: 44%;
	background-color: #D8D8D8;
	padding: 15px 20px;
	border-radius: 4px;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item.odd .content-wrap{
	margin-left: auto;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 44%;
  width: 0;
  height: 0;
  margin-top: -10px;
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-left-color: inherit;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item.odd:after{
	left: auto;
	right: 44%;
	border: solid transparent;
	border-width: 10px;
	border-left-color:none ;
	border-right-color: #000;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item .joyas-timeline-period{
	position: absolute;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background-color: #666;
	border-radius: 3px;
	top: 10px;
	left: calc(50% + 30px);
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item.odd .joyas-timeline-period{
	left: auto;
	right: calc(50% + 30px);
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item .joyas-timeline-period:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -6px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	border-right-color:#666;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item.odd .joyas-timeline-period:after{
	right: auto;
	left: 100%;
	border-right-color: transparent!important;
	border-left-color:#666;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item:before {
	content: "";
	position: absolute;
	width: 25px;
	height:25px;
	border-radius: 50%;
	background: var(--secondary-color);
	top: 16px;
	right: calc(50% - 11px);
	border: 2px solid #fff;
}
.joyas-timeline-wrapper.style-2 .joyas-timeline-item .icon{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%!important;
	right: calc(50% - 15px);
	top: 16px;
	background: #0073aa;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	z-index: 99;
}
.joyas-timeline-wrapper.style-3 .joyas-timeline-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
.joyas-timeline-wrapper.style-3 .joyas-timeline-title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.joyas-timeline-wrapper.style-3 .joyas-timeline-period {
	font-size: 14px;
	color: #999;
}
.joyas-timeline-wrapper.style-3 .joyas-timeline-subtitle {
	font-size: 14px;
	color: #555;
}
.joyas-timeline-wrapper.style-3 .joyas-timeline-description {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.joyas-accordion button.accordion-button{
	outline: none;
	box-shadow:none!important;
	font-size: inherit;
}
.joyas-process-steps{
	position: relative;
}
.joyas-process-steps .even,
.joyas-process-steps .odd{
	padding-left: 4%;
	padding-right: 4%;
}
.joyas-process-steps .even{
	padding-top: 5%;
}
.joyas-process-steps .position-relative{
	display: block;
	margin: 0px auto;
}
.joyas-process-steps .rounded-circle,
.joyas-process-steps .position-relative{
	width: 180px;
	height: 180px;
	object-fit: cover;
}
.joyas-process-steps .process-line-svg{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 0;
	pointer-events: none;
}
.joyas-process-steps .step-badge{
	background-color: var(--secondary-color);
	border: 5px solid #FFFFFF;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 10px;
	right: -10px;
	line-height: 30px;
	font-family: var(--heading-font);
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;       
	justify-content: center;   
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.joyas-process-steps .odd .step-badge{
	background: #000;
}

.joyas-card-wrapper .card-item-wrap{
	position:relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
}
.joyas-card-wrapper .card-item-wrap:before{
	content: "";
	background: #D4E4F1;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	right: -40px;
	top: -40px;
}
.joyas-card-wrapper .card-item-wrap .card-number{
	position: absolute;
	width: 50px;
	height: 40px;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.joyas-card-wrapper .card-item-wrap .card-icon i,
.joyas-card-wrapper .card-item-wrap .card-icon svg {
	font-size: 50px; /* for <i> */
	width: 50px;     /* for <svg> */
	height: 50px;
	margin-bottom: 15px;
}
.joyas-card-wrapper .card-item-wrap .card-icon{
	margin-bottom: 10px;
}

/*.protfolio-grid .fly-info .entry-title,
.protfolio-grid .fly-info .caption-info{
	color: #000!important;
}*/
.ata-portfolio-item  .protfolio-grid{
	position: relative;
}
.protfolio-grid .fly-info{

	padding: 15px;
}
.gallery .gallery-item,
.elementor-image-gallery .gallery-item{
	margin-bottom: 10px!important;
}