#slider-range {
	border-radius: 30px
}

#slider-range span {
	border-radius: 50%
}

#amount {
	color: var(--primary);
	font-size: 18px;
	font-weight: 600;
	font-family: sans-serif;
	border: none;
	background: none;
	text-align: center;
	margin-top: 15px;
	width: 100%
}

.ui-state-active {
	background: var(--primary) !important;
	border-color: var(--primary) !important
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px 25px;
	border-radius: var(--card-radius);
	background: var(--light-white);
	border: 1px solid var(--border)
}

.page-item {
	margin: 0px 6px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: var(--icon-radius)
}

.page-item .active {
	color: var(--white);
	background: var(--primary)
}

.page-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: var(--icon-radius);
	font-weight: 500;
	border: none;
	padding: 0px;
	color: var(--body);
	background: var(--white)
}

.page-link:hover {
	color: var(--white);
	background: var(--primary)
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 991px) {
	.page-link {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

.sale {
	background: var(--sale)
}

.rent {
	background: var(--rent)
}

.booking {
	background: var(--booking)
}

.flat-badge {
	color: var(--white);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.cross-badge {
	width: 25px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	color: var(--white);
	text-align: center;
	background: var(--primary);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
	clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%)
}

.product-filter {
	padding: 15px 25px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: var(--card-radius);
	background: var(--light-white);
	border: 1px solid var(--border);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-page-number p {
	font-weight: 500
}

.product-short-select {
    margin-left: 300px;
	height: 40px;
	width: 250px;
	font-size: 15px;
	border-radius: 8px;
	cursor: pointer
}

.product-short-select:focus {
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-card-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-card-type li {
	margin-left: 12px
}

.product-card-type li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	background: var(--white)
}

.grid-verti.active i,
.grid-hori.active i {
	color: var(--white);
	background: var(--primary)
}

.product-sidebar {
	padding: 25px 15px;
	margin-bottom: 30px;
	background: var(--light-white);
	border-radius: var(--card-radius);
	border: 1px solid var(--border)
}

.product-sidebar-title {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border)
}

.product-sidebar-title h6 {
	font-weight: 500;
	text-transform: uppercase
}

.product-filter-btn {
	border: none;
	outline: none;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0px;
	margin-top: 20px;
	color: var(--primary);
	text-transform: capitalize;
	border-radius: var(--card-radius);
	border: 1px solid var(--primary);
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-filter-btn:hover {
	color: var(--white);
	background: var(--primary)
}

.product-filter-btn i {
	margin-top: -2px;
	margin-right: 5px
}

.product-sidebar-search {
	margin-bottom: 10px
}

.product-sidebar-search input {
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border-radius: var(--card-radius);
	border: 1px solid var(--border)
}

.product-sidebar-list li {
	padding: 6px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.product-sidebar-list li input {
	margin-right: 8px;
	cursor: pointer
}

.product-sidebar-list li label {
	width: 100%;
	font-size: 15px;
	cursor: pointer;
	text-transform: capitalize
}

.product-sidebar-list li label:hover {
	color: var(--primary)
}

.rating i {
	margin-right: 5px
}

.widget {
	height: 200px;
	overflow-y: scroll
}

.widget label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-sidebar {
		height: 400px
	}
}

.product-card {
	border-radius: var(--card-radius);
	background: #fff;
	border: 1px solid var(--border);
	margin-bottom: 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

.product-card:hover .product-img::before {
	visibility: visible;
	opacity: 1
}

.product-card:hover .product-meta {
	visibility: visible;
	opacity: 1
}

.product-card.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-card.inline .product-img {
	width: 250px;
	height: 100%;
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-img::before {
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-info {
	width: 100%
}

.product-img {
	width: 100%;
	height: 200px;
	position: relative;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.product-img::before {

}

.flat-badge {
	position: absolute;
	top: 15px;
	right: 15px
}

.cross-badge {
	position: absolute;
	top: 0px;
	left: 15px
}

.product-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-meta li:nth-child(1) i {
	color: #8edb04
}

.product-meta li:nth-child(2) i {
	color: #01cbd5
}

.product-meta li:nth-child(3) i {
	color: #e8ce00
}

.product-meta li i {
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 14px;
	color: var(--white)
}

.product-meta li p {
	font-size: 14px;
	color: #eee
}

.product-info {
	padding: 0px 15px
}

.product-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0px 8px;
	border-bottom: 1px solid var(--border)
}

.product-tag i {
	font-size: 13px;
	color: #999999;
	margin-right: 8px
}

.product-tag .breadcrumb {
	margin: 0px
}

.product-tag .breadcrumb .breadcrumb-item {
	font-size: 13px;
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item::before {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a:hover {
	color: var(--primary)
}

.product-title {
	padding: 12px 0px;
    text-align: center;
}
.bookmark-part{
        margin-top: 30px;
}
.product-title h5 {
	margin-bottom: 5px;
    text-align: left;
}

.product-title h5 a {
	color: #20398f;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
span.compare.gcompare{
    font-weight: 500;
    font-size: 14px;
    font-family: sans-serif;
     color: #1a1a18;
}
       
i.fas.fa-retweet:hover{	color: #1a1a18 !imortant ;} 
i.fas.fa-retweet {
    font-size: 14px;
     color: #1a1a18;
    
}
i.fas.fa-cart-arrow-down:hover {
   color: #878786;
}
.product-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-location li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px
}

.product-location li i {
	color: #999999;
	font-size: 13px
}

.product-location li p {
	font-size: 13px;
	margin-left: 5px
}

.product-details {
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--border)
}

.product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-price h5 {
	font-family: sans-serif;
	font-weight: 600
}

.product-price span {
	font-size: 13px;
	line-height: 23px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 5px;
	text-transform: capitalize
}

.product-widget li {
	display: inline-block;
	position: relative
}

.product-widget li:last-child {
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid var(--border)
}

.product-widget li a,
.product-widget li button {
	border: none;
	outline: none;
	background: none
}

.product-widget li a i,
.product-widget li button i {
	color: var(--body);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget li a i:hover,
.product-widget li button i:hover {
	color: var(--primary)
}

.product-widget li a .fas.fa-heart,
.product-widget li button .fas.fa-heart {
	color: var(--primary)
}

@media (max-width: 575px) {
	.product-card.inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-card.inline .product-img {
		width: 100%;
		height: 200px;
		border-radius: 8px 8px 0px 0px
	}
	.product-card.inline .product-img::before {
		border-radius: 8px 8px 0px 0px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-card.inline .product-img {
		width: 230px
	}
}

.single-banner {
	padding: 100px 0px;
	position: relative;
	z-index: 1;    margin-top: 0px;
}



.single-content {
	text-align: center
}

.single-content h2 {
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 13px
}

.single-content .breadcrumb {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 767px) {
	.single-banner {
		padding: 70px 0px
	}
}

.single-banner {
	padding: 50px 0px 1px
}

.dash-header-part {
	margin-top: -100px;
	position: relative;
	z-index: 1
}

.dash-header-card {
	padding: 30px 30px 0px 30px;
	background: var(--white);
	border-radius: var(--card-radius)
}

.dash-header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.dash-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.dash-avatar {
	margin-right: 30px
}

.dash-avatar a {
	border-radius: 50%;
	border: 3px solid var(--primary)
}

.dash-avatar a img {
	width: 140px;
	border-radius: 50%;
	border: 3px solid var(--white)
}

.dash-intro h4 a {
	color: var(--heading);
	text-transform: capitalize
}

.dash-intro h5 {
	font-size: 14px;
	line-height: 22px;
	color: var(--body);
	text-transform: capitalize;
	margin-bottom: 8px
}

.dash-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 3px
}

.dash-meta li:last-child {
	margin-bottom: 0px
}

.dash-meta li i {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	color: var(--primary)
}

.dash-meta li span {
	font-size: 14px;
	line-height: 22px
}

.dash-focus {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
	margin-right: 20px;
	border-radius: var(--card-radius);
	background: url(../../images/bg/04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1
}

.dash-focus::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	background: var(--primary);
	opacity: 0.8;
	z-index: -1
}

.dash-focus:last-child {
	margin-right: 0px
}

.dash-focus h2 {
	color: var(--white);
	font-family: sans-serif
}

.dash-focus p {
	color: var(--white);
	text-transform: capitalize
}

.dash-list::before {
	background: #df1313
}

.dash-book::before {
	background: #00af1e
}

.dash-rev::before {
	background: #d0a300
}

.dash-header-alert {
	margin: 0px;
	margin-top: 30px;
	padding: 15px 25px;
	border-radius: 3px;
	background: var(--white);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	border-left: 3px solid var(--primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dash-header-alert button {
	border: none;
	outline: none;
	background: none;
	margin-left: 100px
}

.dash-header-alert button i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	color: var(--primary);
	background: var(--light-white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dash-header-alert button i:hover {
	color: var(--white);
	background: var(--primary)
}

.dash-menu-list {
	margin-top: 30px
}

.dash-menu-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dash-menu-list ul li {
	width: 100%
}

.dash-menu-list ul li a {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px;
	color: var(--heading);
	background: var(--white);
	border-bottom: 2px solid var(--white)
}

.dash-menu-list ul li .active {
	color: var(--primary);
	text-shadow: var(--primary-tshadow);
	border-bottom: 2px solid var(--primary)
}

@media (max-width: 991px) {
	.dash-menu-list {
		overflow-x: scroll
	}
	.dash-menu-list ul {
		width: 900px
	}
}

@media (max-width: 575px) {
	.single-banner {
		padding: 15px 0px 15px;
	}
	.dash-header-card {
		padding: 20px 20px 0px 20px
	}
	.dash-header-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.dash-avatar {
		margin-right: 0px;
		margin-bottom: 5px
	}
	.dash-intro h5 {
		margin-bottom: 12px
	}
	.dash-meta {
		margin-bottom: 25px
	}
	.dash-header-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.dash-focus {
		margin-bottom: 20px;
		margin-right: 0px
	}
	.dash-focus:last-child {
		margin-bottom: 0px
	}
	.dash-header-alert button {
		margin-left: 0px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.dash-header-right {
		margin-top: 30px
	}
	.dash-focus h2 {
		font-size: 32px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-banner {
		padding: 80px 0px 180px
	}
	.dash-header-right {
		margin-top: 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dash-avatar {
		margin-right: 25px
	}
	.dash-avatar a img {
		width: 120px
	}
}

.dash-header-card {
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow)
}

.myads-part {
	padding: 50px 0px 70px
}

@media (max-width: 767px) {
	.myads-part {
		padding: 50px 0px 30px
	}
	.product-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-short-select {
		margin: 15px 0px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.myads-part {
		padding: 50px 0px 50px
	}
}


/*Home CSS*/

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
	visibility: visible;
	opacity: 1
}

.slider-dots ul {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-dots ul li {
	width: 25px;
	height: 5px;
	border-radius: 30px;
	background: var(--gray);
	margin: 0px 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1)
}

.slider-dots ul li button {
	display: none
}

.slider-dots ul li.slick-active {
	background: var(--primary)
}

.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: var(--primary);
	background: var(--white);
	border-radius: var(--icon-radius);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	right: -25px
}

.bamdik {
	left: -25px
}

.sale {
	background: var(--sale)
}

.rent {
	background: var(--rent)
}

.booking {
	background: var(--booking)
}

.flat-badge {
	color: var(--white);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.cross-badge {
	width: 25px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	color: var(--white);
	text-align: center;
	background: var(--primary);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
	clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%)
}

.suggest-card {
	width: 145px;
	height: auto;
	cursor: pointer;
	margin: 0px 8px;
	padding: 28px 0px 21px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--card-radius);
	border-bottom: 2px solid var(--primary);
	background: #f6fbff
}

.suggest-img {
	margin-bottom: 18px
}

.suggest-img img {
	height: 50px
}

.suggest-meta h6 {
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize
}

.suggest-meta h6 a {
	color: var(--heading)
}

.suggest-meta h6 a:hover {
	color: var(--primary)
}

.suggest-meta p {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary)
}

.feature-card {
	position: relative;
	overflow: hidden
}

.feature-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.9)));
	background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 90%)
}

.feature-img a {
	display: block
}

.feature-img a img {
	width: 100%;
	border-radius: var(--card-radius)
}

.feature-badge {
	position: absolute;
	top: 15px;
	left: -25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3)
}

.feature-badge p {
	color: var(--heading);
	padding: 2px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.3px;
	text-transform: capitalize;
	background: #00ffff
}

.feature-bookmark {
	position: absolute;
	top: 20px;
	right: 20px
}

.feature-bookmark button {
	border: none;
	outline: none;
	background: none
}

.feature-bookmark button i {
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #dddddd;
	border-radius: var(--card-radius);
	background: rgba(0, 0, 0, 0.25)
}

.feature-bookmark .active i {
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.feature-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px 30px 25px
}

.breadcrumb {
	margin-bottom: 10px
}

.feature-cate {
	color: var(--white);
	padding: 2px 10px;
	margin-right: 12px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.feature-title h3 {
	font-weight: 500;
	margin-bottom: 15px
}

.feature-title h3 a {
	color: var(--light-white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-title h3 a:hover {
	color: var(--primary-light)
}

.feature-meta li {
	margin-right: 30px;
	display: inline-block
}

.feature-meta li:first-child i,
.feature-meta li:first-child span {
	font-size: 20px;
	color: var(--primary-light)
}

.feature-meta li:first-child span {
	font-weight: 500
}

.feature-meta li:first-child span small {
	font-size: 15px
}

.feature-meta li i {
	font-size: 15px;
	margin-right: 5px;
	color: #cccccc
}

.feature-meta li span {
	font-size: 15px;
	color: #cccccc
}

@media (max-width: 575px) {
	.feature-content {
		position: inherit;
		padding: 15px 15px 15px;
		background: var(--heading);
		border-bottom-left-radius: var(--card-radius);
		border-bottom-right-radius: var(--card-radius)
	}
	.feature-img a img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}
	.feature-bookmark {
		top: 15px;
		right: 15px
	}
	.feature-title h3 {
		font-size: 18px;
		line-height: 26px
	}
	.feature-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.feature-meta li {
		margin: 0px 0px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.feature-content {
		position: inherit;
		padding: 20px 20px 15px;
		background: var(--heading);
		border-bottom-left-radius: var(--card-radius);
		border-bottom-right-radius: var(--card-radius)
	}
	.feature-img a img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}
	.feature-bookmark {
		top: 15px;
		right: 15px
	}
	.feature-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.feature-meta li {
		margin: 0px 0px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.product-card {
	border-radius: var(--card-radius);
	background: var(--light-white);
	border: 0px solid var(--border);
	margin-bottom: 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1)
}

.product-card:hover .product-img::before {
	visibility: visible;
	opacity: 1
}

.product-card:hover .product-meta {
	visibility: visible;
	opacity: 1
}

.product-card.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-card.inline .product-img {
	width: 250px;
	height: 100%;
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-img::before {
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-info {
	width: 100%
}

.product-img {
	width: 100%;
	height: 200px;
	position: relative;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.product-img::before {

}

.flat-badge {
	position: absolute;
	top: 15px;
	right: 15px
}

.cross-badge {
	position: absolute;
	top: 0px;
	left: 15px
}

.product-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-meta li:nth-child(1) i {
	color: #8edb04
}

.product-meta li:nth-child(2) i {
	color: #01cbd5
}

.product-meta li:nth-child(3) i {
	color: #e8ce00
}

.product-meta li i {
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 14px;
	color: var(--white)
}

.product-meta li p {
	font-size: 14px;
	color: #eee
}

.product-info {
	padding: 0px 15px
}

.product-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0px 8px;
	border-bottom: 1px solid var(--border)
}

.product-tag i {
	font-size: 13px;
	color: #999999;
	margin-right: 8px
}

.product-tag .breadcrumb {
	margin: 0px
}

.product-tag .breadcrumb .breadcrumb-item {
	font-size: 13px;
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item {
	text-align: center;
}

.product-tag .breadcrumb .breadcrumb-item::before {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a:hover {
	color: var(--primary)
}

.product-title {
	padding: 12px 0px
}

.product-title h5 {
	margin-bottom: 10px;    
    width: 100%;
}

.product-title h5 a {
	color: #1a1a18;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-title h5 a:hover {
	color: #878786;
}

.product-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-location li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px
}

.product-location li i {
	color: #999999;
	font-size: 13px
}

.product-location li p {
	font-size: 13px;
	margin-left: 5px
}

.product-details {
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--border)
}

.product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-price h5 {
	font-family: sans-serif;
	font-weight: 600
}

.product-price span {
	font-size: 13px;
	line-height: 23px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 5px;
	text-transform: capitalize
}

.product-widget li {
	display: inline-block;
	position: relative
}

.product-widget li:last-child {
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid var(--border)
}

.product-widget li a,
.product-widget li button {
	border: none;
	outline: none;
	background: none
}

.product-widget li a i,
.product-widget li button i {
	color: var(--body);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget li a i:hover,
.product-widget li button i:hover {
	color: var(--primary)
}

.product-widget li a .fas.fa-heart,
.product-widget li button .fas.fa-heart {
	color: var(--primary)
}

@media (max-width: 575px) {
	.product-card.inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-card.inline .product-img {
		width: 100%;
		height: 200px;
		border-radius: 8px 8px 0px 0px
	}
	.product-card.inline .product-img::before {
		border-radius: 8px 8px 0px 0px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-card.inline .product-img {
		width: 230px
	}
}

.city-card {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	z-index: 1;
	width: 100%;
	height: 230px;
	border-radius: var(--card-radius)
}

.city-card:hover h5 {
	bottom: 42px
}

.city-card:hover p {
	visibility: visible;
	bottom: 15px;
	opacity: 1
}

.city-card::before {
	border: 0px solid #e8e8e8;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.city-card h5 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 1;
	width: 100%;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.city-card h5 a {
	color: var(--light-white)
}

.city-card p {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--light-white);
	font-size: 14px;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (min-width: 400px) and (max-width: 575px) {
	.city-card {
		width: 370px;
		margin: 0px auto 30px
	}
}

.category-card {
	background: var(--light-white);
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	margin-bottom: 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1)
}

.category-head {
	position: relative;
	z-index: 1;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.category-head::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.6;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius);
	background: -webkit-gradient(linear, left top, left bottom, from(#04b), to(#080229));
	background: linear-gradient(#04b, #080229)
}

.category-head a {
	width: 100%;
	padding: 30px 0px;
	text-align: center
}

.category-head a h4 {
	text-transform: capitalize;
	color: var(--light-white);
	margin-bottom: 5px;
	font-weight: 500
}

.category-head a p {
	font-size: 14px;
	line-height: 14px;
	color: var(--light-white)
}

.category-list {
	padding: 12px 20px
}

.category-list li {
	border-bottom: 1px solid var(--border)
}

.category-list li:last-child {
	border-bottom: none
}

.category-list li a {
	padding: 12px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.category-list li a:hover h6,
.category-list li a:hover p {
	color: var(--primary)
}

.category-list li a h6 {
	font-size: 15px;
	text-transform: capitalize
}

.category-list li a p {
	font-size: 14px;
	line-height: 14px;
	color: var(--heading)
}

@media (min-width: 350px) and (max-width: 575px) {
	.category-card {
		width: 320px;
		margin: 0px auto 30px
	}
}

.price-card {
	padding: 20px 20px 20px;
	background: var(--white);
	border-radius: var(--card-radius);
	border: 2px solid var(--white);
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.price-card:hover {
	border-color: var(--primary)
}

.price-head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border)
}

.price-head i {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--primary)
}

.price-head h3 {
    font-size: 30px;
    font-family: sans-serif;
    color: var(--primary);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    text-align: center;
}
.price-btn{
    
    text-align: center;
}
.price-head h4 {
	text-transform: uppercase;
    text-align: center;
}

.price-list {
    margin-bottom: 20px;
    min-height: 212px;
}

.price-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 10px 0px
}

.price-list li i {
	color: var(--primary);
	margin-right: 12px;
	font-size: 14px;
	margin-top: 6px
}

.price-list li p {
	color: var(--body);
    font-size: 14px;
}

.price-btn .btn {
	padding: 8px 25px
}

.price-active {
	border-top: 5px solid var(--primary)
}

@media (max-width: 991px) {
	.price-card {
		margin-bottom: 30px
	}
}

@media (max-width: 575px) {
	.price-card {
		padding: 20px 20px 20px
	}
}

@media (min-width: 350px) and (max-width: 575px) {
	.price-card {
		width: 320px;
		margin: 0px auto 30px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.price-card {
		width: 380px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.price-card {
		padding: 20px 20px 20px
	}
}

.blog-card {
	background: var(--light-white);
	border-radius: var(--card-radius);
	border: 1px solid var(--border);
	position: relative;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.08) rotate(1deg);
	transform: scale(1.08) rotate(1deg)
}

.blog-img {
	position: relative;
	overflow: hidden;
	z-index: -1;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.blog-img img {
	width: 100%;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.blog-overlay span {
	color: var(--white);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.safety {
	background: #dc3545
}

.marketing {
	background: #28a745
}

.advertise {
	background: #982fd5
}

.security {
	background: #e69721
}

.blog-content {
	margin-top: -30px;
	padding: 0px 20px 20px
}

.blog-avatar {
	margin-bottom: 15px
}

.blog-avatar img {
	width: 60px;
	border-radius: var(--card-radius);
	border: 3px solid var(--white)
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.blog-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-meta li i {
	font-size: 15px;
	margin-right: 8px;
	color: var(--primary);
	margin-top: -1px
}

.blog-meta li p {
	font-size: 15px;
	line-height: 15px;
	color: var(--heading);
	text-transform: capitalize
}

.blog-meta li p a {
	color: var(--heading)
}

.blog-text {
	margin-bottom: 27px
}

.blog-text h4 {
	font-weight: 600;
	margin-bottom: 10px
}

.blog-text h4 a {
	color: var(--gray);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-text h4 a:hover {
	color: var(--primary)
}

.blog-read {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-read:hover {
	color: var(--primary)
}

.blog-read:hover i {
	margin-left: 8px
}

.blog-read i {
	margin-left: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.banner-part {
	background: url(../../images/bg/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 95px 0px 178px;
	position: relative;
	z-index: 1
}

.banner-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 53, 138, 0.65)), to(rgba(5, 44, 112, 0.65)));
	background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
	z-index: -1
}

.banner-content {
	text-align: center
}

.banner-content h1 {
	color: var(--white);
	margin-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

.banner-content p {
	width: 600px;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 45px;
	color: var(--white);
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

@media (max-width: 767px) {
	.banner-part {
		padding: 60px 0px 145px
	}
	.banner-content h1 {
		font-size: 30px;
		line-height: 40px
	}
	.banner-content p {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-part {
		padding: 80px 0px 175px
	}
}

.suggest-part {
	position: relative;
	margin-top: -50px;
	z-index: 2
}

.suggest-slider .slick-slide img {
	display: inline-block
}

.feature-item-slider {
	margin-left: 50px;
	margin-bottom: 18px
}

.feature-thumb-slider {
	margin-left: 50px
}

.feature-thumb-slider .slick-slide {
	cursor: pointer;
	margin: 0px 6px;
	border: 2px solid var(--white);
	border-radius: var(--card-radius)
}

.feature-thumb-slider .slick-slide img {
	width: 100%;
	border: 3px solid var(--white);
	border-radius: var(--card-radius)
}

.slick-center {
	border: 0px solid var(--primary) !important
}

@media (max-width: 991px) {
	.feature-item-slider,
	.feature-thumb-slider {
		margin-left: 0px
	}
}

@media (min-width: 400px) and (max-width: 575px) {
	.feature-item-slider {
		width: 370px;
		margin: 0px auto 30px
	}
	.feature-thumb-slider {
		width: 370px;
		margin: 0px auto
	}
}

.recomend-slider .product-card {
	margin: 0px 10px
}

@media (max-width: 575px) {
	.recomend-slider .product-card {
		width: 255px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.recomend-slider .product-card {
		width: 300px
	}
}

.niche-part .niche-nav {
	margin-bottom: 30px
}

.niche-part .tab-pane {
	padding: 0px
}

.niche-part .tab-pane .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.niche-part .product-card {
	margin-bottom: 30px
}

@media (max-width: 575px) {
	.niche-nav .nav-tabs li .nav-link {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 10px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.niche-part .product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.niche-part .container {
		max-width: 990px
	}
	.niche-part .container .col-lg-3 {
		padding: 0px 10px
	}
}

.category-part .row:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.intro-part {
	margin-top: 70px 0px;
	position: relative;
}

.intro-part .section-center-heading h2 {
    font-size: 32px;
    line-height: 25px;
    color: var(--white);
}

.intro-part .section-center-heading p {
	color: var(--white);
}

@media (max-width: 575px) {
	.intro-part .section-center-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width: 767px) {
	.intro-part {
		margin-top: 60px;
		padding: 50px 0px 365px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		margin-top: 80px;
		padding: 70px 0px 385px
	}
}

.price-part {
	margin-top: 0px
}

.price-part .row:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
	color: var(--white)
}

.blog-part {
	padding: 50px 0px
}

.blog-card {
	margin: 0px 15px
}

.blog-btn {
	text-align: center;
	margin-top: 50px
}

@media (max-width: 575px) {
	.blog-card {
		width: 290px
	}
}

@media (max-width: 767px) {
	.blog-part {
		padding: 30px 0px 60px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-card {
		width: 335px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-part {
		padding: 50px 0px 80px
	}
}

.counter-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.counter-image img {
	width: 60px;
	margin-right: 30px
}

.counter-content {
	text-align: left
}

.counter-content h2 {
	font-family: sans-serif
}

.counter-content p {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

.counter-part {
	padding: 36px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 168, 255, 0.1)), to(rgba(0, 69, 187, 0.1)));
	background: linear-gradient(rgba(117, 168, 255, 0.1), rgba(0, 69, 187, 0.1))
}