/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tabs{
	padding: 0;
	background: #fff;
	min-height: 20px;
	width: 95%;
	margin: 20px auto;
	}
.tabs .nav-tabs .nav-link {
  color: #a6a6a6;

}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover{
  color: #333;
  background: #fff;
}



/*--------------------------------------------------------------
# Inner Menu
--------------------------------------------------------------*/
#inner-menu{
	padding: 0;
	background: #fff;
	min-height: 20px;
	margin: 20px 0 0 0;
	}
.inner-menu .nav-pills .nav-link {
  color: #a6a6a6;
  background: #fff;
}
.inner-menu .nav-pills .nav-link.active,
.inner-menu .nav-pills .nav-link:hover{
  color: #fff;
  background: #a6a6a6;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a6a6a6;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a6a6a6;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #fafafb;
}

.section-title {
  text-align: center;
  padding-bottom: 2em;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #a6a6a6;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #fd38ac;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 70%;
  }
}



.btn{
	color: #fff;
	background-color:#ff3399;
	}

a:hover .btn{
	color: #ff3399;
	border: 1px solid #ff3399;
	background-color:#ffffff;
	}

.txt_red{
	color: #ff0000;
	}



.item-cell{
	border-bottom:1px solid #eee;
	padding:10px 0;
}
h3{
	margin:3px 0;
}
.price{
	padding:5px 0;
	}

.details{
	padding:5px 0 0 10px;
	line-height:110%;
	font-size:90%;
	}
.detail-kit{
	font-size:90%;
	list-style:disc;
}

.color-white{
	color:#fff;
}


.prof{
border: 1px solid #a6a6a6;
border-radius: 5px;
padding:0.5em 0;
}
@media screen and (max-width: 500px) {
.prof .img-responsive{
width: 70%;}
}


.txt_red{
	color: #ff0000;
	}
	
