@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

:focus,
button:focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

a,
button,
input[type=submit] {
	cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input,
textarea {
	width: 100%;
	background: 0 0;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1)
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, .2)
}

input,
select {
	height: 60px
}

a {
	color: #000;
	text-transform: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover,
a :focus {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000
}

a:focus {
	outline: 0 solid
}

img {
	max-width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	line-height: 1.5;
	color: #232e36;
	font-family: playfair display, serif
}

body {
	font-size: 16px;
	font-family: poppins, sans-serif;
	color: #555
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #555
}

select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: calc(100% - 15px) 50%
}

.pt-10 {
	padding-top: 10px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-40 {
	padding-top: 40px
}

.pt-50 {
	padding-top: 50px
}

.pt-60 {
	padding-top: 60px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-90 {
	padding-top: 90px
}

.pt-100 {
	padding-top: 100px
}

.pt-200 {
	padding-top: 200px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-130 {
	padding-bottom: 130px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-bottom: 10px
}

.ptb-20 {
	padding-bottom: 20px;
	padding-bottom: 20px
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.mmt-10 {
	margin-top: -10px !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mt-100 {
	margin-top: 100px !important
}

.mtb-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important
}

.z-0 {
	z-index: 0;
	position: relative
}

#message {
	padding: 0;
	margin: 0
}

.help-block {
	color: #e31c25
}

.list-style {
	margin: 0;
	padding: 0;
	list-style: none
}

.list-style li {
	list-style: none
}

.page-wrapper {
	overflow-x: hidden
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.feature-card .feature-icon,
.swiper-button-next,
.swiper-button-prev,
.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings,
.hero-wrap.style3 .line-shape-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.feature-card .feature-icon,
.swiper-button-next,
.swiper-button-prev {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.hero-wrap.style3 .line-shape-wrap,
.project-info-list li,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.feature-card .feature-icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 85px;
	width: 85px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-ms-box-shadow: 0 0 0 0 #fff;
	-o-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.play-now {
	position: relative;
	height: 85px;
	width: 85px;
	text-align: center;
	line-height: 92px;
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
	z-index: 1;
	font-size: 28px;
	padding-left: 5px;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center center;
	border-radius: 50%;
	margin: 0 auto
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px transparent;
		box-shadow: 0 0 0 20px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px transparent;
		box-shadow: 0 0 0 20px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 230px;
	right: 20px;
	z-index: 999;
	border-radius: 5px;
	background: #000;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.back-to-top.open {
	bottom: 30px
}

.back-to-top i {
	color: #fff
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20000;
	overflow-x: hidden !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn {
	display: inline-block;
	line-height: 24px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	position: relative;
	z-index: 1;
	border: none;
	padding: 18px 28px;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap
}

.btn i {
	position: relative;
	top: 3px;
	font-size: 16px;
	margin-left: 7px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.btn:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.btn:hover {
	color: #fff
}

.btn:hover:after,
.btn:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1
}

.btn.style1 {
	background-color: #cd8f3a
}

.btn.style1:after,
.btn.style1:before {
	background: #242e37
}

.btn.style2 {
	background-color: transparent;
	border: 1px solid #cd8f3a;
	color: #232e36;
	font-weight: 500
}

.btn.style2:after,
.btn.style2:before {
	background: #cd8f3a
}

.btn.style2:hover {
	color: #fff;
	border-color: transparent
}

.btn.style3 {
	background-color: transparent;
	border: 1px solid #cd8f3a;
	color: #fff
}

.btn.style3:after,
.btn.style3:before {
	background: #cd8f3a
}

.btn.style3:hover {
	color: #fff;
	border-color: transparent
}

.btn.style4 {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #000
}

.btn.style4:after,
.btn.style4:before {
	background: #000
}

.btn.style4:hover {
	color: #fff
}

.btn.style5 {
	background-color: #cd8f3a
}

.btn.style5:after,
.btn.style5:before {
	background: #1e2327
}

.link {
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	position: relative;
	color: #000;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.link i {
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.link.style1 {
	color: #cd8f3a
}

.link:hover {
	color: #000
}

.link:hover:after {
	visibility: visible;
	opacity: 1;
	width: 100%
}

.link:hover i {
	margin-left: 10px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
	font-size: 18px;
	line-height: .8;
	display: inline-block;
	position: relative;
	top: 1px;
	color: #555;
	margin: 0 auto;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #000;
	border-color: transparent
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff
}

.owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	margin: 0 6px;
	position: relative;
	bottom: -5px
}

.owl-carousel .owl-dots button.owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.owl-carousel .owl-dots button.owl-dot.active span {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	background: #cd8f3a
}

.section-title,
.content-title {
	position: relative
}

.section-title h2,
.content-title h2 {
	font-size: 40px;
	margin: 0
}

.section-title p,
.content-title p {
	margin: 15px 0 0
}

.section-title span,
.content-title span {
	display: inline-block;
	font-weight: 500;
	margin: 0 0 5px;
	position: relative;
	z-index: 1;
	line-height: 1;
	letter-spacing: 1px;
	color: #cd8f3a
}

.section-title span p,
.content-title span p {
	margin: 10px auto 0
}

.section-title.style1 span,
.content-title.style1 span {
	color: #000
}

.section-title.style2 h2,
.content-title.style2 h2 {
	color: #fff
}

.section-title.style2 p,
.content-title.style2 p {
	color: #ccc
}

.section-title.style2 p a,
.content-title.style2 p a {
	color: #ccc
}

.bg-transparent {
	background-color: transparent
}

.bg-black {
	background-color: #000
}

.bg-white {
	background-color: #fff
}

.bg-athens {
	background-color: #f2f3f5
}

.bg-albastor {
	background-color: #f9f9f9
}

.bg-shark {
	background-color: #1e2327
}

.bg-clay {
	background-color:#190101
}

.body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.body_overlay.open {
	visibility: visible;
	opacity: 1
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.op-1 {
	opacity: .1
}

.op-2 {
	opacity: .2
}

.op-3 {
	opacity: .3
}

.op-4 {
	opacity: .4
}

.op-5 {
	opacity: .5
}

.op-6 {
	opacity: .6
}

.op-7 {
	opacity: .7
}

.op-75 {
	opacity: .75
}

.op-8 {
	opacity: .8
}

.op-85 {
	opacity: .85
}

.op-9 {
	opacity: .9
}

.op-95 {
	opacity: .95
}

.op-10 {
	opacity: 1
}

.bg-f {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ddd
}

.pos-rel {
	position: relative;
	z-index: 1
}

.bounce {
	-webkit-animation: float 1500ms infinite ease-in-out;
	animation: float 1500ms infinite ease-in-out
}

.moveHorizontal {
	-webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
	animation: moveHorizontal 3000ms infinite ease-in-out
}

.moveVertical {
	-webkit-animation: moveVertical 3000ms infinite ease-in-out;
	animation: moveVertical 3000ms infinite ease-in-out
}

.moveHorizontal_reverse {
	-webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
	animation: moveHorizontal_reverse 3000ms infinite ease-in-out
}

.animationFramesTwo {
	-webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
	animation: animationFramesTwo 20000ms infinite ease-in-out
}

.rotate {
	-webkit-animation: rotation 20s infinite linear;
	animation: rotation 20s infinite linear
}

.rotate {
	-webkit-animation: rotation 20s infinite linear;
	animation: rotation 20s infinite linear
}

@-webkit-keyframes moveDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes moveDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes moveUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg)
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}
}

@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}
}

@-webkit-keyframes moveHorizontal {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes moveHorizontal {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@-webkit-keyframes moveVertical {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes moveVertical {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.social-profile li {
	display: inline-block;
	margin: 0 4px
}

.social-profile li:first-child {
	margin-left: 0
}

.social-profile li:last-child {
	margin-right: 0
}

.social-profile li:last-child {
	margin-right: 0
}

.social-profile li a {
	display: block;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.social-profile li a i {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 16px;
	line-height: .8
}

.social-profile li a:hover {
	border-color: transparent;
	color: #000
}

.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a {
	width: 35px;
	height: 35px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.social-profile.style1 li a {
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.social-profile.style1 li a i {
	color: #000
}

.social-profile.style1 li a:hover {
	background-color: #cd8f3a;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.social-profile.style1 li a:hover i {
	color: #fff
}

.social-profile.style2 li a {
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .01);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .01)
}

.social-profile.style2 li a i {
	color: #000
}

.social-profile.style2 li a:hover {
	background-color: #000;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.social-profile.style2 li a:hover i {
	color: #fff
}

.social-profile.style3 li a {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1)
}

.social-profile.style3 li a i {
	color: #555
}

.social-profile.style3 li a:hover {
	background-color: #cd8f3a;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.social-profile.style3 li a:hover i {
	color: #fff
}

.social-profile.style4 li a {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1)
}

.social-profile.style4 li a i {
	color: #888
}

.social-profile.style4 li a:hover i {
	color: #fff
}

.page-nav {
	text-align: center
}

.page-nav li {
	margin: 0 5px;
	display: inline-block
}

.page-nav li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
	opacity: .7;
	text-align: center;
	background-color: #f2f3f5;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.page-nav li a i {
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	top: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.page-nav li a.active,
.page-nav li a:hover {
	color: #fff;
	opacity: 1;
	background-color: #cd8f3a
}

.page-nav li a.active i,
.page-nav li a:hover i {
	color: #fff
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.feature-card .feature-icon,
.swiper-button-next,
.swiper-button-prev,
.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings,
.hero-wrap.style3 .line-shape-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.feature-card .feature-icon,
.swiper-button-next,
.swiper-button-prev {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes toBottomFromTop10 {
	49% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toBottomFromTop10 {
	49% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		transform: translateY(10%)
	}

	51% {
		opacity: 1
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: .4s;
	transition: .4s
}

.header-wrap.sticky {
	position: fixed;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	-webkit-transition: .4s;
	transition: .4s;
	background: #fff;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.header-wrap.sticky.style1 {
	background-color: #0f0101;
}

.header-wrap.sticky.style2 {
	background-color: #1e2327
}

.header-wrap.style3 {
	background-color: #1e2327
}

.header-wrap .option-item .shopcart-btn {
	position: relative;
	top: 2px;
	padding-right: 8px
}

.header-wrap .option-item .shopcart-btn i {
	font-size: 32px;
	line-height: .8
}

.header-wrap .option-item .shopcart-btn span {
	position: absolute;
	top: -19px;
	right: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #000;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 12px
}

@media only screen and (max-width:767px) {
	.navbar-brand img {
		max-width: 120px
	}

	.header-wrap.sticky {
		margin-top: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-wrap .navbar .navbar-brand {
		max-width: 120px
	}

	.header-wrap .navbar .navbar-nav .nav-item {
		margin: 0 10px !important
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		font-size: 14px !important
	}

	.header-wrap .navbar .other-options .option-item {
		margin: 0 0 0 25px !important
	}

	.header-wrap .navbar .other-options .option-item .btn {
		padding: 11px 20px;
		font-size: 14px
	}
}

@media only screen and (max-width:991px) {
	.header-wrap .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #0f0101;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-wrap .navbar .navbar-collapse {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start
	}

	.header-wrap .navbar .navbar-nav {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-wrap .navbar .navbar-nav .nav-item {
		position: relative
	}

	.header-wrap .navbar .navbar-nav .nav-item .menu-expand {
		position: absolute;
		right: 0;
		top: 14px;
		cursor: pointer
	}

	.header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
		color: #000;
		font-size: 18px;
		line-height: 1;
		position: relative;
		top: 7px
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		padding-top: 15px;
		padding-bottom: 15px
	}

	.header-wrap .navbar .navbar-nav .nav-item a i {
		display: none
	}

	.header-wrap .navbar .navbar-nav .nav-item a.active {
		color: #cd8f3a
	}

	.header-wrap .navbar .navbar-nav .nav-item a.btn {
		display: inline-block;
		padding: 10px 30px;
		color: #fff;
		margin-top: 15px;
		font-weight: 500;
		font-size: 14px
	}

	.header-wrap .navbar .navbar-nav .nav-item a.btn i {
		display: inline-block;
		top: 6px
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		width: 100%;
		background-color: #fff;
		border: none;
		padding: 0
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		color: #cd8f3a
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
		margin-left: 20px
	}

	.header-wrap.style2 .mobile-menu a i,
	.header-wrap.style3 .mobile-menu a i {
		color: #fff
	}

	.mobile-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
		position: relative;
		top: 4px
	}

	.menu-close {
		position: absolute;
		top: 13px;
		right: 16px
	}

	.menu-close i {
		color: #000;
		font-size: 25px
	}

	.mobile-menu {
		text-align: right;
		margin-left: 20px
	}

	.mobile-menu a {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.mobile-menu a i {
		font-size: 24px;
		color: #cd8f3a;
		margin: 0 auto
	}

	.mobile-menu {
		display: inline-block;
		position: relative;
		top: -5px
	}

	.mobile-top-bar {
		display: inline-block;
		margin-right: 6px;
		cursor: pointer;
		position: relative;
		top: 0
	}

	.mobile-top-bar span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #000;
		border-radius: 20px;
		margin: 5.9px 0
	}

	.mobile-top-bar span:nth-child(1) {
		margin-top: 0
	}

	.mobile-top-bar span:nth-child(2) {
		width: 12px;
		margin-left: 8px
	}

	.main-menu-wrap {
		width: 100%;
		position: fixed;
		background: #fff;
		z-index: 999;
		top: 0;
		height: 100vh;
		-webkit-transition: .5s;
		transition: .5s;
		left: -100%;
		padding: 55px 20px 30px;
		overflow-y: auto;
		-webkit-transition: .4s;
		transition: .4s
	}

	.main-menu-wrap.open {
		left: 0
	}

	.main-menu>li.has-children.menu-open>span.menu-expand {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.main-menu>li.has-children.menu-open>span.menu-expand i {
		color: #000
	}

	.main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.main-menu li {
		position: relative
	}

	.main-menu li:last-child {
		margin: 0
	}

	.main-menu li>span.menu-expand {
		position: absolute;
		right: 0;
		top: 13px;
		cursor: pointer
	}

	.main-menu li>span.menu-expand i {
		color: #000;
		font-size: 18px
	}

	.main-menu li>span.menu-expand:hover {
		color: #000
	}

	.main-menu li a.active {
		color: #cd8f3a
	}

	.main-menu li>a {
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-transform: capitalize;
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .3)
	}

	.main-menu li>a:hover {
		color: #000
	}

	.main-menu li>ul.sub-menu {
		padding-left: 20px
	}

	.header-wrap .main-menu-wrap #menu>ul>li>a::after {
		display: none
	}

	.main-menu li a.active {
		font-weight: 600;
		color: #000;
		border-color: rgba(0, 0, 0, .3)
	}
}

@media only screen and (min-width:992px) {
	.menu-expand {
		display: none
	}

	.header-wrap .navbar {
		padding: 0
	}

	.header-wrap .navbar ul {
		padding-left: 0;
		list-style-type: none;
		margin-bottom: 0
	}

	.header-wrap .navbar .navbar-nav {
		margin-left: auto
	}

	.header-wrap .navbar .navbar-nav .nav-item {
		position: relative;
		margin: 0 10px
	}

	.header-wrap .navbar .navbar-nav .nav-item.first-child {
		margin-left: 0
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		color: #cd8f3a;
		padding: 30px 10px;
		-webkit-transition: .4s;
		transition: .4s;
		position: relative
	}

	.header-wrap .navbar .navbar-nav .nav-item a:hover,
	.header-wrap .navbar .navbar-nav .nav-item a:focus,
	.header-wrap .navbar .navbar-nav .nav-item a.active {
		color: #cd8f3a
	}

	.header-wrap .navbar .navbar-nav .nav-item a i {
		font-size: 16px;
		line-height: 1;
		position: relative;
		top: 4px;
		display: inline-block;
		margin-left: -3px;
		-webkit-transition: .4s;
		transition: .4s
	}

	.header-wrap .navbar .navbar-nav .nav-item a:hover i {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		display: block !important;
		border: none;
		top: 85px;
		left: -23px;
		z-index: 99;
		opacity: 0;
		width: 265px;
		display: block;
		border-radius: 0;
		padding: 12px 0;
		position: absolute;
		visibility: hidden;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		-webkit-transition: .3s;
		transition: .3s;
		-webkit-transform: rotateX(-75deg);
		transform: rotateX(-75deg);
		-webkit-transition: .5s;
		transition: .5s;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
		margin: 0
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
		padding: 10px 20px;
		position: relative;
		display: block;
		font-weight: 500;
		-webkit-transition: .3s;
		transition: .3s
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
		position: absolute;
		top: 50%;
		left: 20px;
		content: "";
		width: 2px;
		height: 0%;
		background-color: #cd8f3a;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: .4s;
		transition: .4s
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
		color: #cd8f3a
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
		height: 16px;
		visibility: visible;
		opacity: 1
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
		padding-left: 30px
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		width: 100%;
		right: auto;
		left: 0
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
		margin: 0;
		position: absolute;
		top: 55%;
		font-size: 16px;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 15px
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		opacity: 0;
		left: -250px;
		right: auto;
		visibility: hidden
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible
	}

	.header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: rotatex(0deg);
		transform: rotatex(0deg)
	}

	.header-wrap .navbar .other-options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-wrap .navbar .other-options .option-item {
		margin: 0 0 0 35px
	}

	.header-wrap.style2 .navbar .navbar-nav .nav-item a,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a {
		color: #fff
	}

	.header-wrap.style2 .navbar .navbar-nav .nav-item a:hover,
	.header-wrap.style2 .navbar .navbar-nav .nav-item a:focus,
	.header-wrap.style2 .navbar .navbar-nav .nav-item a.active,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a:hover,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a:focus,
	.header-wrap.style3 .navbar .navbar-nav .nav-item a.active {
		color: #cd8f3a
	}

	.header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu,
	.header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu {
		background-color: #242e37
	}

	.header-wrap.style2 .navbar .other-options .option-item,
	.header-wrap.style3 .navbar .other-options .option-item {
		margin: 0 0 0 30px
	}

	.header-wrap.style2 .navbar .other-options .option-item .shopcart-btn i,
	.header-wrap.style3 .navbar .other-options .option-item .shopcart-btn i {
		color: #fff
	}

	.header-wrap.style2 .navbar .other-options .option-item .shopcart-btn span,
	.header-wrap.style3 .navbar .other-options .option-item .shopcart-btn span {
		background-color: #cd8f3a
	}
}

@media only screen and (min-width:1400px) {
	.header-wrap {
		padding: 11px 0;
		background: #0f0101;
	}

	.header-wrap .navbar .navbar-nav .nav-item {
		margin: 0 15px
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		font-size: 16px;
		line-height: 30px;
		font-weight: 400
	}

	.header-wrap .navbar .navbar-nav .nav-item a i {
		font-size: 20px;
		top: 6px
	}
}

@media only screen and (min-width:1600px) {
	.header-wrap .container {
		max-width: 1540px
	}
}

@media only screen and (min-width:1920px) {
	.header-wrap .container {
		max-width: 1660px
	}
}

.breadcrumb-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 125px 0 40px;
	overflow: hidden;
	background-color: #f2f3f5;
	z-index: 1
}

.breadcrumb-wrap .br-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.breadcrumb-title {
	position: relative;
	z-index: 1;
	width: 100%
}

.breadcrumb-title h2 {
	font-size: 40px;
	margin: 0 0 20px
}

.breadcrumb-title .breadcrumb-menu li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	color: #555;
	font-weight: 500
}

.breadcrumb-title .breadcrumb-menu li:after {
	position: absolute;
	top: 3px;
	right: -13px;
	content: "/";
	font-size: 13px;
	background-color: transparent;
	color: #555
}

.breadcrumb-title .breadcrumb-menu li:first-child {
	margin-left: 0
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
	padding-left: 0
}

.breadcrumb-title .breadcrumb-menu li:last-child {
	margin-right: 0;
	color: #cd8f3a
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
	display: none
}

.breadcrumb-title .breadcrumb-menu li a {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding: 0 5px;
	transition: .3s;
	-webkit-transition: .3s;
	position: relative;
	color: #000
}

.breadcrumb-title .breadcrumb-menu li a:hover {
	color: #cd8f3a
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
	display: none
}

.breadcrumb-img img {
	display: block;
	margin: 0 auto
}

.content-feature-list {
	margin: 0 0 28px
}

.content-feature-list li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 18px
}

.content-feature-list li:last-child {
	margin-bottom: 0
}

.content-feature-list li i {
	position: absolute;
	top: 6px;
	left: 0;
	color: #000;
	font-size: 13px;
	line-height: .8
}

.content-feature-list.style1 li {
	position: relative;
	padding-left: 20px
}

.content-feature-list.style1 li:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #cd8f3a;
	border-radius: 50%
}

.content-feature-list.style1 li a {
	color: #555
}

.content-feature-list.style1 li a:hover {
	color: #cd8f3a;
	padding-left: 5px
}

.login-header {
	margin: 0 0 30px
}

.login-header h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px
}

