/*

    font-family: 'Poppins', sans-serif;

    font-family: 'Montserrat', sans-serif;


*/

/*-----------------------------
	Footer Default
------------------------------*/

.our-footer-area {
	background: url(../images/slider/skulls.png);
	background-repeat: repeat;
	background-size: contain;
	box-shadow: inset 0 -250px 2000px #FFFFFF, inset 0 250px 2000px #FFFFFF;
}
.footer-logo img {
	float: left;
}
.introduction-product-wrap .best-product-info-top .social-icon {
	margin: 0px 0px 0px 0px;
}
.social-icon ul {
	display: flex;
}
.social-icon ul li+li {
	margin-left: 20px;
}
.social-icon ul li a i {
	font-size: 14px;
	transition: all 0.3s ease 0s;
}
.social-icon ul li a:hover i {
	color: #95afe9;
}
.footer-dtl {
	margin: 10px 0px 0px 0px;
	border-style: none;
	border-width: 1px;
	width: 150px;
}
.footer-dtl p {
	color: #666666;
	margin-bottom: 17px;
}
.footer-inner h2 {
	color: #555555;
	font-size: 16px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.footer-inner p {
	color: #555555;
	line-height: 22px;
}
.footer-inner p a {
	color: #555555;
	display: block;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.footer-inner p a:first-child {
	display: inline-block;
}
.footer-inner p span {
	color: #555555;
	float: left;
}
.footer-inner p a+a {
	margin-left: 51px;
}
.footer-inner a {
	color: #555555;
}
.footer-address+.footer-address {
	margin-top: 20px;
}
.single-footer-menu li a {
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
}
.footer-btn {
	margin-top: 20px;
}
.footer-btn a {
	font-size: 32px;
	font-weight: bold;
}
.footer-btn button {
	background-color: transparent;
	border-style: none;
	outline: none;
}
.input-box+.input-box {
	margin-top: 20px;
}
.input-box input+input {
	margin-left: 30px;
}
.input-box input {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #828282;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 46%;
}
.input-box {
	display: flex;
}
.input-box textarea {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #828282;
	border-radius: 3px;
	min-height: 70px;
	padding: 10px 10px 0;
	resize: none;
	width: 100%;
}
.copy-right-text {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
}
.copy-right-inner p {
	color: #666666;
	font-family: Montserrat;
	font-weight: 300;
}
.copy-right-inner p a {
	color: #666666;
}
.copy-right-inner p a:hover, .footer-inner a:hover {
	color: #95afe9;
}
.footer-top {
	padding-bottom: 115px;
}