/****massonary****/
.mas-boxes-inner {
  padding: 0px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom: 3px solid #f5f5f5;
  padding: 5px;
}

.mas-blog-inner {
  padding: 20px;
  background-color: #fff;
}

.mas-blog-inner h3 {
  text-transform: capitalize;
}

.mas-blog-inner .post-detail {
  margin-top: 0px;
  margin-bottom: 10px;
}

.mas-blog-inner h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

/*************NEW PORTFOLIO IN V1.4****************/
.filter {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

.filter li a.active {
  color: #32c5d2;
  border-color: #32c5d2;
}

.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  color: #bbb;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter li a:hover {
  color: #32c5d2;
  border-color: #32c5d2;
}

.filter2 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

.filter2 li a.active {
  color: #32c5d2;
  border-color: #32c5d2;
}

.filter2 li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  color: #bbb;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter2 li a:hover {
  color: #32c5d2;
  border-color: #32c5d2;
}

.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}

.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}

.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}

.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}

.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}

.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}
/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

.img-icon-overlay p a:hover {
  color: #32c5d2;
}

.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/****construction page css***/
.construction-service-box {
  margin-bottom: 30px;
}

.service-thumb {
  position: relative;
}

.construction-service-box .services-desc h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.construction-service-box .services-desc p {
  margin-bottom: 5px;
  line-height: 27px;
}

.constro-cta {
  background: url(../img/construction/constro-bg-2.jpg);
  padding: 80px 0;
  text-align: center;
}

.constro-cta p {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
}

.constro-cta h1 {
  color: #fff;
  text-transform: uppercase;
}

.constro-cta i {
  display: block;
  color: #fff;
  font-size: 50px;
}

.constro-cta a {
  margin-top: 40px;
}

.constro-cta a i {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.construction.testimonials-v-2 {
  background-color: #f5f5f5;
}

/****cube portfolio*******/
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 15px;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #32c5d2;
}

.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
  background-color: #32c5d2;
}

.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
  background-color: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #32c5d2;
  border-color: #32c5d2;
  cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
  background: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #32c5d2;
}

.btn-sweet-alert {
  margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #32c5d2;
  color: #fff;
  border-color: #32c5d2;
  cursor: default;
}

.portfolio-cube {
  font-family: "Source Sans Pro", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.cube-masonry .cbp-l-caption-desc {
  font-family: "Source Sans Pro", sans-serif;
}
