*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5, a, label, input, textarea, button{
  font-family: 'Muli', sans-serif;
}

header{
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
}



.banner{
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
    width: 100%;
    max-width: 1700px;
    top: 30px;
    margin: auto;
    height: 450px;
    color: #fff;

}

.banner img{
  width: 100%;
  height: 300px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -2;
  object-fit: fill;
}

.banner .ca h1{
  text-align: center;
  text-indent: 30px;
  top: 120px;
  position: relative;
  font-size: 30px;
  color: #000;
  font-family: 'Muli', sans-serif;

}

.holder img {
  display: inline-block;
  width: 190px;
  height: 60px;
}

.carousel {
  width: 100%;
  height: 110px;
  overflow: hidden;
  padding: 8px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: -18em;
  
}

.holder {
  animation: carousel 25s linear infinite;
  white-space: nowrap;
  will-change: transform;}
  
  .holder:hover {
    animation-play-state: paused;
  }


@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-100%);
  }
  
  100% {
    transform: translateX(0);
  }
}

.blogmix .mix{
    display: none;
}
.blogmix in{
    overflow: hidden;
}
.single_service{
    min-height: 555px;
    font-size: 28px;
}
.blog_readmore_btn{
    display: block;
    width:100%;
    overflow: hidden;

}
ul li.filter{
    cursor:pointer;
}

#blog{
  top: -12em;
  position: relative;

}

.signle_service_left img{
  width: 100%;
  max-width: 560px;
}



@media(max-width: 538px) {
  .carousel {
  width: 100%;
  height: 120px;
  overflow: hidden;
  padding: 8px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: -20em;
  
}
}

@media(max-width: 506px) {
  .carousel {
  width: 100%;
  height: 120px;
  overflow: hidden;
  padding: 8px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: -18em;
  
}

}