

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.blog-card{
    margin-top:50px!important;
}

.blog-list-wrap {
  max-width: 1100px;
  margin:0 auto;
}

.blog-list {
  position: relative;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .blog-list {
    width: 100%;
  }
  .blog-list:not(:first-child) {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1200px) {
  .blog-list {
    max-width: 680px;
  }
  
  
}

@media screen and (max-width: 1280px) and (max-height: 720px){
   .recent-posts img{
       display:none;
   }
   
   .recent-posts a {
       font-size:14px;
   }
}


@media screen and (max-width: 768px) {
  .blog-list {
    margin: 180px 5px;
    margin-bottom: 70px;
  }
  
  .NewFeatures{
      padding-top: 120px!important;
        padding-bottom: 0!important;
  }
}
.blog-list__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-list__item {
    flex-direction: column;
  }
}
.blog-list__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image:linear-gradient(147deg, #f9ba0b78 0%, #003cd9b8 74%);
  box-shadow: 4px 13px 30px 1px rgb(0 60 217 / 33%);
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  /*box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);*/
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-image:linear-gradient(147deg, #f9ba0b78 0%, #003cd9b8 74%);
  /*background-image: linear-gradient(147deg, #62449e 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.5;
}
.blog-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-list__img {
    transform: translateY(-50%);
    width: 100%;
  }
}
.blog-list__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-list__content {
    margin-top: -80px;

    
  }
  .blog-list__content > * {
    transform: translateY(-25px);
    transition: all 0.4s;
  }
}
.blog-list__day {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-list__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-list__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size:19px;
}
.blog-list__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #e2a77e 0%, #c37878 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .blog-list__button {
    width: 100%;
  }
  
  .custom-sidebar{
      margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 60px;
  }
}

.bloglist{
    margin-bottom:60px;
}

.ie-text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: rgba(240, 52, 52, 0.8);
  padding: 10px 0;
  color: #fff;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-text {
    display: block;
  }
}
.ie-text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.ie-text ul li {
  background: #fff;
  border-radius: 4px;
}
.ie-text ul li:not(:first-child) {
  margin-left: 10px;
}
.ie-text ul li a {
  color: #333;
  display: block;
  padding: 10px 20px;
}
.ie-text ul li i {
  margin-right: 4px;
}

.NewFeatures{
    padding-top:150px;
    padding-bottom:0px;
}

.btn i{
    margin-right:0;
}

.b-list{
    font-size: 24px;
}

.custom-sidebar {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.recent-posts img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.category-list li {
  margin-bottom: 10px;
}

.category-list a:hover {
  color: #0d6efd;
}

.custom-sidebar ul li a:hover{
    color: #0d4d91 !important;
    letter-spacing: 0.5px;
}

.custom-sidebar ul li a{
    letter-spacing: 0.5px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #007BFF;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

td {
    font-size: 18px;
}

@media (max-width: 768px) {
    table {
        min-width: unset;
    }

    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    th, td {
        font-size: 13px;
        padding: 10px;
        line-height: 20px;
    }
}


