
.tpfooter{
	position: relative;
	width: 100%;
	line-height: 1.5;
    font-family: "https://fonts.google.com/specimen/Montserrat";
	padding:20px 0px 20px 0px;
	background-color: #ffffff;
}

.tpfooter .item:nth-child(1) {
	position: absolute;
	width: 100%;
	height:5px;
	background-color:#2A8B97;
	z-index: 200;  
	text-align: center;
	top: 0px;

	}
	.tpfooter .item:nth-child(2) {
	position: absolute;
	width: 100%;
	height:5px;
	background-color:#ffffff;
	z-index: 200;  
	text-align: center;
	top: 5px;

	}


.tpfooter .contenaire{
	max-width: 1000px!important;
	margin:auto;
	
}
.tpfooter .row{
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px!important;/*boostrap*/
    margin-left: 0px!important;/*boostrap*/
}

.tpfooter ul{
	list-style: none;
	color: #828282;
}

.tpfooter-col{
   width: 250px;
   height:238px ;
   padding: 0px 0px;
   text-align: left;
   margin:0px auto 0px auto;
}



.tpfooter-col h4{
	font-size: 20px;
	color: #828282;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.tpfooter-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #2A8B97;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.tpfooter-col ul{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.tpfooter-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.tpfooter-col ul li {
	font-size: 19px;
	text-transform: capitalize;
	color: #828282;
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
.tpfooter-col ul li:hover{
	color: #099af5;
	padding-left: 8px;
}
.tpfooter-col .social-links div{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #0062A1;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #828282;
	transition: all 0.5s ease;
}

.tpfooter-col .social-links div:hover{
	color: #24262b;
	background-color: #099af5;
}

.tpfooter-col .social-links img{
	margin-top: 10px;
}

.tpfooter-col .logof{
    width: 150px;
    background-color:#ffffff ;
	margin-top:25px;
}

.tpfooter-col .logof img{
    width: 200px;
	height:200px;
    background-color:#ffffff ;
	margin-top:25px;
}
.tpfooter-col .logof:hover{
	cursor: pointer;
}


.tpfooter-col .map-responsive iframe{
	width:240px;
	height:150px;
}
/*responsive*/
@media(max-width: 767px){

	.tpfooter-col{
		width: 250px;
		padding: 0 15px;
		text-align: left;
		margin:auto;
	 
	 }

	.tpfooter-col .logof img{
		width: 180px;
		height:180px;
		background-color:#ffffff ;
		margin-top:25px;
	}

	.tpfooter-col .map-responsive iframe{
		width:240px;
		height:150px;
	}

}
@media(max-width: 550px){
	.tpfooter-col:nth-child(1)
	{
		display: none;
	}

	.tpfooter-col{
		width: 270px!important;
		padding: 0 15px;
		text-align: left;
		margin:auto;	 
	 }


	.tpfooter-col .map-responsive iframe{
		width:250px;
		height:150px;
	}

	.tpfooter .row{
		display: block;		
	}

	.tpfooter-col:nth-child(3)
{
	width: 250px;
	height: 120px;
	margin:auto;
} 

}




