* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}


.width-full {
	width: 100% !important;
}

.animation-element {
	display: hidden;
}

.btn-back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius: 50%;
	color: #212529;
	background-color: #5AAA95;
	border: 2px solid #5AAA95;
	z-index: 99;
}

.btn-back-top:hover {
	color: #f7f0f5;
}

.a-photo-credits {
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	bottom: 120px;
	right: 0;
	background-color: #212529;
	color: #f7f0f5;
	padding: 4px 6px;
	border-radius: 5px;
}

.a-photo-credits:hover {
	text-decoration: none;
	color: #f7f0f5 !important;
}

.a-photo-credits span {
	display: inline-block;
	padding: 2px 3px;
}

h3 {
    padding: 20px 0px 10px;
}

.services-icon-hover i {
	-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #212529;
	background-color: transparent;
}

.services-icon-hover:hover i {
	color: #f57c20ff;
	background-color: #212529;
}

.circle {
	color: #212529;
	height: 160px;
	width: 160px;
	padding: 50px 40px;
	border: 1px solid #212529;
	border-radius: 50%;
}

.btn-outline-infogrid-blue {
	color: #02659bff;
	border-color: #02659bff;
	background-color: transparent;
}

.btn-outline-infogrid-blue:hover {
	color: white;
	background-color: #02659bff;
}

.about-container-bg-image {
	background-image: url('../img/team.jpg');
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: cover;
	width: 100%;
	height: 100%;
}

.footer-logo-container {
	position: relative;
	display: inline-block;
}

.footer-logo-container img {
	width: 100%;
	opacity: 1;
}

.footer-logo-container .footer-img-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.a-footer-logo:hover img {
	opacity: 0;
}

.a-footer-logo:hover .footer-img-hover {
	opacity: 1 !important;
	display: inline;
}

.a-footer-company {
	-moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	text-decoration: none;
	color: #f57c20ff;
}

.a-footer-company:hover {
	text-decoration: none;
	color: #02659bff;
}

.a-footer-social {
	/*float: right;
	clear: both;*/
	-moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	margin: 0.7em 0px;
	color: #212529;
}

.a-footer-social:hover {
	text-decoration: none;
	color: #02659bff;
}

.a-footer-social:hover > svg > path {
	text-decoration: none;
	fill: #02659bff;
}

.footer-circle {
	padding: 10px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	background-color: #f7f0f5;
}

div.footer-copyrights-container > p {
	text-align: left;
}

div.footer-policy-container > a {
	display: block;
	text-align: right;
}


@media only screen and (max-device-width: 767px) {
	.about-container-bg-image {
		background: none !important;
	}

	.about-container-bg-image > div.container > div.row > div:first {
		display: none !important;
	}

	div.about-container-bg-image > div.container > div.row > div > a.a-photo-credits {
		display: none !important;
	}

	div.footer-copyrights-policy > div.footer-copyrights-container > p {
		text-align: center;
	}

	div.footer-copyrights-policy > div.footer-policy-container > a {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.about-container-bg-image {
		background: none !important;
	}

	.about-container-bg-image > div.container > div.row > div:first {
		display: none !important;
	}

	div.about-container-bg-image > div.container > div.row > div > a.a-photo-credits {
		display: none !important;
	}

	div.footer-copyrights-policy > div.footer-copyrights-container > p {
		text-align: center;
	}

	div.footer-copyrights-policy > div.footer-policy-container > a {
		text-align: center;
	}
}

/*@media only screen and (min-width: 767px) {
	.about-container-bg-image {
		background-image: url('../img/team.jpg');
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-position: cover;
		height: 100%;
	}

	.about-container-bg-image > div.container > div.row > div:first {
		display: block !important;
	}

	div.about-container-bg-image > div.container > div.row > div > a.a-photo-credits {
		display: inline-block !important;
	}
}*/