You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.3 KiB
73 lines
1.3 KiB
/*Parallax Block
|
|
------------------------------------*/
|
|
.parallax-about .info-blocks-v2 {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.parallax-about .title-box-v2 p,
|
|
.parallax-about .title-box-v2 h2 {
|
|
color: #eee;
|
|
}
|
|
|
|
/*Our-Location
|
|
------------------------------------*/
|
|
.our-location .map {
|
|
height: 220px;
|
|
}
|
|
|
|
/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
|
|
.our-location .map img {
|
|
max-width: none;
|
|
}
|
|
|
|
.our-location h3 {
|
|
font-size: 18px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/*Our-clients*/
|
|
.our-location .our-clients {
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.our-location .our-clients li {
|
|
padding: 0;
|
|
margin: 1px -1px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.our-location .our-clients img {
|
|
width: 121px;
|
|
height: auto;
|
|
padding: 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.our-location .our-clients li:hover {
|
|
border-color: #ccc;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.about-list-style li {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.about-list-style li i.fa,
|
|
.about-list-style li i.icon {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/*Check-style in Responsive*/
|
|
@media (max-width: 500px) {
|
|
.our-location .about-list-style-in {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|