/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
	position: relative;
	height: 435px;
	opacity: 0;
	z-index: -999;
}
.bottom-parallax .footer-area {
	position: relative;
	left: 0px;
	bottom: 30px;
	right: 0px;/*    height: 670px;*/
}
.parallax-visible .bottom-parallax {
	opacity: 1;
	z-index: 1;
}
.footer-area {
	position: relative;
	display: block;

	 background-image: url("../../../assets/images/footer-bg.png");

	z-index: 10;
}
.footer-area-shape {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 820px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: var(--thm-primary);
	background-blend-mode: luminosity;
	opacity: 0.15;
}
.footer-area-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.95;
	background-color: var(--thm-black);
	transform: scale(1.0);
	transform-origin: bottom;
	transform-style: preserve-3d;
	transition: all 500ms ease 100ms;
}
.footer {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 0;
	z-index: 9;
}
.single-footer-widget {
	position: relative;
	display: block;
}
.single-footer-widget.margintop {
	margin-top: 20px;
}
.single-footer-widget .title {
	position: relative;
	display: block;
	margin-top: -3px;
}
.single-footer-widget .title h3 {
	color: #d2ae6d;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;/*    text-transform: capitalize;*/
}
.single-footer-widget .our-company-info {
	position: relative;
	display: block;
}
.single-footer-widget .our-company-info .footer-logo {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.single-footer-widget .our-company-info .footer-logo a {
	position: relative;
	display: inline-block;
}
.single-footer-widget .our-company-info .text-box {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-bottom: 34px;
}
.single-footer-widget .our-company-info .text-box p {
	color: #cbcbcb;
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
	text-align:left;
}
.footer-widget-contact-info {
	position: relative;
	display: block;
}
.footer-widget-contact-info ul {
	position: relative;
	display: block;
}
.footer-widget-contact-info ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	margin-bottom: 13px;
	padding-bottom: 13px;
}
.footer-widget-contact-info ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: none;
}
.footer-widget-contact-info ul li .inner {
	position: relative;
	display: block;
	padding-left: 30px;
}
.footer-widget-contact-info ul li .inner .icon {
	position: absolute;
	top: 2px;
	left: 1px;
	color: #cbcbcb;
	font-size: 18px;
	line-height: 24px;
	bottom: 0;
}
.footer-widget-contact-info ul li .inner .text {
	position: relative;
	display: block;
}
.footer-widget-contact-info ul li .inner .text p {
	color: #cbcbcb;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	text-align:left;
}
.footer-widget-contact-info ul li .inner .text p a {
	color: #cbcbcb;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.footer-widget-contact-info ul li .inner .text p a:hover {
	color: #cbcbcb;
}
.single-footer-widget--link-box {
	padding-left: 35px;
}
.footer-widget-links {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 27px;
}
.footer-widget-links ul {
	position: relative;
	display: block;
	overflow: hidden;
}
.footer-widget-links ul li {
	position: relative;
	display: block;
	line-height: 20px;
	margin-bottom: 14px;
}
.footer-widget-links ul li:last-child {
	margin-bottom: 0;
}
.footer-widget-links ul li a {
	position: relative;
	display: inline-block;
	color: #cbcbcb;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--thm-font);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.footer-widget-links ul li a:hover {
	/*color: #d2ae6d;*/
}
.footer-widget-links ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all 300ms linear;
	transition-delay: 0.2s;
	background: #cbcbcb;
	z-index: 1;
}
.footer-widget-links ul li a:hover:before {
	transform: perspective(400px) scaleX(1.0);
}
.footer-widget-quote-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 36px 40px 40px;
	margin-left: -30px;
	text-align: center;
}
.footer-widget-quote-box h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 16px;
}
.footer-widget-quote-box p {
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
}
.footer-widget-quote-box .btn-box {
	position: relative;
	display: block;
	padding-top: 20px;
	line-height: 0;
}
.footer-widget-quote-box .btn-box a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-widget-quote-box .btn-box a.btn-one:before {
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	opacity: 0;
}
.footer-widget-quote-box .btn-box a.btn-one:hover:before {
	opacity: 1;
}
.footer-bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgba(321 232 232 / 10%);
	margin-top:0px;
}
.footer-bottom .bottom-inner {
	position: relative;
	
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.footer-bottom .bottom-inner .copyright {
	position: relative;
	display: block;
}
.footer-bottom .bottom-inner .copyright p {
	color: #cbcbcb;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin: 0;
	text-align:center;	
}
.footer-bottom .bottom-inner .copyright p a {
	color: #d2ae6d;
}
.footer-social-link {
	position: relative;
	display: block;
	margin-top: 25px;
	margin-left: 0px;
}
.footer-social-link ul {
	position: relative;
	display: block;
}
.footer-social-link ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}
.footer-social-link ul li:last-child {
	margin-right: 0;
}
.footer-social-link ul li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	background: #735e36;
	border-radius: 50%;
	color: var(--thm-primary);
	font-size: 16px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.footer-social-link ul li a i::before {
	position: relative;
	display: inline-block;
	line-height: 40px;
}
.footer-social-link ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--thm-base);
	content: "";
	border-radius: 50%;
	z-index: -1;
	transform: scale(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.footer-social-link ul li:hover a:before {
	transform: scaleX(1.0);
}
.footer-social-link ul li:hover a {
	color: #ffffff;
}
