/**
*****************************************
	Theme Name: Packsense (Pvt) Ltd
	Author: ANTS Creation
	Author URI: http://www.ants.lk
	Version: 1.0
******************************************
**/

/*
01. Footer Main Styles.
02. Footer Responsive.
*/

/*01. Footer Main Styles*/

.footer-area {
	margin: 0;
	background-color: var(--blue);
}
.footer-detail{
	padding: 60px 0 35px 0;
}
.footer-logo {
	margin: 0 0 20px 0;
}
.footer-para p{
	font-size: 0.85rem;
    color: var(--white);
    text-align: justify;
    line-height: 30px;
	font-family: "Rubik Regular";
}
.footer-title h4{
	font-family: 'Poppins Medium';
	font-size: 1.2rem;
	color: var(--white);
	margin: 0 0 10px 0;
}
.footer-link ul{
	list-style: none;
	width: 100%;
}
.footer-link li{
	display: inline-block;
	width : 50%;
	float: left;
}
.footer-link a {
	color: var(--white);
	font-family: "Rubik Regular";
	font-size: 0.85rem;
	line-height: 32px;
}
.footer-link a:hover {
	color: var(--orange);
}
.footer-link a i{
	padding: 0 10px 0 0;
}
.footer-contact ul {
    list-style: none;
}
.footer-contact li {
    color: #fff;
    padding: 0 15px 15px 30px;
    position: relative;
    line-height: 20px;
    font-size: 0.9rem;
	font-family: "Rubik Regular";
}
.footer-contact span {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-contact a {
    color: var(--white);
    font-size: 0.9rem;
	font-family: "Rubik Regular";
}
.footer-contact a:hover {
	color: var(--orange);
}
.footer-social a{
    color: var(--white);
    margin: 0 40px 0 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.footer-social a:hover{
	color: var(--orange);
}
.footer-subscribe p{
	font-family: "Poppins Medium";
    font-size: 0.9rem;
    color: var(--dx-white);
    margin: 0 0 10px 0;
}
.footer-copyright-bg{
	background-color: var(--black);
	padding: 10px 0;
}
.copyright-text p{
	text-align: center;
	color: var(--white);
	font-family: "Rubik Regular";
	font-size: 0.8rem;
}
.copyright-text a {
    color: var(--white);
}
.copyright-text a:hover {
    color: var(--orange);
}


/*02. Footer Responsive*/
@media (max-width: 767px){
	.footer-detail {
    	padding: 40px 0 5px 0;
	}
	.footer-para{
		margin: 0 0 25px 0;
	}
	.footer-contact{
		margin: 25px 0 0 0;
	}
}

@media (max-width: 991px){
	.footer-link a {
    	font-size: 0.847rem;
	}
}