.social-icons li a img {
  width: 50px;
}

.imdbColor {
  background: #f5c518;
  padding: 10px 35px;
}

.single-service img {
  width: 100%;
  margin-bottom: 30px;
}

.resume-section .resume-item .item-arrow:before {
  background-color: #f5c518 !important;
}

.resume-section .resume-item .item-arrow:after,
.resume-section .resume-item {
  border-left-color: #f5c518 !important;
}

img {
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
}

.poster {
  width: 100%;
  position: relative;
}

.poster img {
  width: 100%;
  margin-bottom: 20px;
}

.home-area .home-headline .single-headline b {
  text-align: center;
}

@media (max-width:575.98px) {
  .home-content {
    margin-top: 110px;
  }
}

.poster .imgbg {
  width: 120%;
  position: absolute;
  right: -110%;
  top: -5%;
  z-index: -1;
  opacity: 0.05;
  border-radius: 10px;
}
.galley-item-text{
  font-size: 0.01px !important;
}