.footer-top{
	padding: 8rem 0;
}
.footer-logo{
	margin-bottom: 4.8rem;
}
.footer-logo img{
	width: 12.7rem;
	height: auto;
}
.footer-contact{
	margin-bottom: 2.4rem;
}
.footer-contact a{
	font-size: 2.4rem;
	line-height: 3.2rem;
	color: #000 !important;
}
.footer-contact a:hover{
	text-decoration: underline !important;
}
.footer-desc{
	margin-bottom: 2.4rem;
}
.footer-desc p{
	font-size: 1.4rem;
	line-height: 2rem;
	color: rgba(0, 0, 0, 0.6);
}
.footer-social ul{
	display: flex;
	align-items: center;
	margin: 0;
}
.footer-social li{
	margin-right: 1.2rem;
}
.footer-social li:last-child{
	margin-right: 0;
}
.footer-social a{
	max-width: 2.4rem;
	display: block;
}
.footer-social a:hover{
	opacity: 0.9;
}
.footer-social img{
	max-width: 100%;
}
.footer-head{
	position: relative;
	margin-bottom: 1.6rem;
}
.footer-head *{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0;
}
.footer-link ul{
	margin-top: 0;
}
.footer-link li{
	margin-top: 1.6rem;
	line-height: 2rem;
}
.footer-link li:first-child{
	margin-top: 0;
}
.footer-link li a{
	display: inline-flex;
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.6) !important;
}
.footer-link li a:hover{
	color: rgba(0, 0, 0, 1) !important;	
	text-decoration: underline !important;
}
.footer-text p{
	margin-bottom: 1.6rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.footer-text p:last-child{
	margin-bottom: 0;
}
.footer-bottom{
	padding: 5rem 0;
}
.footer-block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
	line-height: 2rem;
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
.footer-nav li{
	margin-left: 4rem;
}
.designby{
	margin-left: auto;
}
.footer-block a{
	display: inline-flex;
	color: rgba(0, 0, 0, 0.6) !important;
}
.footer-block a:hover{
	color: rgba(0, 0, 0, 1) !important;
	text-decoration: underline !important;
}
.sticky-social{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.sticky-social ul{
	margin: 0;
}
.sticky-social li{
	margin: 0.2rem 0;
}
.sticky-social a{
	height: 5.6rem;
	width: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4em 0 0 0.4rem;
	background: #3260AB;
}
.sticky-social a:hover{
	opacity: 0.9;
}
.sticky-social a img{
	max-width: 100%;
	max-height: 100%;
}
@media(min-width:1460px) and (max-width:1579.98px){
	.footer-top .col-xl-5{
		width: 37%;
	}
	.footer-top .col-xl-2{
		width: 19%;
	}
}
@media(min-width:1360px) and (max-width:1459.98px){
	.footer-top .col-xl-5{
		width: 37%;
	}
	.footer-top .col-xl-2{
		width: 19%;
	}
	.footer-logo img {
    	width: 10.7rem;
    }
    .footer-contact a {
    	font-size: 2.2rem;
    	line-height: 3rem;
    }
    .footer-bottom {
    	padding: 4.5rem 0;
	}
}
@media(min-width:1200px) and (max-width:1359.98px){
	.footer-top {
    	padding: 7rem 0;
	}
	.footer-logo {
    	margin-bottom: 4rem;
	}
	.footer-logo img {
    	width: 9.7rem;
    }
    .footer-contact a {
    	font-size: 2.2rem;
    	line-height: 3rem;
    }
    .footer-top .col-xl-5{
    	width: 33%;
    }
    .footer-top .col-xl-2{
    	width: 21%;
    }
    .footer-bottom {
    	padding: 4rem 0;
	}
}
@media(min-width:992px) and (max-width:1199.98px){
	.footer-logo {
    	margin-bottom: 4rem;
	}
	.footer-logo img {
    	width: 9rem;
    }
    .footer-contact a {
    	font-size: 2rem;
    	line-height: 2.8rem;
    }
    .footer-link li {
    	margin-top: 1.3rem;
    }
    .footer-bottom {
    	padding: 4rem 0;
	}
    .footer-block {
    	font-size: 1.3rem;
    }
    .footer-nav li {
    	margin-left: 2rem;
	}
	.footer-desc p {
    	font-size: 1.2rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.footer-top {
    	padding: 6.4rem 0;
	}
	.footer-logo {
    	margin-bottom: 3.2rem;
	}
	.footer-logo img {
    	width: 9rem;
    }
    .footer-link li {
    	margin-top: 1rem;
    }
    .footer-link li a {
    	font-size: 1.3rem;
    }
    .footer-text p {
    	font-size: 1.3rem;
    }
    .footer-contact a {
    	font-size: 1.8rem;
    	line-height: 2.6rem;
    }
    .copytext {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 1.6rem;
	}
	.footer-nav li:first-child{
		margin-left: 0;
	}
	.footer-bottom {
    	padding: 3rem 0;
	}
	.sticky-social a {
    	height: 4.8rem;
    	width: 4.8rem;
    }
    .footer-desc p {
    	font-size: 1.3rem;
    }
    .footer-contact {
    	margin-bottom: 1.6rem;
	}
	.footer-desc {
    	margin-bottom: 1.6rem;
	}
}
@media(max-width:767.98px){
	.footer-top {
    	padding: 6.4rem 0;
	}
	.footer-logo img {
    	width: 9rem;
    }
    .footer-logo {
    	margin-bottom: 2.4rem;
	}
	.footer-head {
    	margin-bottom: 1.4rem;
	}
	.footer-link li {
    	margin-top: 1rem;
    }
    .footer-contact a {
    	font-size: 2rem;
    	line-height: 2.8rem;
    }
    .footer-item {
    	margin-top: 3.2rem;
	}
	.footer-bottom {
    	padding: 3rem 0;
	}
	.footer-block {
    	font-size: 1.3rem;
    }
	.copytext {
    	width: 100%;
    	text-align: center;
	}
	.footer-nav{
		width: 100%;
		margin: 1rem 0 0rem;
	}
	.footer-nav ul {
    	justify-content: center;
	}
	.footer-nav li {
    	margin: 0 0.8rem 1rem !important;
	}
	.designby {
    	width: 100%;
    	text-align: center;
	}
	.sticky-social{
		display: none;
	}
	.footer-contact {
    	margin-bottom: 1.6rem;
	}
	.footer-desc {
    	margin-bottom: 1.6rem;
	}
}