/*
1. Section Heading
============================*/
.ata-section-title{
	display: block;
	padding-bottom: 20px;
	position: relative;
}

.ata-section-title .headering-wrap{
	padding-bottom: 25px;
	position: relative;
}
.ata-section-title .heading{
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
}
.ata-section-title.border_bottom .headering-wrap:before{
	content: "";
	position: absolute;
	width: 120px;
	border-bottom: 2px solid var( --secondary-color );
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
}
.ata-section-title.border_bottom .headering-wrap:after{
	content: "";
	position: absolute;
	width: 80px;
	border-bottom: 2px solid var( --secondary-color );
	bottom: -6px;
	left: 50%;
	margin-left: -40px;
}
.ata-section-title.border_bottom .headering-wrap{
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.ata-section-title .theme-color{
	color: var( --secondary-color );
}
.ata-section-title.ata_heading_style_3 .heading[data-bigletter]::before,
.ata-section-title.ata_heading_style_3 .heading[data-bigletter]::before {
  content: attr(data-bigletter);
  font-size: 1.5em;
  opacity: .2;
  position: absolute;
  top: -.5em;
  left: 0;
  right: 0;
  text-align: inherit;
  text-transform: uppercase;
  color: inheritl;
}
.ata-section-title.ata_heading_style_3 .subheading{
	display: none!important;
}
/*.ata-section-title .heading span.subheading{
	display: block;
	font-size: 14px;
}*/

/*
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 .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 .emart-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 .emart-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 .emart-text,
.ata-features-block .be-feature-box.animated:hover .link-btn{
	transform: translateY(-20px);
}
.bc-product-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;*/
	padding-bottom: 25px;
}
.bc-pricing .price-title {
	position: relative;
	padding: 15px 0px;
}

.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: attr(data-bg);
	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 3px 25px;
	position: relative;
}
.bc-pricing ul li:before{
	content: "\f101";
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	margin-right: 10px;
}
.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:0px!important;
	/*min-width: 210px;
	min-height: 210px;
	display: inline-block;
	margin: 0px auto!important;*/
	width: 100%;
}
.ata-category-grid-wrp figure.box{
	padding-top: 60%;
}
.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: relative;
	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 figure:hover figcaption {
    top: 40%;
}
.ata-category-grid-wrp .desc{
	padding-bottom: 20px;
	line-height:25px;
	font-size: 14px;
	line-height: 26px;
}
.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 figure.round-box img{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	
	object-fit: cover;
}
.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) {	
	.emart-product-grids ul.products li.product.first{
		clear:none!important;	
	}
	.emart-product-grids ul.products li.product,
	.emart-product-grids ul.products li.product.last{
		margin-right: 3.8%!important;	
	}
	.emart-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.emart-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.emart-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.emart-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.emart-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.emart-product-grids ul.products li.product.columns-xs-3{
		width: 31.33% !important;
		float: left!important;
		margin:2%!important;
	
	}
	.woocommerce.emart-product-grids ul.products li.product.columns-xs-4{
		width: 23% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.emart-product-grids ul.products li.product.columns-xs-2{
		width: 48% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.emart-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
/*----------------------------------------------*/

.bc-product-carousel {
	position:relative;
	
}
.bc-product-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:11px!important;

}

.bc-product-carousel .owl-nav button{
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-30px);
	width:40px;
	height:40px;
	text-align:center;
	padding:0px;
	background-color: transparent;
	border: 1px solid var( --secondary-color );
	color: var( --secondary-color );
	font-size: 18px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-weight:normal;
	
}
.bc-product-carousel .owl-nav button:hover,
.bc-product-carousel .owl-nav button:focus{
	background: var( --secondary-color );
	color: var( --quaternary-color );
}
.bc-product-carousel .owl-nav button i{
	width:40px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	font-size: 18px;
}
.bc-product-carousel .owl-nav button.owl-prev{
	left:auto;
	right:0px;
}
.bc-product-carousel .owl-dots{
	display:block;
	text-align:center;
	width:100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -20px;
}
.bc-product-carousel .owl-dots button{ padding: 0px; 
	width: 50px; 
	height: 5px;
	margin: 0px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px; }
.bc-product-carousel .owl-dots.disabled,
.bc-product-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.fs-tab-sidebar .nav-link{
	margin: 0px;
	margin-bottom: -1px;
}
.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.fs-tab-sidebar li:last-child .nav-link.active:before{
	display: none;
}
.ata-product-nav-tab .nav-tabs{
    border: none;
    margin-bottom: 50px;
    align-content: center;
    justify-content: center;
}
.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 .emart-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;
}
.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
	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link,
