/**
 * ----------------------------------------------------------------------------------------
 * CUSTOM STYLING FOR FOOTER COMPONENT
 * ----------------------------------------------------------------------------------------
 */

.footer {
	padding-top: 4rem;
	padding-bottom: 3rem;
	background-color: #131729;
    flex-shrink: 0;
}
.footer .social-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.footer .wrapper {
	max-width: 350px;
}
.footer .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #5e71db;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
}
.footer .soc-item a {
	padding: 1rem;
}
@media (max-width: 992px) {
	.footer .social-row {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.footer .row {
		text-align: center;
	}
	.footer .social-row {
		justify-content: center;
	}
}
.footer .list {
	list-style: none;
	padding-left: 0;
	color: #bbbbbb;
}
@media (max-width: 991px) {
	.footer .list {
		margin-bottom: 2rem;
	}
}
@media (min-width: 992px) {
	.footer .list {
		margin-bottom: 0rem;
	}
}
.footer .mbr-text {
	color: var(--white);
}
.footer .mbr-iconfont {
	color: var(--white);
	font-size: 1rem;
}
.footer .mbr-section-subtitle {
	color: #bbbbbb;
}
.footer .phone {
	color: #5e71db;
}
.footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #131729;
}
.footer .social-row {
	display: flex;
	flex-wrap: wrap;
}
.footer .wrapper {
	max-width: 350px;
}
.footer .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
}
@media (max-width: 767px) {
	.footer .row {
		text-align: center;
	}
	.footer .social-row {
		justify-content: center;
	}
}
.footer .list {
	list-style: none;
	padding-left: 0;
	color: #bbbbbb;
}
@media (max-width: 991px) {
	.footer .list {
		margin-bottom: 2rem;
	}
}
@media (min-width: 992px) {
	.footer .list {
		margin-bottom: 0rem;
	}
}
.footer .mbr-text,
.scrollToTop {
	color: var(--white);
}
.scrollToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    transform: translateX(200px);
    cursor: pointer;
    background-color: var(var(--secondary));
}
.scrollToTop .inner {
    font-size: 2.4rem;
    line-height: 1;
}
