.footer {
	text-align: center;
	margin: auto;
}
.blueBg {
	background-color: #440030;
	padding: 50px 0;
    color: #fff;
}
.footer ul li a {
	color: #fff;
	font-size: 14px;
	padding: 5px 14px !important;
	font-family: 'Comfortaa';
}
.footer ul li a:hover {
    text-decoration: underline;
}
.followUs{
    position: relative;
}
.footer  h3 {
	margin: 0 0 30px;
	font-size: 30px;
	font-family: 'Lobster Two';
}
.footer .contactUs p {
	font-family: 'Comfortaa';
	font-size: 14px;
}
.followUs::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1px;
	height: 175px;
	top: 0;
	display: block;
	right: 0px;
}
.footer .socialMedia ul li a i{
    color: #333333;
    font-size: 22px;
}
.footer .socialMedia {
    padding: 15px 0;
}
.copyRight {
	padding: 30px 0 0;
}
.copyRight p {
	font-family: 'Comfortaa';
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
}
.copyRight p a{
    color: #333333;
    font-weight: 600;
}
.followUs .roundedIcons{
    border: 2px solid #fff;
    margin-right: 10px;
}
.followUs .popUpIcons {
	justify-content: center;
}
.footer-flex {
	display: grid;
	grid-template-columns: 50% auto;
}
.footer ul{
    margin-top: 12px;
}
.footerText p {
	color: #333333;
	/* font-family: 'Josefin Sans'; */
	font-weight: 500;
}
.footerText {
    padding: 25px 0;
    max-width: 450px;
    margin: auto;
}
.footer .navbar-nav {
	flex-direction: row;
    text-align: center;
    justify-content: center;
}
@media screen and (max-width: 767px){
	.followUs{
		border-bottom: 1px solid;
    padding-bottom: 15px;
	}
	.footer-flex {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}
	.footer ul li a {
		font-size: 12px;
		padding: 5px !important;
	}
	.blueBg{
		padding: 50px 10px;
	}
	.followUs::after{
		height: 0px;
	}
	.contactUs{
		padding-top: 15px;
	}
	body{overflow-x:hidden;}
}
@media screen and (max-width: 1024px){
	.footer .contactUs p{
		font-size: 12px;
	}
	.footer ul li a{
		font-size: 12px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1280px)  {
    .followUs::after {
		content: "";
		background-color: #fff;
		position: absolute;
		width: 1px;
		height: 175px;
		top: 0;
		display: block;
		right: 0;
    }
}