body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  line-height: 32px;
  font-size: 15px;
  font-weight: 400;
}
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #ad7a2b;
  margin-bottom: 15px;
	font-weight: 400;
}
h1, .h1 {
  font-size: 48px;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #454545;
  text-decoration: none;
  margin-bottom: 28px;
}
.bg-black {
	background-color: rgba(0,0,0,1.00) !important;
}
.lead {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.with-errors li {
  color: red;
}
.fullwidth{
	padding: 0;
	overflow: hidden;
}
ul {
  margin-bottom: 26px;
}
li {
  color: #454545;
  text-decoration: none;
}
a {
  color: #AD7A2B;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #513914;
  text-decoration: none;
}
.r-br-30 {
	border-top-right-radius: 30%;
}
section, footer {
  padding: 90px 0 80px 0;
  margin: 0;
}
.form-control::placeholder {
  color: #d4d5d7;
  opacity: 1;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #AD7A2B !important;
}
.bg-primary {
  background-color: #AD7A2B !important;
}
.border-primary {
  border-color: #AD7A2B !important;
}
.btn {
  padding: 0.8rem 2rem !important;
  font-size: 0.8rem;
  border-radius: 0rem !important;
}
.badge-pill {
  padding-right: .7em;
  padding-left: .65em;
  border-radius: 10rem;
}
.btn-primary {
  color: #fff !important;
  background-color: #AD7A2B;
  border-color: #AD7A2B;
  padding: .5rem 2.5rem;
  font-size: 1.1rem,
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #513914;
  border-color: #513914;
}
.btn-outline-primary {
  color: #AD7A2B;
  background-color: transparent;
  background-image: none;
  border-color: #AD7A2B;
}
.btn-outline-primary:hover {
  border-color: #513914;
  color: #513914;
  background-color: transparent;
}
.round-list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.round-list ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.round-list ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  --size: 26px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(0deg);
  background: #0f6eb7;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.round-list ol li:hover::before {
  transform: rotate(-10deg);
  --size: 32px;
}
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-icon li {
  margin: 0 0.5em;
  margin-left: 25px;
}
ul.list-icon > li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #AD7A2B;
}
.fa, .fas {
  width: 20px;
  padding-right: 5px;
}
.darkbg, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff !important;
}
.darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6 {
  color: #fff;
}
.darkbg .title-left {
  position: relative;
  margin-bottom: 35px;
  text-align: left;
}
.darkbg .title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.darkbg ul.list-icon > li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #fff;
}
table {
  margin-bottom: 35px;
  font-size: 16px;
}
hr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.title-left {
  position: relative;
  margin-bottom: 35px;
  text-align: left;
}
.title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.title-small {
  color: #64636f;
  font-size: 20px;
  font-weight: 400;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
figure {
  margin-bottom: 24px;
}
.display-5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
}
.text-small, .text-small p, .text-small li {
  font-size: 14px !important;
}
.br-0 {
  border-radius: 0;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.text-highlight {
  color: #AD7A2B;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .camera_caption, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .box, .article-link a::after, .testimonial, .product-col {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.images-block figcaption {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  padding: 40px 10px 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}
.images-block figcaption h2 {
  color: #fff;
  margin-bottom: 10px;
}
.images-block figcaption p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.images-block:hover figcaption {
  opacity: 1;
}
/*********************** ********* imges Height Style  ******************************/
.img-200 {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
}
.img-200 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/********************************header and nav bar block ********************************/
.top_header {
  padding: 0;
}
.top_header #logo {
  margin: 0px 0;
  position: relative;
  top: 0;
  left: 0;
  padding: 10px 5px;
}
#header {
  animation: fadeInDown 400ms;
  z-index: 98;
  top: 0;
  width: 100%;
  background-color: #ad7a2b;
  position: relative;
  padding: 4px 0;
}

body.offcanvas-active {
	overflow: hidden;
}
.offcanvas-header {
	display: none;
}

@media (max-width: 992px) {
.offcanvas-header {
	display: block;
}
.navbar-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: rgba(67,46,12,1.00);
	transition: visibility .3s ease-in-out, transform .3s ease-in-out;
}
.navbar-collapse.show {
	visibility: visible;
	transform: translateX(-80%);
}
}
.btn-close {
	margin: 0;
	border: 0;
	padding: 0;
	background: #ad7a2b;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 250ms;
}
.btn-close .icon-cross {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
	width: 20px;
	height: 20px;
}
.btn-close .icon-cross:before, .btn-close .icon-cross:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
	border-radius: 4px;
}
.btn-close .icon-cross:before {
	transform: rotate(45deg);
}
.btn-close .icon-cross:after {
	transform: rotate(-45deg);
}
.btn-close .icon-cross span {
	display: block;
}
.btn-close:hover, .btn-close:focus {
	transform: rotateZ(90deg);
	background: #ad7a2b;
}
.visually-hidden {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
	.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(216,183,130,0.5) !important;
  border-radius: .25rem;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
  padding: 0;
}
.navbar-nav {
  min-height: 35px;
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
	text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
  color: #FFCE81 !important;
}
.navbar-nav .nav-link.active {
  color: #FFCE81 !important;
}