.login-header span {
	color: #fff
}

.login-form-wrap {
	background-color: #f2f3f5;
	padding: 40px;
	margin-bottom: 25px
}

.login-form-wrap .login-form .form-group {
	margin: 0 0 20px
}

.login-form-wrap .login-form .form-group label {
	font-size: 16px;
	color: #555;
	margin: 0 0 15px;
	display: block
}

.login-form-wrap .login-form .form-group input {
	border-radius: 5px;
	background: #fff;
	border: none;
	width: 100%;
	height: 60px;
	padding: 10px 15px
}

.login-form-wrap .login-form .btn {
	padding: 15px 35px
}

.login-form-wrap .link.style1 {
	color: #cd8f3a
}

.sidebar .sidebar-widget {
	margin: 0 0 25px;
	position: relative;
	z-index: 1;
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.sidebar .sidebar-widget h4 {
	margin: 0 0 25px;
	font-size: 22px;
	position: relative;
	line-height: 1
}

.sidebar .sidebar-widget:last-child {
	margin: 0
}

.sidebar .sidebar-widget.style2 {
	border: none;
	background-color: #f2f3f5;
	border-radius: 5px
}

.search-box {
	position: relative
}

.search-box .form-group {
	position: relative
}

.search-box .form-group input {
	width: 100%;
	height: 58px;
	background: #f9f9f9;
	border: none;
	color: #000;
	font-size: 15px;
	line-height: 21px;
	padding: 10px 60px 10px 20px;
	border-radius: 5px
}

.search-box .form-group input:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.search-box .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 18px;
	height: 100%;
	border: none;
	border-radius: 0 5px 5px 0;
	text-align: center;
	background: #cd8f3a
}

.search-box .form-group button i {
	color: #fff;
	top: 4px;
	left: 1px;
	font-size: 20px;
	position: relative
}

.category-box ul li {
	position: relative
}

.category-box ul li:first-child a {
	padding-top: 0
}

.category-box ul li:first-child a i {
	top: 6px
}

.category-box ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0
}

.category-box ul li a {
	padding: 8px 0 8px 25px;
	display: block;
	font-size: 16px;
	color: #555;
	-webkit-transition: .4s;
	transition: .4s
}

.category-box ul li a i {
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 14px;
	line-height: .8;
	color: #555;
	-webkit-transition: .4s;
	transition: .4s
}

.category-box ul li a span {
	float: right;
	font-weight: 400;
	margin-left: 4px;
	font-size: 16px;
	color: #555
}

.category-box ul li a:hover {
	color: #cd8f3a;
	padding-left: 29px
}

.category-box ul li a:hover i {
	color: #cd8f3a;
	left: 4px
}

.new-product-item {
	margin: 0 0 20px
}