.fs-product-slider{
	position: relative;
}
.fs-product-slider .owl-nav,
.fs-product-slider .owl-dots{
	position: absolute;
	left: 15px; right: 15px;
	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-width: 1px!important;
	border-style: solid!important;

}

.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:hover,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:focus,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:active,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode.active{
	background:none!important;

}

.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:hover:before,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:focus:before,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode:active:before,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode.active:before{
	background: rgba(0, 0, 0, .4);
	left: 0px;
	right: 0px;
	content: "";
	position: absolute;
	bottom: 0px;
	top: 0px;
	z-index: 1;
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode span,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode span,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode span,
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link.img-mode.active span{
	position: relative;
	z-index: 11;
}
.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!important;	
}
.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 > li:last-child{
	border-bottom: 0px;
}
.woo-sidebar-cat ul > li:before{
	display: none;
}
.woo-sidebar-cat ul {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.woo-sidebar-cat ul > li > a {
    padding: 10px 15px 10px 10px;
    color: var(--primary-color);
 	font-family:var( --heading-font );
	display:block;
	position:relative;
	-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;
}
.woo-sidebar-cat ul > li > a:hover,
.woo-sidebar-cat ul > li > a:focus,
#colophon.site-footer .woo-sidebar-cat a:hover,
#colophon.site-footer .woo-sidebar-cat a:focus{
	background: var( --secondary-color);
	color: var( --quaternary-color );
	text-decoration: none;
}
.woo-sidebar-cat ul > li > a .icon {
    font-size: 18px;
    margin-right: 15px;
}
.woo-sidebar-cat ul > li > a:after {
	content: "\f105";
	font-family:'Font Awesome 6 Free', sans-serif;
	font-weight: 900;
    color: var(--primary-color);
    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;
    margin-right: -8px;
}
.woocommerce li.product.hide-price-widget .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%;
}
.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;
	font-size: 1.2rem;
}
.be-feature-box:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	
	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;
}
.bc-product-carousel ata-logo-widgets .owl-dots{
	bottom: -20px;
}
ul.elementor.smart_attribute li{
	background: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	margin:10px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
ul.elementor.smart_attribute li:hover{
	border-color: var(--secondary-color);
}
.ata-testimonials-widgets{
	padding:10px 0px;
}
#secondary ul.smart_attribute,
ul.smart_attribute {
  display: block !important;
  margin: 0px -3px !important;
  padding: 0px !important;
  text-align: left;
}
#secondary ul.smart_attribute li, 
#footer ul.smart_attribute li{
	list-style: none;
	display: inline-block;
	padding:3px;
	position: relative;
	background: none;
}
#secondary ul.smart_attribute li:after, 
#footer ul.smart_attribute li:after,
#secondary ul.smart_attribute li:before, 
#footer ul.smart_attribute li:before{
	display: none;
}

#secondary ul.smart_attribute.image li, 
#footer ul.smart_attribute.image li{
  flex-grow: 1;
  width: 33%;
  margin: 0px;
  padding: 10px;
}
#secondary .widget ul.smart_attribute.image li a,
.atawc-swatches .swatch.swatch-image,
#footer .widget ul.smart_attribute.image li a{
	border: 1px solid rgba(224, 224, 224, 0.5);
	padding: 10px;
	text-align: center;
	margin: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#secondary .widget ul.smart_attribute.image li a:hover,
