.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
	position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
	content: attr(data-bigletter);
	font-size: 1.5em;
	opacity: .08;
	position: absolute;
	top: -0.5em;
	left: 0px;
	right: 0px;
	text-align: inherit;
	text-transform: uppercase;
	color:inherit;
}
.ata-section-title .be-heading {
	margin-bottom: 20px;
}
.ata-section-title .be-heading span.slim-text{
	font-weight:normal!important;	
}
/*--------------------------------*/
/*           5.Our Services
/*--------------------------------*/	
.services-item {
	background: #fff;
	padding: 25px;
	text-align: center;
	margin: 15px auto;
	transition: transform 0.3s ease;
	transform: translateY(7px);
	position: relative;
	margin-bottom: 40px;
	-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;
	
}
.service-block.standard .text-color,
.service-block.standard .heading{
	position:relative;
	z-index:99;	
}
.service-block.standard .services-item{
	padding-bottom:5px;	
}
.services-item i{
	font-size:45px;
	width:70px;
	height:70px;
	background:#000;
	-webkit-border-radius:50%;
	border-radius:50%;
	border-radius:50%;
	line-height:70px;
	margin:0px auto 10px auto;
	text-align:center;
}
.services-item:hover,
.services-item.yes {
	transition: transform 0.3s ease;
	transform: translateY(-7px);
	box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.05), 0px 5px 15px rgba(0, 0, 0, 0.01);
}
/*.service-block.standard .services-item{
	padding-bottom:40px;
}*/
.service-block.standard .services-item::after,
.ata-team-block.standard .ata-team-item::after,
.ata-client-logo-block.standard .ata-client-logo-item:after,
.ata-testimonial-block.standard .testimonial-content:after{
	background:inherit;
	bottom: -20px;
	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;
	
}


@media (min-width: 768px) { 
	.service-block.standard .col-md-6 .services-item::after,
	.ata-team-block.standard .col-md-6 .ata-team-item::after,
	.ata-client-logo-block.standard .col-md-6 .ata-client-logo-item:after {
		height: 55px;
		bottom: -28px;
	}

 }

@media (min-width: 992px) {
	
	.service-block.standard .col-md-6 .services-item,
	.ata-team-block.standard .col-md-6 .ata-team-item,
	.ata-client-logo-block.standard .col-md-6 .ata-client-logo-item{
		margin-bottom: 55px;
	}
	.service-block.standard .col-md-6 .services-item::after,
	.ata-team-block.standard .col-md-6 .ata-team-item::after,
	.ata-client-logo-block.standard .col-md-6 .ata-client-logo-item:after {
		height: 55px;
		bottom: -28px;
	}
	
	.service-block.standard .col-md-12 .services-item,
	.ata-team-block.standard .col-md-12 .ata-team-item{
		margin-bottom: 120px;
	}
	.service-block.standard .col-md-12 .services-item::after,
	.ata-team-block.standard .col-md-6 .ata-team-item::after,
	.ata-client-logo-block.standard .col-md-6 .ata-client-logo-item:after{
		height: 120px;
		bottom: -70px;
	}
 }

.service-block.round .services-item{
	-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;	
}
.service-block.square .services-item{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.service-block.icon_position_top .box-wrp{
	display:block;
	clear:both;
}
.service-block.icon_position_left .box-wrp{
	float:right;
	width:calc(100% - 80px);
	
}
.service-block.icon_position_left .services-item i{
	float:left;
	
}
.service-block.icon_position_right .box-wrp{
	float:left;
	width:calc(100% - 80px);
}
.service-block.icon_position_right .services-item i{
	float:right;

}

.service-block.fa-t-small i{
	width:40px;
	font-size:20px;
	height:40px;
	line-height:40px;
}
.service-block.icon_position_right.fa-t-small .box-wrp,
.service-block.icon_position_left.fa-t-small .box-wrp{
	width:calc(100% - 50px);
}

.service-block.fa-t-large i{
	width:80px;
	font-size:50px;
	height:80px;
	line-height:80px;
}

.service-block.icon_position_right.fa-t-large .box-wrp,
.service-block.icon_position_left.fa-t-large .box-wrp{
	width:calc(100% - 85px);
}

.service-block.fa-t-xl i{
	width:100px;
	font-size:70px;
	height:100px;
	line-height:100px;
}

.service-block.icon_position_right.fa-t-xl .box-wrp,
.service-block.icon_position_left.fa-t-xl .box-wrp{
	width:calc(100% - 110px);
}
.service-block a,
.elementor-widget-container a.min-theme-btn{
	border: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: none;
	overflow: hidden;
	font-family: 'K2D', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #1ed373;
	position:relative;
	z-index:99;
}
.service-block.header_block .services-item,
.service-block.header_block .services-item:hover
{
	margin-top:0px;
	transform: translateY(7px);
}
.service-block.header_block .services-item-header_block{
	
	margin-top:15px;
	-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;
	transition: transform 0.3s ease;
	transform: translateY(7px);
	padding-bottom:10px;
}
.service-block.header_block .services-item-header_block:hover,
.service-block.header_block .services-item-header_block.yes{
	
	transform: translateY(-7px);

}
.service-block img{
	display:block;
	text-align:center;	
}
.service-block.header_block img{
	display:block;
	margin:-25px -25px 28px -25px;
	width:auto;
	height:auto;
	max-width: calc(100% + 50px);
	-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;
	
}
.service-block.round-box img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	max-width:80%;
	margin:0px auto 20px auto;
	display:block;
}
.service-block.default img{
	display:block;
	margin:10px auto 20px auto;	
}