.new-product-item:last-child {
	margin: 0
}

.new-product-item .new-product-img {
	width: 80px;
	padding: 5px;
	text-align: center;
	background-color: #f2f3f5;
	border-radius: 4px
}

.new-product-item .new-product-img img {
	margin: 0 auto;
	display: block
}

.new-product-item .new-product-info {
	width: calc(100% - 95px);
	margin-left: 15px
}

.new-product-item .new-product-info h6 {
	margin: 0 0 5px;
	font-size: 18px
}

.new-product-item .new-product-info h6 a {
	color: #000
}

.new-product-item .new-product-info h6:hover a {
	color: #cd8f3a
}

.new-product-item .new-product-info span {
	color: #cd8f3a;
	font-size: 14px;
	font-weight: 600
}

.new-product-item .new-product-info span.discount {
	text-decoration: line-through;
	margin-left: 5px;
	color: rgba(0, 0, 0, .51)
}

.tag-list ul {
	margin-top: -12px
}

.tag-list ul li {
	display: inline-block;
	margin: 12px 8px 0 0
}

.tag-list ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 15px;
	color: #555;
	background-color: #f2f3f5;
	-webkit-transition: .3s;
	transition: .3s
}

.tag-list ul li a:hover {
	background-color: #cd8f3a;
	color: #fff
}

.tag-list.style2 li a {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}

.tag-list.style2 li a:hover {
	background: 0 0;
	color: #cd8f3a
}

.pp-post-item {
	margin: 0 0 20px
}

.pp-post-item .pp-post-img {
	width: 85px;
	border-radius: 4px
}

.pp-post-item .pp-post-img img {
	border-radius: 4px
}

.pp-post-item .pp-post-info {
	width: calc(100% - 100px);
	margin-left: 15px;
	margin-top: -4px
}

.pp-post-item .pp-post-info h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px
}

.pp-post-item .pp-post-info span {
	font-size: 14px;
	line-height: 1;
	display: block;
	position: relative;
	padding-left: 12px;
	color: #888
}

.pp-post-item .pp-post-info span:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cd8f3a
}

.pp-post-item:last-child {
	margin: 0
}

.pp-post-item:hover .pp-post-info h6 a {
	color: #cd8f3a
}

.hero-bg-1 {
	background-image: url(../img/hero/hero-bg-1.jpg)
}

.hero-bg-2 {
	background-image: url(../img/hero/hero-bg-2.jpg)
}

.hero-wrap .hero-content span {
	display: block;
	margin-bottom: 7px;
	font-weight: 500
}

.hero-wrap .hero-content h1 {
	font-size: 54px;
	line-height: 1.3;
	margin-bottom: 20px
}

.hero-wrap .hero-content p {
	margin-bottom: 32px
}

.hero-wrap .scroll-to-section {
	position: absolute;
	text-align: center;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.hero-wrap .scroll-to-section i {
	font-size: 36px;
	margin: 0 auto;
	position: relative;
	bottom: -11px;
	line-height: 1
}

.hero-wrap .scroll-to-section:before {
	position: absolute;
	top: 2px;
	left: 50%;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	background-color: #cd8f3a;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hero-wrap.style1 {
	background-color: #f2f3f5;
	padding: 170px 0 105px;
	position: relative;
	z-index: 1
}

.hero-wrap.style1 .scroll-to-section {
	bottom: 80px;
	left: calc(50% - 30px);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .37);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .37);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hero-wrap.style1 .scroll-to-section i {
	color: #000
}

.hero-wrap.style1 .scroll-to-section:after {
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .17);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .17)
}

.hero-wrap.style1 .hero-shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1
}

.hero-wrap.style1 .hero-content span {
	color: #cd8f3a;
	letter-spacing: 1px
}

.hero-wrap.style1 .hero-content h1 {
	font-size: 56px
}

.hero-wrap.style1 .hero-img-wrap {
	position: relative;
	z-index: 1
}

.hero-wrap.style1 .hero-img-wrap .hero-shape-one {
	position: absolute;
	bottom: 46px;
	left: calc(50% + 31px);
	z-index: 0;
	max-width: 63px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hero-wrap.style1 .hero-img-wrap img {
	display: block;
	margin: 0 auto
}

.hero-wrap.style2 {
	position: relative;
	z-index: 1
}

.hero-wrap.style2 .hero-shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.hero-wrap.style2 .container {
	padding-top: 220px;
	padding-bottom: 170px;
	position: relative
}

.hero-wrap.style2 .container .blur-text {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 325px;
	font-weight: 900;
	color: rgba(255, 255, 255, .13);
	line-height: 1;
	font-family: playfair display, serif;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .13);
	-webkit-text-fill-color: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hero-wrap.style2 .container .scroll-to-section {
	bottom: 90px;
	right: 0;
	-webkit-box-shadow: 0 2px 1px rgba(255, 255, 255, .17);
	box-shadow: 0 2px 1px rgba(255, 255, 255, .17)
}

.hero-wrap.style2 .container .scroll-to-section i {
	color: #fff
}

.hero-wrap.style2 .hero-content span,
.hero-wrap.style3 .hero-content span {
	color: #cd8f3a
}

.hero-wrap.style2 .hero-content h1,
.hero-wrap.style3 .hero-content h1 {
	font-size: 76px;
	color: #fff
}

.hero-wrap.style2 .hero-content p,
.hero-wrap.style3 .hero-content p {
	color: #ccc
}

.hero-wrap.style3 {
	margin-top: 84px;
	position: relative;
	z-index: 1;
	padding: 200px 0;
	overflow: hidden
}

.hero-wrap.style3:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(black), color-stop(75%, rgba(0, 0, 0, 0.23)));
	background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.23) 75%);
	z-index: -1
}

.hero-wrap.style3 .hero-content {
	position: relative;
	z-index: 10
}

.hero-wrap.style3 .line-shape-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

.hero-wrap.style3 .hero-line-shape {
	width: 20%;
	height: 100%;
	content: "";
	background-color: transparent;
	border-left: 1px solid rgba(255, 255, 255, .09);
	border-right: 1px solid rgba(255, 255, 255, .09);
	position: relative;
	z-index: 1
}

.hero-wrap.style3 .hero-line-shape.one:before,
.hero-wrap.style3 .hero-line-shape.one:after,
.hero-wrap.style3 .hero-line-shape.two:before,
.hero-wrap.style3 .hero-line-shape.two:after,
.hero-wrap.style3 .hero-line-shape.three:before,
.hero-wrap.style3 .hero-line-shape.three:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 30px;
	background-color: rgba(255, 255, 255, .5)
}

.hero-wrap.style3 .hero-line-shape.one:after {
	top: 50%;
	left: -3px;
	-webkit-animation: moveUp 40s linear infinite;
	animation: moveUp 40s linear infinite
}

.hero-wrap.style3 .hero-line-shape.one:before {
	top: 20%;
	right: -3px;
	-webkit-animation: moveDown 40s linear infinite;
	animation: moveDown 40s linear infinite
}

.hero-wrap.style3 .hero-line-shape.two:after {
	top: 50%;
	left: -3px;
	-webkit-animation: moveUp 40s linear infinite;
	animation: moveUp 40s linear infinite
}

.hero-wrap.style3 .hero-line-shape.two:before {
	top: 20%;
	right: -3px;
	-webkit-animation: moveDown 40s linear infinite;
	animation: moveDown 40s linear infinite
}

.hero-wrap.style3 .hero-line-shape.three:before {
	top: 20%;
	left: -3px;
	-webkit-animation: moveDown 40s linear infinite;
	animation: moveDown 40s linear infinite
}

.hero-wrap.style3 .hero-line-shape.three:after {
	top: 80%;
	right: -3px;
	-webkit-animation: moveUp 24s linear infinite;
	animation: moveUp 40s linear infinite
}

.feature-card {
	text-align: center;
	padding: 25px;
	margin-bottom: 25px;
	-webkit-transition: .4s;
	transition: .4s
}

.feature-card .feature-icon {
	position: relative;
	z-index: 1;
	margin: 0 auto 20px;
	width: 75px;
	height: 70px;
	    filter: hue-rotate(45deg);
	
	

}

.feature-card .feature-icon:after {
	position: absolute;
	top: 50%;
	left: -25px;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .05);
	z-index: -1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.feature-card .feature-icon i {
	font-size: 40px;
	line-height: 1;
	position: relative;
	top: 5px;
	color: #cd8f3a
}

.feature-card .feature-info h3 {
	font-size: 22px;
	margin: 0 0 10px;
	font-weight: 700;
	font-family: poppins, sans-serif
}

.feature-card .feature-info p {
	margin: 0;
	font-weight: 400
}

.feature-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

.feature-card.style2:hover {
	background-color: #fff
}

.about-wrap .about-content .content-feature-list {
	margin-bottom: 35px
}

.about-wrap .about-content .content-feature-list li i {
	color: #cd8f3a;
	font-size: 18px;
	position: absolute;
	top: 5px
}

.about-wrap.style1 {
	position: relative;
	z-index: 1
}

.about-wrap.style1 .about-shape-one {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: -1
}

.about-wrap.style1 .about-content .content-title {
	margin-bottom: 25px
}

.about-wrap.style1 .about-content .content-feature-list li {
	font-family: playfair display, serif;
	color: #232e36;
	font-weight: 700
}

.about-wrap.style1 .about-content .about-btn .btn {
	margin-right: 15px
}

.about-wrap.style1 .about-content .about-btn .link:after {
	visibility: visible;
	opacity: 1;
	width: 100%;
	bottom: 1px;
	background-color: #cd8f3a
}

.about-wrap.style1 .about-img-wrap {
	position: relative;
	z-index: -1
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.about-wrap.style1 .about-img-wrap img {
	display: block;
	margin: 0 auto
}

.about-wrap.style2 {
	position: relative;
	margin-top: 42px;
	margin-bottom: 42px
}

.about-wrap.style2:before {
	position: absolute;
	top: -42px;
	left: 0;
	width: 100%;
	height: 42px;
	content: "";
	background-color: #1e2327
}

.about-wrap.style2:after {
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	height: 42px;
	content: "";
	background-color: #1e2327
}

.about-wrap.style2 .container {
	position: relative
}

.about-wrap.style2 .about-img-shape {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 550px;
	height: calc(100% + 45px);
	background-image: url(../img/about/about-img-3.jpg)
}

.about-wrap.style2 .about-content {
	background-color: #1e2327;
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	margin: 100px 0
}

.about-wrap.style2 .about-content .content-title {
	margin-bottom: 35px
}

.about-wrap.style2 .about-img-wrap {
	position: absolute;
	bottom: -50px;
	margin-left: 50px;
	z-index: 1
}

.about-wrap.style2 .about-img-wrap img {
	padding-right: 15px
}

.about-wrap.style2 .about-img-wrap:after {
	position: absolute;
	top: -30px;
	left: -30px;
	content: "";
	background-color: #1e2327;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px
}

.about-wrap.style3 .about-content .content-title {
	margin-bottom: 25px
}

.about-wrap.style3 .about-content .content-title p {
	color: #888
}

.about-wrap.style3 .about-content .client-quote p {
	margin: 0 0 22px;
	color: #ccc
}

.about-wrap.style3 .about-content .client-quote .client-info h3 {
	font-size: 22px;
	margin: 0 0 5px;
	color: #fff
}

.about-wrap.style3 .about-content .client-quote .client-info span {
	color: #cd8f3a
}

.about-wrap.style3 .about-img-wrap .about-img-one,
.about-wrap.style3 .about-img-wrap .about-img-two {
	border-radius: 5px
}

.about-wrap.style3 .about-img-wrap .about-img-one img,
.about-wrap.style3 .about-img-wrap .about-img-two img {
	border-radius: 5px
}

.about-wrap.style3 .about-img-wrap .about-img-one {
	margin-top: 50px
}

.about-wrap.style4 .about-content {
	padding: 100px 0
}

.about-wrap.style4 .about-content .content-title {
	margin-bottom: 25px
}

.about-wrap.style4 .about-content .content-feature-list {
	margin-bottom: 0
}

.about-wrap.style4 .about-content .content-feature-list li {
	font-family: playfair display, serif;
	color: #232e36;
	font-weight: 700
}

.about-wrap.style4 .about-img-wrap {
	position: relative;
	z-index: 1
}

.about-wrap.style4 .about-img-wrap .about-shape-one {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%
}

.about-wrap.style4 .about-img-wrap img {
	display: block;
	margin: 0 auto
}

.service-card {
	margin-bottom: 25px
}

.service-card .service-info h3 {
	font-size: 22px
}

.service-card.style1,
.service-card.style2 {
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
	border-radius: 5px;
	-webkit-transition: .4s;
	transition: .4s
}

.service-card.style1 .service-img,
.service-card.style2 .service-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0
}