.dropdown-menu {
  padding: 15px ;
  min-width: 15rem !important;
	background-color: #ad7a2b;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem .5rem;
  color: #fff;
  border: 0;
}
.dropdown-item, .dropdown-item.nav-link {
  font-size: 14px;
  line-height: 18px;
}
.navbar-nav .dropdown-menu .nav-item.nav-link:hover {
  background-color: #FFCE81 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #FFCE81;
  text-decoration: none;
  background-color: transparent;
}

/*********************** ********* Style ******************************/
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* ----------------
  banner Section
  ---------------------*/
.banner-section {
	position: relative;
  padding: 0 !important;
  margin: 0;
  background: #FFF6E8;
}
.hero-slider {
  position: relative;
  background-image: url("../images/blank.gif");
  background-repeat: no-repeat;
  background-position: center center !important;
  height: 100%;
}
.slider-item {
  height: 100%;
  max-height: 679px;
  background-position: center center;
}
.hero-slider .slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover !important;
}

.hero-text {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  max-width: 1260px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  padding: 45px 30px;
  position: absolute;
  transform: translateY(-50%);
  text-align: left;
}
.hero-text span {
	padding: 5px 15px;
}
.slider-item .hero-text > img {
  max-width: 64px !important;
  margin: auto;
}
.slider-item .hero-text > span img.bicons{
  max-width: 64px !important;
  margin: auto;
	display: inline-block !important;
	vertical-align: top;
}
.hero-text h2 {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
.hero-text h2.display {
  color: #fff;
  font-size: 80px;
  line-height: 82px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.hero-text h3 {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
	display: inline-block !important;
}
.hero-text p {
  color: #AD7A2B;
  font-size: 17px;
  max-width: 600px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.hero-slider .owl-item.active h2, .hero-slider .owl-item.active h3, .hero-slider .owl-item.active p, .hero-slider .owl-item.active .hero-text img {
  -webkit-animation: 1.9s .0s fadeIn;
  animation: 1.9s .0s fadeIn;
}
.hero-slider .owl-item.active h2 {
  animation-delay: 0.3s;
  text-align: center;
}
.hero-slider .owl-item.active h3 {
  animation-delay: 0s;
}
.hero-slider .owl-item.active p {
  animation-delay: 0.6s;
}
.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  color: #AD7A2B;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  color: #AD7A2B;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-nav .owl-next.disabled, .owl-nav .owl-prev.disabled {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;	
}

.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}
@media only screen and (max-width: 1024px) {
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0);
  }
.hero-text span {
	padding: 5px 15px;
}
.slider-item .hero-text > img {
  max-width: 64px !important;
  margin: auto;
}
.slider-item .hero-text > span img.bicons{
  max-width: 64px !important;
  margin: auto;
	display: inline-block !important;
	vertical-align: top;
}
  .hero-text h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 0px;
  }
  .hero-text h2.display {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slider-item {
    height: 100%;
    min-height: 200px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 200px;
  }
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    text-align: left;
  }
.hero-text span {
	padding: 5px 15px;
}
.slider-item .hero-text > img {
  max-width: 64px !important;
  margin: auto;
}
.slider-item .hero-text > span img.bicons{
  max-width: 64px !important;
  max-height: 64px !important;
	 min-height: 100% !important;
  margin: auto;
	display: inline-block !important;
	vertical-align: top;
}
  .hero-text h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .hero-text h2.display {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .hero-text h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-item h2 span:nth-child(1) {
    padding-right: 15px;
  }
  .hero-text p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}