.service-block .text-color{
	padding-bottom:15px;
}
.service-block p.text-color{
	padding-bottom:0px;	
}
.service-block.icon_position_top i{
	margin-bottom:20px;
}
.ata-team-block.standard .ata-team-item{
	padding-bottom:10px;	
}
/*--------------------------------*/
/*           5.Our Services
/*--------------------------------*/	
.image-captions-item{
	position:relative;
	display:block;
	margin:20px 0px;
	padding-right:35px;
	padding-bottom:35px;
	background:#fff;
}
.image-captions-item .caption-text{
	position:absolute;
	right:0px;
	bottom:0px;
	max-width:65%;
	color:#FFF;
	padding:30px;
	z-index:9;
}
.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;
}
.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;
}
.ata-image-captions.standard .image-captions-item .caption-text,
.ata-image-captions.standard .image-captions-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-image-captions.standard .image-captions-item::after,
.ata-image-captions.standard .image-captions-item .caption-text::after {
	background: #fff none repeat scroll 0 0;
	bottom:25px;
	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;
	
}
.ata-image-captions.standard .image-captions-item .caption-text{	
}
.ata-image-captions.standard .image-captions-item .caption-text::after {
	bottom:-20px;
	right:0px;
	width:auto;
}
.ata-image-captions.round .image-captions-item .caption-text,
.ata-image-captions.round .image-captions-item img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


/*--------------------------------*/
/*           5.addone-heading
/*--------------------------------*/
ul.ata-time-line {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.ata-time-line:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 18px;
	height: 100%;
	width: 4px;
	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.ata-time-line li {
	list-style: none;
	display: block;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
ul.ata-time-line li .item-period {
	position: absolute;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background-color: #666;
	font-weight: bold;
	border-radius: 3px;
	top: 18px;
	left: 50%;
	margin-left: 30px;
}
ul.ata-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.ata-time-line li .half-box {
	width: 44%;
	position: relative;
	background-color: #f0f4f7;
	padding: 15px 20px;
	border-radius: 4px;
}
ul.ata-time-line li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #2ed87b;
	top: 25px;
	right: 50%;
	margin-right: -6px;
	-webkit-box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
	box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
}
ul.ata-time-line li:nth-child(odd) .half-box {
	float: left;
}
ul.ata-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.ata-time-line li:nth-child(even) .half-box {
	float: right;
}
ul.ata-time-line li:nth-child(even) .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.ata-time-line li:nth-child(even) .item-period {
	left: auto;
	right: 50%;
	margin-right: 20px;
}
ul.ata-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.ata-time-line li .clear {
	clear: both;
}
ul.ata-time-line li h6 {
	margin-bottom: 0px;
}
ul.ata-time-line li .item-small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.time-period {
	display: none;
}
@media screen and (max-width:620px) {
ul.ata-time-line {
	padding-left: 15px;
}
ul.ata-time-line:before {
	left: 0px;
}
ul.ata-time-line li::before {
	right: auto;
	left: -21px;
	margin: 0px;
}
ul.ata-time-line li .half-box {
	width: 95%;
	margin-left: 5%;
	float: none;
	display: block;
}
ul.ata-time-line li .half-box:after,  ul.ata-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.ata-time-line .time-period {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #2eca7f;
	margin-bottom: 8px;
}
ul.ata-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.ata-time-line .item-period {
	display: none;
}
}


/*--------------------------------*/
/*           5.Our Services
/*--------------------------------*/	
.ata-counter-box {
	background: #fff;
	padding: 25px;
	text-align: center;
	margin: 15px auto;
	transition: transform 0.3s ease;
	transform: translateY(7px);
	position: relative;
	margin-bottom: 40px;
	-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;
	transition: transform 0.3s ease;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.048);
}
.ata-counter-box i{
	display:block;
	font-size:50px;
}
.ata-counter-box i{
	display:block;
	font-size:50px;
}
.ata-counter-box i.fa-t-small{
	font-size:30px;
}
.ata-counter-box i.fa-t-xl{
	font-size:90px;
}
.ata-counter-box .number-color{
	padding:15px 0px;
	display:block;	
}