.service-card.style1 .service-img img,
.service-card.style2 .service-img img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: .4s;
	transition: .4s
}

.service-card.style1 .service-info,
.service-card.style2 .service-info {
	text-align: center;
	padding: 22px 25px
}

.service-card.style1 .service-info h3,
.service-card.style2 .service-info h3 {
	margin: 0 0 10px
}

.service-card.style1:hover,
.service-card.style2:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.service-card.style1:hover .service-info h3 a,
.service-card.style2:hover .service-info h3 a {
	color: #cd8f3a
}

.service-card.style2 {
	margin-top: 35px
}

.service-card.style3,
.service-card.style4 {
	text-align: center;
	padding: 25px;
	margin-bottom: 25px;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: .4s;
	transition: .4s
}

.service-card.style3 .service-icon,
.service-card.style4 .service-icon {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	display: inline-block
}

.service-card.style3 .service-icon:after,
.service-card.style4 .service-icon:after {
	position: absolute;
	top: 50%;
	left: -20px;
	content: "";
	width: 65px;
	height: 65px;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.service-card.style3 .service-icon i,
.service-card.style4 .service-icon i {
	font-size: 58px;
	line-height: 1
}

.service-card.style3 .service-info h3,
.service-card.style4 .service-info h3 {
	margin: 0 0 15px;
	font-family: poppins, sans-serif;
	font-weight: 600
}

.service-card.style3 .service-info p,
.service-card.style4 .service-info p {
	margin: 0
}

.service-card.style3:hover,
.service-card.style4:hover {
	border-color: transparent;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.service-card.style3 .service-icon:after {
	background-color: #242e37
}

.service-card.style3 .service-icon i {
	color: #cd8f3a
}

.service-card.style3 .service-info h3 a {
	color: #fff
}

.service-card.style3 .service-info p {
	color: #ccc
}

.service-card.style3:hover {
	background-color: #242e37
}

.service-card.style3:hover .service-icon:after {
	background-color: #1e2327
}

.service-card.style4 {
	border: 1px solid rgba(0, 0, 0, .1)
}

.service-card.style4 .service-icon:after {
	background-color: rgba(0, 0, 0, .1)
}

.service-card.style4 .service-icon i {
	color: #cd8f3a
}

.service-card.style4:hover {
	background-color: #f2f3f5
}

.service-card.style4:hover .service-info h3 a {
	color: #cd8f3a
}

.service-card.style4:hover .service-icon:after {
	background-color: #242e37
}

.service-desc {
	margin-bottom: 50px
}

.service-desc h2 {
	line-height: 1.4
}

.service-desc h3 {
	margin-bottom: 25px !important
}

.service-desc .content-feature-list {
	margin: 15px 0 0 !important
}

.service-desc .content-feature-list li {
	font-weight: 600;
	color: #232e36;
	font-size: 18px;
	line-height: 30px
}

.service-desc .sub-para {
	font-weight: 600
}

.service-details-img {
	margin-bottom: 50px;
	border-radius: 5px
}

.service-details-img img {
	width: 100%;
	border-radius: 5px
}

.video-wrap.style2 {
	border-radius: 5px
}

.video-wrap.style2:after {
	border-radius: 5px
}

.video-wrap.style2 img {
	border-radius: 5px
}

.project-info-list li {
	margin-bottom: 12px
}

.project-info-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.project-info-list li p {
	margin-bottom: 0;
	font-weight: 500;
	color: #000
}

.project-info-list li p i {
	color: #cd8f3a;
	position: relative;
	top: 2px;
	font-size: 17px;
	font-weight: 500;
	margin-right: 10px
}

.single-project-slider {
	margin: 25px 0 0
}

.single-project-slider.owl-carousel .owl-dots {
	text-align: center;
	margin: 20px 0 25px
}

.single-project-slider .single-project-img {
	border-radius: 5px
}

.single-project-slider .single-project-img img {
	border-radius: 5px
}

.project-features {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 30px;
	padding-top: 30px
}

.project-feature-card {
	text-align: center;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: .4s;
	transition: .4s
}

.project-feature-card .project-feature-icon {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	display: inline-block
}

.project-feature-card .project-feature-icon:after {
	position: absolute;
	top: 45%;
	left: -20px;
	content: "";
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .05);
	z-index: -1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.project-feature-card .project-feature-icon i {
	font-size: 45px;
	line-height: 1;
	color: #cd8f3a
}

.project-feature-card .project-feature-info h3 {
	font-size: 22px;
	margin: 0 0 15px
}

.project-feature-card .project-feature-info p {
	margin: 0;
	padding: 0 5px
}

.cta-wrap {
	z-index: 1;
	position: relative
}

.cta-wrap.style1 {
	background-image: url(../img/cta-bg-1.jpg)
}

.cta-wrap.style1:before {
	position: absolute;
	top: 0;
	left: 45%;
	content: "";
	width: 2px;
	height: 100%;
	background: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1
}

.cta-wrap.style1:after {
	position: absolute;
	top: 50%;
	right: 55%;
	content: "";
	width: 45%;
	height: 2px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}

.cta-wrap.style1 .cta-content {
	background-color: #fff;
	padding: 45px 50px 60px;
	position: relative;
	border-radius: 5px
}

.cta-wrap.style1 .cta-content:before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background: 0 0;
	border-radius: 5px;
	border: 1px solid rgba(215, 35, 36, .1)
}

.cta-wrap.style1 .cta-content .content-title {
	margin-bottom: 25px
}

.cta-wrap.style1 .cta-content .content-title h2 {
	font-family: poppins, sans-serif;
	font-weight: 700
}

.cta-wrap.style2 {
	background-image: url(../img/cta-bg-2.jpg)
}

.cta-wrap.style2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.cta-wrap.style2 .cta-content .content-title {
	margin-bottom: 30px
}

.cta-wrap.style2 .cta-content .content-title h2 {
	color: #fff
}

.cta-wrap.style2 .cta-content .content-title p {
	color: #ccc
}

.cta-wrap.style3 {
	background-image: url(../img/cta-bg-3.jpg)
}

.cta-wrap.style3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.cta-wrap.style3 .cta-content .content-title {
	margin-bottom: 30px
}

.cta-wrap.style3 .cta-content .content-title h2 {
	color: #fff
}

.cta-wrap.style3 .cta-content .content-title p {
	color: #ccc
}

.project-wrap {
	position: relative;
	z-index: 1
}

.project-wrap .project-shape-one,
.project-wrap .project-shape-two {
	position: absolute;
	z-index: -1
}

.project-wrap .project-shape-one {
	top: 0;
	right: 0
}

.project-wrap .project-shape-two {
	bottom: 0;
	left: 0
}

.project-card {
	text-align: center;
	margin-bottom: 25px;
	-webkit-transition: .4s;
	transition: .4s
}

.project-card img {
	border-radius: 5px
}

.project-card .project-info {
	padding: 20px 25px 0
}

.project-card .project-info h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0
}

.project-card.style2 {
	position: relative
}

.project-card.style2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left bottom, left top, from(#1e2327), color-stop(57%, rgba(32, 37, 41, 0.048)));
	background: linear-gradient(0deg, #1e2327 0%, rgba(32, 37, 41, 0.048) 57%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.project-card.style2 .project-info {
	position: absolute;
	bottom: 0;
	left: 25px;
	padding: 0;
	z-index: 1;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.project-card.style2 .project-info h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	-webkit-transition: .4s;
	transition: .4s
}

.project-card.style2 .project-info h3 a {
	color: #fff
}

.project-card.style2 .project-info h3:hover a {
	color: #cd8f3a !important
}

.project-card.style2 .project-info .project-cat {
	display: block;
	margin-top: 20px;
	color: #ccc;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: .4s;
	transition: .4s
}

.project-card.style2:hover:after {
	visibility: visible;
	opacity: 1
}

.project-card.style2:hover .project-info {
	bottom: 25px;
	visibility: visible;
	opacity: 1
}

.project-card.style2:hover .project-info h3,
.project-card.style2:hover .project-info .project-cat {
	margin-top: 0
}

.project-card.style2:hover .project-info h3 a {
	color: #fff
}

.project-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.project-card:hover .project-info h3 a {
	color: #cd8f3a
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	background-color: #242e37;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev i,
.project-slider-one.owl-carousel .owl-nav button.owl-next i {
	color: #fff
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.project-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #cd8f3a
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -25px
}

.project-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -25px
}

.pricing-card {
	margin-bottom: 25px;
	background-color: #fff;
	border-radius: 5px;
	padding: 50px;
	-webkit-transition: .4s;
	transition: .4s
}

.pricing-card h6 {
	font-weight: 500;
	margin: 0 0 20px
}

.pricing-card .pricing-tag {
	font-size: 48px;
	font-weight: 700;
	color: #232e36
}

.pricing-card .pricing-tag span {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: -25px
}

.pricing-card .pricing-tag p {
	display: inline-block;
	position: relative;
	top: -3px;
	line-height: 1;
	margin: 0;
	font-weight: 400;
	color: #cd8f3a;
	font-family: poppins, sans-serif
}

.pricing-card .pricing-features {
	margin: 10px 0 40px
}

.pricing-card .pricing-features li {
	position: relative;
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.pricing-card .pricing-features li:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.pricing-card .pricing-features li i {
	position: absolute;
	top: 21px;
	left: 0;
	font-size: 20px;
	line-height: 1;
	color: #cd8f3a
}

.pricing-card .btn.style2 {
	border: 1px solid #eee;
	color: #cd8f3a;
	display: block;
	width: 100%
}

.pricing-card .btn.style2:hover {
	color: #fff
}

.pricing-card.style2,
.pricing-card.style3 {
	background-color: #1e2327
}

.pricing-card.style2 h6,
.pricing-card.style3 h6 {
	color: #ccc
}

.pricing-card.style2 .pricing-tag,
.pricing-card.style3 .pricing-tag {
	color: #fff
}

.pricing-card.style2 .pricing-tag p,
.pricing-card.style2 .pricing-tag span,
.pricing-card.style3 .pricing-tag p,
.pricing-card.style3 .pricing-tag span {
	color: #ccc
}

.pricing-card.style2 .pricing-features li,
.pricing-card.style3 .pricing-features li {
	color: #ccc;
	border-color: rgba(255, 255, 255, .08)
}

.pricing-card.style2 .btn,
.pricing-card.style3 .btn {
	border-color: rgba(255, 255, 255, .1)
}

.pricing-card.style3 {
	position: relative
}

.pricing-card.style3:before,
.pricing-card.style3:after {
	position: absolute;
	left: 50%;
	content: "";
	height: 2px;
	background-color: #cd8f3a;
	border-radius: 0 0 5px 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .4s;
	transition: .4s
}

.pricing-card.style3:after {
	bottom: 0;
	width: 100%
}

.pricing-card.style3:before {
	width: 0;
	top: 0;
	visibility: hidden;
	opacity: 0
}

.pricing-card.style3:hover:after {
	visibility: hidden;
	opacity: 0;
	width: 0
}

.pricing-card.style3:hover:before {
	visibility: visible;
	opacity: 1;
	width: 100%
}

.pricing-card.style4 {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.pricing-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.contact-wrap .contact-bg {
	background-image: url(../img/contact-bg-1.jpg);
	height: 100%
}

.contact-wrap .contact-content {
	padding: 100px 0
}

.contact-wrap .contact-content .content-title {
	margin-bottom: 30px
}

.contact-wrap .contact-content .content-title h2 {
	color: #fff
}

.contact-wrap #contactForm .form-group {
	margin: 0 0 20px
}

.contact-wrap #contactForm .form-group input,
.contact-wrap #contactForm .form-group textarea {
	width: 100%;
	background: 0 0;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .1)
}

