.hr-footer {
	background: #f0f5f1;
	position: relative;
}

.hr-footer .hr-main-footer {
	padding: 3.5rem 0;
	position: relative;
}

.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(--black);
	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: var(--white);
	border-radius: 50%;
	background-color: var(--black);
	line-height: 40px;
	text-align: center;
}
.hr-footer .hr-main-footer .hr-footer-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	background-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(--black);
	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-2);
	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(--black);
}

.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(--black);
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: var(--black);
}

.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-2)
}

.hr-footer .hr-copyright {
	border-top: 1px solid #ddd;
	padding: 21px 0px 20px 0px;
	background-color: #f0f5f1;
	z-index: 1;
	position: relative;
}

.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: var(--black);
	font-size: 15px;
	font-weight: 600;
}

.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-2);
	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;
}

.footer-shape-one {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-shape-one img {
  width: 100%;
  max-width: 210px;
}
.footer-shape-two {
	position: absolute;
	left: -50px;
	bottom: -20px;
}
.footer-shape-two img {
	width: 100%;
	max-width: 220px;
}
@media(max-width:1200px){
	.footer-shape-one img {
	width: 100%;
	max-width: 140px;
}
.footer-shape-two img {
	width: 100%;
	max-width: 140px;
}
}
@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:576px){
	.footer-shape-one img {
	display: none;
}
.footer-shape-two {
	display: none;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
	max-width: 200px;
}
}