body {
          
  font-family:  Arial, Helvetica, sans-serif;
  background: #253248;
}
.bg-section{
background: rgb(3 32 21);
border-bottom: 2px solid #1c3d7a;
}
.container {
  max-width: 1240px;
  width: 100%;
}



.nav-link {
  border-right: 1px solid #535353;
  color: white;
  background: rgb(56 105 182);
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-right: 1px solid #535353;
  color: white;
  background: black;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
}

.navbar-brand {
  background: #152a45;
  padding: 8px 30px;
}
.navbar-brand:hover {
  background: #152a45;
  padding: 8px 30px;
}
.post-entry-inner {
  background: #0d2844;
  padding: 4px;
  border-radius: 10px;
}

.post-entry-headline {
  font-weight: 700;
  font-size: 21.5px;
  line-height: 100%;
  text-decoration: none;
  color: #c3e5f2;

}

.post-entry-headline:hover {
  font-weight: 700;
  font-size: 21.5px;
  line-height: 100%;
  text-decoration: none;
  color: #005751;

}

em {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #fbfefa;
}

.fs-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fbfefa;
}
.bg_dark{
  color: #103c35 !important;
}

.a {
  color: #c3e5f2;
}

.a:hover {
  text-decoration: none;
  color: #005751;
}

.sidebar-headline {
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #333333;
  border-bottom: 2px solid #e8e8e8;
  padding: 0 0 7px;
  margin: 0;
}

.bg-input {
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}

.btn-login {
  background: #701300;
  border-radius: 0;
  border: 1px solid #701300;
  color: white;
}

.liat {
  text-decoration: none;
  color: #864020;
}
.footer-discription {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: rgb(217, 217, 217);
  text-align: center;
}
.aa {
  color: #C7A589;
}

.aa:hover {
  text-decoration: none;
  color: #C7A589;
}
.liat:hover {
  text-decoration: none;
  color: #333333;
}
.navbar-light .navbar-toggler-icon{
color: #fff; 
padding: 0px;
}
.header-content img{
  object-fit: cover;
  max-width: 250px;
  max-height: 80px; 
  margin:0px;
  padding: 0px; 
  border:0px;
  width:100%;
}