.contact-wrap #contactForm .form-group input:focus,
.contact-wrap #contactForm .form-group textarea:focus {
	border: 1px solid rgba(255, 255, 255, .1)
}

.contact-wrap #contactForm .form-group input {
	height: 60px
}

.contact-wrap #contactForm .form-group .form-check {
	padding-left: 0
}

.contact-wrap #contactForm .form-group .form-check input {
	height: 0
}

.contact-wrap #contactForm .form-group textarea {
	height: 163px;
	resize: none;
	padding-top: 18px
}

.contact-wrap.style2 .contact-bg-one {
	height: 220px;
	background-image: url(../img/cta-bg-1.jpg);
	border-radius: 5px
}

.contact-wrap.style2 .container {
	position: relative
}

.contact-wrap.style2 .container .contact-img-one,
.contact-wrap.style2 .container .contact-img-two,
.contact-wrap.style2 .container .contact-img-three,
.contact-wrap.style2 .container .contact-img-four {
	position: absolute;
	border-radius: 5px
}

.contact-wrap.style2 .container .contact-img-one {
	top: 40%;
	left: 50px;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg)
}

.contact-wrap.style2 .container .contact-img-two {
	bottom: 30px;
	left: 50px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}

.contact-wrap.style2 .container .contact-img-three {
	top: 40%;
	right: 50px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}

.contact-wrap.style2 .container .contact-img-four {
	bottom: 30px;
	right: 50px;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg)
}

.contact-wrap.style2 #contactForm {
	padding: 30px 30px 0
}

.contact-wrap.style2 #contactForm .form-group input,
.contact-wrap.style2 #contactForm .form-group textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 28px 0 32px;
	font-weight: 300
}

.contact-wrap.style2 #contactForm .form-group input::-webkit-input-placeholder,
.contact-wrap.style2 #contactForm .form-group textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: .6
}

.contact-wrap.style2 #contactForm .form-group input:-ms-input-placeholder,
.contact-wrap.style2 #contactForm .form-group textarea:-ms-input-placeholder {
	color: #fff;
	opacity: .6
}

.contact-wrap.style2 #contactForm .form-group input::-ms-input-placeholder,
.contact-wrap.style2 #contactForm .form-group textarea::-ms-input-placeholder {
	color: #fff;
	opacity: .6
}

.contact-wrap.style2 #contactForm .form-group input::placeholder,
.contact-wrap.style2 #contactForm .form-group textarea::placeholder {
	color: #fff;
	opacity: .6
}

.contact-wrap.style2 #contactForm .form-group input {
	height: auto
}

.btn.disabled {
	opacity: 1
}

.comp-map {
	height: 510px
}

.checkbox input:checked+label:before {
	border-color: #cd8f3a
}

.checkbox input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 9px;
	height: 9px;
	border: none;
	background: #cd8f3a
}

.partner-item {
	background-color: #242e37;
	padding: 65px 30px;
	border-radius: 5px;
	margin-bottom: 25px;
	-webkit-transition: .4s;
	transition: .4s
}

.partner-item img {
	display: block;
	margin: 0 auto
}

.partner-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.video-wrap {
	background-image: url(../img/video-bg-2.jpg);
	position: relative;
	z-index: 1;
	padding: 200px 0
}

.video-wrap.style2 {
	margin-bottom: 25px;
	padding: 0
}

.video-wrap.style2:after {
	display: none
}

.video-wrap.style2.video-bg-1 {
	background-image: url(../img/service/single-service-2.jpg);
	height: 400px
}

.video-wrap.style2.video-bg-2 {
	background-image: url(../img/service/single-service-3.jpg);
	height: 400px
}

.video-wrap.style2 .play-now {
	position: absolute;
	top: 40%;
	left: 42%;
	height: 75px;
	width: 75px;
	font-size: 24px;
	line-height: 80px;
	-webkit-transform: trasnlate(-50%, -50%);
	transform: trasnlate(-50%, -50%)
}

.video-wrap.style2 .play-now .ripple {
	height: 75px;
	width: 75px
}

.video-wrap.style2 .play-now .ripple:before,
.video-wrap.style2 .play-now .ripple:after {
	height: 75px;
	width: 75px
}

.video-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .51);
	z-index: -1
}

.video-wrap .play-now {
	position: relative;
	margin: 0 auto;
	top: 1px;
	height: 100px;
	width: 100px;
	line-height: 106px;
	background-color: #fff
}

.video-wrap .play-now i {
	color: #cd8f3a
}

.video-wrap .play-now .ripple,
.video-wrap .play-now .ripple:before,
.video-wrap .play-now .ripple:after {
	height: 100px;
	width: 100px
}

.testimonial-slider-one.style1 {
	margin-bottom: -30px
}

.testimonial-card .client-info-wrap .client-img {
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.testimonial-card .client-info-wrap .client-img img {
	border-radius: 50%
}

.testimonial-card .client-info-wrap .client-info {
	width: calc(100% - 100px);
	margin-left: 20px
}

.testimonial-card .client-info-wrap .client-info h3 {
	font-size: 22px;
	margin: 0 0 5px
}

.testimonial-card .client-gallery {
	border-radius: 5px
}

.testimonial-card .client-gallery img {
	border-radius: 5px
}

.testimonial-card.style1 {
	margin-top: 120px;
	margin-bottom: 30px
}

.testimonial-card.style1 .client-info-wrap {
	margin: 0 0 15px
}

.testimonial-card.style1 .client-quote {
	margin: 0
}

.testimonial-card.style1 .client-gallery {
	border-radius: 5px
}

.testimonial-card.style1 .client-gallery img {
	border-radius: 5px
}

.testimonial-card.style1 .client-gallery {
	margin-top: -120px;
	width: calc(100% + 100px)
}

.testimonial-card.style1 .client-text {
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 23px rgba(0, 0, 0, .07);
	box-shadow: 0 6px 23px rgba(0, 0, 0, .07);
	padding: 65px 55px;
	margin: 50px 0 0 -50px;
	left: -10px;
	position: relative
}

.testimonial-card.style2 {
	position: relative;
	z-index: 1;
	padding: 0 0 35px 35px
}

.testimonial-card.style2:after {
	position: absolute;
	top: 60px;
	left: 0;
	content: "";
	width: 60%;
	height: 100%;
	background-color: #242e37;
	z-index: -1;
	border-radius: 8px
}

.testimonial-card.style2 .client-quote {
	margin-bottom: 25px;
	color: #ccc
}

.testimonial-card.style2 .client-info-wrap .client-info h3 {
	color: #fff
}

.testimonial-card.style2 .client-info-wrap .client-info span {
	color: #ccc
}

.testimonial-card.style3,
.testimonial-card.style4 {
	text-align: center
}

.testimonial-card.style3 .client-img,
.testimonial-card.style4 .client-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 25px;
	position: relative
}

.testimonial-card.style3 .client-img i,
.testimonial-card.style4 .client-img i {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 26px;
	line-height: 1
}

.testimonial-card.style3 .client-img img,
.testimonial-card.style4 .client-img img {
	border-radius: 50%;
	display: block;
	margin: 0 auto
}

.testimonial-card.style3 .client-quote,
.testimonial-card.style4 .client-quote {
	padding: 0 15px;
	letter-spacing: .5px;
	margin-bottom: 25px
}

.testimonial-card.style3 .client-info h3,
.testimonial-card.style4 .client-info h3 {
	font-size: 22px
}

.testimonial-card.style3 .client-img i {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonial-card.style3 .client-quote {
	color: #fff
}

.testimonial-card.style3 .client-info h3 {
	color: #cd8f3a;
	font-size: 16px;
	margin: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonial-card.style3:hover .client-img i {
	color: #cd8f3a
}

.testimonial-card.style3:hover .client-info h3 {
	color: #cd8f3a
}

.testimonial-card.style4 {
	margin-bottom: 25px;
	padding: 25px;
	-webkit-transition: .3s;
	transition: .3s
}

.testimonial-card.style4 .client-img i {
	color: #cd8f3a
}

.testimonial-card.style4 .client-quote {
	margin-bottom: 13px;
	font-weight: 400
}

.testimonial-card.style4 .client-info h3 {
	color: #cd8f3a;
	margin: 0
}

.testimonial-card.style4:hover {
	-webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .1)
}

.testimonial-slider-one.owl-carousel .owl-nav {
	position: absolute;
	bottom: 25px
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
	border: none;
	width: auto;
	height: auto
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev i,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next i {
	font-size: 30px;
	font-weight: 300;
	color: rgba(0, 0, 0, .4);
	line-height: .4
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
	color: #cd8f3a
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
	margin-right: 15px
}

.testimonial-slider-two.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px
}

.testimonial-slider-two.owl-carousel .owl-dots button.owl-dot span {
	background: rgba(255, 255, 255, .1)
}

.testimonial-slider-two.owl-carousel .owl-dots button.owl-dot.active span {
	background: #cd8f3a
}

.testimonial-slider-three.owl-carousel .owl-nav {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 70px)
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
	border: none;
	width: auto;
	height: auto
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next i {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	line-height: .4
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover i {
	color: #cd8f3a
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
	margin-right: 15px
}

.testimonial-slider-three.owl-carousel .owl-dots {
	position: absolute;
	top: 100px;
	left: 35px
}

.testimonial-slider-three.owl-carousel .owl-dots .owl-dot {
	display: inline-block
}

.testimonial-slider-three.owl-carousel .owl-dots .owl-dot:last-child button {
	margin-right: 0
}

.testimonial-slider-three.owl-carousel .owl-dots .owl-dot:last-child button:after {
	display: none
}

.testimonial-slider-three.owl-carousel .owl-dots .owl-dot button {
	background-color: transparent;
	border: none;
	position: relative;
	color: #fff;
	font-weight: 400;
	margin-right: 28px
}

.testimonial-slider-three.owl-carousel .owl-dots .owl-dot button:after {
	position: absolute;
	bottom: 5px;
	left: calc(100% + 2px);
	content: "";
	width: 24px;
	height: 2px;
	background-color: rgba(255, 255, 255, .6)
}

.blog-card {
	margin-bottom: 25px;
	-webkit-transition: .4s;
	transition: .4s
}

.blog-card .blog-img {
	overflow: hidden;
	position: relative
}

.blog-card .blog-img img {
	-webkit-transition: .7s;
	transition: .7s
}

.blog-card .blog-img .blog-date {
	position: absolute
}

.blog-card .blog-date {
	position: relative;
	padding: 13px 20px 11px 22px
}

.blog-card .blog-date:before {
	position: absolute;
	top: 21px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #cd8f3a
}

.blog-card .blog-info {
	border-radius: 0 0 8px 8px
}

.blog-card .blog-info h3 {
	font-size: 22px;
	margin-bottom: 15px
}

.blog-card.style1,
.blog-card.style4 {
	position: relative
}

.blog-card.style1 .blog-img,
.blog-card.style4 .blog-img {
	border-radius: 8px 8px 0 0
}

.blog-card.style1 .blog-img img,
.blog-card.style4 .blog-img img {
	border-radius: 8px 8px 0 0
}

.blog-card.style1 .blog-img .blog-date,
.blog-card.style4 .blog-img .blog-date {
	bottom: 0;
	left: 0;
	background-color: #f2f3f5
}

.blog-card.style1 .blog-info,
.blog-card.style4 .blog-info {
	padding: 22px 0 0
}

.blog-card.style1 .blog-info h3,
.blog-card.style4 .blog-info h3 {
	margin-bottom: 15px
}

.blog-card.style2 .blog-img .blog-date {
	bottom: 0;
	left: 0;
	background-color: #1e2327;
	color: #888
}

.blog-card.style2 .blog-info {
	padding: 22px 0 0
}

.blog-card.style2 .blog-info h3 a,
.blog-card.style3 .blog-info h3 a {
	color: #fff
}

.blog-card.style2 .blog-info h3:hover a,
.blog-card.style3 .blog-info h3:hover a {
	color: #cd8f3a
}

.blog-card.style2 .blog-info p,
.blog-card.style3 .blog-info p {
	color: #ccc
}

.blog-card.style2 .blog-info .link:hover,
.blog-card.style3 .blog-info .link:hover {
	color: #cd8f3a
}

.blog-card.style2 .blog-info .link:hover:after,
.blog-card.style3 .blog-info .link:hover:after {
	background-color: #cd8f3a
}

.blog-card.style3 {
	background-color: #242e37
}

.blog-card.style3 .blog-img {
	border-radius: 5px 5px 0 0
}

.blog-card.style3 .blog-img img {
	border-radius: 5px 5px 0 0
}

.blog-card.style3 .blog-info {
	padding: 25px
}

.blog-card.style3 .blog-info .blog-date {
	color: #ccc;
	margin-bottom: 15px;
	display: block;
	padding: 0 0 0 18px
}

.blog-card.style3 .blog-info .blog-date:before {
	left: 0;
	top: 9px
}

.blog-card.style3 .blog-info h3 {
	margin-bottom: 18px
}

.blog-card.style4 .blog-img .blog-date {
	background-color: #fff
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-card:hover .blog-info h3 a {
	color: #cd8f3a
}

.instagram-wrap {
	background-color: #242e37
}

.insta-card {
	display: block;
	position: relative;
	border: 5px
}

.insta-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .6);
	visibility: visible;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.insta-card img {
	border-radius: 5px
}

.insta-card span {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .4s;
	transition: .4s
}

.insta-card span i {
	font-size: 23px;
	line-height: 30px;
	color: #fff;
	margin: 0 auto
}

.insta-card:hover:before {
	visibility: visible;
	opacity: 1
}

.insta-card:hover span {
	visibility: visible;
	opacity: 1
}

.faq-wrap {
	position: relative
}

.faq-wrap .accordion {
	margin-bottom: 25px
}

.accordion-item {
	border: none;
	margin: 0 0 25px;
	background: 0 0
}

.accordion-item:last-child {
	margin-bottom: 0
}

.accordion-item .accordion-header {
	margin-bottom: 0;
	position: relative;
	z-index: 3
}

.accordion-item .accordion-header .faq-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.accordion-item .accordion-header .accordion-button {
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	border-radius: 5px;
	color: #000;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
	padding: 20px 60px 22px 20px;
	-webkit-transition: .4s;
	transition: .4s;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .1)
}

.accordion-item .accordion-header .accordion-button.collapsed {
	color: #000
}

.accordion-item .accordion-header .accordion-button.collapsed span {
	background-color: #cd8f3a !important
}

.accordion-item .accordion-header .accordion-button:after {
	display: none
}

.accordion-item .accordion-header .accordion-button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
	background-color: transparent
}

