/*footer css*/
#footer_sec h3{
	border-bottom: 1px solid white;
}

.sociallinks > #socialsec > ul > li{
display: inline;
}

#socialsec{
	padding-top: 60px;
}

.footer{
	background-color: black; 
}

.col-lg-7 ul li{
	color: white;
	font-family: "playfair display";
	font-style: normal;
	font-size: 15px;
	display: inline-block;
}

.col-lg-7 ul li a{
	color: white;
}

.col-lg-7 ul h3{
	color: white;
}

.footer-row ul li{
	display: inline;
	list-style-type: none;
}
#copyrights li{
	color: white;
}


@media only screen and (max-width: 500px) {
     .footer{
        padding-right: 40px;
    }
}
/*footer css ends*/