.overlay {
    height: 100%;
    width: 100%;
    /*background:  linear-gradient(-45deg, rgba(79, 85, 201, .9), rgba(129, 138, 255, .9));
    background: -moz-linear-gradient(-45deg, rgba(79, 85, 201, .9), rgba(129, 138, 255, .9));
    background: -ms-linear-gradient(-45deg, rgba(79, 85, 201, .9), rgba(129, 138, 255, .9));
    background: -o-linear-gradient(-45deg, rgba(79, 85, 201, .9), rgba(129, 138, 255, .9));
    background: linear-gradient(-45deg, rgba(79, 85, 201, .9), rgba(129, 138, 255, .9));*/
    /*background:linear-gradient(-45deg, rgba(148, 148, 148, 0.9), rgba(169, 169, 169, 0.9));*/
    background: linear-gradient(-45deg, rgb(0 0 0 / 48%), rgb(76 76 76 / 68%));
    /*background:none;*/
}
      /*blog page*/
.blog-sidebar .widget > h3:after {
background-color: #00529c;
}
.blog-details-post .entry-meta li i {
color: #00529c;
}
.blog-details-post .entry-body blockquote {
    border-color: #00529c;
}
.blog-details-post .comments-area .comment-author-metadata img {
    border: 3px solid #00529c;
}
.blog-sidebar .search-widget button:hover {
    color: #00529c;
}
.blog-sidebar .categories-widget ul li a:hover {
    color: #00529c;
}
.blog-sidebar .recent-posts-widget h4 a:hover {
    color:  #00529c;
}
.blog-sidebar .recent-posts-widget .date {
    color: #00529c;
}
.blog-sidebar .tags-widget div > a:hover {
    background-color: #00529c;
    border-color: #00529c;
}
.slider-area .owl-dot.active {
    background: #ffcb09;
}
.project-details-title h6 {
    color: #00529c;
}
.project-features ul li i {
    color: #00529c;
}
.portfolio .port-filter ul li.filter-item {
      background: linear-gradient(-45deg, rgba(78, 84, 200, .9), rgba(128, 137, 255, .9));
}
  .success {
  background: #00529c;
  }