.accordion-item .accordion-header .accordion-button.collapsed span {
	background-color: transparent !important
}

.accordion-item .accordion-header .accordion-button.collapsed span i {
	color: #555
}

.accordion-item .accordion-header .accordion-button span {
	display: inline-block;
	min-width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	text-align: center
}

.accordion-item .accordion-header .accordion-button span i {
	position: absolute;
	top: 28px;
	right: 20px;
	font-size: 24px;
	line-height: .8;
	color: #fff;
	display: block;
	margin: 0 auto
}

.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0
}

.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0
}

.accordion-item .accordion-body {
	border-radius: 0 0 5px 5px;
	border-top: none;
	padding: 25px 25px 0
}

.accordion-item .accordion-body p {
	margin: 0 0 10px
}

.accordion-item .accordion-body p:last-child {
	margin: 0
}

.accordion-collapse {
	border: none
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: #cd8f3a !important;
	border-color: transparent;
	color: #fff
}

.accordion-button:not(.collapsed) span i.plus {
	visibility: hidden;
	opacity: 0
}

.accordion-button:not(.collapsed) span i.minus {
	visibility: visible !important;
	opacity: 1 !important
}

.error-wrap {
	margin-top: 84px
}

.error-content {
	text-align: center
}

.error-content img {
	display: block;
	margin: 0 auto 30px;
	max-width: 600px
}

.error-content p {
	margin: 0 auto 20px;
	max-width: 520px
}

article p,
.service-desc p,
.project-desc p,
.terms-wrap p {
	margin-bottom: 15px
}

article p strong,
.service-desc p strong,
.project-desc p strong,
.terms-wrap p strong {
	color: #000
}

article p a,
.service-desc p a,
.project-desc p a,
.terms-wrap p a {
	color: #cd8f3a
}

article p a:hover,
.service-desc p a:hover,
.project-desc p a:hover,
.terms-wrap p a:hover {
	text-decoration: underline;
	color: #cd8f3a
}

article h1,
.service-desc h1,
.project-desc h1,
.terms-wrap h1 {
	font-size: 32px;
	margin-bottom: 15px
}

article h2,
.service-desc h2,
.project-desc h2,
.terms-wrap h2 {
	font-size: 30px;
	margin-bottom: 15px
}

article h3,
.service-desc h3,
.project-desc h3,
.terms-wrap h3 {
	font-size: 28px;
	margin-bottom: 15px
}

article h4,
.service-desc h4,
.project-desc h4,
.terms-wrap h4 {
	font-size: 26px;
	margin-bottom: 15px
}

article h5,
.service-desc h5,
.project-desc h5,
.terms-wrap h5 {
	font-size: 24px;
	margin-bottom: 15px
}

article h6,
.service-desc h6,
.project-desc h6,
.terms-wrap h6 {
	font-size: 22px;
	margin-bottom: 15px
}

article ol,
.service-desc ol,
.project-desc ol,
.terms-wrap ol {
	margin-top: 20px;
	margin-bottom: 30px
}

article ol li,
.service-desc ol li,
.project-desc ol li,
.terms-wrap ol li {
	margin-bottom: 15px;
	color: #555;
	padding-left: 3px
}

article .content-feature-list,
.service-desc .content-feature-list,
.project-desc .content-feature-list,
.terms-wrap .content-feature-list {
	margin: 25px 0
}

article {
	margin-bottom: 25px
}

article .content-feature-list li i {
	font-size: 10px;
	top: 6px
}

.post-metainfo {
	margin-bottom: 30px
}

.post-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	color: #555
}

.post-metainfo li:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #cd8f3a;
	border-radius: 50%
}

.post-img {
	position: relative;
	margin: 0 0 25px;
	display: block
}

.post-img .blog-date {
	display: inline-block;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	padding: 7px 32px 8px;
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 1;
	background-color: #000;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.post-img .blog-date:hover {
	background: #cd8f3a;
	color: #fff
}

.wp-block-quote {
	position: relative;
	padding: 35px;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .09);
	margin: 30px 0
}

.wp-block-quote .wp-quote-text {
	width: calc(100% - 100px);
	margin-left: 30px;
	text-align: center
}

.wp-block-quote .wp-quote-text p {
	font-weight: 500;
	color: #555;
	font-weight: 500;
	margin-bottom: 0
}

.wp-block-quote .wp-quote-icon {
	width: 70px;
	height: 100px;
	position: relative;
	z-index: 1
}

.wp-block-quote .wp-quote-icon i {
	color: #cd8f3a;
	font-size: 68px;
	line-height: .8;
	opacity: .7;
	margin: 0 auto
}

.post-meta-option {
	margin-bottom: 25px
}

.post-tag ul {
	display: inline-block
}

.post-tag ul li {
	display: inline-block
}

.post-tag ul li a {
	color: #555;
	font-size: 16px;
	border-radius: 3px
}

.post-tag ul li a:hover {
	color: #000
}

.post-tag span {
	margin-right: 10px;
	font-weight: 500;
	color: #000
}

.post-tag span i {
	position: relative;
	top: 1px;
	color: #000;
	margin-right: 3px
}

.post-share {
	display: inline-block
}

.post-share span {
	font-weight: 500;
	color: #000
}

.post-share ul {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 2px
}

.post-author {
	padding: 25px;
	margin: 15px 0 30px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .09)
}

.post-author .post-author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%
}

.post-author .post-author-img img {
	border-radius: 50%
}

.post-author .post-author-info {
	width: calc(100% - 175px);
	margin-left: 25px
}

.post-author .post-author-info h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px
}

.post-author .post-author-info p {
	margin: 0 0 15px
}

.comment-box-wrap {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.comment-item-wrap .comment-item {
	padding: 0 0 25px;
	margin-bottom: 25px;
	border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.comment-item-wrap .comment-item.reply {
	margin-left: 40px
}

.comment-item-wrap .comment-item:last-child {
	margin-bottom: 0
}

.comment-item-wrap .comment-item .comment-author-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	top: 4px
}

.comment-item-wrap .comment-item .comment-author-img img {
	border-radius: 50%
}

.comment-item-wrap .comment-item .comment-author-wrap {
	width: calc(100% - 120px);
	margin-left: 20px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
	margin: 0 0 9px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
	line-height: 1;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	display: inline-block
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
	display: block;
	font-size: 14px;
	font-family: poppins, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #555;
	margin-top: 12px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
	margin: 0 0 10px
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
	margin: 0 0 5px
}

.comment-item-wrap .reply-btn {
	display: inline-block;
	line-height: 1;
	font-weight: 500;
	background-color: #f2f3f5;
	color: #555;
	padding: 12px 14px 10px;
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s
}

.comment-item-wrap .reply-btn:hover {
	background: #cd8f3a;
	color: #fff
}

.comment-box-title h4 {
	margin-bottom: 0;
	line-height: 1
}

.comment-box-title p {
	margin-top: 10px;
	margin-bottom: 0
}

#cmt-form {
	margin-top: 35px
}

#cmt-form label {
	color: #888;
	padding-left: 20px
}

#cmt-form .comment-form .form-group {
	margin: 0 0 20px;
	position: relative
}

#cmt-form .comment-form .form-group>label {
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
	padding-left: 0;
	color: #888
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
	width: 100%;
	background-color: #f2f3f4;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	color: #000
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#cmt-form .comment-form .form-group input {
	height: 60px
}

#cmt-form .comment-form .form-group textarea {
	height: 145px;
	resize: none
}

#cmt-form .comment-form .form-check {
	margin-bottom: 25px
}

.post-cat-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px
}

.post-cat-title span {
	font-weight: 600;
	color: #cd8f3a
}

.post-cat-title {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 25px
}

.post-cat-title span {
	font-weight: 600;
	color: #cd8f3a
}

.team-card {
	margin-bottom: 25px;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s
}

.team-card .team-img {
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 0 0
}

.team-card .team-img img {
	-webkit-transition: .7s;
	transition: .7s
}

.team-card .team-info {
	padding: 22px 0 0
}

.team-card .team-info h3 {
	font-size: 24px;
	margin-bottom: 8px
}

.team-card .team-info .social-profile {
	margin-top: 15px
}

.team-card .team-info .social-profile li a {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .1)
}

.team-card .team-info .social-profile li a i {
	color: #888
}

.team-card .team-info .social-profile li a:hover i {
	color: #fff
}

.team-card span {
	color: #555
}

.team-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.team-card:hover .team-img .social-profile li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

#contactForm .form-group {
	margin: 0 0 20px
}

#contactForm .form-group input,
#contactForm .form-group textarea {
	width: 100%;
	background: 0 0;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1)
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
	border: 1px solid rgba(0, 0, 0, .09)
}

#contactForm .form-group input {
	height: 60px
}

