#myFooter {
	background-color: #EFEFEF;
	color:white;
	margin-top: 70px;
}

#myFooter .footer-copyright{
	background-color: #383737;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
}

#myFooter .footer-copyright p{
	margin:10px;
	color: #ccc;
}

#myFooter ul{
	list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter li{
	font-family: "B Nazanin", "B Homa", "B Roya"; 
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#myFooter h5{
	font-size: 17px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
	font-family: "B Traffic", "B Nazanin", "B Homa", "B Roya"; 
}

#myFooter a{
	color:#000000;
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
	text-decoration:underline;
	color:black;
}

#myFooter .myCols{
	text-align: center;
}

#myFooter .social-networks{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
}

#myFooter .social-networks a{
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    color: #000000;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover{
	text-decoration: none;

}

#myFooter .phone fa fa-phone {
	margin-right: 20px;
}

#myFooter .facebook:hover{
	color:#3B5998;
}

#myFooter .instagram:hover{
	color:darkgrey;
}

#myFooter .linkedin:hover{
	color:#04669A;
}

#myFooter .twitter:hover{
	color: #00aced;
}

#myFooter .google:hover{
	color: #ef1a1a;
}

@media screen and (max-width: 767px){
	#myFooter {
		text-align: center;
	}
}



/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */


html{
	height: 100% !important;
}

body .container{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	max-height: 50px;
}

#myFooter{
	flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}