@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap");


 :root {
	--light: #baa28f;
	--dark: #3a1700;
	--white: #FCECDF;
	--black: #02050b;
  }

body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	color: var(--heading1);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal
}

p {
	font-family: "Poppins", sans-serif;
	color: var(--para);
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal
}
img{
	max-width: 100%;
	height: auto;
}
.img {
	max-width: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

a,
.button {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none
}

a {
	color: #635c5c
}

a:hover {
	color: #fff
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none
}

a,
button {
	color: #fff;
	outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.capitalize {
	text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

ul {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.separator {
	border-top: 1px solid #f2f2f2
}

.mb-90 {
	margin-bottom: 90px
}

@media (max-width: 767px) {
	.mb-90 {
		margin-bottom: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mb-90 {
		margin-bottom: 45px
	}
}

.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 40px
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
	position: relative;
	right: 0;
	top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	right: 1px;
	top: 0px
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
	color: #fff;
	background: #ff3500
}

.btn:not(.btn-submit) {
	background: var(--light);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: var(--dark);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    transition: color 0.4s linear;
    position: relative;
    z-index: 2;
    border: 0;
    margin: 0;
	animation: shadow-pulse 1.5s infinite;
}

.btn span{
	position: relative;
	z-index: 1;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgb(186 162 143 / 62%);
  }
  100% {
    box-shadow: 0 0 7px 10px rgb(187 165 145 / 3%);
  }
}

.btn:hover{
	background: var(--dark);
	color: var(--white);
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.about-btn {
	padding: 19px 97px 19px 20px
}

.header-btn {
    padding: 22px 20px;
    background-color: var(--light);
    border-radius: 6px;
}

#scrollUp,
#back-top {
	background: #bba591;
	height: 50px;
	width: 50px;
	right: 31px;
	bottom: 18px;
	position: fixed;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
	border: 2px solid transparent;
	box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}

@media (max-width: 575px) {

	#scrollUp,
	#back-top {
		right: 16px
	}
}

#scrollUp a i,
#back-top a i {
	display: block;
	line-height: 50px
}

#scrollUp:hover {
	color: #fff
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	/* background: #fff */
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}
.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}
.pt-100 {
	padding-top: 100px
}


.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-100 {
	padding-bottom: 100px
}


.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-25 {
	padding-left: 25px
}

.pl-50 {
	padding-left: 50px
}
.pl-100 {
	padding-left: 100px
}
.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-50 {
	padding-right: 50px
}


.pr-100 {
	padding-right: 100px
}

.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.heartbeat {
	animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}
}

.slick-initialized .slick-slide {
	outline: 0
}

@media (max-width: 575px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

.section-tittle span {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 22px;
	color: #292c37;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.05em
}

@media (max-width: 575px) {
	.section-tittle span {
		font-size: 14px
	}
}

.section-tittle h2 {
	font-size: 50px;
	display: block;
	color: var(--heading1);
	font-weight: 700;
	text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle h2 {
		font-size: 48px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 {
		font-size: 31px
	}
}

@media (max-width: 575px) {
	.section-tittle h2 {
		font-size: 27px
	}
}

.section-tittle2 h2 {
	color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle2 h2 {
		font-size: 39px
	}
}

@media (max-width: 575px) {
	.section-tittle2 h2 {
		font-size: 25px
	}
}

.section-tittle3 h2 {
	font-size: 44px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle3 h2 {
		font-size: 38px
	}
}

@media (max-width: 575px) {
	.section-tittle3 h2 {
		font-size: 26px
	}
}

.section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}



.header-top {
	padding: 5px 0;
}
/* .header-top .logo img {
    height: 60px;
}
@media screen and (max-width: 640px) {
	.header-top .logo{
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.header-top .logo img {
		height: 50px;
	}
} */
@media screen and (max-width: 640px) {
	.header-top{
		margin-block: 15px;
	}
}
.header-top li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 10px;
}

.header-top li a {
	color: var(--dark);
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: capitalize;
	position: relative;
	position: relative;
}
.header-top .contactInfoList li a{
	font-size: 14px;
    letter-spacing: 1px;
}
/* .header-top .contactInfoList li a i{
	font-size: 18px;
} */

