.footer-bg {
	/*background-color: #fff;*/
	color: #000000;
	border-top: solid 1px #ededed;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	font-family: "Lato", sans-serif !important;
}

.footer-bg2 {
	/*background-color: #fff;
	border-top: solid 1px #ededed;*/
	color: #000000;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	font-family: "Lato", sans-serif !important;
}


.logo-img {
	height: 6rem;
	width: auto;
}

.logo-img-01 {
	height: 8rem;
	width: auto;
}

.logo-img-02 {
	height: 10rem;
	width: auto;
}

.gssr-logo-img {
	height: 4rem;
	width: auto;	
}

.comp-info {
	padding-left: 50px;
}

.info-title {
	text-transform: uppercase;
	font-weight: 700;
}

.comp-info-ico {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.867rem;
}

.info-location {
	text-align: justify;
	text-align-last: center;
}

.email-info:hover {
	text-decoration: underline;
	color: #0dad4a;
}

.gssr-logo-info {
	font-size: 1rem;
	text-align: justify;
	max-width: 30rem;
}

.bottom-info-section {
	font-size: 0.9rem;
}

.bottom-info-section a {
	text-decoration: none;
}

.bottom-info-section a:hover {
	color: #ff7070;
}

.copyright-trademark {
	text-transform: uppercase;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
	.comp-info {
		padding-left: 0;
		margin-top: 50px;
	}
	
	.gssr-logo-info {
		max-width: 30rem;
	}
}