.ata-counter-block.standard .ata-counter-box::after {
	background:inherit;
	bottom: -20px;
	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;
	
}
@media (min-width: 768px) { 
	.ata-counter-block.standard .col-md-6 .ata-counter-box::after {
		height: 55px;
		bottom: -28px;
	}

 }

@media (min-width: 992px) {
	
	.ata-counter-block.standard .col-md-6 .ata-counter-box{
		margin-bottom: 55px;
	}
	.ata-counter-block.standard .col-md-6 .ata-counter-box::after {
		height: 55px;
		bottom: -28px;
	}
	
	.ata-counter-block.standard .col-md-12 .ata-counter-box{
		margin-bottom: 120px;
	}
	.ata-counter-block.standard.col-md-12 .ata-counter-box::after {
		height: 120px;
		bottom: -70px;
	}
 }

.ata-counter-block.round .ata-counter-box{
	-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;	
}
.ata-counter-block.square .ata-counter-box{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
}

.ata-counter-block.round-box img{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

/*--------------------------------*/
/*           5.Progress Bar
/*--------------------------------*/

.skill-progress .skill-title {margin-bottom: 15px;text-transform: capitalize;}
.skill-progress .skill-bar {margin-bottom: 40px;}
.skill-progress .progress {
  height: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  overflow: visible;
}
.skill-progress .progress .progress-bar {
  width: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 5px;
}
.skill-progress .progress .progress-bar .percent-text {
  font-family: 'K2D', sans-serif;
  font-size: 14px;
  position: absolute;
  width: 46px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  right: -23px;
  top: -40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.skill-progress .progress .progress-bar .percent-text:before {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: 17px;
  font-size: 24px;
  font-weight:900;
}
.skill-progress.standard .progress{
	transform: skew(35deg);
	-webkit-transform: skew(35deg);
	border-radius:0px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.skill-progress.standard .progress .progress-bar {
	transform: skew(9deg);
	-webkit-transform: skew(9deg);
	-webkit-border-radius:4px;
	border-radius:4px;
	
}
.skill-progress.standard .progress .progress-bar .percent-text {
	transform: skew(-35deg);
	-webkit-transform: skew(-35deg);
}
.skill-progress.square .progress .progress-bar,
.skill-progress.square .progress {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}


/*--------------------------------*/
/*           5.Progress Bar
/*--------------------------------*/

.ata-team-block{
	display:block;	
}

.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;
	
}
.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:5px 0px 15px 0px;
	
}
.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:#61ce70;
	font-size:16px;
	line-height:32px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#FFF;
}

/*--------------------------------*/
/*           5.Progress Bar
/*--------------------------------*/

.ata-team-block{
	display:block;	
}