.main-header {
	background-image: url(../img/gallery/brown-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}

.header-area .logo img {
    height: 60px;
}
@media screen and (max-width: 640px) {
	.header-area .logo img {
		height: 50px;
	}
}
/* 
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header-area .main-header {
		padding: 0px 30px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header {
		padding: 0px 15px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .main-header {
		padding: 22px 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .main-header {
		padding: 0 20px
	}
}

@media (max-width: 575px) {
	.header-area .main-header {
		padding: 0 14px
	}
} */
.header-area .navbar ul li{
	margin-inline: 1rem;
}


.header-area .navbar ul li a {
    color: var(--white) !important;
	font-weight: 600;
    font-size: 17px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: capitalize;
	position: relative;
	font-family: "Open Sans", sans-serif;
	position: relative;
	padding: 5px 15px;
}


.header-area .main-header .main-menu ul li.active>a {
	color: var(--light)
}

.header-area .main-header .main-menu ul li.active>a::before {
	opacity: 1;
	visibility: visible
}

.header-area .main-header .main-menu ul li.active>a::after {
	opacity: 1;
	visibility: visible
}

.header-area .navbar ul li a:hover {
	color: var(--light) !important;
}
@media screen and (max-width: 992px){
	.navbar-collapse {
		background: var(--white);
		position: absolute;
		left: 0;
		top: 75px;
		width: 100%;
		z-index: 99;
	}
	.navbar-collapse ul li{
		margin: 0 !important;
	}
	.navbar-collapse ul.navbar-nav li a{
		color: var(--dark) !important;
		padding-block: 8px;
	}
}


.header-sticky.sticky-bar {
	/* background: #000; */
	padding-block: 8px;
}
.header-sticky.sticky-bar .logo img{
	height: 50px;
}


@media (max-width: 575px) {
	.header-sticky.sticky-bar.sticky {
		padding: 15px 0px
	}
}
.navbar-toggler-icon{
    background-image: none !important;
    color: #fff;
}

.slider-section{
	position: relative;
}
.slider-section .slider-inner{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-area2 {
	background-image: url(../img/hero/hero2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-area {
	margin-top: -1px;
	background-image: url(../img/hero/h1_hero.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed
}

.slider-area .hero__caption {
	overflow: hidden
}

.slider-area .hero__caption span {
	overflow: hidden;
	font-size: 20px;
	color: #bba591;
	font-weight: 500;
	margin-bottom: 26px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.08em
}

.slider-area .hero__caption h1 {
	overflow: hidden;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero__caption h1 {
		font-size: 54px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption h1 {
		font-size: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption h1 {
		font-size: 35px
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption h1 {
		font-size: 29px;
		line-height: 1.5
	}
}

.slider-area .hero__caption p {
	font-size: 18px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	margin-bottom: 50px;
	padding-right: 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption p {
		padding-right: 13px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption p {
		padding-right: 0px
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption p {
		padding-right: 0px;
		font-size: 15px
	}
}

.slider-area .stock-text {
	position: absolute;
	left: 22px;
	bottom: 0;
	width: 60%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .stock-text {
		bottom: 235px
	}
}

@media only screen and  (max-width: 991px) {
	.slider-area .stock-text {
		display: none;
	}
}

.slider-area .stock-text h2 {
	font-size: 95px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	bottom: 2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .stock-text h2 {
		font-size: 90px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .stock-text h2 {
		font-size: 60px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .stock-text h2 {
		font-size: 52px
	}
}

@media (max-width: 575px) {
	.slider-area .stock-text h2 {
		font-size: 27px;
		margin-bottom: 25px
	}
}

.slider-area .stock-text h2:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
	-webkit-text-fill-color: transparent
}

.slider-area .stock-text h2:nth-child(2) {
	color: rgba(0, 0, 0, 0.2);
	-webkit-animation: animate 4s ease-in-out infinite;
	animation: animate 4s ease-in-out infinite
}

@keyframes animate {

	0%,
	100% {
		clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
	}

	50% {
		clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
	}
}

.slider-area .thumb-content-box {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	width: 35%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .thumb-content-box {
		width: 40%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box {
		width: 45%
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box {
		width: 58%
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box {
		width: 86%
	}
}

.slider-area .thumb-content-box .thumb-content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 143px 45px 80px;
	width: 100%;
	line-height: 1;
	background: rgb(187 165 145 / 85%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 50px 69px 45px 61px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 28px 69px 31px 45px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 21px 56px 25px 29px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 11px 49px 14px 26px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content {
		padding: 10px 66px 12px 10px
	}
}

.slider-area .thumb-content-box .thumb-content h3 {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .thumb-content-box .thumb-content h3 {
		font-size: 16px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content h3 {
		font-size: 14px
	}
}

.slider-area .thumb-content-box .thumb-content a {
	color: #000000;
	display: block;
	position: relative;
	right: -34px;
	top: 6px;
	font-size: 30px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .thumb-content-box .thumb-content a {
		top: 4px
	}
}

@media (max-width: 575px) {
	.slider-area .thumb-content-box .thumb-content a {
		top: 7px
	}
}

.hero-overly {
	position: relative;
	z-index: 1
}

.hero-overly::before {
	position: absolute;
	content: "";
	background-color: rgba(1, 10, 28, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat
}

.slider-area2 .hero-cap h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area2 .hero-cap h2 {
		font-size: 50px
	}
}

@media (max-width: 575px) {
	.slider-area2 .hero-cap h2 {
		font-size: 35px
	}
}

.about-area{
	position: relative;
}
.about-area .about-img {
    position: relative;
    height: 100%;
    margin: 60px 0 0 60px;
}
.about-area .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.about-area .about-img::before {
    position: absolute;
    content: "";
    top: -60px;
    right: 60px;
    bottom: 60px;
    left: -60px;
    background: #1d2434;
    z-index: 0;
}
.about-area .about-img::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 30px;
    bottom: 30px;
    left: -30px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 2;
}

.about-area .about-caption .pera-top {
	font-size: 16px;
	font-weight: 500;
	color: #212025
}

.about-area .about-caption .pera-bottom {
	font-size: 16px;
	color: #212025;
	font-weight: 300
}

.about-area .about-img img {
	width: 100%
}

.about-area .about-shape {
	position: absolute;
	right: 20px;
	bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-shape {
		right: 48px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-shape {
		right: 63px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-shape {
		right: 82px;
		bottom: 61px
	}
}

@media (max-width: 575px) {
	.about-area .about-shape {
		right: 27px;
		bottom: 27px
	}
}

.service-area{
	background-color: var(--light);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-area {
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service-area {
		padding-bottom: 70px
	}
}

@media (max-width: 575px) {
	.service-area {
		padding-bottom: 70px
	}
}

.service-area .services-caption {
    padding: 65px 25px 50px;
    border-radius: 7px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-area .services-caption {
		padding: 84px 25px 56px
	}
} */

.service-area .services-caption .service-img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.service-area .services-caption .service-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-area .services-caption .service-img::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgb(23 23 23 / 85%);
}
.service-area .services-caption .service-cap{
	position: relative;
	z-index: 1;
	min-height: 264px;
}
.service-area .services-caption .service-cap h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 27px;
	text-transform: capitalize;
}
.service-area .services-caption .service-cap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.services-caption:hover .service-icon::before {
	right: -32px
}

.services-caption:hover .service-icon i {
	background: #bba591
}

.video-area .text-dark{
	color: var(--dark);
}

.video-play-button {
    position: absolute;
    z-index: 10;
    inset: 0;
    margin: auto;
    left: 0;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--light);;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--light);
	border-radius: 50%;
	transition: all 200ms;
  }
  
  .video-play-button:hover:after {
	background-color: var(--light);;
  }
  
  .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
  }
  
  .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	  border-top: 22px solid transparent;
	  border-bottom: 22px solid transparent;
  }
  
  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  
  
  
  .video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition: all ease 500ms;
  }
  
  .video-overlay.open {
	position: fixed;
	z-index: 999999;
	opacity: 1;
  }
  
  .video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: var(--light) !important;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
  }
  
  .video-overlay-close:hover {
	color: #ff4c60;
	transform: scale(1.5);
  }
  
  .video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
  }
  
  /* ENTRANCE ANIMATION OF THE PLAY BUTTON */
  
  .video-play-button {
	  -webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
			  animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
  }
  @keyframes scale-up-center {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }


a.btn.store-btn {
    width: 150px;
}
.testimonials-area{
	background-image: url(../img/gallery/brown-bg.png);
	position: relative;
}
/* .testimonials-area:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(0 0 0 / 70%);
	width: 100%;
	height: 100%;
} */
.testimonials-area .testimonail-slider,
.testimonials-area .section-tittle{
	position: relative;
	z-index: 1;
}

.testimonials-area .single-cut {
	margin-inline: 25px;
	padding: 35px;
    background: var(--light);
}
.testimonials-area .single-cut .cut-icon span{
	color: #000;
	font-size: 18px;
    font-weight: 600;
}
img.client-img {
    border: 2px solid var(--color2);
    border-radius: 50%;
}
@media (max-width: 575px) {
	.testimonials-area .single-cut {
		margin-right: 15px;
		padding-right: 15px
	}
}

.testimonials-area .single-cut .cut-descriptions p {
	color: #000;
}

.testimonials-area .single-cut .cut-descriptions span {
	color: #bba591;
	font-size: 12px
}

.testimonials-area .dot-style .slick-dots {
	text-align: center;
	bottom: -50px;
	position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials-area .dot-style .slick-dots {
		bottom: -50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonials-area .dot-style .slick-dots {
		bottom: -30px
	}
}

@media (max-width: 575px) {
	.testimonials-area .dot-style .slick-dots {
		bottom: -40px
	}
}

.testimonials-area .dot-style .slick-dots li {
	display: inline-block
}

.testimonials-area .dot-style .slick-dots li button {
	text-indent: -999999px;
	padding: 0px;
	height: 5px;
	width: 20px;
	margin: 0px 4px;
	border: 0;
	background: #bfbfbf;
	transition: .3s;
	cursor: pointer
}

.testimonials-area .dot-style .slick-dots li.slick-active button {
	background: #bba591;
	width: 35px
}

.partner-area{
	margin-top: -1px;
	background-image: url(../img/hero/hero2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed
}

.gallery-area .box {
	position: relative
}

.gallery-area .box .gallery-img {
	height: 425px;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.06);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.gallery-area .box .big-img {
	height: 900px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-area .box .big-img {
		height: 435px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery-area .box .big-img {
		height: 435px
	}
}

.gallery-area .box .small-img {
	height: 435px
}

.gallery-area .box .overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0
}

.gallery-area .box .overlay .overlay-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}

.gallery-area .box.snake {
	position: relative;
	overflow: hidden
}

.box {
	position: relative
}

.box img {
	width: 100%
}

.box.snake {
	position: relative;
	overflow: hidden
}

.overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0
}

.box:hover .gallery-img {
	transform: scale(1)
}

.footer-area .footer-top {
	border-bottom: 1px solid var(--color4)
}

.footer-area .footer-top .single-footer-caption .footer-logo {
	margin-bottom: 30px
}
.footer-area .footer-top .single-footer-caption .footer-logo img{
	height: 80px;
}


.footer-area .footer-top .single-footer-caption .footer-number h4 {
	color: #bba591;
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize
}

.footer-area .footer-top .single-footer-caption .footer-number h4 span {
	color: #fff
}

.footer-area .footer-top .single-footer-caption .footer-number p {
	color: #bdbdbd
}


.footer-area .footer-top .single-footer-caption .footer-cap {
	margin-bottom: 30px
}

.footer-area .footer-top .single-footer-caption .footer-cap span {
	color: #bba591;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	display: block
}

.footer-area .footer-top .single-footer-caption .footer-cap p {
	color: #7c7c7c;
	font-size: 16px
}
.footer-area .footer-top .single-footer-caption .footer-para .info1 {
    line-height: 1.8;
    margin-bottom: 35px;
    color: var(--white);
	font-size: 14px;
}
.footer-area .footer-bottom {
	background: var(--light);
}

.footer-area .footer-bottom .footer-copy-right p {
    color: var(--dark);
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;

}
.footer-area .footer-bottom .footerLink{
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
	justify-content: end;
}
.footer-area .footer-bottom .footerLink li a{
	color: var(--dark);
    font-weight: 300;
    font-size: 14px;
	text-decoration: underline;
}
.footer-area .footer-social span {
	color: #fff;
	position: relative;
	margin-right: 57px
}

.footer-area .footer-social span::before {
	position: absolute;
	content: "";
	width: 43px;
	height: 2px;
	background: #3b3647;
	top: 50%;
	transform: translateY(-50%);
	right: -56px
}

.footer-social .iconList{
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.footer-area .footer-social a {
    color: #7c7c7c;
    font-size: 20px;
    width: 50px;
    display: flex;
    height: 50px;
    border: 1px solid #7c7c7c;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer-area .footer-social a:hover {
	color: #fff
}

.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee
}

.counter-area{
	background-color: var(--light);
}
.projectFactsWrap{
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}

#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
    flex: 1 0 auto;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.counter-area .stats i{
	font-size: 40px;
	color: var(--dark);
}
.counter-area .stats .counting,.countingTxt{
    font-size: 40px;
    margin: 0;
	color: var(--dark);
}
.counter-area .stats .number{
  font-size: 22px;
  padding: 0;
  font-weight: bold;
  color: var(--dark);
}


.number-popup .modal-content{
	background-color: var(--dark);
}
.number-popup .close{
    position: absolute;
    top: -6px;
    right: -3px;
    background: var(--light);
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    font-weight: 100;
}
.number-popup .close:hover{
	background: var(--light);
	opacity: 1 !important;
	color: #fff !important;
}
.number-popup .number-form{
	gap: .5rem;
}
.number-popup .number-form .form-group{
	width: 78%;
}
.number-popup .number-form .form-group input{
	height: 45px;
    padding-block: .5rem;
}
.number-popup .number-form .btn-submit{
    width: 100px;
	height: 45px;
    padding-block: .5rem;
	background: var(--light);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: var(--dark);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    transition: color 0.4s linear;
    position: relative;
    z-index: 2;
    border: 0;
    margin: 0;
}
.number-popup .number-form .btn-submit:hover{
	background: var(--white);
}