.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;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.comp-info-wrapper {
	display: flex;
	align-items: center;
}

.logo-img {
	height: 6rem;
	width: auto;
}

.logo-img-01 {
	height: 12rem;
	width: auto;
}

.logo-img-02 {
	height: 10rem;
	width: auto;
}

.gssr-logo-img {
	height: 5rem;
	width: auto;	
}

.icon-img {
	height: 1rem;
	width: auto;
}

.comp-info {
	padding-left: 50px;
	max-width: 40rem !important;
}

.info-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}

.info-title2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
}

.comp-info-ico {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.867rem;
	display: flex;
	gap: 2rem;
	align-items: center;
}

.comp-info-ico2 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.767rem;
	gap: 20px;
}

.info-location {
	text-align: justify;
	text-align-last: center;
}

.email-info {
	color: #fff;
}

.email-info:hover {
	text-decoration: underline;
	color: #0dad4a;
}

.gssr-logo-info {
	font-size: 0.767rem;
	text-align: justify;
	max-width: 30rem;
}

.comp-bottom-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom-info-section {
	font-size: 0.9rem;
}

.bottom-info-section a {
	text-decoration: none;
	color: #fff;
}

.bottom-info-section a:hover {
	color: #ff7070;
}

.copyright-trademark {
	text-transform: uppercase;
	font-size: 0.667rem;
}

@media (max-width: 768px) {
	.comp-info {
		padding-left: 0;
		margin-top: 50px;
	}
	
	.gssr-logo-info {
		max-width: 30rem;
	}
	
	.comp-info-wrapper {
		flex-direction: column;
	}
	
	.comp-info-ico2 {
		padding-bottom: 18.5px;
	}
	
	.gssr-logo-img {
		width: 7rem;
	}
}

