body {
	font-family: "Lato", serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
ul {
	margin: 0;
	padding: 0
}
a:hover {
	transition: .3s ease-in
}
p {
	text-align: justify;
	line-height: 1.8
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
a {
	text-decoration: none
}
.mt70 {
	margin-top: 70px
}
.mb70 {
	margin-bottom: 70px
}
.pt70 {
	padding-top: 70px
}
.ptb70 {
	padding: 70px 0
}
.pt100 {
	padding-top: 100px
}
.ptb100 {
	padding: 100px 0
}
.img-fluid {
	width: 100%
}
.top-band {
	background-color: #3e3d3d;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.top-band::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55%;
	background: #e3e3e3;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
	z-index: -1;
}
.top-contact-links li {
	display: inline-block;
	margin-right: 26px;
	position: relative;
	padding-left:0px;
}
.top-contact-links li a {
	color: #333;
	font-size: 16px;
}
.top-social-icons {
	float: right;
}
.top-social-icons li {
	color: #fff;
	margin-left: 9px;
	font-size: 16px;
	display: inline-block;
}
.top-social-icons li a {
	color: #fff;
	font-size: 16px;
}
.header{ 
    margin:8px;
    background:#ffffff;}
header .shrink {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: transform .5s, background .5s;
	transition: transform .5s, background .5s, -webkit-transform .5s;
	-o-transition: transform .5s, background .5s;
	-webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 16px 0 rgb(0 0 0 / 16%);
	z-index: 999;

}
.slider-data {
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	z-index: 1;
}
.slider-data h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	text-align: left;
	margin: 0
}
.slider-data h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	text-align: left;
	margin: 0
}
.slider-data h3 span {
	font-weight: 400;
	font-size: 35px;
	text-shadow: 1px 2px 5px #000
}
.slider-data p {
	text-align: left;
	font-size: 17px;
	margin-top: 15px;
	color: #fff;
	line-height: 1.2
}
.slider-btn a {
	color: #fff;
	border: solid 1px #fff;
	background: none;
	padding: 10px 15px;
	display: inline-block;
}
.slider-sec .carousel-indicators li {
	width: 17px;
	height: 17px;
	border-radius: 50%
}
.cursor, .product-first-col a {
	cursor: pointer
}
.slider-sec .carousel-control-next-icon:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #000
}
.slider-sec .carousel-control-prev-icon:before {
	content: "\f053";
	font-family: FontAwesome;
	color: #000
}
.carousel-control-prev-icon, .slider-sec .carousel-control-next-icon {
	background: #fff!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%
}
.carousel-control-next, .carousel-control-prev {
	width: 5%
}
.headding11 {
	font-size: 32px;
	margin-bottom: 30px;
	position: relative;
	font-family: "Poppins";
	font-weight: 500
}
.headding11:after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 70px;
	background: #333;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 3px
}
.headding11 span.line {
	height: 10px;
	width: 10px;
	background: #333;
	display: block;
	margin: 10px auto;
	border-radius: 30px
}
.headding11-left span.line {
	margin: 10px 0 0 30px
}
.headding11-left .headding11:after {
	margin: 0
}
.headding11 span {
	color: #7d2426;
}
.gallery-box.style-6 {
	overflow: hidden;
	position: relative;
	background: #fff;
	border: solid 1px #ddd;
}
.gallery-box.style-6 .hover-effect {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 100%;
	transition: all 0.3s
}
.gallery-box.style-6:hover .hover-effect {
	background: rgba(0,0,0,.9);
	top: 0
}
.gallery-box.style-6 .hover-effect .text-wrap {
	position: absolute;
	left: 32px;
	top: 30px;
	width: 100%;
	padding-right: 65px
}
.gallery-box.style-6 .title {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	background: rgb(0 0 0 / 71%);
	width: 100%;
	padding: 5px;
}
.gallery-box.style-6:hover .title {
	transform: translateY(10px);
	opacity: 0
}
.gallery-box.style-6 .title, .gallery-box.style-6 .hover-effect .text-wrap .categorie {
	font-size: 24px;
	color: #fff;
	z-index: 2
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie {
	margin-bottom: 15px
}
.gallery-box.style-6 .hover-effect .text-wrap .desc {
	font-size: 16px;
	line-height: 28px;
	color: #cacaca;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc p {
	color: #cacaca;
	font-size: 22px;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc ul {
	padding-left: 20px
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie, .gallery-box.style-6 .hover-effect .text-wrap .desc {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}
.gallery-box.style-6:hover .hover-effect .text-wrap .categorie, .gallery-box.style-6:hover .hover-effect .text-wrap .desc {
	opacity: 1;
	visibility: visible;
	text-align: center
}
.gallery-box img {
	display: block;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width: 100%
}
.gallery-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}
.gallery-box.style-6 .hover-effect .text-wrap .desc .a-tag {
	display: inline-block;
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 15px;
	font-size: 15px;
}
.blend-mode-multiply {
	background-blend-mode: multiply;
}
.about-section {
	background: rgb(78 50 51) url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.about-1-image-wrap img {
	border: solid 5px #fff8f8;
}
.about-section p {
	color: #fff;
}
.white-heading .headding11 {
	color: #fff;
}
.white-heading .headding11 span.line {
	height: 10px;
	width: 10px;
	background: #fff;
	display: block;
	margin: 10px auto;
	border-radius: 30px;
}
.white-heading .headding11 span {
	color: #fff;
}
.white-heading .headding11:after {
	background: #fff
}
.white-heading .common-btn a {
	background: #7d2426 !important
}
.common-btn {
	display: inline-block;
	margin: 10px 0 0;
}
.common-btn a {
	padding: 10px 15px;
	background: #7d2426;
	color: #fff;
	border: solid 1px #7d2426;
}
.common-btn a:hover {
	background: #fff;
	color: #7d2426;
	border: solid 1px #7d2426;
}
.white-heading .common-btn a {
	padding: 10px 15px;
	border: solid 1px #fff;
	color: #fff;
}
.google-map iframe {
	width: 100%;
}
.account-detail {
	background: #efefef;
}
.account-detail p {
	background: #efefef;
	font-size: 18px;
	margin-bottom: 7px
}
.headding11-left span.line {
	margin: 10px 0 0 30px
}
.headding11-left .headding11:after {
	margin: 0
}
.product-box {
	margin: 8px;
}
.excellence-sec .owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: none;
	padding: 10px 0;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	opacity: 1;
	border: solid 1px #fff
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 10px;
}
.excellence-sec .owl-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: 900
}
.excellence-sec .owl-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: 900;
	color: #ffffff!important
}
.excellence-sec .owl-buttons {
	margin: 20px 0;
}
footer {
	background: #333;
	padding: 70px 0;
	color: #fff;
	text-align: center
}
footer h4 {
	margin-bottom: 0
}
#back-to-top {
	position: fixed;
	bottom: 55px;
	right: 26px;
	z-index: 9999;
	cursor: pointer;
	transition: opacity .5s ease-out;
	opacity: 0
}
#back-to-top.show {
	opacity: 1
}
.product-page p {
	margin: 0;
	padding: 5px 15px;/* border-bottom: solid 1px #ccc; */
	background: #efefef;
	margin-bottom: 8px;
}
.product-pic {
	position: sticky;
	top: 70px;
	border: solid 5px #ddd;
}
.form-inner {
	background: #fff;
	padding: 25px;
	border: solid 5px #843234;
	margin-top: 70px;
}
.form-inner h3 {
	margin-bottom: 25px;
	color: #823233;
}
.form-group {
	margin-bottom: 15px;
}
textarea.form-control {
	height: 90px;
	resize: none
}
.form-btn {
	background: #823233;
	width: 100%;
	font-size: 18px;
	border: 0;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	border-radius: .25rem;
	color: #fff;
}
.form-control {
	background: #efefef;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.contact-locations {
	background-color: #333;
 
	padding: 35px;
	min-height: 440px
}
.contact-locations h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 400
}
.contact-locations h4 {
	color: #fff;
	font-weight: 300;
	font-size: 16px
}
.contact-locations p {
	position: relative; text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 19px
}
.contact-locations p i {
	position: absolute;
	left: 0;
	top: 5px
}
.contact-locations p a {
	color: #fff
}
 
.gallery-pic{ width: 250px; border: solid 2px #666161; padding: 8px; text-align: center; margin: 5px; display:inline-block;}
.gallery-pic img{ width: 100%}
footer .top-contact-links li a{ color: #fff}


