/*==================================
	subFooter
==================================*/


.sub-footer {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}

.sub-footer a {
    color: #fff;
}

.sub-footer a:hover, .sub-footer a:focus, .sub-footer a:active {
    color: #a5bc62;
}


.subfooter-text {
    font-weight: 300;
}



/* Footer area */

.footer-area {
    /* padding-top: 30px;
    padding-bottom: 30px; */
}

/*==== End of subFooter ====*/


/*==================================
	Responsive
==================================*/

@media screen and (max-width:768px) {
	.sub-footer {
		text-align: center;
	}
}

@media screen and (max-width:375px) {

	.sub-footer {
	    font-size: 15px;
	}
}


/*==== End of Responsive ====*/