@media only screen and (max-width:580px) {
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    transform: translateY(-50%);
    text-align: left;
  }
	.hero-text span {
	padding: 5px 5px;
}
	.slider-item .hero-text > img {
  max-width: 32px !important;
  margin: auto;
}
.slider-item .hero-text > span img.bicons{
  max-width: 32px !important;
  max-height: 32px !important;
	 min-height: 100% !important;
  margin: auto;
	display: inline-block !important;
	vertical-align: top;
}
	.hero-text h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#about {
  background-color: #fff6e8;
  position: relative;
  overflow: hidden;
}
#about .card {
  background-color: #2d3691;
  padding: 65px 35px 50px 35px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  border-radius: 0;
}
#about .about-highlight {
  background-color: #fff1e7;
  position: relative;
  background-image: url("../images/home/welcome2.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}
#about .card.border-r-r {
  border-top-right-radius: 150px !important;
}
#about .about-highlight h3 {
  color: #fff !important;
  font-size: 24px;
  line-height: 45px;
}

/********************************PRODUCT BLOCK -HOME PAGE ******************************/
#product-block {
  position: relative;
  background-color: #fff;
}
.product-col {
  border: solid 1px rgba(224, 196, 152, 1.00);
  margin: 15px auto;
}
.product-col:hover {
  border: solid 1px rgba(173, 122, 43, 1.00);
  margin: 15px auto;
  opacity: 0.8;
}
.product-col:hover .images-block img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.bg1 {
  background-color: #ad7a2b;
}
.bg2 {
  background-color: #513914;
}
.bg3 {
  background-color: #d4b483;
}
.product-col-text {
  font-family: 'Buda', sans-serif;
  font-size: 40px;
  color: #fff;
  min-height: 340px;
  line-height: 46px;
}
.product-col a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
/*********************** ********* style******************************/
#why-choose {
  background-color: #e3dbcf;
  position: relative;
  overflow: hidden;
}
#why-choose .card {
  background-color: #e3dbcf;
  border: none;
}
#why-choose h5 {
  color: #454545;
}
#why-choose .images-block {
  border: solid 1px rgba(0,0,0,0.4);
}
#why-choose .images-block:hover {
  border: solid 1px rgba(173, 122, 43, 1.00);
}
/*********************** ********* style******************************/
#news {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#news .card {
  background-color: #fff;
  border: none;
	border: solid 1px rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
#news .card:hover {
  background-color: #fff;
  border: none;
	border: solid 1px rgba(173,122,43,1.00)
}
#news .card .card-title {
  font-size: 15px;
	font-weight: bold;
  color: #AD7A2B;
}
#news .card .card-text {
  font-size: 18px;
  margin-bottom: 0;
}
#news .card a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
/*********************** ********* style******************************/
#products {
  background-color: #fff;
  position: relative;
  background-image: url("../images/product-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  background-attachment: fixed;
}
.product-block .card {
  position: relative;
  background-color: #fff !important;
  padding: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(224, 196, 152, 1.00);
	border-radius: 0!important;
	margin-bottom: 15px;

}
.product-block .card:hover {
  background-color: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(173, 122, 43, 1.00);
}
.product-block .card .images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-block .card .images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  max-width: 567px;
  margin: auto;
	border-radius: 0!important;
}
.product-block .card:hover .images-block img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.product-block .card-title {
  margin-bottom: 5px;
}
.product-block h5 {
}
.product-block .card a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.text-display-none {
  text-indent: -2000em !important;
}
.product-block .card .card-body {
  padding: 15px 0;
}
.product-block .card .card-title {
  padding: 0;
}
/*********************** *********Inner Pages Style  ******************************/
.page-header {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #AD7A2B;
  overflow: hidden;
}
.page-banner {
  width: 100%;
  background-color: rgba(173,122,43,0.5);
  position: relative;
}
.banner-product {
  width: 100%;
	height: 100%;
	min-height: 700px;
  background-image: url("../images/banner-product.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  position: relative;
	object-fit: cover;
}

.page-banner .title {
  margin-bottom: 30px;
}
.page-banner .title:after {
  border-color: #fff;
}
.page-content {
  position: relative;
  min-height: 100px;
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}

/*********************** ********* Footer ******************************/
#footer {
  width: 100%;
  height: 100%;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-color: #002e29;
  text-decoration: none;
  overflow: hidden;
	background-attachment: fixed;
}
#footer.darkbg h5, #footer.darkbg h6 {
  color: #fff !important;
}
#footer.darkbg a:hover {
  color: #FFCE81 !important;
}
#footer .social-media {
  margin-bottom: 24px;
}
#footer .social-btn {
  color: #737373;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
  margin-right: 15px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
#footer a.social-btn:hover {
  color: #FFCE81 !important;
}
.footer-rights {
	background-color: #ad7a2b;
	padding: 0;
}
.footer-rights, .footer-rights p, .footer-rights a {
  font-size: 13px !important;
  color: #fff;
}
.footer-rights a:hover {
  color: #513914;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}