.ata-client-logo-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:15px;
	
}
.ata-client-logo-block.standard .ata-client-logo-item{
	margin-bottom:40px;	
}
.ata-client-logo-block.standard {
	-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-client-logo-block.standard .col-md-3 .ata-client-logo-item{
	padding-bottom:0px;	
}
.ata-client-logo-block.standard .col-md-3 .ata-client-logo-item:after{
	height:30px;
	border-bottom:-15px;
}
.ata-client-logo-block.round .ata-client-logo-item{
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.ata-client-logo-item img{
	position:relative;
	z-index:99;	
}
/*--------------------------------*/
/*           5.testimonials Bar
/*--------------------------------*/
.ata-testimonial-block .testimonial-content {
    background-color: #fff;
    padding: 50px 100px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
	position:relative;
}
.ata-testimonial-block .testimonial-content img{
	width:100px;
	height:100px;
	border: 5px solid #fff !important;
	text-align: center;
	border-radius: 50% !important;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
	box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
	overflow: hidden;
	margin-right: 20px;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-50px;
}
.ata-testimonial-block .testimonial-content h4{
	display:block;
	padding-top:20px;	
}
.ata-testimonial-block .testimonial-content .job-role{
	display:block;
	padding-bottom:15px;	
}
.ata-testimonial-block .testimonial-content:before {
	  content: "\f10e"; 
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  font-size:70px;
	  bottom:30px;
	  right:30px;
	  top:auto;
	  left:auto;
	  position:absolute;
	  color:#000;
	  opacity:0.03;
	  z-index:99;
}
.ata-testimonial-block.standard .testimonial-content.column-md-1:after{
	height: 60px;
}
.ata-testimonial-block.square .testimonial-content{
	border-radius:0px;
}
.ata-testimonial-block .owl-item {
    float: left;
}
.ata-testimonial-block {
	position:relative;	
}
.ata-testimonial-block .owl-nav button {
    position: absolute;
    top:185px;
    border:0;
    background-color: transparent;
    height: 50px;
    margin-top: -25px;
    font-size: 32px;
    line-height: 50px;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
    color: #000;
	right:0px;
	z-index:9;
}
.ata-testimonial-block .owl-nav button.owl-prev{
	right:auto;
	left:0px;	
}
.ata-testimonial-block .owl-dots{
	display:none;	
}


/* ============================================================================= 
 	Portfolio SubPage
============================================================================= */

ul.portfolio-list-unstyled{
    display:block;
	text-align:center;
}

ul.portfolio-list-unstyled li{
	background: none;
	background-color: rgba(0, 0, 0, 0);
	font-weight: normal !important;
	letter-spacing: 1px;
	text-shadow: none;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
	padding: 9px 22px;
	font-family: inherit;
	color: #fff !important;
	border-color: #ff5555;
	background-color: #ff5555;
	margin:5px;
	cursor: pointer;
}
ul.portfolio-list-unstyled li:focus, ul.portfolio-list-unstyled li:hover {
	opacity:0.8;
}


.ata-portfolio-grid{
	display:block;
	
}
.ata-portfolio-item {
    position: relative;
	display:block;
	padding:10px;
}
.ata-portfolio-item .portfolio-img{
	display:block;
	overflow:hidden;
	position:relative;
}

.ata-portfolio-item .portfolio-img > img {
    width: 100%;
    margin-bottom: 0;
	transition: all 0.5s ease-in-out;
}

.ata-portfolio-item:hover .portfolio-img > img{
    transform: scale3d(1.1,1.1,1);
}
.ata-portfolio-item .portfolio-data {
    background-color: rgb(255, 255, 255);
    bottom: 20px;
    color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 110px;
    max-width: 50%;
    padding: 30px;
    position: absolute;
    right: 22px;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.ata-portfolio-item:hover .portfolio-data {
    padding: 40px;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 50px);
    background-color: rgba(30, 211, 115, 0.65);
}
.ata-portfolio-item .portfolio-data .data-heading {
    margin-bottom: 5px;
    margin-top: 0;
    transition: all 0.4s ease-in-out;
	
	letter-spacing:1px;
}

.ata-portfolio-item .portfolio-data .meta {
    color: #6b6b6b;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
	opacity:0;
}
.ata-portfolio-item:hover .portfolio-data .meta {
	opacity:1;
}
.ata-portfolio-item:hover .portfolio-data .data-heading,
.ata-portfolio-item:hover .portfolio-data .meta{
	color:#FFF;	
}

.ata-portfolio-item .attr{
	display:inline-block;
	position:absolute;
	right:10px;
	bottom:20px;
	transition: all 0.4s ease-in-out;
	opacity:0;
}
.ata-portfolio-item .attr a{
	margin:10px 20px;
}
.ata-portfolio-item .attr .dashicons{
	color:#FFF;	
	font-size:30px;
}
.ata-portfolio-item:hover .attr{
	opacity:1;
}
.ata-project-layout{
	position:relative;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}

/* ============================================================================= 
 	Portfolio SubPage
============================================================================= */

.bc-pricing {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
}
.bc-pricing .price-title {
	padding: 35px 20px;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #e4e4e4
}
.bc-pricing.active .price-title {
	background: #2ed3ae
}
.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: #23292c;
	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 #23292c;
	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 h2 {
    font-family: 'poppins', sans-serif;
	line-height: 60px;
	font-size: 50px;
	position: relative;
	font-weight: 800;
	margin:0px;
	
}
.bc-pricing .price-title h2 small {
	font-size: 16px;
	vertical-align: super;
	padding: 0 5px
	
}
.bc-pricing .price-title h2 small:first-child {
	font-size: 24px
}
.bc-pricing .price-title span {
	letter-spacing: 6px;
	position: relative
}
.bc-pricing ul {
	margin: 20px 0 0
}
.bc-pricing ul li {
	line-height: 50px
}
.bc-pricing .price-footer {
	padding: 30px 0;
	z-index: 9;
	position: relative
}

.bc-pricing .button {
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    position: relative;
    background: #2ed3ae;
    font-family: poppins,sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.bc-pricing .button:hover, .bc-pricing .button:focus {
    color: #fff;
    background: #23292c;
    outline: 0;
}
ul.list-style-none{
	margin:0px;
	list-style:none;
	padding:0px;
	padding-top:30px;	
}

ul.be-product-carousel.products{
	overflow:hidden;	
}

ul.be-product-carousel .owl-item {
    float: left;
}
ul.be-product-carousel .owl-item li{
	width:96%!important;
	margin:2%!important;	
}
.be-product-carousel .owl-nav button {
    position: absolute;
    left: 0px;
    top: 130px;
}
.be-product-carousel .owl-nav button.owl-prev{
	left:auto;
	right:0px;	
}
.be-product-carousel .owl-nav button{
	display: inline-block;
	padding: 0px 27px 0 27px;
	height: 48px;
	line-height: 42px;
	font-size: 14px;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #748590;
	border: 1px solid #748590;
	border-top-color: rgb(116, 133, 144);
	border-right-color: rgb(116, 133, 144);
	border-bottom-color: rgb(116, 133, 144);
	border-left-color: rgb(116, 133, 144);
}


/*-------------------------------------------------------------- */
/*  Search Category
/*-------------------------------------------------------------- */
#bcf-search-category {
    overflow: hidden;
	padding:25px 0px;
	max-width:500px;
	width:100%;
}
.header-widget-container  #bcf-search-category {
	float:right;
	margin-right:-20px;	
}
#bcf-search-category .search-box {
    border: 1px solid #e2e1e6;
    position: relative;
    width: 100%;
    z-index: 100;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#bcf-search-category .search-cat {
    background: transparent url("img/down-arrowblk.png") no-repeat scroll 89% 22px;
    cursor: pointer;
    float: left;
    font-weight: 700;
    height: 48px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-transform: capitalize;
    width: 150px;
}
#bcf-search-category .search-cat::after {
    background: #8e8b8c none repeat scroll 0 0;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
}
#bcf-search-category .search-cat p .cate-selected {line-height: 45px}
#bcf-search-category .search-categories .fa {margin-left: 10px}
#text-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    height: 48px;
    line-height: 48px;
    outline: medium none;
    padding: 0 55px 0 160px;
    width: 100%;
}
#text-search:focus {outline: none}
#btn-search-category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000000;
  
    height: 42px;
    line-height: 42px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 48px;
    z-index: 99;
}
#btn-search-category:hover, #btn-search-two:hover i {color: #e60000}
#btn-search-category .icon-search::before {
    content: "ï€‚";
    font-family: FontAwesome;
}
#btn-search-category i {font-style: normal}
#bcf-search-category .category-items {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333333;
    font-size: 13px !important;
    height: 48px;
    left: 0;
    line-height: 48px;
    outline: medium none;
    overflow: hidden;
    padding: 0 35px 0 15px;
    position: absolute;
    transition-duration: 0.4s;
    transition-property: height;
    width: 100%;
    z-index: 9999;
    cursor: pointer
}
#bcf-search-category .category-items option {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    line-height: 26px;
    padding: 4px 15px;
}



