 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.body {
   background-color: #212529;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li {
    margin-right: 1.2rem;
  }
  .nav-pills > li.active > a, .nav-pills .nav-link.active {
    background-color: #EA1C21;
  }
  #header .header-nav-main nav > ul > li > a {
    color: #FFF !important;
  }
  #header .header-nav-main nav > ul > li > a {
    color: #EA1C21;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #EA1C21;
    color: #FFF;
  }
  #header .header-nav .header-nav-line nav > ul:not(:hover) li > a.active {
    color: #FFF !important;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #EA1C21;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: #EA1C21;
  }
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #EA1C21;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #EA1C21;
  }
}
html .text-color-light, html .text-light {
    color: #FFF !important;
}
#header .header-btn-collapse-nav {
    background: #EA1C21;
}
#header .header-body {
    background: #212529 !important;
    border-top-color: #333940;
}
#footer{
  background: #171B1F !important;
  margin-top: 0;
  border-top: 0;
}
#footer .bg-color-tertiary, #footer .bg-tertiary {
    background-color: #12161A !important;
}

.blogs-section a:hover{
  opacity: 1;
}
.blogs-section .card {
    background-color: #1c2023;
}
.blogs-section .custom-card-style-1 .custom-card-img-top-wrapper .post-date {
    position: absolute;
    top: 35px;
    left: 35px;
    text-align: center;
}
.blogs-section .custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
    background: #f7f7f7;
    border-radius: 2px 2px 0 0;
    color: #CCC;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
}
.blogs-section .bg-color-primary, .blogs-section .bg-primary {
    background-color: #EA1C21;
}
.blogs-section .text-color-light, .blogs-section .text-light {
    color: #FFF !important;
}
.blogs-section .text-color-dark, .blogs-section .text-dark {
    color: #212529 !important;
}
.blogs-section .bg-color-light, .blogs-section .bg-light {
    background-color: #FFF !important;
}
.blogs-section .custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
    display: block;
    background: #CCC;
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
}
.blogs-section .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
}
.blogs-section .card-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.blog-section h1, .blog-section h6, .blog-section h2, .blog-section h3, .blog-section h4, .blog-section h5{
  color: #fff;
}
.blog-section .badge-dark {
    background-color: #212529;
}
.blogs-section .page-header, .blog-section .page-header {
    border-bottom-color: #2c3237;
}
.blogs-section .bg-color-tertiary, .blogs-section .bg-tertiary, .blog-section .bg-color-tertiary, .blog-section .bg-tertiary {
    background-color: #12161A !important;
}
.blog-section ul.social-share {
    padding-left: 0;
}
.blog-section ul.social-share li {
    display: inline-block;
    margin: 0 1px;
    text-align: center;
}
.blog-section ul.social-share li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 27px;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}
.blog-section h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.scroll-to-top{
  right: 80px !important;
}
@media (max-width: 991px) {
  .responsive-icon{
    margin-top: 5px;
  }
  .footer-copyright p{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #EA1C21;
  }
}