#contactForm .form-group textarea {
	height: 163px;
	resize: none;
	padding-top: 18px
}

.contact-content .content-title {
	margin-bottom: 25px
}

.contact-content .content-title p {
	padding-right: 30px
}

.contact-content .contact-info li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 18px
}

.contact-content .contact-info li:last-child {
	margin-bottom: 0
}

.contact-content .contact-info li i {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 16px;
	line-height: 1;
	color: #cd8f3a
}

.contact-content .contact-info li p,
.contact-content .contact-info li a {
	color: #555;
	margin-bottom: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.contact-content .contact-info li a {
	display: block;
	margin-bottom: 5px
}

.contact-content .contact-info li:hover a {
	color: #cd8f3a
}

.contact-content .social-link {
	margin-top: 28px
}

.contact-content .social-link h6 {
	margin: 0 10px 0 0
}

.contact-content .social-link .social-profile li a {
	width: 40px;
	height: 40px
}

.contact-content .social-link .social-profile li a i {
	font-size: 18px
}

.btn.disabled {
	opacity: 1
}

.swiper-container {
	overflow-x: hidden
}

.product-card {
	margin-bottom: 25px
}

.product-card .product-img {
	padding: 25px;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9
}

.product-card .product-img img {
	margin: 0 auto;
	display: block
}

.product-card .product-img .add-to-cart {
	position: absolute;
	bottom: -100%;
	left: 0;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s
}

.product-card .product-info {
	padding: 22px 25px 27px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none
}

.product-card .product-info h3 {
	font-size: 22px;
	margin: 0 0 10px
}

.product-card .product-info p {
	margin: 0 0 20px;
	color: #cd8f3a;
	font-weight: 600
}

.product-card .product-info p .discount {
	color: rgba(0, 0, 0, .6);
	text-decoration: line-through
}

.product-card:hover .product-img button {
	bottom: 0
}

.product-card:hover .product-img .product-option li {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.product-card:hover .product-info h3 a {
	color: #cd8f3a
}

.product-slider-one {
	margin: -10px -5px
}

.product-slider-one .product-card {
	margin: 10px 5px
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
	box-shadow: 0 0 15px rgba(0, 0, 0, .09);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.product-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -40px
}

.product-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -90px
}

.checkbox-item {
	margin-bottom: 15px
}

.checkbox-item:last-child {
	margin-bottom: 0
}

.product-filter-wrap {
	margin-bottom: 25px;
	background-color: #f9f9f9;
	padding: 25px;
	border-radius: 5px
}

.profuct-result p {
	margin: 0;
	font-weight: 500;
	opacity: .7
}

.filter-item-num select,
.filter-item-cat select {
	width: 100%;
	border-radius: 5px;
	padding: 10px 15px;
	color: #393939;
	background-color: #fff;
	border: none;
	font-size: 16px;
	height: 60px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 14px
}

.cart-table {
	margin: 0 0 25px
}

.cart-table table {
	margin: 0
}

.cart-table table thead tr {
	border-top: none;
	background: #f2f3f5;
	border: none
}

.cart-table table thead tr th {
	border: none;
	padding: 25px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #f2f3f5
}

.cart-table table thead tr th:nth-child(1),
.cart-table table thead tr th:nth-child(2) {
	text-align: left
}

.cart-table table tbody {
	border-top-color: transparent !important
}

.cart-table table tbody tr {
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, .1)
}

.cart-table table tbody tr td {
	padding: 20px;
	text-align: center;
	border-bottom: none
}

.cart-table table tbody tr td:nth-child(1),
.cart-table table tbody tr td:nth-child(2) {
	text-align: left
}

.cart-table table tbody tr td .product-img {
	background-color: #f9f9f9;
	max-width: 100px;
	padding: 15px
}

.cart-table table tbody tr td .product-img img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.cart-table table tbody tr td .cart-item {
	font-weight: 500;
	margin: 0
}

.cart-table table tbody tr td .cart-item span {
	display: block;
	color: #cd8f3a;
	margin-top: 6px
}

.cart-table table tbody tr td .cart-item:hover {
	color: #cd8f3a
}

.cart-table table tbody tr td .cart-item-price {
	text-align: center;
	color: #cd8f3a;
	margin: 0
}

.cart-table table tbody tr td .cart-action {
	width: 50px;
	height: 50px;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 50%;
	border: none;
	-webkit-transition: .4s;
	transition: .4s
}

.cart-table table tbody tr td .cart-action i {
	margin: 0 auto;
	font-size: 22px;
	position: relative;
	top: 1px;
	-webkit-transition: .4s;
	transition: .4s
}

.cart-table table tbody tr td .cart-action:hover {
	background-color: #cd8f3a
}

.cart-table table tbody tr td .cart-action:hover i {
	color: #fff
}

.cart-table table tbody tr td p {
	margin: 0
}

.cart-table.style2 {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px
}

.cart-table.style2 table tbody tr {
	border: none
}

.cart-table.style2 table tbody tr td {
	text-align: left;
	padding: 0 0 15px
}

.cart-table.style2 table tbody tr td:nth-child(1),
.cart-table.style2 table tbody tr td:nth-child(2) {
	text-align: left
}

.cart-table.style2 table tbody tr td .product-img {
	background-color: #fff;
	padding: 10px;
	max-width: 80px
}

.cart-table.style2 table tbody tr td .cart-item {
	font-size: 14px;
	line-height: 1
}

.cart-table.style2 table tbody tr td .cart-item span {
	color: #555;
	font-size: 14px;
	margin-top: 7px;
	opacity: .8;
	font-weight: 400
}

.cart-table.style2 table tbody tr td .cart-item-price {
	font-size: 14px;
	font-weight: 600
}

.update-cart {
	width: 50px;
	height: 50px;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 50%;
	border: none;
	-webkit-transition: .4s;
	transition: .4s
}

.update-cart i {
	margin: 0 auto;
	font-size: 22px;
	-webkit-transition: .4s;
	transition: .4s
}

.update-cart:hover {
	background-color: #cd8f3a
}

.update-cart:hover i {
	color: #fff
}

.cart-qty .product-quantity {
	margin: 0 auto
}

.cart-qty .product-quantity input {
	left: 0 !important
}

.coupon-code {
	position: relative
}

.coupon-code input {
	width: 100%;
	height: 56px;
	background: 0 0;
	padding: 10px 50px 10px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	color: #000
}

.coupon-code button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 5px 22px;
	border-radius: 0 5px 5px 0;
	background-color: #cd8f3a;
	text-align: center;
	color: #fff;
	font-weight: 500;
	border: none
}

.cart-total {
	padding: 25px 30px 30px;
	background-color: #f2f3f5
}

.cart-total .cart-box-title {
	margin-bottom: 25px
}

.cart-total .cart-total-wrap .cart-total-item {
	margin-bottom: 25px
}

.cart-total .cart-total-wrap .cart-total-item:last-child {
	margin-bottom: 0;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding-top: 20px
}

.cart-total .cart-total-wrap .cart-total-item p,
.cart-total .cart-total-wrap .cart-total-item span {
	margin: 0;
	line-height: 1
}

.cart-total .cart-total-wrap .cart-total-item span {
	color: #cd8f3a
}

.cart-total .btn {
	margin-top: 30px
}

.cart-total .btn.style2 {
	padding: 18px 10px 17px
}

.wh_btn .btn:nth-child(1) {
	margin-right: 10px
}

.wishlist-table table tbody tr td:nth-child(4) {
	text-align: left
}

.checkbox {
	display: block
}

.checkbox.form-check {
	padding-left: 0
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 20px
}

.checkbox label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #cd8f3a;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px
}

.checkbox a {
	color: #cd8f3a
}

.checkbox.style2 label:before {
	border-radius: 50%;
	border-color: #888
}

.checkbox input:checked+label:before {
	border-color: #cd8f3a
}

.checkbox input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 9px;
	height: 9px;
	border: none;
	background: #cd8f3a
}

.checkbox.style2 input:checked+label:after {
	border-radius: 50%
}

.checkout-form .checkout-form-box {
	margin: 0 0 25px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 25px 25px 15px
}

.checkout-form .checkout-form-box:last-child {
	margin-bottom: 0
}

.checkout-form .checkout-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px
}

.checkout-form .form-group {
	margin: 0 0 15px
}

.checkout-form .form-group label {
	margin-bottom: 10px;
	display: block;
	color: #000
}

.checkout-form .form-group input {
	height: 60px
}

.checkout-form .form-group textarea {
	height: 212px;
	resize: none
}

.checkout-form .form-group select {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #555;
	width: 100%;
	height: 60px;
	padding: 10px 15px;
	cursor: pointer
}

.swiper-container {
	overflow: hidden
}

.single-product-gallery .single-product-slider {
	margin-bottom: 20px;
	position: relative
}

.single-product-gallery .single-product-slider .single-product-item {
	padding: 20px;
	background-color: #f9f9f9
}

.single-product-gallery .single-product-slider .single-product-item img {
	display: block;
	margin: 0 auto;
	max-width: 400px
}

.single-product-gallery .single-product-thumbs .single-product-thumb {
	padding: 20px;
	cursor: pointer;
	background-color: #f9f9f9
}

.single-product-gallery .single-product-thumbs .single-product-thumb img {
	display: block;
	margin: 0 auto;
	max-width: 100px
}

.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active {
	background-color: #f9f9f9;
	border-color: transparent
}

.single-product-gallery .single-product-thumbs .product-thumb {
	padding: 20px;
	cursor: pointer
}

.single-product-details .single-product-title {
	position: relative
}

.single-product-details .single-product-title h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 12px
}

.single-product-details .single-product-title h3 {
	font-size: 20px;
	line-height: 1.5;
	font-family: poppins, sans-serif;
	font-weight: 500;
	margin: 7px 0 10px;
	color: #cd8f3a
}

.single-product-details .single-product-title h3 .discount {
	color: #888;
	margin-left: 5px;
	text-decoration: line-through
}

.single-product-details .single-product-title .ratings ul {
	position: relative;
	top: 1px
}

.single-product-details .single-product-title .ratings ul li {
	display: inline-block
}

.single-product-details .single-product-title .ratings ul li i {
	color: #fdcb05
}

.single-product-details .single-product-title .ratings span {
	margin-left: 10px
}

.single-product-details .single-product-desc {
	margin: 12px 0 15px
}

.product-quantity {
	width: 100px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.product-quantity .qtySelector {
	position: relative;
	height: 42px
}

.product-quantity .qtySelector span {
	width: 20px;
	position: absolute;
	height: 16px;
	right: 10px;
	background: rgba(0, 0, 0, .08);
	border: none;
	border-radius: 1px;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #000
}

.product-quantity .qtySelector span i {
	line-height: .7;
	font-size: 16px;
	margin: 0 auto;
	position: relative
}

.product-quantity .qtySelector span.decreaseQty {
	bottom: 0;
	z-index: 9
}

.product-quantity .qtySelector span.decreaseQty i {
	top: -6px
}

.product-quantity .qtySelector span.increaseQty {
	top: 6px
}

.product-quantity .qtySelector span.increaseQty i {
	top: -6px
}

.product-quantity .qtySelector input {
	width: 100%;
	background: 0 0;
	border: none;
	border-right: 1px solid rgba(69, 69, 70, .07);
	left: 0;
	position: relative;
	height: 50px;
	text-align: left;
	color: #000;
	border-radius: 0;
	padding: 10px 40px 10px 15px
}

.swiper-button-prev {
	margin-left: 20px
}

.swiper-button-next {
	margin-right: 20px
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1);
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s
}

.swiper-button-next i,
.swiper-button-prev i {
	color: rgba(0, 0, 0, .51);
	font-size: 18px;
	line-height: .8;
	-webkit-transition: .4s;
	transition: .4s
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #cd8f3a
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
	color: #fff
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
	display: none
}