/*-------------------------------------------------------------- */
/*  Search Category
/*-------------------------------------------------------------- */
nav.bcf-tab-list > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;

}
nav.bcf-tab-list > div a.nav-item.nav-link,
nav.bcf-tab-list > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav.bcf-tab-list > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -58px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.be-products-tabs .tab-content{
    border-top:5px solid #e74c3c;
	padding-top:40PX;
}

nav.bcf-tab-list > div a.nav-item.nav-link:hover,
nav.bcf-tab-list > div a.nav-item.nav-link:focus,
nav.bcf-tab-list > div a.nav-item.nav-link.active
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.bcf-department-grid .bcf-department-title{
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 100px !important;
	padding-left: 30px !important;
	background-color: #f7f7f7 !important;
}
.bcf-department-grid .bcf-department-title h4{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin:0px;
	display:inline-block;
	padding:0px;
}
.bcf-department-grid .bcf-department-title h6{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    font-weight: 400;
    margin-left: 25px;
	margin-top:2px;
}
.bcf-department-grid .cat-outer-block {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 13px;
    text-align: center;
}
.bcf-department-grid .cat-img-block {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
	display:block;
	margin-bottom:15px;
}
.bcf-department-grid .cat-outer-block {
    text-align: center;
	padding-top:15px;
	font-weight:bold;
}
.bcf-department-grid .bcf-department-list{
	margin-top:-80px;
}