@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap');

body {
    background: rgb(0, 0, 0);
  }
  
  .my-logo {
      width: 300px;
      background-color: transparent;
      border: none;
  }
  
  .icons i {
    color: #b5b3b3;
    border: 1px solid #b5b3b3;
    padding: 6px;
    margin-left: 4px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .activity-done {
    font-weight: 600;
  }
  
  .list-group li {
    margin-bottom: 12px;
  }
  
  .list li {
    list-style: none;
    padding: 10px;
    border: 1px solid #e3dada;
    margin-top: 12px;
    border-radius: 5px;
    background: #fff;
  }

  .ongoing-list li {
    list-style: none;
    padding: 10px;
    border: 1px solid #bef746;
    margin-top: 12px;
    border-radius: 5px;
  }
  
  .checkicon {
    color: #bef746;
    font-size: 39px;
    padding-right: 5px;
  }
  
  .date-time {
    font-size: 12px;
  }
  
  .profile-image img {
    margin-left: 3px;
  }
  
  .my-date {
      color:rgb(255, 255, 255);
      font-family: 'Lato', sans-serif;
      font-style: italic;
  }

  .my-heading h1 {
    font-family: 'Patua One', serif;
    letter-spacing: 2px;
    color: #bef746;
  }

  .my-list-heading a h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #4b4b4d;
  }
  .my-list-heading a h6:hover {
    color: #bef746;
    text-decoration: none !important;
  }
  .ongoing-heading a h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffffff;
  }
  .ongoing-heading a h6:hover {
    color: #bef746;
    text-decoration: none !important;
  }
  a:hover {
    text-decoration: none;
}


.live-img {
  width: 100%;
}

.live-project{
  margin-top: 180px;
}
.live-project .my-list-heading {
  text-align: center;
}





.footer {
  position: relative;
  padding-top: 0px;
  background: #121518;
  margin-top:50px;
}
.footer .footer-tags {
  position: relative;
  margin-bottom: 0px;
  text-align:right;
}
.footer .footer-tags {
  font-size: 0;
}

.footer .footer-tags a {
  display: inline-block;
  margin: 0 15px 5px 0;
  padding: 3px 8px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #dddddd;
}

.footer .footer-tags a:hover {
  color: #ffffff;
  background: #f6a53b;
  border-color: #f6a53b;
}
.footer .footer-contact {
  position: relative;
  padding: 25px 0;
  text-align: center;
  /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}
.footer .copyright {
  position: relative;
  padding: 15px 0;
  background: #090909;
}
.footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #bef746;
}

@media (max-width: 767.98px) {
  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
    text-align: center;
  }
  .footer .copyright .copy-text p {
    margin-bottom: 5px;
  }
  .footer .footer-tags {
  text-align:center;
}

}


.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header div a .pb {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .blog-header div a .pb {
    margin-bottom: 10px;
  }
}

.btn-digital {
  color: #000000;
  background-color: #bef746;
  border-color: #bef746;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.btn-digital:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #4b4b4d;
}


