@media (min-width: 991px){
  .logo {
      margin-top: 0;
  } 
} 
.logo img {
    max-height: 100px;
} 
:root {
    --default_color: #111;
    --line-height: 1.425;
    --main_color: #5471fd;
    --topbar_color: #0a6ccb;
    --mainmenu_color: #5471fd;
        --text_color: #000000;
}
.single-project-style1 .img-holder img {
    object-fit: cover;
    height: 300px;
}
.v-base ul, .v-base li {
margin-left: 20px;
    list-style-position: unset;
} 
.info-footer p ,.info-footer a ,.single-footer-widget .services-links ul li a{
    color: white;
}