

/*services*/

.content-wrapper {
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 55px;
}

.content-center {
    display: block;
    margin: 0 auto;
}

.service-desc {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
}

a.underline.style2 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .125em;
    line-height: 1;
    padding-bottom: 5px;
}

a.underline.style2:hover {   color: #ddd;}


a:not([href]):not([tabindex]) {
    color: #43a11a;
    text-decoration: none;
    }





.service-title h2{
  color: #fff;
  font-size: 25px;
 text-transform: uppercase;
}


.service-title p {
    color: #fff;
    text-align: justify;
    font-weight: 200;
    font-size: 14px;
}

.mar-top-90 {
    margin-top: 95px !important;
}

img.service-img {
    box-shadow: -15px 15px #43a11a;
        width: 100%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.portfolio{
    padding:50px 0px 0px;
    
}

.button {
    width: 100px;
  display: inline-block;
  padding: 0.5em 0em;
  border-radius: 4px;
  background: #ffffff00;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #d8d8d863;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  

}

.button:hover {
  background-color: rgba(0,0,0,0.1);
}

.button:active,
.button.is-checked {
  background-color: rgba(0,0,0,0.1);
  outline: none;
}

.button-group {
  margin: 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}


@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}


@media (max-width: 767px) {
    
  .grid article {
    width: 48%;
    
  }
}



@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}

.name-txt{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 5px 10px;
 }

.name-txt h3{ 
    color: #fff;
    text-align: center;
    padding: 0px 5px 0px;  
}

.name-txt p{
    color: #fff;
    text-align: center;
    padding: 0px 5px 10px;   
}

.name-txt span{
    color: #43a11a;
   font-size: 14px;
}