.footer-top {
    background: #EFE9DC;
	padding: 80px 0px 70px;
}
.footer-bottom {
    background: #EFE9DC;
    padding: 40px 0px;
}
.footer-logo-v1 {
	max-width: 290px;
}
.footer .footer-top .footer-widget .widgettitle {
	color: #0B0B0B73;
	font-family: 'JetBrains Mono';
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-top .footer-widget ul li a {
    color: #0B0B0B;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Manrope';
	transition: all 0.3s ease;
}
.footer-top .footer-widget ul li a:hover {
    color: #ff5e00;
}
.footer-widget .custom-html-widget p,
.footer-widget .custom-html-widget a {
    color: #0B0B0B;
    font-family: 'Manrope';
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
	transition: all 0.3s ease;
}
.footer-widget .custom-html-widget a:hover {
	color: #E8472A;
}
.footer .footer-line .footer-gray-line {
    background: #0B0B0B24;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
.footer .footer-bottom .copyright p {
    color: #0B0B0B8C;
    letter-spacing: 1px;
    font-family: 'JetBrains Mono';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.social-profile-contain .social_links h5 {
    font-size: 14px;
    color: #0B0B0B;
    font-family: 'Manrope';
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
}
.social-profile-contain {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.social-profile-contain ul.social-profile i {
    color: #E8472A;
}
.social-profile-contain ul.social-profile a {
    background: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
}
.footer-bottom .container > .row {
	align-items: center;
}
.address-item, .email-item, .phone-item {
    padding-left: 0px;
    background-image: none;
}
.phone-item::before {
    content: none;
}

@media (min-width: 991px) and (max-width: 1400px) {
	.footer .container {
		max-width: 96%;
	}
}

@media (max-width: 1300px) {
	.footer-logo-v1 {
		max-width: 230px;
	}
}

@media (max-width: 1024px) {
	.footer-widget .custom-html-widget p, 
	.footer-widget .custom-html-widget a,
	.footer-top .footer-widget ul li a {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.footer .container {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.footer-logo-v1 {
		max-width: 135px;
	}
	.footer-top .footer-widget ul li a {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 0px;
	}
	.footer-widget .custom-html-widget p, .footer-widget .custom-html-widget a {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width: 800px) {
	.footer .footer-bottom .copyright p {
		font-size: 10px;
		line-height: 12px;
	}
}

@media (max-width: 767px) {
	.footer-top {
		padding: 70px 0px 30px;
	}
	.footer-logo-v1 {
		max-width: 200px;
		margin-bottom: 30px;
	}
	.footer .footer-bottom .copyright p {
		font-size: 12px;
		line-height: 20px;
	}
	.social-profile-contain {
		gap: 10px;
		justify-content: center;
		flex-direction: column;
		margin-top: 25px;
	}
	.footer .footer-top .footer-widget .widgettitle {
		font-size: 11px;
		line-height: 15px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
}












