/* .overlay{    
          height: 100%;
          width: 100%;
          background:  linear-gradient(-29deg,rgba(193, 15, 65, 0.9) 0,rgba(35, 59, 136, .9) 100%);
          background: -moz-linear-gradient(-29deg,rgba(193, 15, 65, 0.9) 0,rgba(35, 59, 136, .9) 100%);
          background: -ms-linear-gradient(-29deg,rgba(193, 15, 65, 0.9) 0,rgba(35, 59, 136, .9) 100%);
          background: -o-linear-gradient(-29deg,rgba(193, 15, 65, 0.9) 0,rgba(35, 59, 136, .9) 100%);
          background: linear-gradient(-29deg,rgba(193, 15, 65, 0.9) 0,rgba(35, 59, 136, .9) 100%);
      } */

.overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(-29deg, rgba(9, 30, 32, 0.49) 0, rgba(35, 59, 136, 0.49) 100%);
  background: -moz-linear-gradient(-29deg, rgba(9, 30, 32, 0.49) 0, rgba(35, 59, 136, 0.49) 100%);
  background: -ms-linear-gradient(-29deg, rgba(9, 30, 32, 0.49) 0, rgba(35, 59, 136, 0.49) 100%);
  background: -o-linear-gradient(-29deg, rgba(9, 30, 32, 0.49) 0, rgba(35, 59, 136, 0.49) 100%);
  background: linear-gradient(-29deg, rgba(9, 30, 32, 0.49) 0, rgba(35, 59, 136, 0.49) 100%);
}
/*blog page*/
.blog-sidebar .widget > h3:after {
  background-color: #4e54c8;
}
.blog-details-post .entry-meta li i {
  color: #4e54c8;
}
.blog-details-post .entry-body blockquote {
  border-color: #4e54c8;
}
.blog-details-post .comments-area .comment-author-metadata img {
  border: 3px solid #4e54c8;
}
.blog-sidebar .search-widget button:hover {
  color: #4e54c8;
}
.blog-sidebar .categories-widget ul li a:hover {
  color: #4e54c8;
}
.blog-sidebar .recent-posts-widget h4 a:hover {
  color: #4e54c8;
}
.blog-sidebar .recent-posts-widget .date {
  color: #4e54c8;
}
.blog-sidebar .tags-widget div > a:hover {
  background-color: #4e54c8;
  border-color: #4e54c8;
}
.slider-area .owl-dot.active {
  background: #c10f41;
}
.project-details-title h6 {
  color: #4e54c8;
}
.project-features ul li i {
  color: #4e54c8;
}
.portfolio .port-filter ul li.filter-item {
  background: linear-gradient(-45deg, rgba(78, 84, 200, 0.9), rgba(128, 137, 255, 0.9));
}
.success {
  background: #4e54c8;
}
