.parallax-bg {
	background: url("../../img/bg/25.jpg") fixed no-repeat 50%; position: relative;
}
.parallax-bg::before {
	background: rgba(255, 255, 255, 0.55); width: 100%; height: 100%; position: absolute; z-index: -1; content: " ";
}
.parallax-about .info-blocks-v2 {
	margin-bottom: 5px;
}
.parallax-about {
	background-color: rgba(255, 255, 255, 0.8);
}
.about-text {
	text-align: center;
}
.about-text img {
	margin: auto;
}
@media all and (max-width:767px)
{
.about-text {
	text-align: left; text-indent: 2em;
}
}
.contacts h3 {
	margin-top: 0px;
}
.contacts hr {
	margin: 10px 0px;
}
.our-location .map {
	height: 220px;
}
.our-location .map img {
	max-width: none;
}
.our-location h3 {
	font-size: 18px; margin-bottom: 5px;
}
.our-location .our-clients {
	text-align: center; margin-bottom: 0px;
}
.our-location .our-clients li {
	margin: 1px -1px; padding: 0px; border: 1px solid rgb(238, 238, 238); border-image: none;
}
.our-location .our-clients img {
	padding: 10px; width: 121px; height: auto; vertical-align: middle;
}
.our-location .our-clients li:hover {
	border-color: rgb(204, 204, 204); transition:0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;
}
.about-list-style li {
	margin-bottom: 7px;
}
.about-list-style li i.fa {
	margin-right: 5px;
}
.about-list-style li i.icon {
	margin-right: 5px;
}
@media all and (max-width:500px)
{
.our-location .about-list-style-in {
	width: 100% !important;
}
}
