
#particles-js .animte-img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#particles-js .animte-img img{
    margin: auto;
}
.item-public{
	text-align: center;
}
.item-public h4{
	font-family: 'SanFranciscoDisplay';
	font-weight: lighter;
	font-size: 18px;
	color: var(--primary-color1);
	text-transform: uppercase;
}
.item-public h3{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SanFranciscoDisplay';
    font-size: 60px;
    background-image: radial-gradient(circle, #4e3729, #b18b2e, #4e3729);
    text-transform: uppercase;
    font-weight: bold;
}
.item-slick{
    background: #eee;
    display: flex !important;
    flex-wrap: wrap;
}
.img-slick{
    width: 50%;
}
.img-slick img{
    width: 100%;
    display: block;
}
.text-slick{
    width: 50%;
    padding: 20px;
}
.text-slick h4{
    text-transform: uppercase;
}
.text-slick p{
  text-align: justify;
}
@media (max-width: 992px){
    .img-slick{
        width: 100%;
    }
    .text-slick{
        width: 100%;
    }
}
@media (max-width: 767px){
    #slick-award .slick-prev,#slick-award .slick-next{
      top: 20%;
      z-index: 10;
  }
  #slick-award .slick-prev{
      left: 0;
  }
  #slick-award .slick-next{
      right: 5px;
  }
}


.text-readmore a{
  color: var(--primary-color);
  transition: .3s all;
}
.text-readmore a:hover{
  color: var(--primary-color1);
}
