.container-header 
{
    background-color: transparent;
    background-image:none;
}

.container-footer{
    background-color: #E30713;
    background-image:none;
}

.navbar-brand{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px   ;
}

.navbar-brand img{
    height:200px;
    width: auto;
}

.header .mod-menu {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer .navbar 
{
    margin-left: auto;
    margin-right: auto;
}

.header .navbar
{
    width: 100%;
}
.navbar-toggler{
    color: #E30713!important;
    border-color: #E30713!important;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
}
.container-nav .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
    background: #E30713;
    left: 0;
    right: 2px;
    opacity: 1;
}

.header .mod-menu > ul,
.header .mod-menu > .navbar,
.header .mod-menu ul.nav {
    justify-content: center;
}
.header .mod-menu .nav-item{
    color: #333;
    font-size: 1.15em;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
}

.footer .grid-child{
    padding: 0px!important;
}

.site-grid{
    padding-left: 15em;
    padding-right: 15em;
}

.back-to-top-link:hover, .back-to-top-link:focus {
    background-color: #E30713;
}

@supports (display:grid) {
  .blog-items {
    grid-gap:5em;
  }
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #E30713;
    font-weight: unset ;
}

.item-title, .page-header{
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E30713;
}
body a{
    color: #26BAD0;
}
body a:hover{
    color: #17707e;
}
.page-link, .page-link:hover {
  color: #E30713;
}
.page-link.active, .active > .page-link {
  background-color: #E30713;

}
.active > .page-link:hover {
 color: #26BAD0;
}

.sidebar-left.card{
    border: none;
}
.sidebar-left .mod-menu > li a{
    color: #fff;
    background-color: #E30713;
    padding: 10px 10px;
    display: block;
    font-size: 1.3em;
}

.sidebar-left .mod-menu > li a:hover{
    text-decoration: none ;
    background-color: #9b040b;
}
.candidates > thead > tr > th{
    background-color: #E30713;
    color: #fff;
}

.candidate-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-left: 4px solid #E30713;
  border-radius: 0.25rem;
  font-size: 0.95rem;
}

.candidate-meta span {
  display: block;
}

.candidate-meta span::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  margin-right: 0.4rem;
  color: #26BAD0;
  font-size: 1.1rem;
}

.candidate-age::before {
  content: "\f007";
}

.candidate-job::before {
  content: "\f0b1";
}

.candidate-location::before {
  content: "\f3c5";
}

.readmore{
  margin-top: 15px;
}
.page-header{
  margin-top: 40px!important;
}
.com-content-article{
  margin-bottom: 40px;
}

.social-floating {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 1000;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

  --social-floating-width: 2.5rem;
  --social-floating-width-hover: 3.2rem;
}

.social-floating a {
  display: inline-flex;
  width: var(--social-floating-width);
  box-sizing: border-box;
  justify-content: center;
  margin: 0.5rem 0;
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
  background-color: #26BAD0;
  text-decoration: none ;  
  transition: width 150ms ease;
}

.social-floating a:hover {
  width: var(--social-floating-width-hover);
}

@media (min-width: 776px) {
    .header .mod-menu {
        border-top: 3px solid #E30713;
    }
}
@media (max-width: 776px) {
    .site-grid{
        padding-left: 2px;
        padding-right: 2px;
    }
}
