/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
	position: relative;
	height: 860px;
	opacity: 0;
	z-index: -999;
}
.bottom-parallax .footer-area {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 860px;
}
.parallax-visible .bottom-parallax {
	opacity: 1;
	z-index: 1;
}
/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
	position: relative;
	display: block;
	background: #0b0d26;
	z-index: 10;
}
.footer-main {
	position: relative;
	display: block;
	padding-top: 100px;
	padding-bottom: 73px;
}
.our-company-info {
	position: relative;
	display: block;
}
.footer-logo-style1 {
	position: relative;
	display: block;
}
.footer-logo-style1 a {
	position: relative;
	display: inline-block;
}
.our-company-info .text {
	position: relative;
	display: block;
	padding-top: 32px;
}
.our-company-info .text p {
	color: #b9b9bd;
	font-size: 18px;
	line-height: 26px;
}
.footer-social-link {
	position: relative;
	display: block;
	padding-top: 44px;
}
.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: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background: transparent;
	border: 1px solid rgb(255, 255, 255, 0.30);
	border-radius: 50%;
	color: rgb(255, 255, 255, 0.99);
	font-size: 16px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.footer-social-link ul li:hover a {
	color: #ffffff;
	border: 1px solid var(--thm-base);
	background-color: var(--thm-base);
}
.single-footer-widget {
	position: relative;
	display: block;
}
.single-footer-widget.margin-left {
	margin-left: 50px;
}
.single-footer-widget.margin-left-minus2 {
	margin-left: 30px;
}
.single-footer-widget.margin-left-minus3 {
	margin-left: 30px;
}
.single-footer-widget .title {
	position: relative;
	display: block;
	margin-top: -1px;
}
.single-footer-widget .title h3 {
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.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;
	margin-bottom: 9px;
}
.footer-widget-links ul li:last-child {
	margin-bottom: 0;
}
.footer-widget-links ul li a {
	position: relative;
	display: inline-block;
	color: #b9b9bd;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	font-family: var(--thm-font);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.footer-widget-links ul li a:hover {
	color: var(--thm-base);
	padding-left: 3px;
}
.footer-widget-contact-info {
	position: relative;
	display: block;
	margin-top: -1px;
/*	margin-right: 50px;*/
}
.footer-widget-contact-info h3 {
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.footer-widget-contact-info ul {
	position: relative;
	display: block;
	padding-top: 27px;
}
.footer-widget-contact-info ul li {
	position: relative;
	display: block;
}
.footer-widget-contact-info ul li+li {
	margin-top: 24px;
}
.footer-widget-contact-info ul li p {
	color: #b9b9bd;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--thm-font);
}
.footer-widget-contact-info ul li p a {
	color: #b9b9bd;
	font-size: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.footer-widget-contact-info ul li p a:hover {
	color: var(--thm-base);
}
.footer-bottom {
	position: relative;
	display: block;
}
.footer-bottom .bottom-inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0px 31px;
	border-top: 1px solid rgb(255, 255, 255, 0.10);
}
.copyright-text {
	position: relative;
	display: block;
}
.copyright-text p {
	color: rgb(255, 255, 255, 0.80);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--thm-font);
}
.copyright-text p a {
	color: var(--thm-base);
	font-weight: 600;
	transition: all 300ms ease 100ms;
}
.copyright-text p a:hover {
	color: #ffffff;
}
.footer-bottom-right {
	position: relative;
	display: block;
}
.footer-bottom-right p {
	color: rgb(255, 255, 255, 0.80);
}
.footer-bottom-right p a {
	color: rgb(255, 255, 255, 0.80);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.footer-bottom-right p a:hover {
	color: var(--thm-base);
}
/**  End Css  **/