.atawc-swatches .swatch.swatch-image:hover,
#footer .widget ul.smart_attribute.image li a:hover{
  border-color: var(--secondary-color);
}
.variations_form.swatches-support .swatch.swatch-image{
	width: 30%;
	display: inline-block;
}
ul.products.emart-product-widget-list{
	position: relative;
	z-index: 999;
}
ul.products.emart-product-widget-list li.product.do-to-list .product-image{
	max-width: 25%;
}
ul.products.emart-product-widget-list li.product.do-to-list .product_wrap{
	padding-bottom: 0px;
	padding-right: 0px;
}

ul.products.emart-product-widget-list li.product.do-to-list .product_wrap .price{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
ul.products li.product.do-to-list{
	padding: 10px;
	margin-bottom: 15px;
}
ul.products li.product.do-to-list .onsale{
	display: none;
}


/*
* -------------------------------------------------------------
*    01. Animited Box
* -------------------------------------------------------------
*/


.bc-services .section-title hr {
	border-color: #151515;
}
.bc-services .mask-top i,
.bc-services .mask-top svg {
	font-size: 31px;
	line-height: 32px;
	color: #333;
	width: 65px;
	height: 65px;
	padding: 15px;
	border: 1px solid var( --secondary-color );
	box-shadow: 5px 5px 0 0 var( --secondary-color );
}
.bc-services h4 {
	font-size: 18px;
	margin-top: 25px;
	position: relative;
	letter-spacing: 1px;
	color: var(--primary-color);
}
.bc-services .mask-top {
	background-color: #ffffff;
	padding: 65px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.bc-services .mask-top h4:before {
	top: -16px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px;
}
.bc-services .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.bc-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	cursor: pointer;
	background: var( --secondary-color );
}
.bc-services .mask-bottom {
	color: #fff;
	padding: 35px 15px 35px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display:block;
}
.bc-services .mask-bottom p {
	padding: 0px 5px;
	color:#fff;
}
.bc-services .mask-bottom h4 {
	margin: 15px 0px 17px;
	color: var(--quaternary-color);
}
.bc-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.bc-services .mask-bottom i,
.bc-services .mask-bottom svg {
	background: #fff none repeat scroll 0 0;
	border: 5px solid var( --secondary-color );
	border-radius: 50%;
	color: #333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px;
	margin-top: -15px;
}
.bc-services .mask-bottom svg{
	height:60px;
	width:60px;
}
.s-feature-box.box-shadow{
  transition: box-shadow 0.3s ease-in-out;
}
.s-feature-box.box-shadow:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}


