
.product-content-li li span{
  font-weight: 700!important;

}

.txts{
  font-size: 16px!important;
  float: left;
    display: inline;
  color:rgb(28 162 165);
}
.year-18{
    font-size: 70px;
    font-weight: 800;
    line-height: 100px;
    background-image: linear-gradient(45deg, #1ababd 40%, #1f7bc0 63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-link{
  font-size: 16px!important;
}
.card-block{
  text-align: center;
  background-color: #f8f8f8;
}
.card-block:hover{
  background-color: #0d3961;
  color: #fff;
}
.card-block:hover h3{
  color: #fff;
}
.card-block:hover a{
  color: #fff;
}
.card-block:hover i{
  color: #000;
}
.card-block h3 {
	font-size: 30px !important;
	font-weight: 400px !important;
	line-height: 30px;
}
.card-block p{
  text-align: center!important;
}
.card-block img{
  position: relative!important;
}

.blog-card {
 
    }
.blog-card img {
      width: 100%;
      height: 225px;;
      margin-bottom: 15px;

}
.blog-card h5 a {
	font-size: 19px;
	/* color: #828282; */
}
.blog-card p{
  font-size: 18px;
  color: #828282;
}
 

    .logo-slider {
      background: #f8f9fa;
      padding: 30px 0;
    }
    .logo-slider img {
      max-height: 80px;
      object-fit: contain;
      margin: auto;
      filter: grayscale(100%);
      transition: 0.3s;
    }
    .logo-slider img:hover {
      filter: none;
      transform: scale(1.05);
    }
