/* Masonry CSS */
.hover-content {
    position: absolute;
    top: 0;
    left: ;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    display: none;
    color: #FFF;
}

.title-hover-content {
	color: #FFF;
	font-size: 16px;
    font-weight: 900;
}

.author-label {
	color: #F8F8F8;
	font-size: 14px;
}
.sub-hover {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.34);
}
.active > a:hover,
.active > a:focus,
.active > a:active  {
	background-color: #F00 !important;
}
.cursor-off > a {
	cursor: default;
}
.link-category,
a:hover.link-category,
a:focus.link-category,
a:active.link-category {
    font-size: 16px;
    color: #999;
}
.wrapper {
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
	background-color: #2f2f2f;
	border-top: 2px solid #222;
}
.color-white {
	color: #FFF;
}
.color-gray {
	color: #999;
}
.imagesCategory li {
    margin-bottom: 10px;
}
@-webkit-keyframes _spinn{ 0%
{-webkit-transform:rotate(0deg);transform:rotate(0deg)
}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes _spinn{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

.hide{
    display: flex !important;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


.featured-services  {
    padding: 60px;
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  .featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  .featured-services .icon-box:hover::before {
    background: #000;
    top: 0;
    border-radius: 0px;
  }
  .featured-services .icon {
    margin-bottom: 15px;
  }
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #106eea;
    transition: all 0.3s ease-in-out;
  }
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .featured-services .title a {
    color: #111;
  }
  .featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
  }
  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover  p {
    color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    background-color: #A88C7A;
    padding: 40px;
}
.content p{color:#fff}
  .about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }
  .about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
  }
  .about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  }
  .about .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  .about .btn-read-more:hover i {
    transform: translateX(5px);
  }
  .about{padding: 60px 0;}
  @media (min-width:600px) {
      .gx-no{padding-left: 0;padding-right: 0;}
  }

.flex-images .item {
border: 1px solid #d2b9a9;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
  }
  .counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }
  .counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #816756;
  }
  .counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #816756;
  }
  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
  }

  @media (max-width:600px) {
    .logio img{
      width: 100%;
    }

  
    .featured-services {
      padding: 0px;
    }
  
  }