.tmbill_india_pages
{
 color: #5cb85c;
 font-size: 15px;
 text-decoration:none;   
}

.counter_single i
{
	font-size: 50px;
}

.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  /*box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);*/
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 15px;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 25%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: 0;
  background: #1c4434;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -7px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #1c4434;
  color: #1c4434;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 25%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: 0;
  background: #1c4434;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -7px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #1c4434;
  color: #1c4434;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.float {
    position: fixed;
    padding: 6px 20px;
    bottom: 18px;
    left: 12px;
    background-color: #1d4a35;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    box-shadow: #999;
    z-index: 444;
    text-decoration: none;
}
.tmpixel-dot {
    position: absolute;
    color: #3dd481;
    font-size: 11px !important;
    right: 0px;
    top: 3px;
}

.tmbill-happyclient-img
{
  width: 10% !important;
}