.hr-footer {
	background-color: var(--black);
}

.hr-footer .hr-main-footer {
	padding: 3.5rem 0
}

.hr-footer .hr-main-footer .hr-footer-info {
	padding-right: 40px
}

.hr-footer .hr-main-footer .hr-footer-info .hr-brand {
	margin-bottom: 20px
}

.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link {
	display: inline-block
}

.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
	color: var(--white);
	font-size: 16px;
	line-height: 135%;
	margin-bottom: 20px;
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item {
	margin-right: 10px
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item:last-child {
	margin-right: 0
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: var(--color-5);
	border: 1px solid var(--color-5);
	border-radius: .2rem
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	border: 1px solid var(--color-4);
	background-color: var(--color-4)
}
.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item {
	margin-right: 10px
}

.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item:last-child {
	margin-right: 0
}

.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item .nav-link {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color-2);
    line-height: 40px;
    text-align: center;
}
.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item .nav-link:hover {
	background: var(--white);
	color: var(--color-2);
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	border: 1px solid var(--color-4);
	background-color: var(--color-4)
}
.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
	margin-bottom: 56px;
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.5px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
}
.hr-footer .hr-main-footer .hr-footer-menu .hr-titel:before{
	position: absolute;
    content: '';
    background: var(--color-6);
    width: 40px;
    height: 2.1px;
    bottom: -10px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link {
	padding: 0;
	margin-bottom: 10px;
	font-size: 1rem;
	color: var(--white);
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover {
	color: var(--color-2);
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item:last-child .nav-link {
	margin-bottom: 0
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link .hr-link-icon {
	padding-right: 10px
}

/*.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-link-icon {
	padding-right: 6px
}*/

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info {
	display: flex;
	align-items: flex-start
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	color: var(--color-5);
	margin-right: 6px
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon span {
	margin-top: 1px;
	color: var(--color-7)
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: var(--color-5)
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info:hover .hr-icon,
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-detail,
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-icon {
	color: var(--color-7)
}

.hr-footer .hr-copyright {
	border-top: 1px solid var(--border-02);
	padding: 21px 0px 20px 0px;
	background-color: var(--color-6);
}

.hr-copyright-wrap {
	padding: .75rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.hr-footer .hr-copyright p,
.hr-footer .hr-copyright p a {
	margin-bottom: 0;
	color: #fff;
	font-size: 15px
}

.hr-footer .hr-copyright p a {
	font-weight: 600
}
.hr-footer .hr-copyright .hr-link{
	font-weight: 600;
}

.hr-footer .hr-copyright p a:hover {
	color: var(--color-4)
}
.hr-footer-contact{
	background-color: var(--color-6);
	position: relative;
	padding: 50px 0px 50px 0px;
}
.hr-footer-contact h3{
	font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    line-height: 50px;
    font-size: 30px;
}
.hr-anchor{
	text-align: right;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 43px;
    width: 45px;
    height: 45px;
    background: var(--color-6);
    text-align: center;
    border: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#scrollToTopBtn:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollToTopBtn:hover {
    background-color: #0056b3;
}
#scrollToTopBtn i{
	font-size: 16px;
}
.home-map iframe {
	display: flex;
}
.hr-footer-info .hr-brand-link img {
	max-width: 220px;
}

.footer-list {
  padding: 0;
}
.footer-list li {
  list-style: none;
}
.footer-list li {
	padding: 0;
	margin-bottom: 10px;
	font-size: 1rem;
	color: var(--white);
	display: flex;
	align-items: center;
	column-gap: 30px;
}
@media(max-width:1200px){
	.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
	margin-bottom: 30px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	font-size: 13px;
}
.footer-list li {
	font-size: 14px;
}
}
@media screen and (max-width:992px) {

	.hr-footer .hr-main-footer .hr-footer-info,
	.hr-footer .hr-main-footer .hr-footer-menu {
		margin-bottom: 30px
	}

	.hr-copyright-wrap {
		flex-direction: column;
		justify-content: center
	}

	.hr-copyright-wrap p {
		margin-bottom: 12px;
		text-align: center
	}

	.hr-copyright-wrap p:last-child {
		margin-bottom: 0
	}
	.hr-footer-contact h3{
		text-align: center;
	}
	.hr-anchor{
		text-align: center;
		margin-top: 20px;
	}
}
@media(max-width:575px){
	.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	font-size: 15px;
}
.footer-list li {
	font-size: 15px;
}
}