/* -----------------------------
2. Feature area 
-------------------------------- */
.feature-block {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	padding: 40px 40px 35px;
	position: relative;
	height: 100%;
}
.bc-feature-wrap [class*="col-"]{
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.feature-block::before {
	background: var( --secondary-color )  none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 2px;
}
.feature-block:hover::before {
	left: 0;
	opacity: 1;
}
.feature-block .feature-content > h5 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.feature-block .feature-icon{
	display:block;
	text-align:center;	
}
.feature-block .feature-icon i,
.feature-block .feature-icon svg{
	font-size: 48px;
}
.feature-block .feature-content i{
	font-size: 15px;
	margin-left: 3px;
	transition: .3s ease-in-out 0s;
}
.feature-block .feature-icon svg {
	max-height: 48px;
}
.feature-block .feature-content {
	width: 75%;
	overflow: hidden;
}
.feature-block a {
	color: var( --secondary-color );
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.feature-block a:hover i {
	padding-left: 8px;
}
.feature-block i {
	float: none;
}
.feature-block .feature-content {
	width: 100%;
	margin-top:30px;
}
.feature-block p {
	margin-bottom:10px;
}
.feature-block .heading{
	padding-bottom: 5px;
	color: var(--heading-color);
}
.feature-block.box-shadow{
  transition: box-shadow 0.3s ease-in-out;
}
.feature-block.box-shadow:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.bc-skills-progress{
    overflow: hidden;
    margin-bottom: 30px;
}
.bc-skills-progress .progress {
    background: #ddd none repeat scroll 0 0;
    position: relative;
    overflow: visible;
    margin: 35px 0 50px 0;
    box-shadow: none;
    border-radius: 0;
    height: 10px;
}
.bc-skills-progress .progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: none;
	animation: cssAnimation 0s 0.9s forwards;
	opacity: 0;
}
@keyframes cssAnimation {
  to   { opacity: 0 }
}
.bc-skills-progress .progress .lead {
    left: 0;
    top: -25px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
}
.bc-skills-progress .progress-bar > p {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: -16px;
    margin-top: -25px;
    position: relative;
    color: #333;
}

/* -----------------------------
3. Icon List style
-------------------------------- */
ul.bc-icon-list{
	margin:0px;
	padding:0px;	
}
ul.bc-icon-list li{
	padding-left:100px;
	display:block;
	list-style:none;
	position:relative;
	padding-bottom:30px;
}
ul.bc-icon-list li span.icon{
	position:absolute;
	left:0px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ffa211 #ffa211 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #12212f;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	text-align: center;
	line-height: 60px;
	width: 65px;
	border: 1px solid var(--secondary-color);
	-webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
    margin: 0px;
}
ul.bc-icon-list li:hover span.icon {
	box-shadow: 5px 5px 0 0 var( --secondary-color );
}
ul.bc-icon-list.round li span.icon{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
}
ul.bc-icon-list.round i{
	display:block;
	text-align:center;
	line-height: 60px;
}
ul.bc-icon-list.simple_icon li{
	padding-left: 70px;
}
ul.bc-icon-list.simple_icon span.icon{
	border: none;
	box-shadow:0px 0px 0px 0px #888888!important;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 0px
}
ul.bc-icon-list.simple_icon span.icon i{
	line-height: 30px;
}

/* -----------------------------
4. Work Process
-------------------------------- */

.bc-work-process .project-icon {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
	height: 136px;
	line-height: 176px;
	width: 135px;
	position: relative;
	margin: auto;
	transition: all 0.3s ease 0s;
}
.bc-work-process{
	position: relative;
}
.bc-work-process .desc{
	padding: 0px 10px;
	display: block; 
	text-align: center;
	line-height: 24px;
}
.bc-work-process:hover .project-icon {
	background: var(--secondary-color);
	border: 1px solid transparent;
}
.bc-work-process:before {
	background: var(--secondary-color);
	content: "";
	height: 1px;
	right: -20%;
	top: 70px;
	/*transform: translateX(50%);*/
	position: absolute;
	width:40%;
}
.bc-work-process:last-child::before{
  	display: none!important
}
.project-icon i {
	color: #fff;
	font-size: 60px;
}
.project-icon .number {
	background:var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	left: -10px;
	line-height: 44px;
	margin: 0;
	position: absolute;
	top: -10px;
	width: 50px;
	transition: all 0.3s ease 0s;
}
.bc-work-process:hover .number{
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	color: var(--secondary-color);
}
.bc-work-process h5 {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 35px;
	text-transform: capitalize;
	color: var(--heading-color);
	padding-bottom: 10px;
}
.bc-work-process.color_mode .project-icon i {
	color:var(--secondary-color);
}
.bc-work-process.transparent .project-icon {
	border: 1px solid #fff;
}
.bc-work-process.transparent .project-icon:hover{
	border: 1px solid transparent;
}
.bc-work-process.color_mode:hover .project-icon i {
	color:#FFF;	
}
.bc-work-process.transparent h5{
	color: var(--quaternary-color);
	text-transform:uppercase;	
}

/*
* -------------------------------------------------------------
*    08. Team
* -------------------------------------------------------------
*/

.team-box{
	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;
	
}
.team-content{
	display: inline-block;
	background: rgba(249,152,0,0.9);
	padding: 28px 28px 0px 28px;
	width: 100%;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	opacity: 0;
	overflow: hidden;
	
}
.team-content h4{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	display: block;
	margin: 0;
	color: #fff;
	word-wrap: break-word;
	text-align: left;
}
.team-content i{
	color: #fff;
	font-size: 12px;
}
.team-content span{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	word-wrap: break-word;
	display: block;;
}
.team-content a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	letter-spacing: 0.28px;
	color: #fff;
	margin-bottom: 3px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.team-content a:hover {
	color: #222;
}
.team-content a:last-of-type{
	margin-bottom: 0;
}
.team-content a span{
	color: #fff;
	padding-right: 10px;
}
.team-content ul {
	padding-left: 0;
	background-color: rgba(34,34,34,0.9);
	margin-bottom: 0;
	text-align: center;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-top: 30px;
	margin-left: -28px;
	width: calc( 100% + 56px );
}
.team-content ul li {
	display: inline-block;	
}
.team-content ul li:first-of-type{
	border-left: 1px solid rgba(236,236,236,0.1);
}
.team-content ul li a {
	color: #fff;
	letter-spacing: 0.75px;
	line-height: 26px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(236,236,236,0.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.team-content ul li a i{
	font-size: 18px;
}
.team-content ul li a:hover {
	background-color:var(--secondary-color);
	color: #fff;
}
.team-box > h4{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
	background-color: rgba(34,34,34,0.9);
	color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	top: -50px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.team-section .team-box:hover > h4{
	opacity: 0;
	top: 0;
}
.team-section .team-box:hover .team-content {
    opacity: 1;
}
.team-content .icon{
	display:inline-block;
	margin-left:30px;
	margin-right:5px;
}

/*
* -------------------------------------------------------------
*    07.TESTIMONIAL
* -------------------------------------------------------------
*/
.testimonial-section .owl-nav.disabled{
	display:none;	
}
.testimonial-section{
	overflow:hidden;
	position:relative;
}
.testimonial-section .owl-item,
.testimonial-section .item{
	float:left;
	display: inline-block;
}
.testimonial-content{
	position: relative;
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 40px 30px 30px 34px;
	background-color: #fff;
	position: relative;
	margin-bottom: 38px;
	margin-top: 30px;
}
.testimonial-content::after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 25px solid #CCCCCC;
	border-left: 30px solid transparent;
}
.testimonial-content span.quote{
	background-color: #CCCCCC;
	height: 36px;
	width: 44px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	position: absolute;
	left: 34px;
	top: -15px;
	padding: 0px;
}
.testimonial-box h6{
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	text-transform: uppercase;
}

.testimonial-box span.role{
	font-size: 12px;
	color: #999;
	text-transform: capitalize;
	position: relative;
	padding-left: 11px;
}
.testimonial-box{
	padding:15px;
}
.testimonial-box ul {
	padding-left: 0;
}

.testimonial-section .owl-item.center .testimonial-content{
	border-color: var(--secondary-color);
}
.testimonial-section .owl-item.center .testimonial-content::after {
	border-top: 25px solid var(--secondary-color);
}
.testimonial-section .owl-item.center span.quote{
	background:var(--secondary-color);
}
/*
* -------------------------------------------------------------
*    07.Logo
* -------------------------------------------------------------
*/
.bc-client-logo .logo_wrap,
.bc-logo-carousel .logo_wrap{
	display: block!important;
	padding: 10px;
	min-height: 100%;
    height: 100%;
    display:block;
    line-height: 100%;
    border: 1px solid #7777772b;
    border-radius: 10px;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-bottom: 10px;

}
.bc-client-logo .col{
	padding-top:calc(var(--bs-gutter-x) * .5);
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.bc-client-logo .logo_wrap,
.bc-logo-carousel .logo_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bc-client-logo .logo_wrap:hover,
.bc-logo-carousel .logo_wrap:hover{
	border-color: var(--secondary-color);
	outline: 1px solid var(--secondary-color);
}
.bc-logo-carousel{
	overflow:hidden;
	position:relative;
}
.owl-carousel .owl-stage-outer {
    /* override */
    overflow: initial;
}
.bc-logo-carousel .owl-item{
	float:left;
}
.bc-logo-carousel .owl-item [class*="col-"]{
	width: 100%;
}
.bc-logo-carousel .owl-item.active{
	display: none;
	padding: 0px;
	margin: 0px;
}
.bc-logo-carousel .owl-item [class*="col-"]{
	padding: 10px;
}
.bc-logo-carousel .owl-wrapper {
 	display: table !important;
}
.bc-logo-carousel .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.bc-logo-carousel .owl-item > div {
  	text-align: center;
}
.bc-logo-carousel .owl-nav button{
	position: absolute;
	top: calc( 50% - 25px );
	font-size:30px;
	width: 37px;
	height: 40px;
	line-height: 0px;
	border: 1px solid var(--secondary-color);
	padding: 0px;
	left: 0px;
	color: var(--secondary-color);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.bc-logo-carousel .owl-nav button span{
	margin-top: -3px;
	display: block;
	text-align: center;
}
.bc-logo-carousel .owl-nav button.owl-next{
	left:auto;
	right: 0px;
}
.bc-logo-carousel .owl-nav button:hover,
.bc-logo-carousel .owl-nav button:focus{
	background:var(--secondary-color);
	color: #fff;
}

/*
* -------------------------------------------------------------
*    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;
}

/*------------------------------
		Time Line
------------------------------*/
ul.pcr-vcard-time-line,
ul.pcr-vcard-time-line-style2 {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul.pcr-vcard-time-line:before,
ul.pcr-vcard-time-line-style2:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 18px;
	bottom: 0px;
	height: auto;
	width: 2px;
	border-radius: 4px;
	background: rgb(215, 228, 237);
	left: 50%;
	margin-left: -2px;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
}
ul.pcr-vcard-time-line-style2:before {
	background: rgb(215, 228, 237);
	left: 100px;
}
ul.pcr-vcard-time-line li,
ul.pcr-vcard-time-line-style2 li {
	list-style: none;
	display: block;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
ul.pcr-vcard-time-line-style2 li{
	padding: 00px 30px;
	padding-left: 130px;
	
}
ul.pcr-vcard-time-line li:last-child,
ul.pcr-vcard-time-line-style2 li:last-child {
	margin-bottom: 0px;
}
ul.pcr-vcard-time-line li .item-period,
ul.pcr-vcard-time-line-style2 li .item-period{
	position: absolute;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background-color: #666;
	border-radius: 3px;
	top: 18px;
	left: 50%;
	margin-left: 30px;
}
ul.pcr-vcard-time-line-style2 li .item-period{
	left: -30px;
	margin-left: 0px;
}
ul.pcr-vcard-time-line li .item-period:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #666;
	border-width: 6px;
	margin-top: -6px;
}
ul.pcr-vcard-time-line-style2 li .item-period:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-left-color: #666;
	border-width: 6px;
	margin-top: -6px;
}
ul.pcr-vcard-time-line li .half-box,
ul.pcr-vcard-time-line-style2 li .half-box {
	width: 48%;
	position: relative;
	background-color: #f0f4f7;
	padding: 15px 20px;
	border-radius: 4px;
}
ul.pcr-vcard-time-line li .half-box p:last-child,
ul.pcr-vcard-time-line-style2 li .half-box p:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul.pcr-vcard-time-line-style2 li .half-box {
	width: 100%;
}
ul.pcr-vcard-time-line li::before,
ul.pcr-vcard-time-line-style2 li:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: var(--secondary-color);
	top: 25px;
	right: 50%;
	margin-right: -6px;
	-webkit-box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb),0.3);
	box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb),0.3);
}

