@charset "utf-8";
/* CSS Document */

.carousel-item {
text-shadow: 6px 6px 16px #000;
}

#hero h2, #hero p {
color: #fff;
font-weight: 500;
}

.carousel-item span {
color: #06A44D;
text-shadow: 6px 6px 16px #000;
}

.pst-content {
  padding-left: 10px;
}

#about-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
#about-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #444;
}
#about-flters li:hover, #about-flters li.filter-active {
  border-color: #06A44D;
  background: #06A44D;
  color: #fff;
}
#about-flters li:last-child {
  margin-right: 0;
}

.single-awesome-about {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
	
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 48px;
  margin-top: -48px;
  padding-top: 48%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

.single-services, .single-services a {
cursor: default;
}

.single-services > h4 {
margin: 0;
}

#pricing a {
border: none !important;
}

.row.awesome-project-content {margin-bottom: -30px !important}

.testimonial-item > h4 > img {
width: 15px;
margin-top: -4px;
margin-right: 6px;
}

#mapnform {
margin: 30px 0;
padding: 0;
}

textarea.form-control {
min-height: calc(1.5em + 6.75rem + 2px);
}

.footer-content h4 .meteo {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@media (min-width: 992px){
.footer-content h4 .meteo {
padding-left: 25px;
}
}

.footer-icons a {
filter: brightness(0.1);
}

.footer-icons a:hover {
filter: brightness(1.1);
}

.footer_table_list table, td {
text-transform: uppercase;
padding: 5px 0;
width: 100%;
border-top: 1px solid #dedede;
}

.footer_table_list td:nth-child(2) {
font-weight: 600;
text-align: right;
padding-right: 10px;
}

.footer-contacts {
margin-top: 20px;
}

#meteored {
margin: -27px 0 -15px;
}

#meteored img {
-webkit-filter: grayscale(0.35);
-webkit-filter: grayscale(35%);
filter: grayscale(35%);
filter: brightness(97%) contrast(101%);
}

.copyright strong {
font-size: 16px;
}

.credits {
display: none;
}