.product-tablist {
	border-bottom: 1px solid rgba(0, 0, 0, .17);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-tablist .nav-item {
	border-radius: 0;
	margin-right: 40px
}

.product-tablist .nav-item:last-child {
	margin: 0
}

.product-tablist .nav-item .nav-link {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	background: 0 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 0 0 18px;
	text-align: center;
	position: relative;
	font-family: playfair display, serif
}

.product-tablist .nav-item .nav-link:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 0;
	height: 3px;
	background-color: #cd8f3a;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.product-tablist .nav-item .nav-link.active {
	opacity: 1
}

.product-tablist .nav-item .nav-link.active:after {
	width: 100%;
	visibility: visible;
	opacity: 1
}

.product-tab-content {
	margin: 30px 0 0
}

.product-tab-content .product_desc p:last-child {
	margin-bottom: 0
}

.product-tab-content .product_features li {
	margin-bottom: 10px
}

.product-tab-content .product_features li:last-child {
	margin: 0
}

.product-tab-content .product_features li b {
	color: #000
}

.client-review .comment-form-title {
	margin-bottom: 20px
}

.client-review.comment-item-wrap .comment-item {
	border: none;
	padding: 0;
	background-color: transparent
}

.client-review.comment-item-wrap .comment-item .comment-author-img {
	border-radius: 0
}

.client-review.comment-item-wrap .comment-item .comment-author-img img {
	border-radius: 0
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name {
	margin-bottom: 0
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating {
	margin-top: 2px
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li {
	display: inline-block
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li i {
	color: #fdcb05
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
	margin-bottom: 0
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
	margin: 0
}

.client-review-form .comment-form-title {
	margin-bottom: 20px
}

.client-review-form .form-group {
	margin-bottom: 15px
}

.client-review-form .form-group input,
.client-review-form .form-group textarea {
	width: 100%;
	border: none;
	background: #f9f9f9;
	padding: 10px 15px
}

.client-review-form .form-group input {
	height: 56px
}

.client-review-form .form-group textarea {
	height: 128px;
	resize: none
}

.single-product-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px 0
}

.single-product-option a:nth-child(1) {
	margin-right: 15px
}

.product-more-option {
	margin: 25px 0;
	padding: 25px 0 28px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.product-more-option-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 18px
}

.product-more-option-item:last-child {
	margin: 0
}

.product-more-option-item h5 {
	margin: 0 12px 0 0;
	font-family: poppins, sans-serif;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	width: 140px
}

.product-more-option-item span,
.product-more-option-item a {
	font-size: 16px;
	position: relative;
	color: #555
}

.product-more-option-item .add-to-cart {
	color: #fff;
	padding: 12px 30px
}

.product-more-option-item a {
	padding-right: 5px
}

.product-large-img {
	max-width: 350px;
	margin: 0 auto
}

.product-thumb {
	max-height: 150px
}

.add-cart button {
	margin-right: 10px;
	font-weight: 400 !important
}

.add-cart button i {
	margin-right: 10px;
	top: 1px !important
}

.add-cart button.v3 {
	border-color: rgba(0, 0, 0, .2)
}

.product-description-box {
	border: 1px solid #ddd;
	border-radius: 20px 0;
	padding: 25px
}

.product-description-box .product-desc h3 {
	margin: 0 0 20px
}

.product-description-box .product-desc p {
	margin: 0
}

.additional-info li {
	margin: 0 0 10px
}

.additional-info li:last-child {
	margin-bottom: 0
}

.additional-info li p span {
	width: 100px;
	font-weight: 600;
	display: inline-block
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.feature-card .feature-icon,
.swiper-button-next,
.swiper-button-prev,
.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings,
.hero-wrap.style3 .line-shape-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-product-item,
.project-info-list li,
.testimonial-card .client-info-wrap,
.wp-block-quote,
.contact-content .social-link,
.checkbox-item,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.footer-wrap {
	position: relative;
	z-index: 1;
	background-color: #0f0101
}

.footer-wrap .footer-shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.footer-wrap .footer-shape-two {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.footer-wrap .footer-widget {
	margin-bottom: 25px
}

.footer-wrap .footer-widget .footer-widget-title {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px
}

.footer-wrap .footer-widget .footer-widget-title:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 90px;
	height: 2px;
	background-color: rgba(255, 255, 255, .15)
}

.footer-wrap .footer-widget .footer-widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 35px;
	height: 2px;
	background-color: #cd8f3a
}

.footer-wrap .footer-widget .footer-logo {
	display: block
}

.footer-wrap .footer-widget .social-profile li a {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px
}

.footer-wrap .footer-widget .social-profile li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.footer-wrap .footer-widget .footer-menu li {
	margin-bottom: 15px
}

.footer-wrap .footer-widget .footer-menu li:last-child {
	margin-bottom: 0
}

.footer-wrap .footer-widget .footer-menu li a {
	color: #ccc;
	position: relative;
	padding-left: 25px
}

.footer-wrap .footer-widget .footer-menu li a:after {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #cd8f3a;
	-webkit-transition: .4s;
	transition: .4s
}

.footer-wrap .footer-widget .footer-menu li a:hover {
	color: #cd8f3a;
	padding-left: 18px
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
	color: #cd8f3a
}

.footer-wrap .footer-widget .comp-desc {
	color: #ccc;
	margin: 15px 0 15px;
	padding-right: 10px
}

.footer-wrap .footer-widget .newsletter-form {
	position: relative;
	margin-bottom: 30px;
	width: 100%
}

.footer-wrap .footer-widget .newsletter-form input {
	width: 100%;
	height: 58px;
	background-color: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	border-radius: 5px;
	padding: 15px 140px 15px 15px
}

.footer-wrap .footer-widget .newsletter-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #ccc
}

.footer-wrap .footer-widget .newsletter-form input:-ms-input-placeholder {
	opacity: 1;
	color: #ccc
}

.footer-wrap .footer-widget .newsletter-form input::-ms-input-placeholder {
	opacity: 1;
	color: #ccc
}

.footer-wrap .footer-widget .newsletter-form input::placeholder {
	opacity: 1;
	color: #ccc
}

.footer-wrap .footer-widget .newsletter-form button {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #cd8f3a;
	height: 100%;
	padding: 5px 20px;
	border: none;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 0 5px 5px 0
}

.footer-wrap .footer-widget .social-profile li a {
	background-color: rgba(255, 255, 255, .09);
	width: 45px;
	height: 45px
}

.footer-wrap .footer-widget .social-profile li a i {
	color: #fff;
	font-size: 21px
}

.footer-wrap .footer-widget .social-profile li a:hover {
	background-color: #cd8f3a
}

.footer-wrap .footer-widget .social-profile li a:hover i {
	color: #fff
}

.footer-wrap .footer-widget .insta-gallery {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 11px;
	margin-right: 10px
}

.footer-wrap .footer-widget .insta-gallery a {
	display: block;
	position: relative;
	border-radius: 5px
}

.footer-wrap .footer-widget .insta-gallery a img {
	border-radius: 5px
}

.footer-wrap .footer-widget .contact-info li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 18px
}

.footer-wrap .footer-widget .contact-info li:last-child {
	margin-bottom: 0
}

.footer-wrap .footer-widget .contact-info li i {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 16px;
	line-height: 1;
	color: #cd8f3a
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
	color: #ccc;
	margin-bottom: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.footer-wrap .footer-widget .contact-info li a {
	display: block;
	margin-bottom: 5px
}

.copyright-text {
	padding: 23px 10px;
	text-align: center;
	margin: 0;
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .09)
}

.copyright-text i {
	position: relative;
	top: 2px;
	margin-right: 2px
}

.copyright-text a {
	color: #cd8f3a;
	font-weight: 500
}

.copyright-text a:hover {
	text-decoration: underline
}

@media only screen and (max-width:767px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 20px;
		margin-bottom: 18px;
		padding-bottom: 12px
	}

	.footer-wrap .footer-widget .comp-desc {
		font-size: 14px;
		padding-right: 10px;
		margin: 25px 0 20px
	}

	.footer-wrap .footer-widget .social-profile li a {
		width: 40px;
		height: 40px
	}

	.footer-wrap .footer-widget .social-profile li a i {
		font-size: 18px
	}

	.footer-wrap .footer-widget .contact-info li {
		margin-bottom: 10px
	}

	.footer-wrap .footer-widget .contact-info p,
	.footer-wrap .footer-widget .contact-info a {
		font-size: 14px
	}

	.footer-wrap .footer-widget .insta-gallery {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-row: 1fr 1fr
	}

	.footer-wrap .footer-widget .footer-menu li {
		margin-bottom: 8px
	}

	.footer-wrap .footer-widget .footer-menu li a {
		font-size: 14px
	}

	.footer-wrap .footer-widget .footer-menu li a i {
		font-size: 11px;
		top: 5px
	}

	.footer-wrap .footer-widget .newsletter-form {
		margin-bottom: 25px
	}

	.footer-wrap .footer-widget .newsletter-form input {
		padding: 15px 130px 15px 15px
	}

	.footer-wrap .footer-widget .newsletter-form button {
		font-size: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 22px
	}

	.footer-wrap .footer-widget .comp-desc {
		padding-right: 20px
	}

	.footer-wrap .footer-widget .newsletter-form {
		width: calc(100% - 10px)
	}

	.footer-wrap .footer-widget .newsletter-form button {
		font-size: 14px
	}
}

@media only screen and (max-width:1199px) {
	.footer-wrap .footer-top .footer-widget .footer-widget-title {
		margin-bottom: 18px
	}
}



@media only screen and (max-width:768px) {
	.service-img img {
		width: 330px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 20px
	}

	.footer-wrap .footer-widget .comp-desc {
		padding-right: 40px;
		font-size: 15px
	}

	.footer-wrap .footer-widget .footer-menu li a {
		font-size: 15px
	}

	.footer-wrap .footer-widget .contact-info li p,
	.footer-wrap .footer-widget .contact-info li a {
		font-size: 15px
	}

	.footer-wrap .footer-widget .newsletter-form {
		width: calc(100% - 10px)
	}

	.footer-wrap .footer-widget .newsletter-form input {
		font-size: 15px
	}

	.footer-wrap .footer-widget .newsletter-form button {
		font-size: 14px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 20px
	}

	.footer-wrap .footer-widget .comp-desc {
		padding-right: 40px;
		font-size: 15px
	}

	.footer-wrap .footer-widget .footer-menu li a {
		font-size: 15px
	}

	.footer-wrap .footer-widget .contact-info li p,
	.footer-wrap .footer-widget .contact-info li a {
		font-size: 15px
	}

	.footer-wrap .footer-widget .newsletter-form {
		width: calc(100% - 40px)
	}

	.footer-wrap .footer-widget .newsletter-form input,
	.footer-wrap .footer-widget .newsletter-form button {
		font-size: 15px
	}
}

@media only screen and (min-width:1400px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 40px
	}

	.footer-wrap .footer-widget .newsletter-form {
		width: calc(100% - 40px)
	}

	.footer-wrap .footer-widget .insta-gallery {
		margin-right: 50px
	}
}

@media only screen and (min-width:1400px) {
	.footer-wrap .footer-widget .newsletter-form input {
		height: 70px;
		background-color: rgba(255, 255, 255, .09);
		border: 1px solid rgba(255, 255, 255, .1);
		color: #fff;
		border-radius: 5px;
		padding: 15px 140px 15px 15px
	}

	.footer-wrap .footer-widget .newsletter-form button {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		background-color: #cd8f3a;
		height: 100%;
		padding: 5px 20px;
		border: none;
		font-size: 15px;
		letter-spacing: 1px;
		border-radius: 0 5px 5px 0
	}
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 15px;
	font-weight: 600
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d
}

.form-group input{
      border: 2px solid #615d5d;
    margin: 12px 2px;
    height: 46px;
    background: #fff;
}

.form-popup {
    display: none;
    position: fixed;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #0f0101;
        height: 553px;
            width: 387px;
    padding: 20px;
    z-index: 9999;
    border-radius: 15px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #cd8f3a;
    text-decoration: none;
    cursor: pointer;
}