ul.pcr-vcard-time-line-style2 li:before {
	right: auto;
	left: 93px;
}
ul.pcr-vcard-time-line li:nth-child(odd) .half-box {
	float: left;
}
ul.pcr-vcard-time-line li:nth-child(odd) .half-box:after {
	left: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 244, 247, 0);
	border-left-color: #f0f4f7;
	border-width: 10px;
	margin-top: -10px;
}
ul.pcr-vcard-time-line li:nth-child(even) .half-box {
	float: right;
}
ul.pcr-vcard-time-line li:nth-child(even) .half-box:after,
ul.pcr-vcard-time-line-style2 li .half-box:after {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 244, 247, 0);
	border-right-color: #f0f4f7;
	border-width: 10px;
	margin-top: -10px;
}
ul.pcr-vcard-time-line li:nth-child(even) .item-period {
	left: auto;
	right: 50%;
	margin-right: 20px;
}
ul.pcr-vcard-time-line li:nth-child(even) .item-period:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-left-color: #666;
	border-width: 6px;
	margin-top: -6px;
}
ul.pcr-vcard-time-line li .clear {
	clear: both;
}
ul.pcr-vcard-time-line li h5 {
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
ul.pcr-vcard-time-line li .item-small {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.time-period {
	display: none;
}

ul.pcr-vcard-time-line h6,
ul.pcr-vcard-time-line-style2 h6{
	font-weight: normal;
}


@media screen and (max-width:620px) {
		ul.pcr-vcard-time-line {
			padding-left: 15px;
		}
		ul.pcr-vcard-time-line:before {
			left: 0px;
		}
		ul.pcr-vcard-time-line li::before {
			right: auto;
			left: -21px;
			margin: 0px;
		}
		ul.pcr-vcard-time-line li .half-box {
			width: 95%;
			margin-left: 5%;
			float: none;
			display: block;
		}
		ul.pcr-vcard-time-line li .half-box:after, 
		ul.pcr-vcard-time-line li:nth-child(odd) .half-box:after {
			left: auto;
			right: 100%;
			top: 30px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(240, 244, 247, 0);
			border-right-color: #f0f4f7;
			border-width: 10px;
			margin-top: -10px;
		}
		ul.pcr-vcard-time-line .time-period {
			display: inline-block;
			font-size: 12px;
			line-height: 1.2em;
			color: #2eca7f;
			margin-bottom: 8px;
		}
		ul.pcr-vcard-time-line .item-small {
			display: inline-block;
			font-size: 12px;
			line-height: 1.2em;
			color: #9e9e9e;
			margin-left: 5px;
			margin-bottom: 8px;
			padding-left: 8px;
			border-left: 1px solid #e0e0e0;
		}
		ul.pcr-vcard-time-line .item-period {
			display: none;
		}

}

/*-------------------------------
Product Catgory 
----------------------------/*/

.ata-category-grid-wrp figure.cat-wrap{
	position:relative;
	overflow:hidden;
	color:#FFF;
	text-align:left;
	height: 220px!important;
	margin: 0px auto!important;
	width: 100%;
	display: block;
}
.ata-category-grid-wrp figure.box{
	padding-top: 60%;
}
.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: 100%;
	object-fit: cover; 
	-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: relative;
	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 figure:hover figcaption {
    top: 40%;
}
.ata-category-grid-wrp .desc{
	padding-bottom: 20px;
	line-height:25px;
}
.ata-category-grid-wrp a.link-btn{
	color: var(--quaternary-color);
	padding: 5px 10px;
	height:auto;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	display:inline-block;
	background: var(--secondary-color);
	border-radius: 0;
}

.ata-category-grid-wrp a.link-btn:hover,
.ata-category-grid-wrp a.link-btn:focus{
	background: var(--quaternary-color);
	color: var(--secondary-color);
}
.ata-category-grid-wrp figcaption a.link-btn i{
	font-size: inherit;
	margin: 0px!important;
	padding:0px;
}
.ata-category-grid-wrp figure.round-box{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	max-width: 100%;
	height: auto;
}
.ata-category-grid-wrp figure.round-box img{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}
.ata-category-grid-wrp [class*="col-"]{
	text-align: center;
}
.ata-category-grid-wrp [class*="col-"] figure.round-box.hide_thumbnail{
	display: inline-block;
}