#footer {
	background-color: #202020;
    padding-top: 95px;
    clear: both;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul,
#footer li {
	list-style: none;
}
#footer .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#footer .container:before,
#footer .container:after {
    content: none;
}
.bstwbsft-container-footer-nav::before,
#bstwbsft_site_navigation_footer::before,
#footer_menu::before {
	content: none;
}
.bstwbsft-container-footer-nav::after,
#bstwbsft_site_navigation_footer::after,
#footer_menu::after {
	content: none;
}
#footer .bstwbsft-container-footer-nav {
	display: flex;
	justify-content: space-between;
	max-width: 1180px;
}
#footer .bstwbsft-footer .container {
	max-width: 1180px;
}
.bstwbsft-footer-navbar {
	width: 70%;
}
#footer_menu {
	display: flex;
	justify-content: space-between;
}
#footer_menu > li {
	display: flex;
	flex-direction: column;
}
.menu-item-13985 {
	display: none;
}
.menu-item-13970 {
	display: none;
}
#footer_menu > li .sub-menu a {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
}
#footer_menu > li .sub-menu a span {
	color: #878787;
}
#footer_menu > li .sub-menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer_menu > li > .bstwbsft-cm-wrap-a {
	padding-bottom: 14px;
}
#footer_menu > li > .bstwbsft-cm-wrap-a a {
	font-family: OpenSans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}
#footer_menu.nav.navbar-nav {
	float: none;
}
.bstwbsft-footer-widget {
	width: 270px;
}
#footer .bstwbsft-footer-widget .bstwbsft-fa-icon a:hover {
	background: rgba(255,255,255,.2);
}
.bstwbsft-fa-icon {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;  
    width: max-content;
}
.bstwbsft-fa-icon a {
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	border-radius: 5px;
	padding: 0;
	width: 32px;
	height: 32px;
	color: transparent !important;
}
#footer .footer-widget i > img {
	background: none;
}
#footer .footer-widget a > .fa {
	display: block;
	text-align: center;
	padding-top: 5px;
}
#footer .footer-widget a > .fa-envato {
	position: absolute;
	top: 0;
}
#footer .footer-widget a > .fa:before {
	display: block;
	width: 20px;
	margin: 0 auto;
	position: absolute;
	transform: translate(-50%, -46%);
	top: 50%;
	left: 50%;
}
.bstwbsft-footer-widget a > .fa-facebook:before {
	content: url('../img/facebook-f-brands.svg');
}
.bstwbsft-footer-widget a > .fa-twitter:before {
	content: url('../img/twitter-brands.svg');
}
.bstwbsft-footer-widget a > .fa-instagram:before {
	content: url('../img/instagram-brands.svg');
}
.bstwbsft-footer-widget a > .fa-wordpress:before {
	content: url('../img/wordpress-brands.svg');
}
.bstwbsft-footer-widget a > .fa-linkedin:before {
	content: url('../img/linkedin-in-brands.svg');
}
.bstwbsft-footer-widget a > .fa-youtube:before {
	content: url('../img/youtube-brands.svg');
}
.bstwbsft-footer-widget a > .fa-pinterest:before {
	content: url('../img/pinterest-p-brands.svg');
	width: 18px !important;
}
.bstwbsft-footer-widget .fa img {
	height: auto;
	width: 18px;
	position: relative;
}
#footer_menu .sub-menu li {
	padding: 11px 0 0;
}
#footer_menu .sub-menu li span:hover {
	color: #ffffff;
}
#footer .bstwbsft-footer-widget {
	font-family: OpenSans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	color: #ffffff;
}
#footer .bstwbsft-footer-widget .footer-widget-title {
    margin: 0;
    padding-bottom: 15px;
	font-family: OpenSans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}
#footer .bstwbsft-footer-widget .bstwbsft-footer-widget-content {
	font-family: OpenSans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
    letter-spacing: 0;
	color: #878787;
}
.bstwbsft-footer {
	padding: 83px 0 38px 0;
}
.bstwbsft-footer .container {
    display: flex;
    justify-content: space-between;
	max-width: 1180px;
}
.copyright {
	font-family: OpenSans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	color: #878787;
}
#footer .bstwbsft-policy p {
    margin: 0;
    font-size: 13px;
    letter-spacing: .02em;
    color: #878787;
}
#footer .bstwbsft-policy a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #878787;
}
#footer .bstwbsft-policy a:hover {
    border-bottom: 1px solid #5e5e5e;
    color: #fff;
}

/* "GO To Top" Button */
#scrollToTopBtn {
	content: url('../img/angle-down-solid-white.svg');
	transform: rotate(180deg);
	display: inline-block;
	background-color: #0873bf;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 14px;
	right: 20px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollToTopBtn:active {
  background-color: #555;
}
#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1440px) {
	#footer .bstwbsft-container-footer-nav,
	#footer .bstwbsft-footer .container {
		width: auto;
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 992px) {
	#footer .bstwbsft-container-footer-nav {
		flex-wrap: wrap;
	}
	.bstwbsft-footer-navbar {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#footer {
		padding-top: 25px;
	}
	#footer .footer-wrapper {
		flex-direction: column;
	}
	#footer_menu {
		display: block;
	}
	.bstwbsft-footer-navbar {
		width: 100%;
	}
	#footer_menu > li {
		padding-top: 30px;
		text-align: center;
	}
	#footer_menu > li > .bstwbsft-cm-wrap-a {
		padding-bottom: 0;
	}
	#footer_menu .sub-menu li {
		padding-top: 16px;
		padding-bottom: 0;
	}
	.bstwbsft-footer-widget {
		text-align: center;
		justify-content: center;
		display: flex;
		margin: 30px auto;
	}
    #footer .bstwbsft-fa-icon {
        justify-content: center;
    }
	#logo-footer {
		text-align: center;
	}
    .bstwbsft-footer .container {
        flex-direction: column;
        align-items: center;
    }
    #footer .bstwbsft-policy p {
        padding-top: 10px;
        text-align: center;
    }
}
@media (max-width: 600px) {
	.bstwbsft-footer {
		padding-top: 0;
	}
}
@media (max-width: 425px) {
	#footer_menu > li,
	.footer-widget_text {
		padding-left: 11px;
		text-align: left;
	}
	.bstwbsft-footer-widget {
		margin-left: 0;
		padding-right: 0;
		text-align: left;
	}
	#logo-footer {
		text-align: left;
		padding-left: 20px;
	}
	#footer_menu .sub-menu li {
		padding-top: 11px;
	}
	#footer_menu .sub-menu {
		margin-top: 5px;
	}
	.bstwbsft-footer {
		padding: 6px 0 48px 0;
	}
}
@media (max-width: 350px) {
	.bstwbsft-fa-icon a {
		width: 30px;
	}
}