@charset "utf-8";
/* CSS Document */



.foooter-container {
	max-width: 100%;
	background-color: #ffffff;
	line-height: 1.5;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 33px 0 33px;
	box-sizing: border-box;
}

.foooter-container p {
	display: block;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #725F54;
}

.foooter-container h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #725F54;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 500;
	position: relative;
}

.foooter-hr {	
	border-style: dashed;
 	display: block;
 	margin: 1em;
}

.foooter-row{
	display: flex;
	flex-wrap: wrap;
}

.foooter-service-col-one{
	text-align: left;
}

.foooter-service-col-two{
	padding-top: 55px;
}

.foooter-col-one{
	flex: 25%;	
	float: left;
}

.foooter-nav-headings{
	padding-top: 15px;
}
.heading-col-one{
	padding-left: 3px;
}
.foooter-col-one ul {
	list-style: none;
	display: inline-block;
	text-align: left;
}

.foooter-col-one li{
	background-repeat: no-repeat;
	margin-left: -13px;
}
.foooter-col-one ul li:not(:last-child){
	margin-bottom: 10px;
	font-size: 16px;
}

.foooter-col-one ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #A26798;
	display: block;
}

	
.foooter-col-one ul li a:hover{
	color: #544843;
}  

.foooter-col-one .foooter-social-links a{
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: rgba(255, 255,255, 0.2);
	margin: 0 1% 3% 0;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	color: #A26798;	
	transition: all 0.3s ease;
}

.foooter-col-one .foooter-social-links a:hover{
	color: #A26798;
	background-color: #ffffff;
}

.foooter-col-three ul {
		list-style: none;
		margin: 0 auto;
		text-align: center;
}


.foooter-col-three .foooter-payment-cards li {
	color: #544843;	
	font-size: 2em;
	margin: 0 2% 0 0;
}


.foooter-col-one p {
    display:block;
	font-size: 16px;
	text-decoration: none;
	font-weight: 300;
}



.foooter-awards li{
	background-repeat: no-repeat;
	display: inline-block;
	height: 20%;
	width: 20%;
	text-align: left;
	margin: 5px;
	backgound-size: 10% auto;
}

.foooter-awards img {
	width: 100%;
	height: 100%;
}

.foooter-button {
	background-color: #A26798;
	border: none;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	min-width: 93%;
	text-transform: none;
	font-size: 17px;
	font-weight: 100;
	cursor: pointer;
	letter-spacing: 0.10em;
	display: inline-block;
	border-radius: 5px;
	color: #ffffff;
}

.foooter-button:hover {
 	background-color: #9F4D88;
 	color: white;
}

.foooter-col-three {
	flex: 33%;
	float: left;
}

.foooter-rights-holder p{
	font-size: 15px;
	text-align: center;
}


/*responsive*/
@media screen and (max-width: 768px) {

	.foooter-col-one {
		flex: 50%;
	}
	.heading-col-one{
	padding-left: 0px;
}
	.foooter-col-three {
		flex: 100%;
		text-align: center;
		width: auto;
		margin: 0 auto;
	}

	.foooter-rights-holder p {
		display: inline-block;
		margin-top: 10px;
	}

	.foooter-button {
		min-width: 50%;
	}

	.foooter-awards img {
		width: 70%;
		height: 70%;
	}

	.foooter-awards li {
		margin: 0px;
	}

}

@media screen and (max-width: 520px) {

	.foooter-col-one {
		flex: 100%;
		text-align: center;
		width: auto;
		margin: 0 auto;
	}

	.foooter-service-col-two {
		padding-top: 0px;
	}

	.foooter-awards img {
		width: 80%;
		height: 80%;
	}

	.foooter-service-col-two {
		padding-top: 10px;
	}

	.foooter-col-one ul {
		list-style: none;
		display: inline-block;
		text-align: center;
	}


	.foooter-col-three .foooter-payment-cards li {
		margin: 0% 0% 10% 0%;
		font-size: 2em;
	}
	
	
}



