

.explore-section{
	position: relative;
	padding: 140px 0px 120px 0px;
}

.explore-block-one .inner-box{
	position: relative;
	display: block;
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 22px 25px 26px 175px;
	margin-bottom: 30px;
	transition: all 500ms ease;
}

.explore-block-one .inner-box:hover{

}

.explore-block-one .inner-box .image-box{
	position: absolute;
	left: 19px;
	top: 19px;
	width: 130px;
	height: 130px;
}

.explore-block-one .inner-box .image-box img{
	width: 100%;
}

.explore-block-one .inner-box .title-box{
	position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.explore-block-one .inner-box .title-box h4{
	font-size: 20px;
	line-height: 30px;
	margin-right: 15px;
}

.explore-block-one .inner-box .title-box h4 a{
	display: inline-block;
	color: #000;
}

.explore-block-one .inner-box .title-box h4 a:hover{

}

.explore-block-one .inner-box .title-box .line{
	position: relative;
    display: block;
    height: 2px;
    border: 1px dashed #b0b0b0;
    width: 100%;
    flex: 1;
    top: 6px;
}

.explore-block-one .inner-box .title-box .price{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin-left: 15px;
}

.explore-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 21px;
}

.explore-block-one .inner-box .cart-box{
	position: relative;
	display: block;
	text-align: right;
}

.explore-block-one .inner-box .cart-box a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 46px;
	font-size: 20px;
	color: #000;
	text-align: center;
	border-radius: 5px;
}

/** explore-style-two **/

.explore-style-two{
	position: relative;
	padding: 113px 0px 130px 0px;
}

.explore-style-two .tab-btn-box{
	position: relative;
	display: block;
	margin-bottom: 90px;
}

.explore-style-two .tab-btn-box .tab-btns li{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 25px 0px 15px 0px;
	background: #eef9f3;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 22px;
	transition: all 500ms ease;
}

.explore-style-two .tab-btn-box .tab-btns li h3{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.explore-style-two .tab-btn-box .tab-btns li:first-child{
	padding: 0px;
}

.explore-style-two .tab-btn-box .tab-btns li .icon{
	position: relative;
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
	transition: all 500ms ease;
}

.explore-style-two .tab-btn-box .tab-btns li span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	transition: all 500ms ease;
}

.explore-style-two .tab-btn-box .tab-btns li.active-btn{
	color: #fff;
}

.explore-style-two .tab-btn-box .tab-btns li.active-btn .icon,
.explore-style-two .tab-btn-box .tab-btns li.active-btn span,
.explore-style-two .tab-btn-box .tab-btns li.active-btn h3{
	color: #fff!important;
}

.explore-style-two ul.tab-btns.tab-buttons.clearfix{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.explore-style-two .explore-block-one .inner-box .cart-box a{
	color: #fff;
}

.explore-style-two .more-btn{
	position: relative;
	display: block;
	margin-top: 65px;
}

.explore-style-two .more-btn .theme-btn{
	font-size: 18px;
	padding: 22px 50px;
}

.explore-style-two .inner-container{
	position: relative;
	padding-bottom: 150px;
	border-bottom: 1px solid #d9d9d9;
}

.explore-style-two.alternat-2{
	background: #181d20;
}

.explore-style-two.alternat-2 .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.explore-style-two.alternat-2 .pattern-layer .pattern-2{
	position: absolute;
	left: 0px;
	bottom: 130px;
	width: 100%;
	height: 1142px;
	background-size: cover;
	background-repeat: no-repeat;
}

.explore-style-two.alternat-2 .tab-btn-box .tab-btns li.active-btn{

}

.explore-style-two.alternat-2 .tab-btn-box .tab-btns li .icon{
	
}

.explore-style-two.alternat-2 .tab-btn-box .tab-btns li h3{

}

.explore-style-two.alternat-2 .explore-block-one .inner-box .title-box h4 a{
	color: #fff;
}

.explore-style-two.alternat-2 .explore-block-one .inner-box .title-box h4 a:hover{

}

.explore-style-two.alternat-2 .explore-block-one .inner-box{
	background: #22272b;
	border: 1px solid #374147;
	padding: 22px 25px 22px 175px;
	min-height: 170px;
}

.explore-style-two.alternat-2 .explore-block-one .inner-box p{
	margin-bottom: 0px;
}

.explore-style-two.alternat-2{
	padding-top: 180px;
	padding-bottom: 180px;
}

.explore-style-two.alternat-2 .sec-title{
	margin-bottom: 50px;
}