img {
  max-width: 100%;
  vertical-align: middle;
  height:100%;
}

.trigger {
  display: none;
}

.slider, .slider-wrapper {
  position: relative;
  height: 250px;
}

.slide {
  background-color: black;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.slide-img {
  filter: brightness(50%);
  height: 100%;
  object-fit: fill;
  display: block;
  margin: 0 auto;
}

.slide-figure {
  height: 100%;
  position: relative;
  margin: 0;
}

.slide-caption {
  position: absolute;
  bottom: 30%;
  width: calc(100% - 1rem);
  color: white;
  text-align: center;
  left: 50%;
}

.trigger:checked + .slide {
  z-index: 6000;
  opacity: 1;
}

.slider-nav {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}

.slider-nav__item {
  display: inline-block;
}

.slider-nav__label {
  font-size: 13px;
  background-color: #333;
  display: block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: background-color .25s, color .25s ease-in-out;
}

.slider-nav__label:hover,
.slider-nav__label:active,
.slider-nav__label:focus {
  background-color: gray;
  color: black;
}

@media only screen and (min-width: 1024px) {
  .slider, .slider-wrapper {
    height: 480px;
  }

  .slide-caption {
    width: 65%;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .slider, .slider-wrapper {
    height: 360px;
  }

  .slide-caption {
    width: 75%;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .slide-img {
    width: 100%;
    height: auto;
  }
}

.slide {
  position: absolute;
  z-index: 5000;
  ...
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.trigger:checked + .slide {
  z-index: 6000;
  opacity: 1;
}



/*Logo carousel*/

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/*service*/

.trending {
    background: #F0F0F1 url(../images/footer-top-bg.png) repeat scroll center top;
    border-top: 1px solid #E5E5E5;
    padding: 20px 0px 50px 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    
}
.trending{background: #FFFFFF url("../images/footer-top-bg.png") repeat scroll center top;
border-top: 1px solid #E5E5E5; padding:20px 0px 50px 0px;}
.trending h2{ text-align:center;}
.trending-card {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0px 2.3rem;
    background-color: #F1F1F1;
    transition: box-shadow 0.25s ease 0s;
    border-radius: 2px;
	padding:15px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.trending-card:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.trending-card .trending-card-image {position: relative;}
.trending-card .trending-card-content {
    padding: 15px 0px;
    border-radius: 0px 0px 2px 2px;
}
.trending-card .trending-card-content p{ text-align:justify;}
.trending-card .trending-card-content h4{ font-weight:600; font-size:15px;}
.trending-card .trending-card-action a {
    color: #E71B23;
    margin-right: 20px;
    transition: color 0.3s ease 0s;
}

.col-md-3{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.bb1
{
    border-top: 2px solid #1CB14D;
}


.bb2
{
    border-top: 3px solid #1db14c;
    
}



@media only screen and (max-width: 2100px) and (min-width: 768px)
{
#sss
{
    padding-left: 55px;
}
}

@media only screen and (max-width: 2100px) and (min-width: 768px)
{
footer p
{
    padding-right: 60px;
}
}



