:root {
  --main-color: #28a745;
  --second-color: #2B2D42;
  --third-color: #e10716;
  --h-color: #1e1b1b;
  --link-color: #253237;
  --active-color: #1e73be;
  --hover-color: #221e1f;
  --main-font: "Poppins", sans-serif;
  --default-margin: 60px;
}
html{font-size:62.5%;}
body {
  color: var(--second-color) !important;
  font-family: var(--main-font);
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.fa{
  font-size: 2.3rem;
}
img{
  max-width: 100%;
}
h1{font-size:3.6rem;}
h2{font-size: 3rem;}
h3{font-size:2.4rem;}
h4{font-size:1.8rem;}
h5{font-size:1.4rem;}
h6{font-size:1.2rem;}
a{
  text-decoration: none;
  color: var(--link-color);
}
a:hover{
  color: var(--main-color);
}
.pt-10{
  padding-top: 10px !important;
}
.pt-20{
  padding-top: 20px !important;
}
.pt-30{
  padding-top: 30px !important;
}
.pt-50{
  padding-top: 50px !important;
}
.pt-70{
  padding-top: 70px !important;
}
.pt-90{
  padding-top: 90px !important;
}
.pt-120{
  padding-top: 120px !important;
}
.pb-10{
  padding-bottom: 10px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pb-30{
  padding-bottom: 30px !important;
}
.pb-50{
  padding-bottom: 50px !important;
}
.pb-70{
  padding-bottom: 70px !important;
}
.pb-90{
  padding-bottom: 90px !important;
}
.pb-120{
  padding-bottom: 120px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-50{
  margin-top: 50px !important;
}
.mt-70{
  margin-top: 70px !important;
}
.mt-90{
  margin-top: 90px !important;
}
.mt-120{
  margin-top: 120px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-50{
  margin-bottom: 50px !important;
}
.mb-70{
  margin-bottom: 70px !important;
}
.mb-90{
  margin-bottom: 90px !important;
}
.mb-120{
  margin-bottom: 120px !important;
}
.mtb-30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mtb-50{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.mtb-60{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.mtb-70{
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.mtb-100{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

header{
  background:#fff;
  z-index: 1;
  width: 100%;
}
header .top{
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
header .top .logo{
  padding: 8px 0;
}
header .top-btn{
  padding: 10px 30px;
  border-radius: 8px;
  background: #e10716;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
header ul.menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul.menu li{
  position: relative;
  display: inline-block;
  padding: 11px 0;
  margin:0 0 0px 0;
}
header ul.menu li a{
  color: var(--link-color);
  padding: 7px 17px 7px 14px !important;
  padding-left: 8px;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 500;
}
header ul.menu li:hover a,
header ul.menu li.active a{
  background: var(--main-color);
  color: #fff;
}
section.slider-container{
  width: 100%;
  padding: 0;
  position: relative;
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-box-shadow:0 36px 66px -42px #2b2d42;
  box-shadow:0 36px 66px -42px #2b2d4254;
}
.nivo-directionNav a{
  position: absolute;
  top: 50%;
  visibility: hidden;
  z-index: 8;
  cursor: pointer;
  width: 46px;
  height: 46px;
  font-size: 0;
  line-height: 44px;
  background: #fff;
  border-radius:100%;
  box-shadow: none;
  color: #888888;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  text-align: center;
}
.nivo-nextNav{
  right: 10px;
}
.nivo-prevNav{
  left: 10px;
}
.slider-container:hover .nivo-directionNav a{
  opacity: 1;
  visibility: visible;
}
.nivo-directionNav a:hover{
  background: var(--hover-color);
  color: #fff;
}
.nivo-directionNav a:before{
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
.nivo-directionNav a.nivo-prevNav:before{
  content: "\f3d2";
}
.container{
	width:100%;
	max-width: none;
}
@media (min-width: 1440px){
	.container{width: 1440px;}
}
@media (max-width: 1440px) {
  .container {
	width: 100%;
	padding-right: 0px !important;
	padding-left: 0px  !important;
  }
}
@media (max-width: 767px) {
  .container {
	width: 100%;
  }
}
.mega-menu{
  background: #fff;
  padding: 12px 30px 30px 30px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: none;
  border:0;
  -webkit-box-shadow:0 0 4px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
  min-width: 550px;
  display: none;
}
header ul.menu li:hover .mega-menu{
  display: block;
}
.mega-menu h4{
  margin-bottom: 0.9rem;
  font-weight: 500;
  color: var(--second-color);
  padding-left: 0;
}
.mega-menu h4 a{
	font-size: 16px !important;
}
.mega-menu .row{
  position: relative;
}
.horizontal-menu .mega-menu .sub-content{
  overflow: hidden;
}
.mega-menu .sub-content h5{
  margin:0;
}
.mega-menu .sub-content a{
  line-height: 28px !important;
}
header ul.menu li:hover .mega-menu a{
  background: transparent;
  color: var(--second-color);
}
header ul.menu li .mega-menu a{
  padding: 0 !important;
}
.mega-menu a:hover{
  color: var(--hover-color) !important;

}
.a-mega-third-link{
  color: #727272 !important;
  font-size: 1.45rem !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  padding: 1px 1px !important;
  margin: 4px 1px !important;
  border-radius: 4px;
}
a.a-mega-third-link:hover{
  color: var(--hover-color);
}
.mega-menu .image, .mega-menu .image > a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
header ul.menu li.mobile-title{
	display: none;
}
.menu-open{
	display: none;
}
.menu-close{
	display: none;
}
section.empty{
	padding: 500px 0;
}
header.sticky{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 121;
	opacity: 0.9;
	-webkit-box-shadow:0 1px 3px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	transition: all 500ms ease-in-out;
}
header.sticky .top{
	padding: 0 7px 0 7px;
}
header .top-bar{
	padding: 5px 0;
	border-bottom: 1px solid rgba(34, 30, 31, 0.1);
}
header .top-bar ul li{
	display: inline-block;
	margin-right: 8px;
	position: relative;
}
header .top-bar ul li:last-child{
	margin-right: 0;
}
header .top-bar ul li:before{
	content: "";
	height: 100%;
	width: 1px;
	background: rgba(34, 30, 31, 0.1);
	position: absolute;
	top: 0;
	left: -7px;
	bottom: 0;
}

header .top-bar ul li:first-child:before{
	display: none;
}
header .top-bar{
	font-size: 15px;
}
header .top-bar i{
	font-size: 18px;
	vertical-align: middle;
}
@media (max-width:767.98px){
	header .menuList{
		display: none;
	}
	header .top-btn{
		display: none;
	}
	header .top{
		justify-content: center;
	}
	header ul.menu{
		position: fixed;
		left: 0;
		top: 0;
		width: 88%;
		max-width: 37.5rem;
		background-color: #fff;
		height: 100%;
		z-index: 666;
		padding: 3rem;
		overflow: auto;
	}
	header .bottom:before{
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 555;
		background: rgba(0,0,0,0.7);
		left: 0;
		top: 0;
	}
	header ul.menu li{
		display: block;
	}
	header ul.menu li.mobile-title{
		padding: 0;
		margin: 0;
		display: block;
		margin-top: 0;
		border-bottom: 2px solid #f2f2f2;
		margin-bottom: 2rem;
		position: relative;
		padding-right: 5rem;
	}
	header ul.menu li.mobile-title h3{
		border-bottom: 0.2rem solid rgb(225, 7, 23);
		padding: 0 0.5rem 0;
		font-size: 2.5rem;
		text-transform: capitalize;
		display: inline-block;
		vertical-align: top;
		line-height: 3rem;
		margin:0 0 -3px 0;
	}
	header ul.menu li a{
		padding-left: 0 !important;
	}
	.menu-open, .menu-close{
		display: block;
		background: #fff;
		color: var(--link-color);
		padding: 0;
	}
	.menu-open i{
		right: auto;
		left: 0;
		height: 4rem;
		line-height: 5rem;
		text-align: center;
		font-size: 2.8rem;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -2.7rem;
		color: #595959;
		margin-left: 20px;
	}
	.menu-close{
		position: fixed;
		right: 0.2rem;
		top: 1rem;
		z-index: 666;
		margin: 0;
		width: 4rem;
		text-align: center;
	}
	.menu-close i{
		font-size: 3rem;
		height: 4rem;
		line-height: 5rem;
	}
}

div.title{
	margin-bottom: 30px;
	text-align: center;
}
div.title h2{
	padding: 4px 16px;
	color: var(--h-color);
	border-radius: 25px;
	cursor: pointer;
	font-size: 2.4rem;
	text-transform: capitalize;
	margin: 0;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 7px;
	margin-top: calc(var(--default-margin) - 4px);
}
div.title span{
	font-weight: 500;
	font-size: 13px;
}
.products .swiper-viewport{
	margin: 0;
	height: 100%;
}
.swiper-viewport{
	border: none;
	border-radius: 8px;
	box-shadow: none;
	margin: 0;
}
.products .swiper-container{
	height: 100%;
	z-index: 0;
}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.products .swiper-viewport .swiper-slide{
	padding: 7px;
	opacity: 0;
}
.products .swiper-viewport .swiper-slide-visible{
	opacity: 1;
}
.product-thumb .product-item{
	position: relative;
	transition: all 300ms ease-in-out;
	background: #fff;
	border: 1px solid #2b2d421a;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 11%);
	border-radius: 4px;
}
.product-thumb .product-item .image{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.product-thumb .product-item .image:before{
	content: "";
	position: absolute;
	background: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	transition: all 300ms ease-in-out;
	opacity: 0;
}
.product-thumb .product-item:hover {
	z-index: 5;
	transform: scale(1.01);
}
.product-thumb .product-item:hover .image:before {
	opacity: 1;
}
.product-thumb .product-item .image a{
	display: block;
	position: relative;
	max-width: 100%;
}
.product-thumb .button-group{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -23px;
	text-align: center;
	transition: all 300ms ease-in-out;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}
.product-thumb .button-group button{
	line-height: 46px;
	font-weight: normal;
	font-size: 0;
	padding: 0;
	text-align: center;
	color: #253237;
	border: 0;
	background: #fff;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 17%);
	transform: scale(0.6);
	transition: all 300ms ease-in-out;
	width: 46px;
}
.product-thumb .button-group button:hover{
	color: #fff;
	background-color: var(--main-color);
}
.product-thumb .button-group button:before{
	font-family: "Ionicons";
	font-size: 2.1rem;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	content: "\f4a4";
}
.product-thumb .product-item:hover .button-group{
	opacity: 1;
	pointer-events: visible;
}
.product-thumb .product-item:hover .button-group button{
	opacity: 1;
	transform: scale(1);
}
.img-responsive{
	margin: auto;
	transition: all 0.5s ease-in-out;
	object-fit: cover;
	width: 100%;
}
.product-thumb .product-item .caption{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 26px 14px 26px 14px;
}
.product-thumb .product-item .caption > .inner{
	position: relative;
}
.product-thumb .product-item .manufacture-product{
	line-height: 1;
}
.product-thumb .product-item .manufacture-product a{
	font-size: 1.1rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background: var(--second-color);
	padding: 2px 5px;
	border-radius: 5px;
	display: none;
}
.product-thumb .product-item .caption h4{
	margin-bottom: 7px;
	clear: both;
	margin-top: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.product-thumb .product-item .caption h4 a{
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 2rem;
	color: var(--main-color);
	display: block;
	font-weight: 600;
	text-decoration: none;
}
.product-thumb .product-item .caption .price{
	display: inline-block;
	vertical-align: top;
}
.price{
	color: #555;
	font-weight: 500;
	margin: 0;
	font-size: 1.4rem;
	line-height: 45px;
}
.product-thumb .product-item .caption h3{
	background-color: var(--second-color);
	border-radius: 3px;
	padding: 8px 4px;
	width: 105px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto;
	display: inline-block;
	line-height: 12px;
	vertical-align: top;
}
.box-label{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.pro-label.new{
	background-color: var(--hover-color);
	display: block;
}
.pro-label{
	margin-left: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	z-index: 2;
	text-align: center;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: top;
	border-radius: 4px;
}
.row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.swiper-pagination{
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #d6d6d638;
	border-radius: 100%;
	margin: 0 5px;
	opacity: 1;
	border: 0;
}
.swiper-pagination-bullet-active{
	background: #333;
}
.blog-card{
	width: 350px;
	height: 404px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -175px;
	overflow: hidden;
	border-radius: 10px 10px 2px 2px;
	box-shadow: 3px 2px 20px rgb(0 0 0 / 16%);
	text-align: center;
}
.title-content{
	text-align: center;
	margin: 70px 0px 0 0;
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 20px;
}
hr{
	width: 50px;
	height: 3px;
	margin: 20px auto;
	background: #ffffff99;
	opacity: 1;
	border: 0;
}
.intro{
	width: 260px;
	margin: 0 auto;
	color: #ebebeb;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.intro p{
	color: #fff;
}
.utility-info{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
}
.utility-list{
	list-style-type: none;
  margin: 0 0 30px 20px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
ul.utility-list p{
	color: #fff;
}
.btn-more{
	background: #fff;
	padding: 10px;
	font-weight: 600;
	border-radius: 2px;
}
.blog-card .gradient-overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 77%) 21%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(32 34 49) 21%);
  width: 350px;
  height: 350px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.blog-card .color-overlay{
	background: rgb(255 255 255);
  width: 350px;
  height: 450px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  background: #8e2de2a3;
  background: -webkit-linear-gradient(to right, #28a745ad, #4f9e61a1);
  background: linear-gradient(to right, #28a745ad, #4f9e61a1);
}
.blog-card:hover .color-overlay {
	background: #28a745db;
	background: -webkit-linear-gradient(to right, #28a745db, #4f9e61e0);
	background: linear-gradient(to right, #28a745db, #4f9e61e0);
}
.post-content{
	width: 352.5px;height: 500px;margin-left: 30px;margin-top: 25px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0 !important;
}

.swiper-button-next, .swiper-button-prev{display: none;position: absolute;top: 50%;font-size: 0;margin: 0;margin-top: -27px;width: 54px;height: 54px;padding: 0;background: #fff;line-height: 52px;color: #888888;border: 1px solid #e4e4e4;border-radius: 100%;text-align: center;cursor: pointer;opacity: 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.swiper-button-next:hover, .swiper-button-prev:hover{background: var(--button-bg-hover-color);border-color: var(--button-bg-hover-color);color: var(--button-hover-color);}
.swiper-button-next:hover, .swiper-button-prev:hover{color: var(--button-hover-color);}
.swiper-button-next:before,.swiper-button-prev:before{height:auto;font-family: "Ionicons";display: inline-block;vertical-align: top;font-size: 18px;width: 100%;}
.swiper-button-next:before{content: "\f3d3";}
.swiper-button-prev:before{content:"\f3d2";}
@media (min-width:1470px){
	.swiper-viewport .swiper-button-prev{left: -11px;display: block;}
	.swiper-viewport .swiper-button-next{right: -76px;display: block;}
}
@media (max-width:1199px){
	.swiper-viewport{margin:0 -0.75rem;}
	.swiper-viewport .swiper-slide{padding:0 0.75rem;}
}
.blog .swiper-pager{position:absolute;z-index:9;top: 50px;width:auto;}
.blog .swiper-button-next,.blog .swiper-button-prev{position: static;width: 34px;height: 34px;line-height: 32px;opacity:1;background: #fff;float:right;color: #888888;left: auto;right:auto;margin:0;border: 1px solid #e4e4e4;border-radius: 100%;-webkit-border-radius: 100%;box-shadow:none;-webkit-box-shadow:none;-moz-transform: translateY(0);-webkit-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.blog .swiper-button-next:before,.blog .swiper-button-prev:before{font-size: 1.4rem;line-height: inherit;}
.blog .swiper-button-next:hover,.blog .swiper-button-prev:hover {color: var(--button-hover-color);background: var(--button-bg-hover-color);border-color: var(--button-bg-hover-color);}
.blog .swiper-button-next.swiper-button-disabled,.blog .swiper-button-prev.swiper-button-disabled{opacity:0.3 !Important;}
.blog .swiper-button-prev{margin-right: 10px;}

.parallax-1{
	padding-top: 200px;
	padding-bottom: 200px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.parallax-1 .content{
	background: none;
	color: #fff;
	padding: 60px;
	margin: 0 auto;
	text-align: center;
}
.parallax-1 h3{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.parallax-1 h1{
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
div.block{
	background: #fff;
	padding: 0 0;
	max-width: 820px;
	margin: 20px auto;
	text-align: justify;
}
div.block p{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.sc{
	color: var(--second-color);
}
.first-character {
	font-weight:400;
	float: left;
	font-size: 84px;
	line-height: 64px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: 'Source Sans Pro', sans-serif;
}
div.block .line-break{
	border-bottom: 1px solid black;
	width: 150px;
	margin: 0 auto;
}
div.block h3{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
footer{
	position: relative;
	color: #626262;
	background: #f6f6f6de url(../img/footer-bg.png) center top no-repeat;
	text-align: center;
	display: block;
}
footer .widgets-section {
  position: relative;
  padding: 65px 0px 80px;
  margin-bottom: 52px;
}
footer .footer-widget{
	position: relative;
  padding-left: 25px;
  padding: 7px 33px;
}
footer .logo-widget{
	padding-right:44px;
	position: relative;
}
footer .logo-widget .logo{
	position: relative;
	margin-bottom: 26px;
}
footer .logo-widget .text{
	position: relative;
	display: block;
	margin: 0 0 30px;
	color: #221e1f;
	font-weight: 500;
}
.social-block {margin-top: 35px;}
.social-block label {text-transform: uppercase;color: var(--heading-color);font-size: 1.5rem;font-weight: 600;margin-bottom: 11px;}
.social label {color: #fff;margin: 0;line-height: 3.8rem;font-size: 1.4rem;margin-right: 1rem;display: none;}
.social a{display:inline-block;vertical-align:top;font-size: 2.2rem;color: #011732;margin-right: 6px;text-align:center;border: 0;font-weight: 400;width: 47px;background: #f1f1f1;border-radius: 25px;padding: 13px;height: 47px;}
.social a:hover{color: #011732;background: #dedede;}
.social a:last-child{margin-right:0;}

footer h6{
	position: relative;
  font-size: 19px;
  font-weight: 500;
  color: #221e1f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 600;
}
footer ul{
	list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  text-align: left;
}
footer .links-widget ul li{
  position: relative;
  margin-bottom: 2px;
  text-decoration: none;
  text-align: left;
}
footer .links-widget ul li a{
	position: relative;
  color: #221e1f;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 400;
}

footer .info-widget ul li {
	position: relative;
	display: block;
	line-height: 32px;
	padding-left: 30px;
	margin-bottom: 5px;
}
footer .info-widget ul li.address {
	margin-bottom: 20px;
	color: #221e1f;
}
footer .info-widget ul li.telephone {
	margin-bottom: 28px;
	font-size: 17px;
}

footer .info-widget ul li .icon {
	position: absolute;
	left: 1px;
	top: 0;
	line-height: 36px;
	font-size: 28px;
	color: #b9b9b9;
}
footer .links-widget ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #011732;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

footer .links-widget ul li a:hover:before {
	transform: scaleX(1);
}

footer .links-widget ul li a:hover {
	color: #011732;
}
footer .links-widget ul li:last-child {
	margin: 0;
}
footer .footer-bottom{
	position: relative;
	text-align: center;
}
footer .footer-bottom .inner{
	position: relative;
	display: block;
	padding: 35px 0px;
	line-height: 30px;
	color: #999b9f;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom .copyright {
	position: relative;
	line-height: 1.5em;
	color: #221e1f;
}
footer .footer-bottom .copyright a{
	color: #91c73e;
}
#back-top{display:none;position:fixed;left: 3rem;bottom: 8%;width:5rem;height:5rem;line-height: 4.8rem;padding:0;text-align:center;font-size:1.8rem;z-index:8;background: #f3f3f3;color: #2b2d42;border-radius:100%;-webkit-border-radius:100%;cursor:pointer;}
#back-top:hover{background: #2b2d42;color: #fff;border-color: #2b2d42cc;}
#back-top i{vertical-align:top;line-height:inherit;}
@media (min-width: 1700px) {
	#back-top {right: 10rem;}
}
@media (max-width: 767px) {
	.post-content{
		margin-left: 0;
	}
	div.block{
		max-width: 100%;
		padding: 0 20px;
	}
	footer{
		text-align: center;
	}
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
section.breadcrumb{
	text-align: center;
	padding: 1px 15px;
	display: block;
	background: #f9f9f9;
}
section.breadcrumb h1{
	font-size: 1.5rem;
	margin: 0;
	margin-top: 17px;
	margin-bottom: 5px;
}
section.breadcrumb ul{
	margin: 0;
	padding: 12px 0;
	border: 0;
	text-align: center;
}
section.breadcrumb ul li{
	position: relative;
	vertical-align: top;
	border-radius: 6px;
	padding: 6px 31px;
	font-size: 14px;
	background: #fff;
	margin: 6px 3px;
	display: inline-block;
}
section.breadcrumb ul li a{
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: 500;
}
section.breadcrumb i{
	font-size: 1.5rem;
}
section.breadcrumb li+li:before{
	content: '\f3d3';
	font-family: "Ionicons";
	margin: 0px 4px;
	font-weight: 800;
	padding: 0 5px;
}
div.gallery{
	display: flex;
	flex-flow: row wrap;
}
div.gallery .item{
	background-color: #000;
	overflow: hidden;
	position: relative;
	transition: all ease 0.4s;
	display: block;
	height: calc(100vh / 5);
  width: calc(100% / 6);
}
div.gallery .item .title{
	opacity: 0.25;
	color: #fff;
	font-size: 24px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	transition: all ease 0.4s;
}
div.gallery .item .plus{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	transition: all ease 0.4s;
}
div.gallery .item .plus:before{
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 28px;
	background: #fff;
	width: 4px;
}
div.gallery .item .plus:after{
	content: "";
	position: absolute;
	top: 28px;
	left: 20px;
	right: 20px;
	background: #fff;
	width: 4px;
}
div.gallery .item .bg{
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	opacity: 1;
	position: absolute;
	transition: all ease 0.4s;
	text-align: center;
}

@media all and (max-height: 1080px) {
   div.gallery .item {
	 height: calc(100vh / 3);
   }
 }
 @media all and (max-height: 720px) {
   div.gallery .item {
	 height: calc(100vh / 2);
   }
 }
 @media all and (max-height: 480px) {
   div.gallery .item {
	 height: 100vh;
   }
 }
 @media all and (max-width: 1920px) {
   div.gallery .item {
	 width: calc(100% / 4);
   }
 }
 @media all and (max-width: 1400px) {
   div.gallery .item {
	 width: calc(100% / 3);
   }
 }
 @media all and (max-width: 960px) {
   div.gallery .item {
	 width: calc(100% / 2);
   }
 }
 @media all and (max-width: 600px) {
   div.gallery .item {
	 width: 100%;
   }
 }
 .contact-title{
	color: var(--main-color);
	font-weight: normal;
	margin: 20px 0;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
 }
.btn-theme{
	background: var(--main-color);
	padding: 10px 40px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
 }
.btn-theme:hover{
	background: #111218;
	color: #fff;
}
.btn-block{
	display: block;
	width: 100%;
}
form.contact .btn{
margin: 19px 0 !important;
}
form.contact input, form.contact textarea{
	padding: 12px 18px;
	border:0;
	background: #ededed;
	margin: 7px 0;
	font-size: 1.2rem;
}
form.contact input:focus, form.contact textarea:focus{
	background: #EDEDED;
	border: 2px solid #000;
	box-shadow: none;
}
body ::-webkit-scrollbar{
	width: 3px;
	background-color: transparent;
}
body ::-webkit-scrollbar-track{
	background-color: transparent;
}
body ::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
}
div.scroll{
	background: #fafafa;
	padding: 25px 15px 15px 15px;
	box-shadow: 0 36px 66px -42px #2b2d42;
}
section.products div.scroll{
	text-align: center;
	overflow-y: auto;
}
section.products div.scroll h1{
	font-weight: bold;
}
section.products div.scroll h2{
	font-size: 27px;
	font-weight: bold;
}
section.products div.scroll h3{
	font-size: 23px;
	font-weight: bold;
}
section.products div.scroll p{
	font-size: 13px;
}
.product-layout.product-grid{
	margin-bottom: 30px;
	padding: 10px !important;
}
.tool-bar{
	margin-bottom: 30px;
	padding: 12px 22px 12px 22px;
	border: 0;
	border-radius: 0;
	background: #f6f6f6;
	margin-top: 20px;
}
.btn-custom-view.btn-grid-1{
	background: url(../img/bkg_grid1.png) center no-repeat;
}
.btn-custom-view.btn-grid-1.active, .btn-custom-view.btn-grid-1:hover{
	background: url(../img/bkg_grid1_hover.png) center no-repeat;
}
.btn-custom-view.btn-grid-2{
	background: url(../img/bkg_grid2.png) center no-repeat;
}
.btn-custom-view.btn-grid-2.active, .btn-custom-view.btn-grid-2:hover{
	background: url(../img/bkg_grid2_hover.png) center no-repeat;
}
.btn-custom-view.btn-grid-3{
	background: url(../img/bkg_grid.png) center no-repeat;
}
.btn-custom-view.btn-grid-3.active, .btn-custom-view.btn-grid-3:hover{
	background: url(../img/bkg_grid_hover.png) center no-repeat;
}
.btn-custom-view.btn-grid-5{
	background: url(../img/bkg_grid5.png) center no-repeat;
}
.btn-custom-view.btn-grid-5.active, .btn-custom-view.btn-grid-5:hover{
	background: url(../img/bkg_grid5_hover.png) center no-repeat;
}
.btn-custom-view.btn-list{
	background: url(../img/bkg_list.png) center no-repeat;
}
.btn-custom-view.btn-list.active, .btn-custom-view.btn-list:hover{
	background: url(../img/bkg_list_hover.png) center no-repeat;
}
.btn-group .btn-custom-view{
	margin: 0 5px 0 0 !important;
}
.btn-group .btn-custom-view, .btn-group .btn-grid-view, .btn-group .btn-list-view{
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 0;
	text-align: center;
	color: #fff;
	text-shadow: none;
	font-size: 0;
}
.input-group-addon[for="input-sort"], .input-group-addon[for="input-limit"]{
	height: 26px;
	font-size: 1.4rem;
	color: #888888;
	padding: 0 5px 0 0;
}
.form-group{
	margin:0;
	width: auto !important;
}
.tool-bar .form-group{
	margin-left: 15px;
}

#input-sort, #input-limit{
	height: 26px;
	border: 1px solid #e6e6e6;
	color: #908f8f;
	border-radius: 30px;
	font-size: 1.3rem;
	background: #fff;
	padding: 0 10px;
}
.product-list .product-thumb .product-item{
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-list .product-thumb .product-item .image{
	float: left;
	width: 31.43%;
}
.product-list .product-thumb .product-item .caption{
	padding: 15px 15px 15px 30px;
	text-align: left;
	width: 68.57%;
}
.product-list .product-thumb .product-item .caption h4{
	order: 3;
	margin-bottom: 11px;
}
.product-list .product-thumb .product-description{
	margin-top: 24px;
	margin-bottom: 0;
	order: 4;
}
.product-grid .product-description{
	display: none;
}
section.product{
	padding: 10px 45px !important;
}
.carousel.carousel-main{
	box-shadow: 12px 12px 24px #d3d3d359, -12px -12px 24px #ededed24;
	padding: 0;
}
img#brand_logo{
	width: 115px;
	position: absolute;
	right: 15px;
	top: 25px;
}
.product-info-details{
	background: #f6f6f69c;
	min-height: 600px;
	box-shadow: 12px 12px 24px #d3d3d352, -12px -12px 24px #ededed00;
	height: auto;
	margin-bottom: 46px;
	position: relative;
	padding-top: 36px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.product-info-details h1{
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	margin-left: 5px;
	text-transform: uppercase;
}
.product-info-details .price{
	font-size: 1.7rem;
}
price-tag{
	padding: 5px;
	border-radius: inherit;
	font-weight: 400;
	font-size: 19px;
}
.badge_tax{
	margin-top: 5px;
	font-size: 13px;
	background: #e8e8e8;
	padding: 5px 11px;
	border-radius: 6px;
	text-align: center;
}
.product-info-details ul.list-unstyled{
	margin: -1px 0;
	margin-bottom: 29px;
	font-weight: 600;
	color: var(--h-color);
	border-top: 1px solid #ececec;
}
.alert{
	margin: 0;
	padding: 0.8rem 1.4rem;
	clear: both;
	font-size: 1.3rem;
	line-height: 2.6rem;
	position: relative;
	z-index: 9;
	text-align: center;
}
body .alert{
	margin-bottom: 2rem;
	background: #edecec;
	border-radius: 4px;
	border: none;
	color: var(--main-color);
}
section.product .accordion-item{
	margin-bottom: 15px;
	margin-top: 11px;
	background: transparent;
	border:none;
}
button.btn.btn-link.required{
	width: 100%;
}
.accordion-button{
	color: var(--main-color);
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	border-radius: 4px;
	transition: 0.4s;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	padding: 10px 30px;
	text-align: center;
	display: inline-block;
	box-shadow: none;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.accordion-button:before{
	content: '* ';
	color: #f00;
	font-weight: bold;
}
.checkbox, .radio{
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f1f1f1;
	padding: 7px 10px;
	border-radius: 8px;
}
.checkbox label, .radio label{
	font-size: 13px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: -2px;
	font-weight: 500;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none){
	input[type=checkbox]:not(.switch), input[type=radio]:not(.switch){
		width: 21px;
	}
	input[type=checkbox], input[type=radio]{
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative !important;
		margin: 0 9px;
		border: 1px solid #e10717;
		background: #fff;
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}
}
.price_tag{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #dedede38;
	background: var(--main-color);
	padding: 7px 9px;
	color: #fff;
	width: 115px;
	border-radius: 0px 4px 4px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.panel{
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default{
	border-color: #ddd;
}
.panel-default>.panel-heading{
	color: #333;
	border-color: #ddd;
}
.panel-heading{
	background: transparent;
	padding: 0;
	border-radius: 2px 3px 0 0 !important;
}
.product h3{
	font-size: 16px;
	background: var(--main-color);
	padding: 13px;
	border-radius: 5px;
	color: #fff;
}
.product .form-control{
	height: 34px;
}
p.style2{
	font-size: 16px;
	max-width: 710px;
	margin: 42px auto;
	font-weight: 400;
}
.theme-bg{
	background-color: var(--main-color);
}
.text-white{
	color: #fff;
}
.pd-50{
	padding: 50px;
}
.wrapper-small{
	text-align: center;
	margin: 20px auto;
}
p.style-2{
	display: flex;
	margin-bottom: 58px;
}
.btn-area{
	padding: 10px 13px;
	background: var(--main-color);
	border-radius: 6px;
	font-weight: 600;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid var(--main-color);
	font-size: 13px;
	line-height: 36px;
}
.btn-area:hover{
	background: #000;
}
.style-2 i{
	font-size: 17px;
	display: inline-block;
	margin-right: 17px;
	line-height: 12px;
	padding-top: 12px;
}
h1 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 32px;
}
div#blog-grid{
	border: 0px;
	outline: 0px;
	width: 20%;
	display: inline-block;
	margin: 13px;
}
.isotope-item.blog-item.align-center{
	text-align: center;
	overflow: hidden;
	background: #fdfdfd;
	width: 100%;
	padding: 0px;
	box-shadow: 0px 12px 30px rgb(82 95 225 / 10%);
	transition: 0.3s;
	border-radius: 10px;
	z-index: 2;
}
.isotope-item.blog-item.align-center:hover{
	transform: scale(1.1);
}
.blog-media{
	border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
	div#blog-grid{
		width: 88%;
	}
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
div#blog-grid .blog-desc{
 padding: 15px 15px 20px 15px;
}
.text-right.col-12.col-sm-6.col-xs-12.banner{
	font-size: 17px;
	font-weight: 700;
}
.well{
	background: #fff;
	min-height: 20px;
	padding: 20px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	margin-bottom: 20px;
}
section.header-parallax{
	padding-top: 160px;
	padding-bottom: 160px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -15px;
}
section.header-parallax .result_text{
	font-size: 37px;
	letter-spacing: 6px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	z-index: 10;
}
.list-group{
	box-shadow: 0 10px 20px -10px rgb(0 0 0 / 10%);
	background: #fff;
	margin-bottom: 20px;
	border:1px solid #dbdbdb;
}
.list-group h3{
	font-size: 16px;
	padding: 10px 15px;
}
.list-group-item.checkbox{
	border:1px solid rgb(0 0 0 / 3%) !important;
}
.list-group-item:first-child{
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
}
.list-group-item{
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: var(--link-color);
	background-color: #fff;
}
.list-group-item:last-child{
	border-bottom-right-radius:inherit;
	border-bottom-left-radius:inherit;
}
.assistant .checkbox, .assistant .radio{
	margin-top: 0;
	margin-bottom: 0;
}
.card{
	background: transparent;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	border-radius: 0.25rem;
}
.mb-4{
	margin-bottom: 1.5rem;
}
.rounded-3.shadow-sm{
	background: #fff;
	1px solid #dbdbdbf2
}
.rounded-3{
	border-radius: 0.3rem !important;
}
.shadow-sm{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
a.title{
	color:black;
	font-weight: 500;
	font-size: 19px;
}
.row .filter_data ul{
	list-style: none;
	padding: 0;
}
li.details{
	padding: 8px 0px;
	border-bottom: 1px solid #f3f3f3fa;
}

.float-wp{
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	align-items: center;
	justify-content: center;
	display: flex;
}
@media (max-width: 767px) {
	.float-wp{

	}
}

.fixed-price{
	bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
  padding: 2px 26px;
  background: #28a745;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  box-shadow: 5px 5px 10px #3c393921, -5px -5px 10px #4c49492e;
}

@media (max-width: 767px) {
	.checkbox, .radio{
		padding-bottom:50px;
	}
	.price_tag{
		top:auto;
		bottom: 0;
		width: 100%;
	}
}

header.sticky .top-bar{
	display: none;
}